base-specs/gnome-games.spec
author yippi
Mon, 29 Sep 2008 23:36:31 +0000
changeset 13831 248e8ca60202
parent 13813 a54b8ed2c518
child 13918 6e8d068304c5
child 14411 7f3813e5d08e
permissions -rw-r--r--
2008-09-29 Brian Cameron <[email protected]> * base-specs/vino.spec, base-specs/bug-buddy.spec, base-specs/gnome-devel-docs.spec, base-specs/libgnomeui.spec, base-specs/gnome-python-desktop.spec, base-specs/libbonoboui.spec, base-specs/gnome-games.spec, base-specs/gconf-editor.spec, base-specs/libgnome.spec, base-specs/yelp.spec, base-specs/eog.spec, base-specs/zenity.spec: Fix download link.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package gnome-games
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11402
6645f16b8ab2 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11366
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
11610
a64b4e535564 2008-02-08 Michal Pryc <[email protected]>
migi
parents: 11545
diff changeset
     8
# Owner: migi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
Name:         gnome-games
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Group:        Amusements/Games
13813
a54b8ed2c518 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13523
diff changeset
    13
Version:      2.24.0
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Vendor:	      Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Summary:      GNOME games
13831
248e8ca60202 2008-09-29 Brian Cameron <[email protected]>
yippi
parents: 13813
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.24/%{name}-%{version}.tar.bz2
12835
9401c44c1016 2008-07-17 Dave Lin <[email protected]>
davelam
parents: 12682
diff changeset
    19
# owner:davelam date:2008-05-14 type:bug bugzilla:532093
12292
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12067
diff changeset
    20
