base-specs/libwnck.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16427 63d81b085adb
child 16554 43270dd8352b
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 libwnck
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11456
421d96445938 2008-01-15 Damien Carbery <[email protected]>
dcarbery
parents: 11190
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: 16427
diff changeset
     8
%define owner mattman
12094
f84ab08bd81c 2008-04-11 Harry Lu <[email protected]>
harrylu
parents: 12071
diff changeset
     9
#
16427
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16177
diff changeset
    10
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16177
diff changeset
    11
%define OSR gnome.org:0
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16177
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%include l10n.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:         libwnck
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        System/Libraries/GNOME
16177
8b47a930266f 2009-07-30 Christian Kelly <[email protected]>
chrisk
parents: 16082
diff changeset
    17
Version:      2.27.5
11836
36c522df7242 2008-03-10 Brian Cameron <[email protected]>
yippi
parents: 11742
diff changeset
    18
Release:      1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      Window Navigator Construction Kit Library
16082
7f761d3e2231 2009-07-21 Christian Kelly <[email protected]>
chrisk
parents: 16055
diff changeset
    22
Source:       http://ftp.gnome.org/pub/GNOME/sources/libwnck/2.27/libwnck-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11843
diff changeset
    24
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11843
diff changeset
    25
Source2:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11843
diff changeset
    26
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
#owner:niall date:2006-10-11 type:feature
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Patch1:       libwnck-01-trusted-extensions.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Docdir:       %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define gtk2_version 2.2.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define startup_notification_version 0.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires: gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: startup-notification >= %{startup_notification_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires:	gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
BuildRequires:  startup-notification-devel >= %{startup_notification_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
The Window Navigator Construction Kit is a library which can be used
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
to control windows on your desktop, including API for writing 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Task Lists, Workspace Switchers and Window Lists.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Summary:      Window Navigator Construction Kit Development Library
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Group:        Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires: %name = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
The Window Navigator Construction Kit is a library which can be used
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
to control windows on your desktop, including API for writing 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
Task Lists, Workspace Switchers and Window Lists.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
bzcat %SOURCE1 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
cd po-sun; make; cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%endif
10129
9ff6246ac3ea 2007-06-27 Erwann Chenede - <[email protected]>
erwannc
parents: 10091
diff changeset
    66
%patch1 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
  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
    75
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
glib-gettextize -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
intltoolize --force --copy
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11843
diff changeset
    83
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11843
diff changeset
    84
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11843
diff changeset
    85
bash -x %SOURCE2 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11843
diff changeset
    86
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11843
diff changeset
    87
15423
a78d42c450a2 2009-03-18 Brian Cameron <[email protected]>
yippi
parents: 15407
diff changeset
    88
gtkdocize
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
CFLAGS="$RPM_OPT_FLAGS"				\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
./configure --prefix=%{_prefix}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
            --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
make -j $CPUS
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
rm $RPM_BUILD_ROOT%{_libdir}/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%{_libdir}/libwnck*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%{_datadir}/locale/*/*/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_libdir}/libwnck*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%changelog
16082
7f761d3e2231 2009-07-21 Christian Kelly <[email protected]>
chrisk
parents: 16055
diff changeset
   123
* Tue Jul 21 2009 - [email protected]
7f761d3e2231 2009-07-21 Christian Kelly <[email protected]>
chrisk
parents: 16055
diff changeset
   124
- Correct download link.
16014
657275c2abd8 * SUNWgnome-panel.spec : Update %doc for 2.26.3 tarballs
mattman
parents: 15621
diff changeset
   125
* Wed Jul 01 2009 - [email protected]
657275c2abd8 * SUNWgnome-panel.spec : Update %doc for 2.26.3 tarballs
mattman
parents: 15621
diff changeset
   126
- Bump to 2.26.2
657275c2abd8 * SUNWgnome-panel.spec : Update %doc for 2.26.3 tarballs
mattman
parents: 15621
diff changeset
   127
- Fix d.o.o: 9306, add patch 02-disable-shave.diff
15621
b447de05cc21 Bump to 2.26.1
davelam
parents: 15423
diff changeset
   128
* Wed Apr 15 2009 - [email protected]
b447de05cc21 Bump to 2.26.1
davelam
parents: 15423
diff changeset
   129
- Bump to 2.26.1
15407
ac5e86ead78a * base-specs/gnome-menus.spec: Bump to 2.26.0.
davelam
parents: 15117
diff changeset
   130
* Tue Mar 17 2009 - [email protected]
ac5e86ead78a * base-specs/gnome-menus.spec: Bump to 2.26.0.
davelam
parents: 15117
diff changeset
   131
- Bump to 2.26.0
ac5e86ead78a * base-specs/gnome-menus.spec: Bump to 2.26.0.
davelam
parents: 15117
diff changeset
   132
- Add patch 02-gtkdoc-rebase.diff to fix GTKDOC_REBASE issue.
15117
af63f82a8d1a 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14945
diff changeset
   133
* Tue Feb 17 2009 - [email protected]
af63f82a8d1a 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14945
diff changeset
   134
- Bump to 2.25.91
14945
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 13796
diff changeset
   135
* Tue Jan 20 2009 - [email protected]
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 13796
diff changeset
   136
- Bump to 2.25.5.
13796
5976f6b80857 2008-09-26 Brian Cameron <[email protected]>
yippi
parents: 13506
diff changeset
   137
* Sat Sep 27 2008 - [email protected]
5976f6b80857 2008-09-26 Brian Cameron <[email protected]>
yippi
parents: 13506
diff changeset
   138
- Bump to 2.24.0.
13506
3ccefbced7e4 2008-09-10 Christian Kelly <[email protected]>
chrisk
parents: 13361
diff changeset
   139
* Wed Sep 10 2008 - [email protected]
3ccefbced7e4 2008-09-10 Christian Kelly <[email protected]>
chrisk
parents: 13361
diff changeset
   140
- Bump to 2.23.92.
13361
e560c7990666 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13189
diff changeset
   141
* Tue Sep 02 2008 - [email protected]
e560c7990666 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13189
diff changeset
   142
- Bump to 2.23.91.
13189
836ff5d12ba2 2008-08-20 Brian Cameron <[email protected]>
yippi
parents: 13075
diff changeset
   143
* Wed Aug 20 2008 - [email protected]
836ff5d12ba2 2008-08-20 Brian Cameron <[email protected]>
yippi
parents: 13075
diff changeset
   144
- Remove patch libwnck-02-no-x11-dependency.diff since it is no longer needed
836ff5d12ba2 2008-08-20 Brian Cameron <[email protected]>
yippi
parents: 13075
diff changeset
   145
  now that the x11.pc file is in our builds.
13075
40c5cf4dd1dc 2008-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 12687
diff changeset
   146
* Thu Aug 07 2008 - [email protected]
40c5cf4dd1dc 2008-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 12687
diff changeset
   147
- Bump to 2.23.6.
12687
cc9973f3f3b6 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12316
diff changeset
   148
* Tue Jun 17 2008 - [email protected]
cc9973f3f3b6 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12316
diff changeset
   149
- Bump to 2.23.4.
12316
898e6ae21686 2008-05-16 Stephen Browne <[email protected]>
stephen
parents: 12094
diff changeset
   150
* Fri May 16 2008 - [email protected]
898e6ae21686 2008-05-16 Stephen Browne <[email protected]>
stephen
parents: 12094
diff changeset
   151
- remove conditional build of tx patch
12071
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   152
* Wed Apr 09 2008 - [email protected]
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   153
- Bump to 2.22.1.  Remove upstream patch, 03-fixcrash.
11837
7c8fcd8b7df4 2008-03-10 Brian Cameron <[email protected]>
yippi
parents: 11836
diff changeset
   154
* Tue Mar 11 2008 - [email protected]
7c8fcd8b7df4 2008-03-10 Brian Cameron <[email protected]>
yippi
parents: 11836
diff changeset
   155
- Add patch to fix crashing bug 517750 (bugzilla)/6658883 (bugster)
11836
36c522df7242 2008-03-10 Brian Cameron <[email protected]>
yippi
parents: 11742
diff changeset
   156
* Mon Mar 10 2008 - [email protected]
11843
6ce78fe86ea4 Typo in %changelog s/2.20.0/2.22.0/
dcarbery
parents: 11837
diff changeset
   157
- Bump to 2.22.0
11742
99a669a8bfa1 Commit files missed earlier. ChangeLog entries already present.
dcarbery
parents: 11618
diff changeset
   158
* Wed Feb 27 2008 - [email protected]
99a669a8bfa1 Commit files missed earlier. ChangeLog entries already present.
dcarbery
parents: 11618
diff changeset
   159
- Bump to 2.21.92.
11618
0ff1348fe7cd 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11537
diff changeset
   160
* Tue Feb 12 2008 - [email protected]
0ff1348fe7cd 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11537
diff changeset
   161
- Bump to 2.21.91.
11537
6f4344a292db i2008-01-28 Damien Carbery <[email protected]>
dcarbery
parents: 11456
diff changeset
   162
* Mon Jan 28 2008 - [email protected]
6f4344a292db i2008-01-28 Damien Carbery <[email protected]>
dcarbery
parents: 11456
diff changeset
   163
- Bump to 2.21.90.
11456
421d96445938 2008-01-15 Damien Carbery <[email protected]>
dcarbery
parents: 11190
diff changeset
   164
* Tue Jan 15 2008 - [email protected]
421d96445938 2008-01-15 Damien Carbery <[email protected]>
dcarbery
parents: 11190
diff changeset
   165
- Bump to 2.21.5.
11190
9d26aa552b8f 2007-11-14 Damien Carbery <[email protected]>
dcarbery
parents: 11182
diff changeset
   166
* Wed Nov 14 2007 - [email protected]
9d26aa552b8f 2007-11-14 Damien Carbery <[email protected]>
dcarbery
parents: 11182
diff changeset
   167
- Bump to 2.21.2.1.
11180
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   168
* Tue Nov 13 2007 - [email protected]
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   169
- Bump to 2.21.2.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10523
diff changeset
   170
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10523
diff changeset
   171
- Bump to 2.20.1.
10523
81e4ba86f158 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10448
diff changeset
   172
* Wed Sep 19 2007 - [email protected]
81e4ba86f158 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10448
diff changeset
   173
- Bump to 2.20.0.
10448
92196381b421 2007-09-05 Damien Carbery <[email protected]>
dcarbery
parents: 10328
diff changeset
   174
* Wed Sep 05 2007 - [email protected]
92196381b421 2007-09-05 Damien Carbery <[email protected]>
dcarbery
parents: 10328
diff changeset
   175
- Bump to 2.19.92.
10328
8448a2976c6b 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   176
* Wed Aug 15 2007 - [email protected]
8448a2976c6b 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   177
- Bump to 2.19.90.
10237
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10178
diff changeset
   178
* Tue Jul 31 2007 - [email protected]
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10178
diff changeset
   179
- Bump to 2.19.6.
10178
a7f02aa69081 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 10174
diff changeset
   180
* Wed Jul 11 2007 - [email protected]
a7f02aa69081 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 10174
diff changeset
   181
- Remove upstream patch, 02-group-windows.
10174
976567cd296b 2007-07-10 Damien Carbery <[email protected]>
dcarbery
parents: 10169
diff changeset
   182
* Tue Jul 10 2007 - [email protected]
976567cd296b 2007-07-10 Damien Carbery <[email protected]>
dcarbery
parents: 10169
diff changeset
   183
- Remove upstream patch, 03-x11-keysym.
10169
8dba9a12689b 2007-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 10129
diff changeset
   184
* Mon Jul 09 2007 - [email protected]
8dba9a12689b 2007-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 10129
diff changeset
   185
- Bump to 2.19.5.
10091
c5ec83340cc9 2007-06-21 Damien Carbery <[email protected]>
dcarbery
parents: 10081
diff changeset
   186
* Thu Jun 21 2007 - [email protected]
c5ec83340cc9 2007-06-21 Damien Carbery <[email protected]>
dcarbery
parents: 10081
diff changeset
   187
- Add upstream patch, 03-x11-keysym, to fix build problem of missing header.
10081
a08ec7bbfb46 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10012
diff changeset
   188
* Tue Jun 19 2007 - [email protected]
a08ec7bbfb46 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10012
diff changeset
   189
- Bump to 2.19.4. Disable TX patch, waiting for rework. 
10012
cd518aaf1fbd 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 9988
diff changeset
   190
* Thu Jun 07 2007 - [email protected]
cd518aaf1fbd 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 9988
diff changeset
   191
- Bump to 2.19.3.1.
9988
a349549365dc 2007-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 9889
diff changeset
   192
* Tue Jun 05 2007 - [email protected]
a349549365dc 2007-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 9889
diff changeset
   193
- Bump to 2.19.3.
9889
0db268d49126 2007-05-14 Damien Carbery <[email protected]>
dcarbery
parents: 9538
diff changeset
   194
* Mon May 14 2007 - [email protected]
0db268d49126 2007-05-14 Damien Carbery <[email protected]>
dcarbery
parents: 9538
diff changeset
   195
- Bump to 2.19.2.
9538
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9457
diff changeset
   196
* Tue Mar 13 2007 - [email protected]
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9457
diff changeset
   197
- Bump to 2.18.0.
9457
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   198
* Tue Mar 06 2007 - [email protected]
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   199
- Bump to 2.17.92.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Add l10n tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
* Mon Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- Bump to 2.16.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
* Fri Nov 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
- Re-enable ported trusted-extensions patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Bump to 2.15.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- Bump to 2.15.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Wed Jun 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- libwnck-01-trusted-extensions.diff: add
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
  support for Solaris Trusted Extensions.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
* Fri Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Tue Feb 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
- Bump to 2.13.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
* Tue Feb 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
- Bump to 2.13.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
- Bump to 2.13.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Wed Jan 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
- Added calls to glib-gettextize and intltoolize to avoid going into an
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
  infinite loop when building.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- Bump to 2.13.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
* Sun Jan 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
- Bump to 2.13.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Thu Dec 22 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- Bump to 2.13.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
- Bump to 2.12.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
* Tue Oct 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
- Bump to 2.12.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Sat Sep 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- Bump to 2.12.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
- Bump to 2.11.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
- Bump to 2.11.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
* Fri Jun 24 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
- Add patch pkgconfig.diff that adds the required libs explictly
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
* Fri May 10 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
- Bump to 2.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- Updated l10n content to libwnck-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
- ported to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- Updated l10n content to libwnck-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
- Updated l10n content to libwnck-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
* Tue Mar 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
- Bump to 2.6.0 and remove the uninstalled, 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
  potfiles and null atom patches - upstream.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
* Sun Mar 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
- add patch 03 instead of adding patch 02 twice.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Fri Mar 19 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- add patch 2 fixing null atom names from causing coredummp on Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
* Thu Mar 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
- libwnck-02-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
* Fri Feb 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
- Update Distro, l10n tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
* Tue Feb 17 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
- Add uninstalled.pc file needed for the Solaris builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Fri Oct 10 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
- update to 2.4.0.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- move lib*.so to -devel, remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
* Thu Jul 10 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
- Added .po tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
* Fri May 30 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
- Backport fitt's law patch for gnome-panel 2.3.x.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
* Tue May 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
- initial Sun release.