forked from pool/gnome-control-center
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=19
This commit is contained in:
parent
d467100cfd
commit
3c74ca71c3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 01:54:00 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove "la" files, baby step to clean up all references
|
||||
to libavahi-*.la
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 14:04:20 CST 2009 - federico@novell.com
|
||||
|
||||
|
@ -34,7 +34,7 @@ Group: System/GUI/GNOME
|
||||
Obsoletes: fontilus themus acme
|
||||
Provides: fontilus themus acme
|
||||
Version: 2.24.0.1
|
||||
Release: 4
|
||||
Release: 7
|
||||
Summary: The GNOME Control Center
|
||||
Source: gnome-%{_name}-%{version}.tar.bz2
|
||||
Source1: control-center-art.tar.bz2
|
||||
@ -88,6 +88,7 @@ License: GPL v2 or later
|
||||
Summary: Header files for the GNOME Control Center
|
||||
Group: System/GUI/GNOME
|
||||
AutoReqProv: on
|
||||
#FIXME: carefully review this dependencies
|
||||
Requires: %{name} = %{version} dbus-1-devel glib2-devel gtk2-devel libgnomeui-devel gnome-desktop-devel gnome-menus-devel gnome-panel-devel libglade2-devel librsvg-devel pango-devel
|
||||
%if %suse_version > 1010
|
||||
Requires: dbus-1-glib-devel
|
||||
@ -125,7 +126,7 @@ gnome-patch-translation-update
|
||||
autoreconf -f -i
|
||||
# needed for control-center-2.16.1:
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure\
|
||||
%configure --with-pic\
|
||||
--libexecdir=%{_prefix}/lib/control-center-2.0\
|
||||
--disable-static\
|
||||
--disable-scrollkeeper\
|
||||
@ -167,7 +168,7 @@ cp -a ../permissions/* $RPM_BUILD_ROOT/etc/permissions.d
|
||||
%find_lang gnome-%{_name}-2.0
|
||||
%find_gconf_schemas
|
||||
cat %{name}.schemas_list >gnome-%{name}.lst
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*/*.*a $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
|
||||
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
@ -237,11 +238,13 @@ fi
|
||||
# %{_datadir}/idl/*.idl
|
||||
%{_includedir}/gnome-window-settings-2.0
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/lib*.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Sat Jan 17 2009 crrodriguez@suse.de
|
||||
- remove "la" files, baby step to clean up all references
|
||||
to libavahi-*.la
|
||||
* Fri Jan 09 2009 federico@novell.com
|
||||
- Added gnome-control-center-randr-gerror.diff. This adds good error
|
||||
reporting when changing the multihead configuration, and fixes these
|
||||
@ -259,7 +262,7 @@ fi
|
||||
- Move gnome-control-center-use-preferences-menu.patch to
|
||||
gnome-control-center-use-settings-menu.patch since we now use
|
||||
settings.menu.
|
||||
* Fri Oct 03 2008 mboman@suse.de
|
||||
* Sat Oct 04 2008 mboman@suse.de
|
||||
- Update to version 2.24.0.1:
|
||||
+ Fix newly-introduced crash in theme tab (bgo#553541)
|
||||
* Fri Sep 26 2008 vuntz@novell.com
|
||||
@ -418,7 +421,7 @@ fi
|
||||
- Added control-center2-desktop-effects.patch to add compiz
|
||||
activation GUI to the appearance capplet.
|
||||
- Finish tagging of patches
|
||||
* Thu Mar 13 2008 maw@suse.de
|
||||
* Fri Mar 14 2008 maw@suse.de
|
||||
- Update to version 2.22.0:
|
||||
+ about-me:
|
||||
* Fix misspelling of "palindrome" (bgo#519398)
|
||||
@ -456,7 +459,7 @@ fi
|
||||
- Removed gnome-settings-daemon related files
|
||||
- Disable temporarily gnome-patch-translation*, since it's
|
||||
complaining about files removed upstream ??
|
||||
* Tue Nov 20 2007 maw@suse.de
|
||||
* Wed Nov 21 2007 maw@suse.de
|
||||
- Fix build.
|
||||
* Tue Nov 06 2007 rodrigo@suse.de
|
||||
- Added missing gtk_widget_set_sensitive call (#8785)
|
||||
@ -696,12 +699,12 @@ fi
|
||||
- Ported control-center-default-applications-ftp+news.patch
|
||||
(#113104#c11).
|
||||
- Added seamonkey to default applications list.
|
||||
* Fri Mar 30 2007 maw@suse.de
|
||||
* Sat Mar 31 2007 maw@suse.de
|
||||
- Update to version 2.18.0
|
||||
- b.g.o 344741 and 413468 (partially).
|
||||
* Mon Mar 19 2007 sbrabec@suse.cz
|
||||
- Fixed devel dependencies.
|
||||
* Thu Mar 15 2007 maw@suse.de
|
||||
* Fri Mar 16 2007 maw@suse.de
|
||||
- Update to version 2.17.91
|
||||
- Refresh a number of patches.
|
||||
- Bug fixes include bugzilla.gnome.org #402797, #358106, #380991,
|
||||
@ -729,7 +732,7 @@ fi
|
||||
- Update and reenable control-center2-po-update.patch
|
||||
* Fri Oct 13 2006 dreveman@suse.de
|
||||
- Update compiz keybinding patch so it works with compiz 0.2.
|
||||
* Thu Oct 12 2006 aj@suse.de
|
||||
* Fri Oct 13 2006 aj@suse.de
|
||||
- Adjust BuildRequires for gnome-doc-utils.
|
||||
* Mon Oct 02 2006 jhargadon@suse.de
|
||||
- update to version 2.16.1
|
||||
@ -742,14 +745,14 @@ fi
|
||||
- Allow the text in the details to ellipsize and set a minimun width for
|
||||
the dialog
|
||||
- translation updates
|
||||
* Wed Sep 13 2006 jhargadon@suse.de
|
||||
* Thu Sep 14 2006 jhargadon@suse.de
|
||||
- update to versin 2.16.0
|
||||
- avoid excess strduping
|
||||
- avoid extra key events processing
|
||||
- avoid grabbing all keyboard when the key code cannot be retrieved
|
||||
- add missing maximize button
|
||||
- translation updates
|
||||
* Fri Sep 01 2006 gekker@suse.de
|
||||
* Sat Sep 02 2006 gekker@suse.de
|
||||
- Install dbus service file in correct location
|
||||
* Wed Aug 30 2006 jhargadon@suse.de
|
||||
- update to version 2.15.92
|
||||
@ -786,7 +789,7 @@ fi
|
||||
- Fix for 185591 - missing localization for sound entries.
|
||||
* Fri Jun 16 2006 sbrabec@suse.cz
|
||||
- Fixed missing strings in password dialog (#185584).
|
||||
* Thu Jun 01 2006 hpj@suse.de
|
||||
* Fri Jun 02 2006 hpj@suse.de
|
||||
- Updated the search patch to fall back to gnome-search-tool if
|
||||
Beagle can't be found.
|
||||
* Mon May 29 2006 hpj@suse.de
|
||||
@ -818,7 +821,7 @@ fi
|
||||
- Updated control-center2-multiple-displays.patch to use the correct
|
||||
DISPLAY for bonobo-activation, and fixed ultra-quick error dialog
|
||||
(#156801).
|
||||
* Wed Mar 22 2006 federico@novell.com
|
||||
* Thu Mar 23 2006 federico@novell.com
|
||||
- Updated control-center2-system-proxy-configuration.diff to fix bug
|
||||
[#158600]. Gnome-settings-daemon will now read the HTTPS_PROXY value
|
||||
from /etc/sysconfi/proxy and set it in the appropriate GConf keys.
|
||||
@ -830,9 +833,9 @@ fi
|
||||
[#153419])
|
||||
* Sun Feb 19 2006 aj@suse.de
|
||||
- Reduce BuildRequires.
|
||||
* Fri Feb 17 2006 sreeves@suse.de
|
||||
* Sat Feb 18 2006 sreeves@suse.de
|
||||
- Another Update .desktop file (Name, GenericName, Comment, DocPath)
|
||||
* Fri Feb 17 2006 gekker@suse.de
|
||||
* Sat Feb 18 2006 gekker@suse.de
|
||||
- Fixup .desktop files for UI team
|
||||
* Fri Feb 17 2006 sreeves@suse.de
|
||||
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
||||
@ -883,7 +886,7 @@ fi
|
||||
- s/Assistive Technology Support/Assistive Technology/
|
||||
- Change window height to 550.
|
||||
- Part of fix for #115299
|
||||
* Sun Sep 04 2005 aj@suse.de
|
||||
* Mon Sep 05 2005 aj@suse.de
|
||||
- Update to 2.12.0.
|
||||
* Mon Aug 29 2005 rodrigo@suse.de
|
||||
- Added control-center2-screensaver.patch (#113353)
|
||||
@ -938,7 +941,7 @@ fi
|
||||
- Symlink desktop icon to standard location (#72818).
|
||||
* Thu Mar 10 2005 gekker@suse.de
|
||||
- Add new version of the system-proxy-configuration patch (71202).
|
||||
* Wed Mar 09 2005 gekker@suse.de
|
||||
* Thu Mar 10 2005 gekker@suse.de
|
||||
- Update to version 2.10.0 (GNOME 2.10).
|
||||
* Mon Feb 28 2005 sbrabec@suse.cz
|
||||
- Do not package mimeinfo.cache.
|
||||
@ -994,7 +997,7 @@ fi
|
||||
* Fri Jun 25 2004 jody@suse.de
|
||||
- Move the shell into a tarball to improve maintainability
|
||||
- Fix crash when clicking on whitespace
|
||||
* Thu Jun 24 2004 jody@suse.de
|
||||
* Fri Jun 25 2004 jody@suse.de
|
||||
- remove keyboard layout (obsolete)
|
||||
- change printer capplet and fix icon
|
||||
- update shell
|
||||
@ -1005,7 +1008,7 @@ fi
|
||||
- Upgraded to 2.6.1.
|
||||
- Added patch to change desktop files to contain the Category needed
|
||||
to show up with the new gnome-vfs2.
|
||||
* Thu Apr 29 2004 clahey@suse.de
|
||||
* Fri Apr 30 2004 clahey@suse.de
|
||||
- Added patch to use new control center shell.
|
||||
* Tue Apr 06 2004 sbrabec@suse.cz
|
||||
- Provide alternative desktop file in Utility->Desktop for non-GNOME
|
||||
@ -1021,7 +1024,7 @@ fi
|
||||
- add %%defattr
|
||||
* Tue Oct 07 2003 sbrabec@suse.cz
|
||||
- Updated to version 2.4.0 (GNOME 2.4).
|
||||
* Fri Sep 12 2003 matz@suse.de
|
||||
* Sat Sep 13 2003 matz@suse.de
|
||||
- Fix wrong declaration that leads to segfaults.
|
||||
* Thu Aug 07 2003 sbrabec@suse.cz
|
||||
- Not use globbing for schemas in %%files.
|
||||
@ -1033,7 +1036,7 @@ fi
|
||||
* Wed Jun 25 2003 sbrabec@suse.cz
|
||||
- Updated to version 2.2.2.
|
||||
- Use %%find_lang.
|
||||
* Sun Jun 22 2003 ro@suse.de
|
||||
* Mon Jun 23 2003 ro@suse.de
|
||||
- package directories
|
||||
* Thu May 15 2003 sbrabec@suse.cz
|
||||
- Updated to version 2.2.1.
|
||||
@ -1085,7 +1088,7 @@ fi
|
||||
- updated to version 1.99.10
|
||||
* Fri Apr 26 2002 ro@suse.de
|
||||
- replaced gnome-core2 by gnome-desktop in neededforbuild
|
||||
* Thu Jan 31 2002 ro@suse.de
|
||||
* Fri Feb 01 2002 ro@suse.de
|
||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||
* Thu Jan 24 2002 hhetter@suse.de
|
||||
- initial SuSE package for GNOME 2.0 platform
|
||||
|
Loading…
Reference in New Issue
Block a user