Patch1:       gnome-games-01-add-libz.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Docdir:       %{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Prereq:       GConf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%define python_version 2.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define libgnomeui_version 2.2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%define scrollkeeper_version 0.3.11
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
BuildRequires: intltool
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Requires:      libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
The gnome-games package includes some small games that come with the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
GNOME desktop environment but can be used under any desktop.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
The games are mostly puzzle or solitaire games.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%setup -q
12292
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12067
diff changeset
    43
%patch1 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
export install_user=$LOGNAME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
export install_group=`groups | awk '{print $1}'`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
11526
be96097741cb 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 11523
diff changeset
    60
# Force the update of aclocal.m4 to incorporate the modified sdl.m4. Otherwise
be96097741cb 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 11523
diff changeset
    61
# configure fails because /usr/bin/xgettext is checked instead of the CBE
be96097741cb 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 11523
diff changeset
    62
# version which is GNU xgettext.
11529
7a76d4ed98f6 Typo in aclocal parameter s/-f/--force/
dcarbery
parents: 11526
diff changeset
    63
aclocal --force $ACLOCAL_FLAGS -I m4
13026
d2fd2d291c25 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 13024
diff changeset
    64
libtoolize --force --copy
10036
49e46a6430a8 2007-06-11 Damien Carbery <[email protected]>
dcarbery
parents: 10035
diff changeset
    65
automake -a -c -f
13026
d2fd2d291c25 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 13024
diff changeset
    66
autoconf --force
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
./configure --prefix=%{_prefix} 	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
	    --sysconfdir=%{_sysconfdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
	    --bindir=%{_bindir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
	    --libdir=%{_libdir} \
12618
382f892c2cc8 2008-06-06 Michal Pryc <[email protected]>
migi
parents: 12572
diff changeset
    71
       --includedir=%{_includedir} \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
	    --libexecdir=%{_libexecdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
	    --with-scores-user=$install_user   \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
	    --with-scores-group=$install_group \
11907
4eef0c1e95e0 2008-03-25 Damien Carbery <[email protected]>
dcarbery
parents: 11844
diff changeset
    75
	    --with-sound=gstreamer   \
10628
427da0afe2c3 2007-10-09 Damien Carbery <[email protected]>
dcarbery
parents: 10514
diff changeset
    76
	    --disable-setgid \
11408
944b2b4e2c11 2008-01-07 Brian Cameron <[email protected]>
yippi
parents: 11403
diff changeset
    77
	    --disable-scrollkeeper \
11366
4c5b1ca47242 2008-01-02 Damien Carbery <[email protected]>
dcarbery
parents: 11339
diff changeset
    78
	    --with-libggz-includes=%{libggz_build_dir}/src \
4c5b1ca47242 2008-01-02 Damien Carbery <[email protected]>
dcarbery
parents: 11339
diff changeset
    79
	    --with-libggz-libraries=%{libggz_build_dir}/src/.libs \
11758
ea99458c010b 2008-02-28 Brian Cameron <[email protected]>
yippi
parents: 11725
diff changeset
    80
	    --with-ggzmod-includes=%{ggzclient_build_dir}/ggzmod \
ea99458c010b 2008-02-28 Brian Cameron <[email protected]>
yippi
parents: 11725
diff changeset
    81
	    --with-ggzmod-libraries=%{ggzclient_build_dir}/ggzmod/.libs \
12618
382f892c2cc8 2008-06-06 Michal Pryc <[email protected]>
migi
parents: 12572
diff changeset
    82
       --with-ggz-server=force \
10400
ee048e61bf61 2007-08-29 Ghee Teo <[email protected]>
gheet
parents: 10394
diff changeset
    83
	    --enable-omitgames=aisleriot,blackjack,gnometris
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
make -j $CPUS \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
	pythondir=%{_libdir}/python%{python_version}/vendor-packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%makeinstall localstatedir=%{_localstatedir}/lib \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
	pythondir=%{_libdir}/python%{python_version}/vendor-packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
## things we just don't want in the package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
rm -rf $RPM_BUILD_ROOT/var/lib/scrollkeeper
9682
46ade3f26e0a * base-specs/gnome-games.spec : Don't deliver glchess.desktop ensureing
mattman
parents: 9604
diff changeset
    96
find $RPM_BUILD_ROOT -type f -name "*.pyo" -exec rm {} ';'
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
## install desktop files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%find_lang %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
SCHEMAS="blackjack.schemas gataxx.schemas glines.schemas gnect.schemas gnibbles.schemas gnobots2.schemas gnomine.schemas gnotravex.schemas gtali.schemas iagno.schemas mahjongg.schemas same-gnome.schemas"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
for S in $SCHEMAS; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%files -f %{name}.lang
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%doc AUTHORS COPYING ChangeLog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
# these are not setgid games
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%{_bindir}/games-server.py
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%{_bindir}/gnect
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%{_bindir}/blackjack
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_localstatedir}/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
# these are setgid games
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%attr(2551, root, games) %{_bindir}/gnomine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%attr(2551, root, games) %{_bindir}/same-gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%attr(2551, root, games) %{_bindir}/mahjongg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%attr(2551, root, games) %{_bindir}/gtali
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%attr(2551, root, games) %{_bindir}/gnobots2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%attr(2551, root, games) %{_bindir}/gataxx
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%attr(2551, root, games) %{_bindir}/gnotravex
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%attr(2551, root, games) %{_bindir}/gnotski
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%attr(2551, root, games) %{_bindir}/gnibbles
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%attr(2551, root, games) %{_bindir}/glines
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%attr(2551, root, games) %{_bindir}/iagno
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_datadir}/blackjack
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%{_datadir}/gnect
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_datadir}/gnibbles
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_datadir}/gnobots2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{_datadir}/gnome-games
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%{_datadir}/locale/zh_HK/LC_MESSAGES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%{_datadir}/omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
%{_datadir}/sounds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
%{_sysconfdir}/gconf/schemas/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%config %{_sysconfdir}/sound/events/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%changelog
13813
a54b8ed2c518 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13523
diff changeset
   156
* Mon Sep 29 2008 - [email protected]
a54b8ed2c518 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13523
diff changeset
   157
- Bump to 2.24.0.
13523
f26b2f7c4d90 2008-09-10 Christian Kelly <[email protected]>
chrisk
parents: 13194
diff changeset
   158
* Wed Sep 10 2008 - [email protected]
13813
a54b8ed2c518 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13523
diff changeset
   159
- Bump to 2.23.92.
13194
c50e68b3d0d9 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 13026
diff changeset
   160
