Accepting request 136667 from GNOME:Factory

Pushing GNOME:Factory towards openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/136667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdl?expand=0&rev=40
This commit is contained in:
Stephan Kulow 2012-10-03 08:25:04 +00:00 committed by Git OBS Bridge
commit 176a49e909
4 changed files with 54 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.6.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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
- 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

View File

@ -17,17 +17,17 @@
Name: gdl
Version: 3.4.2
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.4/%{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
BuildRequires: intltool
BuildRequires: intltool >= 0.40.4
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.*