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
This commit is contained in:
Vincent Untz 2012-09-07 18:31:33 +00:00 committed by Git OBS Bridge
parent da0cbd20d2
commit 0bfd981691
4 changed files with 48 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66eeca8aa8e7205abf38911a9eadfbd288967f92388682bd62942ed4f1db4906
size 522816

3
gdl-3.5.91.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5b275798a367515ad36dbe231cdfac4befabe77f09361d1e676ac509d07e124
size 530996

View File

@ -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 Mon Apr 23 08:08:44 UTC 2012 - vuntz@opensuse.org

View File

@ -17,17 +17,17 @@
Name: gdl Name: gdl
Version: 3.4.2 Version: 3.5.91
Release: 0 Release: 0
Summary: Gnome Devtool Libraries Summary: Gnome Devtool Libraries
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/ 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: fdupes
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
BuildRequires: intltool BuildRequires: intltool >= 0.40.0
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 intended to be shared between GNOME development tools, including
gnome-debug, gnome-build, and anjuta2. gnome-debug, gnome-build, and anjuta2.
%package -n libgdl-3-2 %package -n libgdl-3-5
Summary: Gnome Devtool Libraries Summary: Gnome Devtool Libraries
Group: System/Libraries Group: System/Libraries
Recommends: %{name}-lang Recommends: %{name}-lang
Provides: gdl = %{version} Provides: gdl = %{version}
Obsoletes: gdl < %{version} Obsoletes: gdl < %{version}
%description -n libgdl-3-2 %description -n libgdl-3-5
Gnome Devtool Libraries contains components and libraries that are Gnome Devtool Libraries contains components and libraries that are
intended to be shared between GNOME development tools, including intended to be shared between GNOME development tools, including
gnome-debug, gnome-build, and anjuta2. gnome-debug, gnome-build, and anjuta2.
@ -63,7 +63,7 @@ This package provides the GObject Introspection bindings for GDL.
%package devel %package devel
Summary: Gnome Devtool Libraries -- Development Files Summary: Gnome Devtool Libraries -- Development Files
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Requires: libgdl-3-2 = %{version} Requires: libgdl-3-5 = %{version}
Requires: typelib-1_0-Gdl-3 = %{version} Requires: typelib-1_0-Gdl-3 = %{version}
%description devel %description devel
@ -86,14 +86,14 @@ rm %{buildroot}%{_libdir}/*.la
%find_lang %{name}-3 %find_lang %{name}-3
%fdupes -s %{buildroot} %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 %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%files -n libgdl-3-2 %files -n libgdl-3-5
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.* %{_libdir}/*.so.*