* Tue Aug 19 2008 - [email protected]
c50e68b3d0d9 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 13026
diff changeset
   161
- Bump to 2.23.90
13024
c956e1afe471 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12868
diff changeset
   162
* Tue Aug 05 2008 - [email protected]
13026
d2fd2d291c25 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 13024
diff changeset
   163
- Bump to 2.23.6. Add libtoolize call to override included libtool version.
12868
1f6c9100aa85 2008-07-21 Damien Carbery <[email protected]>
dcarbery
parents: 12835
diff changeset
   164
* Mon Jul 21 2008 - [email protected]
1f6c9100aa85 2008-07-21 Damien Carbery <[email protected]>
dcarbery
parents: 12835
diff changeset
   165
- Bump to 2.23.5.
12682
1a1be652584b 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12618
diff changeset
   166
* Tue Jun 17 2008 - [email protected]
1a1be652584b 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12618
diff changeset
   167
- Bump to 2.23.4.
12618
382f892c2cc8 2008-06-06 Michal Pryc <[email protected]>
migi
parents: 12572
diff changeset
   168
* Fri Jun 6 2008 - [email protected]
382f892c2cc8 2008-06-06 Michal Pryc <[email protected]>
migi
parents: 12572
diff changeset
   169
- added --with-ggz-server=force
12572
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12522
diff changeset
   170
* Tue Jun 03 2008 - [email protected]
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12522
diff changeset
   171
- Bump to 2.23.3.
12522
87f9ea64d9ae 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   172
* Wed May 28 2008 - [email protected]
87f9ea64d9ae 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   173
- Bump to 2.23.1.
12372
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12292
diff changeset
   174
* Tue May 27 2008 - [email protected]
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12292
diff changeset
   175
- Bump to 2.22.2.
12292
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12067
diff changeset
   176
* Wed May 14 2008 - [email protected]
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12067
diff changeset
   177
- Add patch gnome-games-01-add-libz.diff to fix build error
12066
63a1a8f4aa5c 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11907
diff changeset
   178
* Wed Apr 09 2008 - [email protected]
12067
ae4ecfafed7f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12066
diff changeset
   179
- Bump to 2.22.1.1. Remove upstream patch 01-skip-ggz-check.
11907
4eef0c1e95e0 2008-03-25 Damien Carbery <[email protected]>
dcarbery
parents: 11844
diff changeset
   180
* Tue Mar 25 2008 - [email protected]
4eef0c1e95e0 2008-03-25 Damien Carbery <[email protected]>
dcarbery
parents: 11844
diff changeset
   181
- Add --with-sound=gstreamer to configure to ensure that sound support is built
4eef0c1e95e0 2008-03-25 Damien Carbery <[email protected]>
dcarbery
parents: 11844
diff changeset
   182
  in. 
11844
6f77cd3aecf6 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11758
diff changeset
   183
* Tue Mar 11 2008 - [email protected]
6f77cd3aecf6 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11758
diff changeset
   184
- Bump to 2.22.0.
11758
ea99458c010b 2008-02-28 Brian Cameron <[email protected]>
yippi
parents: 11725
diff changeset
   185
* Thu Feb 28 2008 - [email protected]
ea99458c010b 2008-02-28 Brian Cameron <[email protected]>
yippi
parents: 11725
diff changeset
   186
- Use %{ggzclient_build_dir} instead of %{ggzmod_build_dir} since this
ea99458c010b 2008-02-28 Brian Cameron <[email protected]>
yippi
parents: 11725
diff changeset
   187
  is more accurate naming.  The module is ggz_client_libs.
11725
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11627
diff changeset
   188
* Tue Feb 26 2008 - [email protected]
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11627
diff changeset
   189
- Bump to 2.21.92.
11627
b057418d5e4e 2008-02-13 Damien Carbery <[email protected]>
dcarbery
parents: 11610
diff changeset
   190
* Wed Feb 13 2008 - [email protected]
b057418d5e4e 2008-02-13 Damien Carbery <[email protected]>
dcarbery
parents: 11610
diff changeset
   191
