r22551 - in /desktop/unstable/totem-pl-parser/debian: changelog patches/01_make-reentrant.patch rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Dec 11 13:39:52 UTC 2009


Author: slomo
Date: Fri Dec 11 13:39:52 2009
New Revision: 22551

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22551
Log:
* New upstream bugfix release:
  + debian/patches/01_make-reentrant.patch:
    - Dropped, merged upstream.
  + Include gio/gio.h instead of relying on GTK+ to include
    it, which it doesn't in older versions (Closes: #558644).
  + debian/rules:
    - Update shlibs version for new API.

Removed:
    desktop/unstable/totem-pl-parser/debian/patches/01_make-reentrant.patch
Modified:
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/rules

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=22551&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog [utf-8] Fri Dec 11 13:39:52 2009
@@ -1,3 +1,15 @@
+totem-pl-parser (2.28.2-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+    + debian/patches/01_make-reentrant.patch:
+      - Dropped, merged upstream.
+    + Include gio/gio.h instead of relying on GTK+ to include
+      it, which it doesn't in older versions (Closes: #558644).
+    + debian/rules:
+      - Update shlibs version for new API.
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 11 Dec 2009 14:36:54 +0100
+
 totem-pl-parser (2.28.1-2) unstable; urgency=low
 
   * debian/patches/01_make-reentrant.patch:

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=22551&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules [utf-8] Fri Dec 11 13:39:52 2009
@@ -8,5 +8,5 @@
 
 libtotem-plparserN := $(shell sed -rn 's/^Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
-DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.27.2)'
+DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.28.2)'
 




More information about the pkg-gnome-commits mailing list