base-specs/gtk2-engines.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16429 fe72291e50fd
child 16643 b1c667469130
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
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 gtk2-engines
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11405
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11330
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
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16429
diff changeset
     8
%define owner erwannc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16153
diff changeset
    10
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16153
diff changeset
    11
%define OSR gnome.org:0
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16153
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         gtk2-engines
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/GUI/GNOME
16153
fcab51951c03 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
    16
Version:      2.18.2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Vendor:	      Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      Engines for GTK2 Themes
15409
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15386
diff changeset
    21
Source:       http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.18/gtk-engines-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Docdir:       %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define       gtk2_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
BuildRequires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires:      gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
This packages contains Theme-Engine libraries for GTK2
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
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%setup -q -n gtk-engines-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
  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
    46
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
  CPUS=1
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
libtoolize --copy --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
autoconf
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9900
diff changeset
    55
export CFLAGS="%optflags"
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9900
diff changeset
    56
export LDFLAGS="%_ldflags"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
./configure --prefix=%{_prefix}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
	    --libdir=%{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
#Clean up unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%{_libdir}/gtk-2.0/*/engines/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%{_datadir}/themes/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%changelog -n gtk2-engines
16153
fcab51951c03 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
    82
* Tue Jul 28 2009 - [email protected]
fcab51951c03 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
    83
- Bump to 2.18.2.
15621
b447de05cc21 Bump to 2.26.1
davelam
parents: 15409
diff changeset
    84
* Wed Apr 15 2009 - [email protected]
b447de05cc21 Bump to 2.26.1
davelam
parents: 15409
diff changeset
    85
- Bump to 2.18.1
15409
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15386
diff changeset
    86
* Tue Mar 17 2009 - [email protected]
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15386
diff changeset
    87
- Bump to 2.18.0
15386
e8877e71c767 * base-specs/gnome-icon-theme.spec: Bump to 2.25.92.
davelam
parents: 15126
diff changeset
    88
* Fri Mar 13 2009 - [email protected]
e8877e71c767 * base-specs/gnome-icon-theme.spec: Bump to 2.25.92.
davelam
parents: 15126
diff changeset
    89
- Bump to 2.17.4
15126
1eadef50f0e4 2009-02-18 Dave Lin <[email protected]>
davelam
parents: 14697
diff changeset
    90
* Tue Feb 17 2009 - [email protected]
1eadef50f0e4 2009-02-18 Dave Lin <[email protected]>
davelam
parents: 14697
diff changeset
    91
- Bump to 2.17.3
14697
44961511f070 bump to gnome2.25.2
davelam
parents: 13783
diff changeset
    92
* Wed Dec 03 2008 - [email protected]
44961511f070 bump to gnome2.25.2
davelam
parents: 13783
diff changeset
    93
- Bump to 2.17.1
13783
a9967909a79c 2008-09-26 Brian Cameron <[email protected]>
yippi
parents: 13365
diff changeset
    94
* Fri Sep 26 2008 - [email protected]
a9967909a79c 2008-09-26 Brian Cameron <[email protected]>
yippi
parents: 13365
diff changeset
    95
- Bump to 2.16.0.
13365
ce69bbabeaa0 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13188
diff changeset
    96
* Tue Sep 02 2008 - [email protected]
ce69bbabeaa0 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13188
diff changeset
    97
- Bump to 2.15.4.
13188
e0c5cb3dd2ad 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 13037
diff changeset
    98
* Tue Aug 19 2008 - [email protected]
e0c5cb3dd2ad 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 13037
diff changeset
    99
- Bump to 2.15.3
13037
91c7ae38c48b 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12525
diff changeset
   100
* Tue Aug 05 2008 - [email protected]
91c7ae38c48b 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12525
diff changeset
   101
- Bump to 2.15.2. Remove upstream patch 01-remove-cast.
12525
989b8d2331f4 2008-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 12520
diff changeset
   102
* Thu May 29 2008 - [email protected]
989b8d2331f4 2008-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 12520
diff changeset
   103
- Add patch, 01-remove-cast, to fix 535456. Removes unnecessary cast.
12520
0ea838dad808 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   104
* Wed May 28 2008 - [email protected]
0ea838dad808 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   105
- Bump to 2.15.1.
12372
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12070
diff changeset
   106
* Tue May 27 2008 - [email protected]
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12070
diff changeset
   107
- Bump to 2.14.2.
12070
7ed9f28c4257 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11842
diff changeset
   108
* Wed Apr 08 2008 - [email protected]
7ed9f28c4257 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11842
diff changeset
   109
- Bump to 2.14.1.
11842
ef341ae585f3 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   110
* Tue Mar 11 2008 - [email protected]
ef341ae585f3 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   111
- Bump to 2.14.0.
11725
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11619
diff changeset
   112
* Tue Feb 26 2008 - [email protected]
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11619
diff changeset
   113
- Bump to 2.13.6.
11619
142af4376d61 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   114
* Tue Feb 12 2008 - [email protected]
142af4376d61 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   115
- Bump to 2.13.5.
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   116
* Tue Jan 29 2008 - [email protected]
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   117
- Bump to 2.13.4.
11405
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   118
* Mon Jan 07 2007 - [email protected]
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   119
- Bump to 2.13.3.
11330
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   120
* Tue Dec 18 2007 - [email protected]
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   121
- Bump to 2.13.2.
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11180
diff changeset
   122
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11180
diff changeset
   123
- Bump to 2.13.1.
11180
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   124
* Tue Nov 13 2007 - [email protected]
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   125
- Bump to 2.13.0.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10553
diff changeset
   126
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10553
diff changeset
   127
- Bump to 2.12.2. Removed upstream patch, 01-iconv-solaris.
10553
fca602126d35 2007-09-25 Damien Carbery <[email protected]>
dcarbery
parents: 10520
diff changeset
   128
* Tue Sep 25 2007 - [email protected]
fca602126d35 2007-09-25 Damien Carbery <[email protected]>
dcarbery
parents: 10520
diff changeset
   129
- Bump to 2.12.1.
10520
2b259f9a9297 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10371
diff changeset
   130
* Wed Sep 19 2007 - [email protected]
2b259f9a9297 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10371
diff changeset
   131
- Bump to 2.12.0.
10371
32f78aa5bb96 2007-08-24 Damien Carbery <[email protected]>
dcarbery
parents: 10360
diff changeset
   132
* Fri Aug 24 2007 - [email protected]
32f78aa5bb96 2007-08-24 Damien Carbery <[email protected]>
dcarbery
parents: 10360
diff changeset
   133
- Bump to 2.11.7.
10360
c74982870f19 2007-08-22 Damien Carbery <[email protected]>
dcarbery
parents: 10352
diff changeset
   134
* Wed Aug 22 2007 - [email protected]
c74982870f19 2007-08-22 Damien Carbery <[email protected]>
dcarbery
parents: 10352
diff changeset
   135
- Add patch 01-iconv-solaris to fix #467309. Modify intltool-merge.in to allow
c74982870f19 2007-08-22 Damien Carbery <[email protected]>
dcarbery
parents: 10352
diff changeset
   136
  use of non-GNU iconv.
10352
616ab3c72710 2007-08-20 Damien Carbery <[email protected]>
dcarbery
parents: 10238
diff changeset
   137
* Mon Aug 20 2007 - [email protected]
616ab3c72710 2007-08-20 Damien Carbery <[email protected]>
dcarbery
parents: 10238
diff changeset
   138
- Bump to 2.11.6.
10238
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10175
diff changeset
   139
* Tue Jul 31 2007 - [email protected]
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10175
diff changeset
   140
- Bump to 2.11.4.
10175
d1e1900b8e98 2007-07-10 Damien Carbery <[email protected]>
dcarbery
parents: 10079
diff changeset
   141
* Tue Jul 10 2007 - [email protected]
d1e1900b8e98 2007-07-10 Damien Carbery <[email protected]>
dcarbery
parents: 10079
diff changeset
   142
- Bump to 2.11.3.
10004
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
   143
* Wed Jun 06 2007 - [email protected]
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
   144
- Bump to 2.11.1.
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9900
diff changeset
   145
* Fri May 18 2007 - [email protected]
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9900
diff changeset
   146
- set CFLAGS/LDFLAGS and configure options such that we can use this spec
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9900
diff changeset
   147
  file for the 64-bit build too
9900
82b10f4a150d 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9763
diff changeset
   148
* Tue May 15 2007 - [email protected]
82b10f4a150d 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9763
diff changeset
   149
- Bump to 2.11.0. Remove upstream patch, 01-remove-cast.
9719
675fa450dda4 2007-04-11 Damien Carbery <[email protected]>
dcarbery
parents: 9543
diff changeset
   150
* Wed Apr 11 2007 - [email protected]
9720
18e085eedcd5 2007-04-11 Damien Carbery <[email protected]>
dcarbery
parents: 9719
diff changeset
   151
- Bump to 2.10.1. Add patch 01-remove-cast to remove casts that were breaking
18e085eedcd5 2007-04-11 Damien Carbery <[email protected]>
dcarbery
parents: 9719
diff changeset
   152
  build. Bugzilla #428772.
9543
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   153
* Tue Mar 13 2007 - [email protected]
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   154
- Bump to 2.10.0.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   155
* Mon Mar 05 2007 - [email protected]
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   156
- Bump to 2.9.4.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
- Bump to 2.9.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Mon Jan 22 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- Bump to 2.9.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- Bump to 2.9.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Thu Dec 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Bump to 2.9.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Bump to 2.8.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- Bump to 2.8.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Bump to 2.7.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Wed Jul 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Bump to 2.7.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Fri Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- Bump to 2.7.5. Add patch, 01-hidden, for G_GNUC_INTERNAL.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Bump to 2.7.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Sun Jan 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Bump to 2.7.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Wed Dec 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Bump to 2.7.1. Remove upstream patch, 01-crux-theme-crash.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Thu Dec 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Added patch gtk-engines-01-crux-theme-crash.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
  to fix the crash when theme is changed from Crux.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
  Fixes bug #6359039.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Bump to 2.6.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Sun Sep 18 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- Bump to 2.6.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- Bump to 2.6.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
* Sat May 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- Update to 2.6.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- port to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
* Thu Feb 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
- Uprevved release to 230 so there is a clean upgrade from quicksilver.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
* Wed Jan 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
- Remove pixbuf static patch since it's upstream
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
* Tue Oct 20 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- remove the thinice engine, since it's part of gnome-themes now
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Tue Jul 15 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Make pixbuf_cache static so it doesn't conflict with other
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
  global symbols of the same name.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
* Thu Jul 02 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
- Make sure that we install the thinice engine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Tue May 13 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
- initial release