- Bump to 2.21.91.
11545
079ff0f3885a 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11529
diff changeset
   192
* Tue Jan 29 2008 - [email protected]
079ff0f3885a 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11529
diff changeset
   193
- Bump to 2.21.90.
11526
be96097741cb 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 11523
diff changeset
   194
* Fri Jan 25 2008 - [email protected]
be96097741cb 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 11523
diff changeset
   195
- Force the update of aclocal.m4 to incorporate the modified sdl.m4. Otherwise
be96097741cb 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 11523
diff changeset
   196
  configure fails because /usr/bin/xgettext is checked instead of the CBE
be96097741cb 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 11523
diff changeset
   197
  version which is GNU xgettext.
11455
fcc2a4036871 2008-01-15 Damien Carbery <[email protected]>
dcarbery
parents: 11429
diff changeset
   198
* Tue Jan 15 2008 - [email protected]
fcc2a4036871 2008-01-15 Damien Carbery <[email protected]>
dcarbery
parents: 11429
diff changeset
   199
- Bump to 2.21.5.
11429
445e7cd61bfb 2008-01-09 Damien Carbery <[email protected]>
dcarbery
parents: 11408
diff changeset
   200
* Wed Jan 09 2008 - [email protected]
445e7cd61bfb 2008-01-09 Damien Carbery <[email protected]>
dcarbery
parents: 11408
diff changeset
   201
- Remove 02-msgfmt patch, instead set ACLOCAL_FLAGS in SUNWgnome-games.spec to
445e7cd61bfb 2008-01-09 Damien Carbery <[email protected]>
dcarbery
parents: 11408
diff changeset
   202
  pick up modified intltool.m4.
11403
4afa7b308138 * base-specs/gnome-games.spec: Add patch gnome-games-02-msgfmt.diff
pale
parents: 11402
diff changeset
   203
* Mon Jan 07 2008 - [email protected]
4afa7b308138 * base-specs/gnome-games.spec: Add patch gnome-games-02-msgfmt.diff
pale
parents: 11402
diff changeset
   204
- Add patch gnome-games-02-msgfmt.diff
11402
6645f16b8ab2 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11366
diff changeset
   205
* Mon Jan 07 2008 - [email protected]
6645f16b8ab2 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11366
diff changeset
   206
- Specify ggzmod location in configure.
11366
4c5b1ca47242 2008-01-02 Damien Carbery <[email protected]>
dcarbery
parents: 11339
diff changeset
   207
* Wed Jan 02 2008 - [email protected]
4c5b1ca47242 2008-01-02 Damien Carbery <[email protected]>
dcarbery
parents: 11339
diff changeset
   208
- Use variable from SUNWgnome-games.spec to specify libggz location. Add patch
4c5b1ca47242 2008-01-02 Damien Carbery <[email protected]>
dcarbery
parents: 11339
diff changeset
   209
  01-skip-ggz-check to set compiler flags to get libggz search test work.
11329
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   210
* Tue Dec 18 2007 - [email protected]
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   211
- Bump to 2.21.4.
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11180
diff changeset
   212
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11180
diff changeset
   213
- Bump to 2.21.3.
11180
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 11077
diff changeset
   214
* Tue Nov 13 2007 - [email protected]
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 11077
diff changeset
   215
- Bump to 2.21.2.
11077
f06ce3f6eb7d 2007-10-30 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   216
* Tue Oct 30 2007 - [email protected]
f06ce3f6eb7d 2007-10-30 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   217
- Bump to 2.21.1.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10628
diff changeset
   218
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10628
diff changeset
   219
- Bump to 2.20.1.
10628
427da0afe2c3 2007-10-09 Damien Carbery <[email protected]>
dcarbery
parents: 10514
diff changeset
   220
* Tue Oct  9 2007 - [email protected]
427da0afe2c3 2007-10-09 Damien Carbery <[email protected]>
dcarbery
parents: 10514
diff changeset
   221
- Add --disable-setgid to configure so that the games are not setgid-bin, which
427da0afe2c3 2007-10-09 Damien Carbery <[email protected]>
dcarbery
parents: 10514
diff changeset
   222
  violates ARC rules.
