From 0bfd98169103d9c1eaf9f67b7bab5b26275b9e0b5d4976410b3f909ad491a6b9 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 18:31:33 +0000 Subject: [PATCH 1/3] Accepting request 132888 from GNOME:Next Push G:N OBS-URL: https://build.opensuse.org/request/show/132888 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=77 --- gdl-3.4.2.tar.xz | 3 --- gdl-3.5.91.tar.xz | 3 +++ gdl.changes | 36 ++++++++++++++++++++++++++++++++++++ gdl.spec | 18 +++++++++--------- 4 files changed, 48 insertions(+), 12 deletions(-) delete mode 100644 gdl-3.4.2.tar.xz create mode 100644 gdl-3.5.91.tar.xz diff --git a/gdl-3.4.2.tar.xz b/gdl-3.4.2.tar.xz deleted file mode 100644 index eafe929..0000000 --- a/gdl-3.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66eeca8aa8e7205abf38911a9eadfbd288967f92388682bd62942ed4f1db4906 -size 522816 diff --git a/gdl-3.5.91.tar.xz b/gdl-3.5.91.tar.xz new file mode 100644 index 0000000..3d5e86d --- /dev/null +++ b/gdl-3.5.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b275798a367515ad36dbe231cdfac4befabe77f09361d1e676ac509d07e124 +size 530996 diff --git a/gdl.changes b/gdl.changes index edda339..35be5bb 100644 --- a/gdl.changes +++ b/gdl.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu Sep 6 07:35:54 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.91: + + Updated translations. +- Rename libgdl-3-4 subpackage to libgdl-3-5, following upstreams + soname bump. + +------------------------------------------------------------------- +Mon Aug 6 19:15:37 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.5: + + Fix various layout bugs from previous changes + + Remove public members in structs + + Deprecate macros and replace them with access functions + (+ adding some new access functions for now private members) + + Constructor for GdlDockBar loses 'dock' argument with gobj + (bgo#667158) + * test-dock crashes (bgo#680655). + +------------------------------------------------------------------- +Mon Jul 23 18:47:16 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.4: + + New handling of hidden/not existing windows in layout. +- Rename libgdl-3-0 to libgdl-3-4, followin upstreams soname bump. + +------------------------------------------------------------------- +Wed Jun 27 17:43:05 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.3: + + skip-taskbar property + + Fix hidden buttons + + Various deprecations and code improvements + + Improve Documentation + ------------------------------------------------------------------- Mon Apr 23 08:08:44 UTC 2012 - vuntz@opensuse.org diff --git a/gdl.spec b/gdl.spec index 88ebcb5..df655a4 100644 --- a/gdl.spec +++ b/gdl.spec @@ -17,17 +17,17 @@ Name: gdl -Version: 3.4.2 +Version: 3.5.91 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.4/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gdl/3.5/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: gtk3-devel -BuildRequires: intltool +BuildRequires: intltool >= 0.40.0 BuildRequires: libxml2-devel BuildRequires: translation-update-upstream BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,14 +37,14 @@ Gnome Devtool Libraries contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. -%package -n libgdl-3-2 +%package -n libgdl-3-5 Summary: Gnome Devtool Libraries Group: System/Libraries Recommends: %{name}-lang Provides: gdl = %{version} Obsoletes: gdl < %{version} -%description -n libgdl-3-2 +%description -n libgdl-3-5 Gnome Devtool Libraries contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. @@ -63,7 +63,7 @@ This package provides the GObject Introspection bindings for GDL. %package devel Summary: Gnome Devtool Libraries -- Development Files Group: Development/Libraries/GNOME -Requires: libgdl-3-2 = %{version} +Requires: libgdl-3-5 = %{version} Requires: typelib-1_0-Gdl-3 = %{version} %description devel @@ -86,14 +86,14 @@ rm %{buildroot}%{_libdir}/*.la %find_lang %{name}-3 %fdupes -s %{buildroot} -%post -n libgdl-3-2 -p /sbin/ldconfig +%post -n libgdl-3-5 -p /sbin/ldconfig -%postun -n libgdl-3-2 -p /sbin/ldconfig +%postun -n libgdl-3-5 -p /sbin/ldconfig %clean rm -rf %{buildroot} -%files -n libgdl-3-2 +%files -n libgdl-3-5 %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_libdir}/*.so.* From ec3adbce3ab20311f989ed6817ea366302a5516d782c6da35c0e095746b6679a Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 18:32:33 +0000 Subject: [PATCH 2/3] Accepting request 133303 from home:vuntz:branches:GNOME:Factory suggested tweak OBS-URL: https://build.opensuse.org/request/show/133303 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=78 --- gdl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdl.spec b/gdl.spec index df655a4..b0c2ad6 100644 --- a/gdl.spec +++ b/gdl.spec @@ -27,7 +27,7 @@ Source: http://download.gnome.org/sources/gdl/3.5/%{name}-%{version}.tar BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: gtk3-devel -BuildRequires: intltool >= 0.40.0 +BuildRequires: intltool >= 0.40.4 BuildRequires: libxml2-devel BuildRequires: translation-update-upstream BuildRoot: %{_tmppath}/%{name}-%{version}-build From 63ea9fc6f03b6dae623f0ba1733a3f28bb6b339a777db43c330bed3f88b17f3b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 27 Sep 2012 15:08:29 +0000 Subject: [PATCH 3/3] Accepting request 136166 from home:dimstar:branches:GNOME:Factory Update to 3.6.0 OBS-URL: https://build.opensuse.org/request/show/136166 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=79 --- gdl-3.5.91.tar.xz | 3 --- gdl-3.6.0.tar.xz | 3 +++ gdl.changes | 6 ++++++ gdl.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gdl-3.5.91.tar.xz create mode 100644 gdl-3.6.0.tar.xz diff --git a/gdl-3.5.91.tar.xz b/gdl-3.5.91.tar.xz deleted file mode 100644 index 3d5e86d..0000000 --- a/gdl-3.5.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5b275798a367515ad36dbe231cdfac4befabe77f09361d1e676ac509d07e124 -size 530996 diff --git a/gdl-3.6.0.tar.xz b/gdl-3.6.0.tar.xz new file mode 100644 index 0000000..f8c27c7 --- /dev/null +++ b/gdl-3.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3 +size 521072 diff --git a/gdl.changes b/gdl.changes index 35be5bb..75618f7 100644 --- a/gdl.changes +++ b/gdl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 26 20:55:10 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.0: + + Updated translations. + ------------------------------------------------------------------- Thu Sep 6 07:35:54 UTC 2012 - dimstar@opensuse.org diff --git a/gdl.spec b/gdl.spec index b0c2ad6..3b68ea9 100644 --- a/gdl.spec +++ b/gdl.spec @@ -17,13 +17,13 @@ Name: gdl -Version: 3.5.91 +Version: 3.6.0 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.5/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gdl/3.6/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: gtk3-devel