OBS User unknown
2009-03-11 20:43:52 +00:00
committed by Git OBS Bridge
parent fcfc6826b5
commit f967e6cadf
4 changed files with 28 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 6 17:22:39 CET 2009 - vuntz@novell.com
- Update to version 2.25.92:
+ bgo#566801 Docking+undocking all makes the buttons disappear
and crashes if you use "Reset dock layout"
+ bgo#573522 More patches for GDL
+ Small documentation update
- Don't use AutoReqProv: it's default now.
- Remove -fno-strict-aliasing from CFLAGS.
- Use parallel make.
-------------------------------------------------------------------
Tue Feb 17 23:45:50 CET 2009 - vuntz@novell.com

View File

@@ -1,5 +1,5 @@
#
# spec file for package gdl (Version 2.25.91)
# spec file for package gdl (Version 2.25.92)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -26,9 +26,8 @@ BuildRequires: libglade2-devel
BuildRequires: licenses
License: GPL v2 only
Group: System/Libraries
AutoReqProv: on
Version: 2.25.91
Release: 2
Version: 2.25.92
Release: 1
Summary: Gnome Devtool Libraries contains components and libraries
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
@@ -95,9 +94,8 @@ Authors:
%setup -q
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure
make
make %{?jobs:-j%jobs}
%install
%makeinstall
@@ -131,6 +129,15 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}-1.lang
%changelog
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.25.92:
+ bgo#566801 Docking+undocking all makes the buttons disappear
and crashes if you use "Reset dock layout"
+ bgo#573522 More patches for GDL
+ Small documentation update
- Don't use AutoReqProv: it's default now.
- Remove -fno-strict-aliasing from CFLAGS.
- Use parallel make.
* Tue Feb 17 2009 vuntz@novell.com
- Fix Provides/Obsoletes to use %%{version}. The lang package
requires gdl = %%{version}, so we have to do this.