10514
341814d22758 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10433
diff changeset
   223
* Tue Sep 18 2007 - [email protected]
341814d22758 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10433
diff changeset
   224
- Bump to 2.20.0.1. Remove upstream patch, 01-func-decl.
10430
0e779d957d1c 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10400
diff changeset
   225
* Mon Sep 03 2007 - [email protected]
10433
c90dce5323f5 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10430
diff changeset
   226
- Bump to 2.19.92. Add patch, 01-func-decl, to fix #473327.
10394
fb2cdf217f4e 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   227
* Wed Aug 29 2007 - [email protected]
fb2cdf217f4e 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   228
- Bump to 2.19.91.1.
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10341
diff changeset
   229
* Tue Aug 28 2007 - [email protected]
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10341
diff changeset
   230
- Bump to 2.19.91. Remove upstream patch, gnome-menus-05-iconv-solaris.
10341
626cfd76a503 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10329
diff changeset
   231
* Thu Aug 16 2007 - [email protected]
626cfd76a503 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10329
diff changeset
   232
- Add patch gnome-menus-05-iconv-solaris to fix #467309. Modify
626cfd76a503 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10329
diff changeset
   233
  intltool-merge.in to allow use of non-GNU iconv.
10324
4bc1dcde4b70 2007-08-14 Damien Carbery <[email protected]>
dcarbery
parents: 10230
diff changeset
   234
* Wed Aug 15 2007 - [email protected]
10329
c04f02ff80ab 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10324
diff changeset
   235
- Bump to 2.19.90.1.
c04f02ff80ab 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10324
diff changeset
   236
* Wed Aug 15 2007 - [email protected]
10324
4bc1dcde4b70 2007-08-14 Damien Carbery <[email protected]>
dcarbery
parents: 10230
diff changeset
   237
- Bump to 2.19.90b. Remove upstream patch, 01-build-gnometris.
10230
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10163
diff changeset
   238
* Mon Jul 30 2007 - [email protected]
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10163
diff changeset
   239
- Bump to 2.19.6. Remove upstream patches, 01-strrchr and 03-ggz-signed-char.
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10163
diff changeset
   240
  Renumber remainder.
10078
86b907b19a4a 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10036
diff changeset
   241
* Tue Jun 19 2007 - [email protected]
86b907b19a4a 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10036
diff changeset
   242
- Bump to 2.19.4. Remove upstream patches, 01-named-struct and 03-signed-char.
10036
49e46a6430a8 2007-06-11 Damien Carbery <[email protected]>
dcarbery
parents: 10035
diff changeset
   243
* Mon Jun 11 2007 - [email protected]
49e46a6430a8 2007-06-11 Damien Carbery <[email protected]>
dcarbery
parents: 10035
diff changeset
   244
- Add patch 04-build-gnometris to fix build error in gnometris game. Filed
49e46a6430a8 2007-06-11 Damien Carbery <[email protected]>
dcarbery
parents: 10035
diff changeset
   245
  bugzilla #446290. Also add some autofoo calls to incorporate updates ggz.m4
49e46a6430a8 2007-06-11 Damien Carbery <[email protected]>
dcarbery
parents: 10035
diff changeset
   246
  file (modified in patch3).
10032
3f6ad2f2740f 2007-06-08 Damien Carbery <[email protected]>
dcarbery
parents: 10016
diff changeset
   247
* Fri Jun 08 2007 - [email protected]
3f6ad2f2740f 2007-06-08 Damien Carbery <[email protected]>
dcarbery
parents: 10016
diff changeset
   248
- Add patch, 03-signed-char, for #445556.
10006
9584034e9d6e 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   249
* Wed Jun 06 2007 - [email protected]
9584034e9d6e 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   250
- Bump to 2.19.3. Add patches to fix some build errors.
9924
85bd13bcdfc8 * base-specs/gnome-panel.spec : Rework of gnome-panel-16-gnome-sys-suspend.
mattman
parents: 9908
diff changeset
   251
* Fri May 18 2007 - [email protected]
85bd13bcdfc8 * base-specs/gnome-panel.spec : Rework of gnome-panel-16-gnome-sys-suspend.
mattman
parents: 9908
diff changeset
   252
