2007-07-27 01:58:25 +02:00
|
|
|
#
|
2008-03-05 22:43:13 +01:00
|
|
|
# spec file for package libwnck (Version 2.21.92)
|
2007-07-27 01:58:25 +02:00
|
|
|
#
|
2008-01-30 02:31:16 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-07-27 01:58:25 +02:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-19 02:36:54 +01:00
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
Name: libwnck
|
2007-08-09 16:09:41 +02:00
|
|
|
BuildRequires: fdupes gnome-common gtk-doc gtk2-devel intltool licenses perl-XML-Parser update-desktop-files
|
2007-11-19 10:25:47 +01:00
|
|
|
License: LGPL v2.1 or later
|
2007-07-27 01:58:25 +02:00
|
|
|
Group: Development/Libraries/GNOME
|
2008-03-05 22:43:13 +01:00
|
|
|
Version: 2.21.92
|
2008-01-30 02:31:16 +01:00
|
|
|
Release: 1
|
2007-07-27 01:58:25 +02:00
|
|
|
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
|
|
|
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1)
|
|
|
|
%define libwnck-1_name 22
|
|
|
|
Summary: Window Navigator Construction Kit (Library Package)
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Source1: %{name}_spec-update.sh
|
|
|
|
Patch4: libwnck-2.12.2-window-move-1.patch
|
|
|
|
Patch8: libwnck-realistic-layout.patch
|
2008-01-30 02:31:16 +01:00
|
|
|
# PATCH-NEEDS-REBASE libwnck-opacity-2.patch
|
2007-07-27 01:58:25 +02:00
|
|
|
Patch9: libwnck-opacity-2.patch
|
|
|
|
Patch11: libwnck-border_width-fix-2.patch
|
2007-07-27 15:11:39 +02:00
|
|
|
Requires: libwnck-1-22 = %{version} licenses
|
2007-08-09 16:09:41 +02:00
|
|
|
Requires: %{name}-lang = %{version}
|
2007-07-27 01:58:25 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Window Navigator Construction Kit is a library that can be used to
|
|
|
|
write task lists, pagers, and similar GNOME programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
%package -n libwnck-1-22
|
|
|
|
Summary: Window Navigator Construction Kit (Library Package)
|
|
|
|
Group: Development/Libraries/GNOME
|
|
|
|
# Require translation package (%{name}) not older than the library:
|
|
|
|
Requires: %{name} >= %{version}
|
|
|
|
|
|
|
|
%description -n libwnck-1-22
|
|
|
|
The Window Navigator Construction Kit is a library that can be used to
|
|
|
|
write task lists, pagers, and similar GNOME programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
%package devel
|
2007-11-19 10:25:47 +01:00
|
|
|
Summary: Include Files and Libraries mandatory for Development
|
2007-07-27 01:58:25 +02:00
|
|
|
Group: Development/Libraries/GNOME
|
2008-01-30 02:31:16 +01:00
|
|
|
Requires: %{name} = %{version} glib2-devel gtk2-devel
|
2007-07-27 01:58:25 +02:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary include files and libraries needed
|
|
|
|
to develop applications that require these.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Window Navigator Construction Kit (Library Package)
|
|
|
|
Group: Development/Libraries/GNOME
|
2007-07-27 15:11:39 +02:00
|
|
|
Requires: %{name} = %{version}
|
2007-07-27 01:58:25 +02:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
The Window Navigator Construction Kit is a library that can be used to
|
|
|
|
write task lists, pagers, and similar GNOME programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
2007-08-09 16:09:41 +02:00
|
|
|
%lang_package
|
2007-07-27 01:58:25 +02:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch4
|
|
|
|
%patch8
|
2008-01-30 02:31:16 +01:00
|
|
|
#%patch9
|
2007-07-27 01:58:25 +02:00
|
|
|
%patch11
|
|
|
|
# rpmlint note: libwnck has a separate translation for both Bengali and Bengali India
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -f -i
|
|
|
|
# needed for libwnck-2.19.4:
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
%configure\
|
|
|
|
--disable-static
|
2007-11-19 10:25:47 +01:00
|
|
|
%__make %{?jobs:-j%jobs}
|
2007-07-27 01:58:25 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
LIBNAME="$(echo $RPM_BUILD_ROOT%{_libdir}/%{name}-*.so.?? | sed 's/.*\///;s/\.so\./-/;s/\./_/')"
|
|
|
|
if test "$LIBNAME" != libwnck-1-22 ; then
|
|
|
|
echo "Library version does not match package name. It should be $LIBNAME."
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
for FILE in COPYING ; do
|
|
|
|
MD5SUM=$(md5sum $FILE | sed 's/ .*//')
|
|
|
|
if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
|
|
|
|
ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
|
|
|
|
fi
|
|
|
|
done
|
2007-08-09 16:09:41 +02:00
|
|
|
%fdupes $RPM_BUILD_ROOT
|
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -n libwnck-1-22 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libwnck-1-22 -p /sbin/ldconfig
|
|
|
|
|
2007-08-09 16:09:41 +02:00
|
|
|
%files
|
2007-07-27 01:58:25 +02:00
|
|
|
%defattr(-,root,root)
|
2007-08-02 17:26:04 +02:00
|
|
|
%{_bindir}/wnckprop
|
2007-07-27 01:58:25 +02:00
|
|
|
%doc AUTHORS COPYING README NEWS ChangeLog
|
|
|
|
|
2007-08-09 16:09:41 +02:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
%files -n libwnck-1-22
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/libwnck-1.0
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/*.*a
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/gtk-doc/html/*
|
2008-01-30 02:31:16 +01:00
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
%changelog
|
2008-03-05 22:43:13 +01:00
|
|
|
* Tue Mar 04 2008 maw@suse.de
|
|
|
|
- Update to version 2.21.92:
|
|
|
|
+ Fix wnck_window_set_geometry() not working without a main loop
|
|
|
|
+ Updated translations.
|
2008-02-19 02:36:54 +01:00
|
|
|
* Tue Feb 19 2008 maw@suse.de
|
|
|
|
- Update to version 2.21.91:
|
|
|
|
+ Updated translations.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jan 29 2008 rodrigo@suse.de
|
|
|
|
- Update to version 2.21.90:
|
|
|
|
* Fix pager to correctly work in multiscreen environment
|
|
|
|
- Added missing glib2-devel to -devel package Requires
|
|
|
|
* Thu Nov 15 2007 jpr@suse.de
|
2007-11-19 10:25:47 +01:00
|
|
|
- Remove libwnck-viewport-2.patch, it was obsoleted by a different
|
|
|
|
upstream patch
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Sep 18 2007 sbrabec@suse.cz
|
2007-09-19 19:13:51 +02:00
|
|
|
- Update to version 2.20.0:
|
|
|
|
* translations update
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Sep 11 2007 mauro@suse.de
|
2007-09-11 18:30:55 +02:00
|
|
|
- Update to version 2.19.92:
|
|
|
|
+ Add translator comments for wnckprop (Andre Klapper) [#468320]
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Aug 31 2007 maw@suse.de
|
2007-08-31 15:55:47 +02:00
|
|
|
- Update to version 2.19.90:
|
|
|
|
+ Remove weak pointers on fields in task structure before
|
|
|
|
freeing task block (bugzilla.gnome.org 139080)
|
|
|
|
+ Updated translations.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Aug 08 2007 maw@suse.de
|
2007-08-09 16:09:41 +02:00
|
|
|
- Split off a -lang subpackage.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Aug 02 2007 maw@suse.de
|
2007-08-02 17:26:04 +02:00
|
|
|
- Update to version 2.19.6:
|
|
|
|
Fixes
|
|
|
|
- Make the window action menu work with viewport (Vincent) [#352383]
|
|
|
|
- Correctly draw workspaces with viewport in the pager (Vincent)
|
|
|
|
- Fix typo in a string of wnckprop (Theppitak Karoonboonyanan)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Jul 27 2007 sbrabec@suse.cz
|
2007-07-27 15:11:39 +02:00
|
|
|
- Fixed typo in shared library name.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jul 17 2007 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fixed shared library packaging.
|
|
|
|
- Added script to update library package names.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sat Jul 14 2007 mrueckert@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- fixed typo in previous change
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sat Jul 14 2007 mrueckert@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- use libwnck-devel and libwnck-doc. the file content would conflict
|
|
|
|
anyway so there is no need to have them as versioned subpackages.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Jul 09 2007 maw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Following up on the package rename, add some new
|
|
|
|
Provides/Obsoletes.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Jul 06 2007 maw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.19.4, and rename to libwnck-1-22 to match
|
|
|
|
sonames.
|
|
|
|
- Remove upstreamed libwnck-216129-tasklist-crash.patch
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue May 29 2007 danw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add libwnck-216129-tasklist-crash.patch from upstream to fix a
|
|
|
|
panel crash. #216129
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Mar 23 2007 maw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.18.0
|
|
|
|
- Minor changes:
|
|
|
|
* libwnck/tasklist.c: (wnck_tasklist_scroll_cb): fix left/right
|
|
|
|
scroll for RTL
|
|
|
|
* libwnck/pager.c: (wnck_update_drag_icon): improve a bit, so
|
|
|
|
that the icon has a good width/height ratio, and is not always
|
|
|
|
huge
|
|
|
|
* libwnck/pager.c: (wnck_pager_set_n_rows): don't accept to set to
|
|
|
|
less than 1 row. Again. (My one-line patch was broken ;-))
|
|
|
|
* test-tasklist.c: add an option to always group windows, and default
|
|
|
|
to automatic grouping
|
|
|
|
* test-tasklist.c: (main):
|
|
|
|
* test-selector.c: (main): don't use gtk_window_set_policy(), but
|
|
|
|
gtk_window_set_resizable()
|
|
|
|
* libwnck/pager.c: (wnck_pager_set_n_rows): don't accept to set to
|
|
|
|
less than 1 row
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Feb 19 2007 maw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.17.91
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Feb 07 2007 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Do not build unusable static libraries (#238552).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Dec 13 2006 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Prefix changed to /usr.
|
|
|
|
- Spec file cleanup.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Nov 07 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix viewport patch so it doesn't crash when creating action menu
|
|
|
|
for windows that are visible on more than one workspace. #217262
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Oct 18 2006 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Enabled creating of doc package (#193240).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Oct 16 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix broken border width patch. 178222.
|
|
|
|
- Remove ibwnck-2.12.2-virtual-aspect-1.patch, it's no longer
|
|
|
|
needed.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Oct 03 2006 jhargadon@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.16.1
|
|
|
|
- Fix critical warning and leak
|
|
|
|
- Avoid sending spurious icon geometry updates
|
|
|
|
- Require GTK+ 2.8.0
|
|
|
|
- translation updates
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Sep 15 2006 jhargadon@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.16.0
|
|
|
|
- translation updates
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Sep 01 2006 jhargadon@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.15.92
|
|
|
|
- Fix crash when tasklist is destroyed
|
|
|
|
- Update delete icon for the context menu
|
|
|
|
- translation updates
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Aug 16 2006 jhargadon@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.15.91
|
|
|
|
- Changed the glowing code to have less and saner style properties
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Aug 04 2006 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.15.90
|
|
|
|
- Remove upstreamed patches
|
|
|
|
Features
|
|
|
|
- Add move/resize window API (Magnus Therning)
|
|
|
|
- Improve glowing effect in tasklist and make it themeable (Benjamin Berg)
|
|
|
|
[#325176]
|
|
|
|
- Use cairo in the pager (Benjamin Otte) [#339293]
|
|
|
|
- Improve drag and drop in the pager (Nickolay V. Shmyrev, Benjamin Otte)
|
|
|
|
[#96675, #339293]
|
|
|
|
- Improve look of the pager (Benjamin Otte) [#339293]
|
|
|
|
- Add dragging of windows from the tasklist (Nickolay V. Shmyrev) [#96675]
|
|
|
|
- Sort window in a group alphabetically (Xavier Claessens, Vincent)
|
|
|
|
- Change active window when scrolling on the selector (Nigel Tao)
|
|
|
|
- Add scrolling support to the tasklist (Xavier Claessens)
|
|
|
|
Fixes
|
|
|
|
- Correctly set relief for group buttons in the tasklist (Benjamin Otte)
|
|
|
|
- Make windows that go to the bottom occupy the last pixel of the pager
|
|
|
|
(Benjamin Otte)
|
|
|
|
- Fix crashes
|
|
|
|
- Don't change workspace when releasing the button on another workspace
|
|
|
|
(Vincent) [#110510]
|
|
|
|
- Fix leaks (Dan Winship) [#334137]
|
|
|
|
- Fix minimization of "always on visible desktop" windows with the tasklist
|
|
|
|
(Vincent) [#335316]
|
|
|
|
- Fix transient cycles causing infinite loops (Dan Winship, Elijah) [#332493]
|
|
|
|
- Immediately show notification for demands-attent/urgent windows on other
|
|
|
|
workspaces in the tasklist (Leszek Matok) [#336142]
|
|
|
|
- Don't minimize the window when it's on another desktop and it was the last
|
|
|
|
active window (Vincent) [#331661]
|
|
|
|
- Fix C89 compliance (Jens Granseuer) [#332866]
|
|
|
|
- Fix window disappearing in workspace switcher after drag and drop (Vincent)
|
|
|
|
[#317373]
|
|
|
|
- Fix corrupted drawing of windows (Vincent) [#155502]
|
|
|
|
- Include demands-attention/urgent windows unconditionally in
|
|
|
|
tasklist; this should help users not miss important windows on
|
|
|
|
other workspaces (Elijah) [#305979]
|
|
|
|
- Synchronize the right-click-menu with that of Metacity's (Srirama
|
|
|
|
Sharma, Leena Gunda, Christian Neumair) [#135710]
|
|
|
|
- Escape window titles used in pango markup, avoids some crashes too
|
|
|
|
(Vincent Noel, jylefort FreeBSD org) [#306289]
|
|
|
|
- Correctly catch and handle demands-attention/urgent state changes
|
|
|
|
for transients of windows in the tasklist (Elijah) [#317541]
|
|
|
|
- Make the pager Fitts's law compliant when shadow type is none
|
|
|
|
(Vincent) [#304248]
|
|
|
|
- Correctly specify the source indication (Elijah)
|
|
|
|
- Use virtual desktop size when computing size of pager (Loic Minier, Vincent)
|
|
|
|
Update Translations
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue May 30 2006 danw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Patch in a new method from libwnck HEAD to allow compiz to know
|
|
|
|
when a window has a real name (as opposed to a fallback name like
|
|
|
|
"untitled window"). #173059
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri May 12 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix so that correct geometry is returned when border width is
|
|
|
|
greater than 0. (bnc 178222)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri May 05 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add opacity window action sub-menu patch.
|
|
|
|
(libwnck-opacity-2.patch)
|
|
|
|
- Add patch for viewport options in window action menu.
|
|
|
|
(libwnck-2.12.2-viewport-1.patch) (bnc 160004)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Apr 27 2006 joeshaw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add a patch to fix some layout and grouping bugs in the tasklist.
|
|
|
|
(bnc #148840)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Mar 07 2006 danw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix a crash in libwnck-2.12.2-virtual-aspect-1.patch (144722).
|
|
|
|
Fix some memory leaks to hopefully fix 78329.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Feb 28 2006 danw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix infinite loop when a window is marked TRANSIENT_FOR itself
|
|
|
|
(116722)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Feb 15 2006 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix crash on window switch (b.g.o#327435)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sat Jan 07 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add window movement patch
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 04 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add virtual desktop aspect ratio patch
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Dec 01 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.12.2
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Oct 13 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.12.1
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Sep 05 2005 mmj@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.12.0 (GNOME 2.12)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Aug 22 2005 rodrigo@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.11.92
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Aug 11 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.11.91
|
|
|
|
- Fix use of unitialized variable
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sat Jul 23 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.11.4
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jun 22 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.11.3
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fixed devel requirements.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Mar 10 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.10.0 (GNOME 2.10).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Mar 04 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.9.92.1
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Feb 11 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.9.91
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sun Feb 06 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.9.90
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jan 04 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.9.3
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Dec 21 2004 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.8.1.
|
|
|
|
- Add gtk-doc to needed for build, release version now requires it
|
|
|
|
- Add --disable-html-dir to keep html docs from being built
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Nov 23 2004 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- do not use libXRes on 9.0-x86_64
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Nov 19 2004 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- removed extra aclocal include directive
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Oct 25 2004 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- locale rename: no -> nb
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Apr 15 2004 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Updated to version 2.6.0.1 (GNOME 2.6).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- add %%defattr and %%run_ldconfig
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Oct 07 2003 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Updated to version 2.4.0.1 (GNOME 2.4).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jul 15 2003 pthomas@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Clean up the code, specially where dereferencing type-punned
|
|
|
|
pointers would break alias analysis.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Jul 14 2003 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- GNOME prefix change to /opt/gnome.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jun 24 2003 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Updated to version 2.2.2.
|
|
|
|
- Use %%find_lang.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Jun 02 2003 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- add translations to filelist
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 29 2003 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.2.0
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Jan 16 2003 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 2.1.90
|
|
|
|
- use gtk2-devel-packages in #neededforbuild
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 15 2003 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Added expat to neededforbuild.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Nov 28 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.18 [GNOME 2.0.3]
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Nov 12 2002 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Oct 24 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- use "-c" with automake (Bug Id #21066)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Aug 09 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.16
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jun 19 2002 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- use "-a -f" for automake
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jun 19 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.14
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jun 04 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.13, sorce frozen
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed May 15 2002 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- use libdir
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Apr 10 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.7
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Jan 17 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- really prefixed to /opt/gnome2
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Jan 17 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- prefixed to /opt/gnome2
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 16 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.2
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jan 15 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- fixed prefix
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Jan 14 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- initial SuSE package for GNOME 2.0 platform
|
|
|
|
- build with automake 1.5
|