Accepting request 91058 from home:dimstar:GNOME:Next

Pushing current Gnome 3.3 work to G:F... some work might be lumpy...

OBS-URL: https://build.opensuse.org/request/show/91058
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=62
This commit is contained in:
Vincent Untz
2011-11-15 08:37:39 +00:00
committed by Git OBS Bridge
parent b430a8ad6a
commit 93bd68699d
4 changed files with 19 additions and 12 deletions

View File

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

3
gdl-3.3.1.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 26 19:51:17 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.1:
+ Remove GdlLayoutManager API.
- Rename libgdl-3-1 to libgdl-3-2, following the library soname
bump.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 3 20:36:45 CEST 2011 - dimstar@opensuse.org Mon Oct 3 20:36:45 CEST 2011 - dimstar@opensuse.org

View File

@@ -18,13 +18,13 @@
Name: gdl Name: gdl
Version: 3.2.0 Version: 3.3.1
Release: 1 Release: 1
License: LGPLv2.1+ License: LGPLv2.1+
Summary: Gnome Devtool Libraries contains components and libraries Summary: Gnome Devtool Libraries contains components and libraries
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/ Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
Group: System/Libraries Group: System/Libraries
Source: http://download.gnome.org/sources/gdl/3.2/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/gdl/3.3/%{name}-%{version}.tar.bz2
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
@@ -38,7 +38,7 @@ 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-1 %package -n libgdl-3-2
License: LGPLv2.1+ License: LGPLv2.1+
Summary: Gnome Devtool Libraries contains components and libraries Summary: Gnome Devtool Libraries contains components and libraries
Group: System/Libraries Group: System/Libraries
@@ -46,7 +46,7 @@ Recommends: %{name}-lang
Provides: gdl = %{version} Provides: gdl = %{version}
Obsoletes: gdl < %{version} Obsoletes: gdl < %{version}
%description -n libgdl-3-1 %description -n libgdl-3-2
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.
@@ -55,7 +55,7 @@ gnome-debug, gnome-build, and anjuta2.
License: LGPLv2.1+ License: LGPLv2.1+
Summary: Gnome Devtool Libraries contains components and libraries Summary: Gnome Devtool Libraries contains components and libraries
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Requires: libgdl-3-1 = %{version} Requires: libgdl-3-2 = %{version}
%description devel %description devel
Gnome Devtool Libraries contains components and libraries that are Gnome Devtool Libraries contains components and libraries that are
@@ -77,17 +77,16 @@ rm %{buildroot}%{_libdir}/*.la
%find_lang %{name}-3 %find_lang %{name}-3
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
%post -n libgdl-3-1 -p /sbin/ldconfig %post -n libgdl-3-2 -p /sbin/ldconfig
%postun -n libgdl-3-1 -p /sbin/ldconfig %postun -n libgdl-3-2 -p /sbin/ldconfig
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%files -n libgdl-3-1 %files -n libgdl-3-2
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING ChangeLog NEWS README
%{_datadir}/gdl-3
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_libdir}/girepository-1.0/Gdl-3.typelib %{_libdir}/girepository-1.0/Gdl-3.typelib