- Add glchess.desktop back in bugzilla 426538 now fixed in 2.19.1.1
9908
d12a43b00524 2007-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 9854
diff changeset
   253
* Wed May 16 2007 - [email protected]
d12a43b00524 2007-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 9854
diff changeset
   254
- Bump to 2.19.2.
9854
8bb04dcfb93a 2007-05-09 Damien Carbery <[email protected]>
dcarbery
parents: 9838
diff changeset
   255
* Wed May 09 2007 - [email protected]
8bb04dcfb93a 2007-05-09 Damien Carbery <[email protected]>
dcarbery
parents: 9838
diff changeset
   256
- Bump to 2.19.1.
9838
752226198074 2007-05-04 Damien Carbery <[email protected]>
dcarbery
parents: 9731
diff changeset
   257
* Fri May 04 2007 - [email protected]
752226198074 2007-05-04 Damien Carbery <[email protected]>
dcarbery
parents: 9731
diff changeset
   258
- Bump to 2.18.1.1.
9731
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9682
diff changeset
   259
* Thu Apr 12 2007 - [email protected]
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9682
diff changeset
   260
- Bump to 2.18.1.
9682
46ade3f26e0a * base-specs/gnome-games.spec : Don't deliver glchess.desktop ensureing
mattman
parents: 9604
diff changeset
   261
* Thu Apr 05 2007 - [email protected]
46ade3f26e0a * base-specs/gnome-games.spec : Don't deliver glchess.desktop ensureing
mattman
parents: 9604
diff changeset
   262
- Remove glchess.desktop, until glchess is made functional on Solaris
46ade3f26e0a * base-specs/gnome-games.spec : Don't deliver glchess.desktop ensureing
mattman
parents: 9604
diff changeset
   263
- Bugzilla : 426538, bugster : 6537569
9604
2e98b7bc67cc 2007-03-21 Damien Carbery <[email protected]>
dcarbery
parents: 9543
diff changeset
   264
* Wed Mar 21 2007 - [email protected]
2e98b7bc67cc 2007-03-21 Damien Carbery <[email protected]>
dcarbery
parents: 9543
diff changeset
   265
- Bump to 2.18.0.1.
9543
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9445
diff changeset
   266
* Tue Mar 13 2007 - [email protected]
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9445
diff changeset
   267
- Bump to 2.18.0.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   268
* Mon Mar 05 2007 - [email protected]
9445
72f31c936079 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   269
- Bump to 2.17.92. Removed upstream patch, 01-grep-no-q.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
* Thu Feb 15 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
- Add patch, 01-grep-no-q.diff, to remove '-q' from grep calls. Fixes 408331.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
  Specify build user/group so that chown calls don't fail; disable building
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
  of aisleriot game (removing code from SUNWgnome-games.spec).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
* Wed Jan 24 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
- Bump to 2.17.90.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
* Mon Jan 22 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
- Bump to 2.17.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
* Mon Jan 08 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
- Bump to 2.17.5. Remove upstream patch 01-ggz-function.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
* Wed Dec 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
- Bump to 2.17.4.1. Add patch 01-ggz-function to fix #363444.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
- Bump to 2.17.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
* Thu Dec 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- Bump to 2.17.3. Remove upstream patches, 01-array-init and 02-ggz-function.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
  Remove obsolete 'rm' calls in %install (those files/dirs no longer installed).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
  Install python libs to vendor-packages dir and remove *.pyo files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
* Fri Nov 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
- Add patches 01-array-init to fix 363438 and 02-ggz-function to fix 362444.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Wed Nov 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
- Bump to 2.17.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
* Thu Nov 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
- Bump to 2.16.1.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
- Bump to 2.15.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
- Bump to 2.15.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
- Bump to 2.15.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
* Web Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
- Bump to 2.15.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
* Mon Jun 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
- remove patch menu-entry.diff since gnome-games is moving back to /usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Fri Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- Bump to 2.14.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
* Fri Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
- Bump to 2.14.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
- Bump to 2.14.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
* Thu Feb 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
- Bump to 2.13.8.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
- Bump to 2.13.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
* Sat Jan 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
- Remove upstream patch, 02-illegal-cast.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
- Bump to 2.13.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
* Sun Jan 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
- Bump to 2.13.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
* Sat Jan 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
- Add patch, 02-illegal_cast, to fix compilation errors; bugzilla 326024.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
- Bump to 2.13.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
* Fri Dec 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- Added gnome-games-01-sfw-path.diff to use the absolute path of the 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
  executable in the .desktop file as usr/sfw/bin should not be 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
  included in $PATH.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
  Fixes bug #6345489.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
