Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory 
checked in at 2012-01-09 12:40:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-desktop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-desktop", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes      
2011-10-18 14:13:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-desktop.new/gnome-desktop.changes 
2012-01-09 12:40:21.000000000 +0100
@@ -1,0 +2,41 @@
+Tue Dec 20 09:31:12 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + No change, just a version bump.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Remove unneeded text from descriptions.
+
+-------------------------------------------------------------------
+Thu Dec  8 22:49:20 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-GnomeDesktop-3_0 subpackage.
+- Add typelib-1_0-GnomeDesktop-3_0 Requires to devel subpackage.
+
+-------------------------------------------------------------------
+Mon Nov 21 16:34:25 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + libgnome-desktop:
+    - GnomeRR: Don't refresh the GnomeRRScreen when applying a
+      matched configuration from a file.
+
+-------------------------------------------------------------------
+Wed Oct 26 20:16:21 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + GnomePnpIds: Add object to get the vendor name from PNP IDs
+  + GnomeRR:
+    - Fix crash in update_brightness_limits
+    - Don't print an error for no backlight
+    - Remove deprecated functions
+    - When setting the DPMS mode manually, clear the timeouts
+    - Ignore DPMSSetTimeouts() and DPMSForceLevel() return value
+    - Other DPMS-related fixes
+  + GnomeWallClock:
+    - Remove the date/time source on dispose
+    - Fix non-Linux fallback code
+- Really drop gnome-desktop-gnome-wall-clock-crash.patch.
+
+-------------------------------------------------------------------

Old:
----
  gnome-desktop-3.2.1.tar.bz2
  gnome-desktop-gnome-wall-clock-crash.patch

New:
----
  gnome-desktop-3.3.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-desktop.spec ++++++
--- /var/tmp/diff_new_pack.bVRwvy/_old  2012-01-09 12:40:23.000000000 +0100
+++ /var/tmp/diff_new_pack.bVRwvy/_new  2012-01-09 12:40:23.000000000 +0100
@@ -19,19 +19,21 @@
 %define IS_DEFAULT_GNOME_DESKTOP 1
 
 Name:           gnome-desktop
-Version:        3.2.1
-Release:        1
-License:        LGPLv2.1+
+Version:        3.3.3
+Release:        0
 Summary:        The GNOME Desktop API Library
-Url:            http://www.gnome.org
+License:        LGPL-2.1+
 Group:          System/GUI/GNOME
-Source:         
http://download.gnome.org/sources/gnome-desktop/3.2/%{name}-%{version}.tar.bz2
+Url:            http://www.gnome.org
+Source:         
http://download.gnome.org/sources/gnome-desktop/3.3/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
@@ -51,7 +53,6 @@
 %if %IS_DEFAULT_GNOME_DESKTOP || 0%{?BUILD_FROM_VCS}
 
 %package -n gnome-version
-License:        LGPLv2.1+
 Summary:        GNOME version
 Group:          System/GUI/GNOME
 %if %IS_DEFAULT_GNOME_DESKTOP
@@ -63,7 +64,6 @@
 %endif
 
 %package -n libgnome-desktop-3-2
-License:        LGPLv2.1+
 Summary:        The GNOME Desktop API Library
 Group:          System/GUI/GNOME
 Requires:       gsettings-desktop-schemas
@@ -76,15 +76,25 @@
 %description -n libgnome-desktop-3-2
 The libgnome-desktop library provides API shared by several applications
 on the desktop, but that cannot live in the platform for various
-reasons. There is no API or ABI guarantee, although we are doing our
-best to provide stability. Documentation for the API is available with
-gtk-doc.
+reasons.
+
+%package -n typelib-1_0-GnomeDesktop-3_0
+Summary:        The GNOME Desktop API Library -- Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GnomeDesktop-3_0
+The libgnome-desktop library provides API shared by several applications
+on the desktop, but that cannot live in the platform for various
+reasons.
+
+This package provides the GObject Introspection bindings for
+libgnome-desktop.
 
 %package -n libgnome-desktop-3-devel
-License:        LGPLv2.1+
 Summary:        The GNOME Desktop API Library -- Development Files
 Group:          Development/Libraries/GNOME
 Requires:       libgnome-desktop-3-2 = %{version}
+Requires:       typelib-1_0-GnomeDesktop-3_0 = %{version}
 %if %IS_DEFAULT_GNOME_DESKTOP
 Provides:       %{name}-devel = %{version}
 Obsoletes:      %{name}-devel < %{version}
@@ -95,9 +105,7 @@
 %description -n libgnome-desktop-3-devel
 The libgnome-desktop library provides API shared by several applications
 on the desktop, but that cannot live in the platform for various
-reasons. There is no API or ABI guarantee, although we are doing our
-best to provide stability. Documentation for the API is available with
-gtk-doc.
+reasons.
 
 %lang_package
 %prep
@@ -168,6 +176,9 @@
 %endif
 %{_datadir}/libgnome-desktop-3.0/
 %{_libdir}/libgnome-desktop-3.so.*
+
+%files -n typelib-1_0-GnomeDesktop-3_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
 
 %files -n libgnome-desktop-3-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to