OBS User unknown 2009-05-20 20:14:31 +00:00 committed by Git OBS Bridge
parent 0a98f91961
commit d6955e9c7f
4 changed files with 41 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 5 16:49:35 CEST 2009 - vuntz@novell.com
- Update to version 2.27.1:
+ Bugs fixed:
- bgo#579057 Grip layout bug where negative rectangles are
possible
- bgo#578967 gdl_dock_item_grip_remove must be implemented
- bgo#471317 invisible buttons in HCI theme
- bgo#560820 Remove GdlComboButton
- bgo#577938 gdl_dock_placeholder_new's name param should be
const gchar* not gchar*
- bgo#577107 Layout bug in the grip widget headers
- bgo#577001 Patch: Added optional grip handle hatching
- bgo#577469 Remove deprecated GTK+ symbols
+ API changes:
- GdlComboButton API has been removed. Use GtkMenuToolButton
instead
-------------------------------------------------------------------
Mon Mar 16 22:53:08 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package gdl (Version 2.26.0)
# spec file for package gdl (Version 2.27.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -27,7 +27,7 @@ BuildRequires: licenses
BuildRequires: translation-update-upstream
License: GPL v2 only
Group: System/Libraries
Version: 2.26.0
Version: 2.27.1
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
@ -131,6 +131,22 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}-1.lang
%changelog
* Tue May 05 2009 vuntz@novell.com
- Update to version 2.27.1:
+ Bugs fixed:
- bgo#579057 Grip layout bug where negative rectangles are
possible
- bgo#578967 gdl_dock_item_grip_remove must be implemented
- bgo#471317 invisible buttons in HCI theme
- bgo#560820 Remove GdlComboButton
- bgo#577938 gdl_dock_placeholder_new's name param should be
const gchar* not gchar*
- bgo#577107 Layout bug in the grip widget headers
- bgo#577001 Patch: Added optional grip handle hatching
- bgo#577469 Remove deprecated GTK+ symbols
+ API changes:
- GdlComboButton API has been removed. Use GtkMenuToolButton
instead
* Mon Mar 16 2009 vuntz@novell.com
- Update to version 2.26.0:
+ Fix distcheck
@ -147,7 +163,7 @@ rm -rf $RPM_BUILD_ROOT
- Don't use AutoReqProv: it's default now.
- Remove -fno-strict-aliasing from CFLAGS.
- Use parallel make.
* Tue Feb 17 2009 vuntz@novell.com
* Wed Feb 18 2009 vuntz@novell.com
- Fix Provides/Obsoletes to use %%{version}. The lang package
requires gdl = %%{version}, so we have to do this.
* Tue Feb 17 2009 vuntz@novell.com