* Tue Nov 29 2005 - laca.com
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
- Bump to 2.12.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
* Wed Oct 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- Remove patch as offending struct is no longer empty.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
* Tue Oct 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
- Bump to 2.12.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
* Sat Sep 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- Bump to 2.12.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
- Bump to 2.11.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
* Fri Sep 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
- Add patch to fix zero sized struct Solaris build error.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
* Wed Aug 24 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
- Add patch to remove blank line 1 from same-gnome.xml (javahelp had prob).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
- Bump to 2.11.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
* Fri May 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
- Bump to 2.10.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
* Wed May 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
- added gnome-games-05-g11n-desktop-fix.diff 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
- to fix CR 6266891
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
* Wed Apr 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
- added gnome-games-04-po-install-fixes.diff for CR 6243601
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
- added --libdir and --bindir to configure opts so they can be redirected on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
  Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
* Mon Sep 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
- removed sol from files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
* Thu Sep 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
- packaged sol
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   367
* Thu Aug 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
- Put scores files in %{_localstatedir}/lib.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
* Wed Aug 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   370
- Add unpackaged files to %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
* Mon Aug 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
- remove auto*-jds tool dependencies
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   374
- Updated l10n content to gnome-games-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   375
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   376
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   377
* Tue Jun 1 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   378
- Fix up schema install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
- Updated l10n content to gnome-games-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   381
* Fri May 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   382
- Bump to 2.6.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   383
* Wed Apr 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   384
- disable javahelp conversion for stuff not built on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   385
* Sun Apr 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   386
- enable javahelp conversion on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
* Fri Apr 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
- Added patch 03 to fix Solaris Makefile issue, and added libexecdir to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   389
  configure line.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   390
* Thu Apr 01 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   391
- javahelp conversion
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   392
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   393
- Updated l10n content to gnome-games-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   394
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   395
- Use JDS autotools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   396
* Tue Mar 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   397
- Bump to 2.6.0. Remove 2 potfile patches and 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   398
  replace with a single one.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   399
* Thu Mar 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   400
- added gnome-games-03-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   401
* Fri Feb 06 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   402
- Bump up 2.5.5, remove intltool-merge patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   403
- re-engineered patch-01, as automake etc is commented out.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   404
- This could be changed again if automake 1.7 was being used not 1.6 !!
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   405
* Thu Jan 29 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   406
- add patch 03 for intltool-merge and dep. on intltool
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
* Fri Dec 29 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
- comment out libtool, aclocal etc. which 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   409
  is causing build failure
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
* Fri Dec 29 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   411
- Bump to 2.5.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
* Wed Dec 17 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
- Bump to 2.5.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
* Fri Oct 31 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
- Remove the Sun Supported keyword from the desktop 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   416
  files. We're removing the Extras menu.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
* Wed Oct 22 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   418
- Add blackjack into the build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
* Tue Oct 21 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
- Updated to GNOME 2.4.0 version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
- Removed freecell entries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   422
- Moved gnome-games-03-menu-entry.diff patch to 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
  gnome-games-01-menu-entry.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
- Dropped gnome-games-04-glines-preferences.diff patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   425
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
- remove *.so, *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   427
* Wed Aug 06 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   428
- fix glines preference dialog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
* Thu Jul 17 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
- remove more xbill stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   431
* Wed Jul 09 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
- add in sun po files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   433
* Tue Jul 08 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   434
- Add menu icon for freecell, and add aclocal, automake checks
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   435
* Tue May 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   436
- Created new spec file for gnome-games
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437