From c813430360187d57e954e063f6119990404244e388d58eea068a306a35c41899 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 2 Feb 2008 00:40:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=17 --- gnome-desktop-2.21.5.tar.bz2 | 3 -- gnome-desktop-2.21.90.tar.bz2 | 3 ++ gnome-desktop.changes | 8 +++++ gnome-desktop.spec | 65 ++++++++++++++++++++++++++--------- 4 files changed, 60 insertions(+), 19 deletions(-) delete mode 100644 gnome-desktop-2.21.5.tar.bz2 create mode 100644 gnome-desktop-2.21.90.tar.bz2 diff --git a/gnome-desktop-2.21.5.tar.bz2 b/gnome-desktop-2.21.5.tar.bz2 deleted file mode 100644 index 353655a..0000000 --- a/gnome-desktop-2.21.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c64ce85451788318286657cfcff2e92b4e7572f7970a9c1a2105bbcc0938cd4 -size 1377045 diff --git a/gnome-desktop-2.21.90.tar.bz2 b/gnome-desktop-2.21.90.tar.bz2 new file mode 100644 index 0000000..ff57747 --- /dev/null +++ b/gnome-desktop-2.21.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23386f74509bd041ee95a59e99bf962fca494f3742ac963bc9c57613b2c7ce7d +size 1376270 diff --git a/gnome-desktop.changes b/gnome-desktop.changes index 9c98bf0..3d68904 100644 --- a/gnome-desktop.changes +++ b/gnome-desktop.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 1 19:49:14 CET 2008 - maw@suse.de + +- Update to version 2.21.90: + + Add GNOME_DESKTOP_USE_UNSTABLE_API API guard + + Updated translations +- Build with -fno-strict-aliasing. + ------------------------------------------------------------------- Thu Jan 24 23:04:20 CET 2008 - rodrigo@suse.de diff --git a/gnome-desktop.spec b/gnome-desktop.spec index 5198d00..908205a 100644 --- a/gnome-desktop.spec +++ b/gnome-desktop.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-desktop (Version 2.21.5) +# spec file for package gnome-desktop (Version 2.21.90) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,7 +15,7 @@ BuildRequires: fdupes gnome-common gnome-doc-utils gnome-doc-utils-devel gtk-do License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later; LGPL v2.1 or later Group: System/GUI/GNOME Obsoletes: gnome-core -Version: 2.21.5 +Version: 2.21.90 Release: 1 Summary: The GNOME Desktop API Library Source: %{name}-%{version}.tar.bz2 @@ -27,6 +27,7 @@ Patch2: gnome-desktop-desktop.patch # PATCH-NEEDS-REBASE gnome-desktop-recently-used-apps.patch Patch3: gnome-desktop-recently-used-apps.patch Requires: %{name}-lang = %{version} +Requires: libgnome-desktop-2-2 = %{version} %description This package contains the libgnome-desktop library that contains APIs @@ -40,6 +41,31 @@ some man pages, and GNOME's core graphics files and icons. +Authors: +-------- + Elliot Lee + George Lebl + John Ellis + Havoc Pennington + Anders Carlsson + +%package -n libgnome-desktop-2-2 +Summary: The GNOME Desktop API Library +Group: System/GUI/GNOME +Requires: %{name} >= %{version} + +%description -n libgnome-desktop-2-2 +This package contains the libgnome-desktop library that contains APIs +that really belong in libgnome/libgnomeui but have not seen enough +testing or development to be considered stable. Use them at your own +risk. + +Also contained here are documents installed as part of the core GNOME +distribution: the GPL, GNOME's .desktop files, the gnome-about program, +some man pages, and GNOME's core graphics files and icons. + + + Authors: -------- Elliot Lee @@ -96,6 +122,7 @@ Authors: %build autoreconf -f -i +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure\ --disable-static\ --disable-scrollkeeper\ @@ -122,11 +149,9 @@ popd %clean rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig +%post -n libgnome-desktop-2-2 -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -n libgnome-desktop-2-2 -p /sbin/ldconfig %files %defattr (-, root, root) @@ -137,9 +162,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/omf/* %{_datadir}/pixmaps/*.png %{_datadir}/pixmaps/*.xpm -%{_libdir}/*.so.* %doc %{_mandir}/man?/*.* +%files -n libgnome-desktop-2-2 +%defattr(-, root, root) +%{_libdir}/*.so.* + %files lang -f %{name}-2.0.lang %files devel @@ -154,7 +182,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/gnome-desktop %changelog -* Thu Jan 24 2008 rodrigo@suse.de +* Fri Feb 01 2008 maw@suse.de +- Update to version 2.21.90: + + Add GNOME_DESKTOP_USE_UNSTABLE_API API guard + + Updated translations +- Build with -fno-strict-aliasing. +* Fri Jan 25 2008 rodrigo@suse.de - Updated to GNOME 2.21.5 version: * gnome-about: Don't keep the window centered * gnome-about: Fix problem when the color of the logo is wrong @@ -192,14 +225,14 @@ rm -rf $RPM_BUILD_ROOT - Updated translations - Some tangoified icons - Requires newer versions of glib2 and gtk2. -* Fri Jun 22 2007 maw@suse.de +* Sat Jun 23 2007 maw@suse.de - Require libopenssl-devel in the -devel subpackage - Let the automagic requirements stuff do all the work. * Thu Jun 07 2007 sbrabec@suse.cz - Removed invalid desktop Category "Application" (#254654). * Fri Apr 27 2007 sbrabec@suse.cz - Do not call meinproc (#227624). -* Wed Apr 11 2007 maw@suse.de +* Thu Apr 12 2007 maw@suse.de - Update to version 2.18.1 - Minor fixes - Updated translations for both the documentation (ar and ca) @@ -211,7 +244,7 @@ rm -rf $RPM_BUILD_ROOT - Update to version 2.17.91. * Wed Feb 07 2007 sbrabec@suse.cz - Do not build unusable static libraries (#238552). -* Sun Jan 07 2007 sbrabec@suse.cz +* Mon Jan 08 2007 sbrabec@suse.cz - Splitted gnome-desktop-doc from gnome-desktop. * Thu Dec 14 2006 maw@suse.de - Move to /usr @@ -250,16 +283,16 @@ rm -rf $RPM_BUILD_ROOT - Use gdk_x11_display_get_user_time() to get the launch time - Don't crash when launching a desktop file without specifying a screen -* Mon May 08 2006 jimmyk@suse.de +* Tue May 09 2006 jimmyk@suse.de - Fix recently-used-apps patch, colliding libegg symbols (BNC #158106). -* Mon Mar 20 2006 danw@suse.de +* Tue Mar 21 2006 danw@suse.de - Fix the error message mentioned in #156801 (though not the dialog box, which turns out to be a separate bug). -* Tue Feb 28 2006 jimmyk@suse.de +* Wed Mar 01 2006 jimmyk@suse.de - Added .recently-used-apps support (BNC #152405) * Tue Feb 28 2006 sbrabec@suse.cz - Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14). -* Mon Feb 27 2006 ro@suse.de +* Tue Feb 28 2006 ro@suse.de - added kdelibs3-devel-doc to BuildRequires * Sat Feb 04 2006 aj@suse.de - Reduce BuildRequires. @@ -378,7 +411,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Nov 28 2002 hhetter@suse.de - updated to version 2.0.10 [GNOME 2.0.3] - removed hu-translation because translations have been updated -* Mon Nov 11 2002 ro@suse.de +* Tue Nov 12 2002 ro@suse.de - changed neededforbuild to * Tue Sep 24 2002 sbrabec@suse.cz - Added alsa-devel to neededforbuild, because esound-devel can require it.