Hello community, here is the log from the commit of package gdl for openSUSE:Factory checked in at 2012-04-02 10:29:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdl (Old) and /work/SRC/openSUSE:Factory/.gdl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gdl", Maintainer is "gnome-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:Factory/gdl/gdl.changes 2012-03-16 13:13:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gdl.new/gdl.changes 2012-04-02 10:29:23.000000000 +0200 @@ -1,0 +2,17 @@ +Fri Mar 30 06:50:58 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.4.1: + + Fix shared library name. +- Add gdl-soversion.patch: additional fix for soversion, taken from + git. +- Rename libgdl-3-3 back to libgdl-3-2 now that soversion is fixed. + +------------------------------------------------------------------- +Tue Mar 27 06:27:00 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.4.0: + + Updated translations. +- Rename libgdl-3-2 to libgdl-3-3 following upstream soversion + bump. + +------------------------------------------------------------------- Old: ---- gdl-3.3.91.tar.xz New: ---- gdl-3.4.1.tar.xz gdl-soversion.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdl.spec ++++++ --- /var/tmp/diff_new_pack.brJBkZ/_old 2012-04-02 10:29:24.000000000 +0200 +++ /var/tmp/diff_new_pack.brJBkZ/_new 2012-04-02 10:29:24.000000000 +0200 @@ -17,13 +17,15 @@ Name: gdl -Version: 3.3.91 +Version: 3.4.1 Release: 0 Summary: Gnome Devtool Libraries License: LGPL-2.1+ Group: System/Libraries Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/ -Source: http://download.gnome.org/sources/gdl/3.3/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gdl/3.4/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gdl-soversion.patch vuntz@opensuse.org -- Taken from git, fix soversion of library +Patch0: gdl-soversion.patch BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: gtk3-devel @@ -75,6 +77,7 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure ++++++ gdl-soversion.patch ++++++
From 89c38d17f7fee7ca9065715b5825f18fd63e8ac1 Mon Sep 17 00:00:00 2001 From: Johannes Schmid <jhs@gnome.org> Date: Thu, 29 Mar 2012 05:47:57 +0000 Subject: Really fixed so name this time...
--- diff --git a/configure.in b/configure.in index d97768e..f4f49ca 100644 --- a/configure.in +++ b/configure.in @@ -19,12 +19,12 @@ GDL_CURRENT=2 dnl increment any time the source changes; set to dnl 0 if you increment CURRENT -GDL_REVISION=0 +GDL_REVISION=1 dnl increment if any interfaces have been added; set to 0 dnl if any interfaces have been changed or removed. removal has dnl precedence over adding, so set to 0 if both happened. -GDL_AGE=1 +GDL_AGE=0 AC_SUBST(GDL_CURRENT) AC_SUBST(GDL_REVISION) -- cgit v0.9.0.2 --- a/configure +++ b/configure @@ -19,9 +19,9 @@ GDL_CURRENT=2 GDL_CURRENT=2 -GDL_REVISION=0 +GDL_REVISION=1 -GDL_AGE=1 +GDL_AGE=0 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de