OBS User unknown 2009-07-31 17:20:31 +00:00 committed by Git OBS Bridge
parent ba4c2d9695
commit 3450d64bc0
5 changed files with 23 additions and 157 deletions

View File

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

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

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

View File

@ -1,40 +0,0 @@
Index: gdl-2.27.2/gdl/Makefile.am
===================================================================
--- gdl-2.27.2.orig/gdl/Makefile.am
+++ gdl-2.27.2/gdl/Makefile.am
@@ -29,6 +29,7 @@ libgdl_headers = \
gdl-dock-item.h \
gdl-dock-item-grip.h \
gdl-dock-layout.h \
+ gdl-dock-placeholder.h \
gdl-dock-bar.h
libgdl_1_la_SOURCES = \
@@ -51,7 +52,6 @@ libgdl_1_la_SOURCES = \
gdl-dock-tablabel.h \
gdl-dock-layout.c \
gdl-dock-placeholder.c \
- gdl-dock-placeholder.h \
gdl-dock-bar.c \
gdl-switcher.c \
gdl-switcher.h \
Index: gdl-2.27.2/gdl/Makefile.in
===================================================================
--- gdl-2.27.2.orig/gdl/Makefile.in
+++ gdl-2.27.2/gdl/Makefile.in
@@ -290,6 +290,7 @@ libgdl_headers = \
gdl-dock-item.h \
gdl-dock-item-grip.h \
gdl-dock-layout.h \
+ gdl-dock-placeholder.h \
gdl-dock-bar.h
libgdl_1_la_SOURCES = \
@@ -312,7 +313,6 @@ libgdl_1_la_SOURCES = \
gdl-dock-tablabel.h \
gdl-dock-layout.c \
gdl-dock-placeholder.c \
- gdl-dock-placeholder.h \
gdl-dock-bar.c \
gdl-switcher.c \
gdl-switcher.h \

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jun 14 23:23:55 CEST 2009 - vuntz@novell.com
- Update to version 2.27.3:
+ Removed libglade dependency
+ bgo#584418 - gdl_dock_paned_dock does not show the requestor
+ bgo#584303 - Potfiles.in broken
+ bgo#580860 - Remove deprecated libgnome dependency
+ bgo#582511 - Use GtkBuilder instead of libglade
+ bgo#583963 - does not build with gdl 2.27.2
- Drop gdl-missing-include.patch: fixed upstream.
- Remove libglade2-devel BuildRequires and from Requires of devel
package.
- Add libxml2-devel BuildRequires.
-------------------------------------------------------------------
Thu May 28 13:14:26 CEST 2009 - vuntz@novell.com

119
gdl.spec
View File

@ -1,5 +1,5 @@
#
# spec file for package gdl (Version 2.27.2)
# spec file for package gdl (Version 2.27.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,18 +22,16 @@ Name: gdl
BuildRequires: fdupes
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: libglade2-devel
BuildRequires: libxml2-devel
BuildRequires: licenses
BuildRequires: translation-update-upstream
License: GPL v2 only
Group: System/Libraries
Version: 2.27.2
Release: 2
Version: 2.27.3
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
Source1: %{name}-rpmlintrc
# PATCH-FIX-UPSTREAM gdl-missing-include.patch vuntz@novell.com -- Taken from git
Patch0: gdl-missing-include.patch
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -77,7 +75,7 @@ License: GPL v2 only
Summary: Gnome Devtool Libraries contains components and libraries
Group: System/Libraries
Requires: libgdl-1-2 = %{version}
Requires: gtk2-devel libglade2-devel libxml2-devel
Requires: gtk2-devel libxml2-devel
Obsoletes: gdl-doc <= 2.24.0
Provides: gdl-doc = 2.24.0
@ -97,7 +95,6 @@ Authors:
%lang_package
%prep
%setup -q
%patch0 -p1
translation-update-upstream
%build
@ -136,109 +133,3 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}-1.lang
%changelog
* Thu May 28 2009 vuntz@novell.com
- Add gdl-missing-include.patch to install a header in includedir.
Else, everything depending on gdl fails to build.
* Wed May 27 2009 vuntz@novell.com
- Update to version 2.27.2:
+ Fix out of source tree builds
+ Hide private API
+ Fix so name generation
- Rename package to libgdl-1-2, and Obsoletes libgdl-1-0.
* 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
+ Fix valgrind warning
+ Updated translations.
* Mon Mar 16 2009 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
* 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.
* 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
- Update to version 2.25.91:
+ Added some gtk-doc documentation
+ Cleaned-up gtk+ includes
- Add BuildRequires: gtk2-devel
- Remove BuildRequires: gconf2-devel, gtk-doc, libgnomeui-devel,
perl-libxml-perl, pkg-config
- Remove Requires from devel package: gnome-vfs2-devel,
libgnomeui-devel
- Use %%makeinstall
- Merge doc package in devel package since it's gtk-doc (with
Obsoletes/Provides).
- Move glade files to libgdl-1-0 package.
- Drop gdl package since it's now empty (Obsoletes/Provides by
libgdl-1-0).
- Have libgdl-1-0 require the lang package.
- Have devel package require libgdl-1-0.
- Clean file list.
* Thu Oct 23 2008 maw@suse.de
- Update to version 2.24.0:
+ Fixed a dataroot problem
+ Misc. code cleanups
+ Updated translations
- Split out a shared library subpackage.
* Tue Aug 26 2008 mboman@novell.com
- Updated to version 2.23.90:
+ Version increased to match gnome releases.
+ Use smaller buttons to waste less space
+ Port to the GtkTooltip API (fixes bgo#457562)
+ Fixed bug bgo#529457 - Superfluous condition
+ Fixed bug bgo#539288 - Use gtype macros instead of the deprecated
gtk ones.
+ Translation updates.
* Mon Mar 31 2008 vuntz@suse.de
- Updated to version 0.7.11:
+ Translation updates.
- Change from version 0.7.10:
+ Avoid glib critical warnings
+ Translation updates.
- Change from version 0.7.9:
+ Added gtk-doc documentation (12%% coverage)
+ Fixed documentation of property (bgo#514116)
+ Translation updates.
- Change from version 0.7.8:
+ Disable deprecated flags completely until bgo#457562 is fixed
+ Do not ref/unref icon theme.
+ Use smaller icons to not waste too much screen space
+ Fixed bgo#468645 and bgo#452331 by using gnome-autogen.sh
+ Fix bgo#462537 GdlDockItemGrip notification callback
+ Backported several small improvements from Monodevelop
+ Fixes bug bgo#509950 - L10N: typos in some messages (fow -> for)
+ Silenced some compiler warnings.
+ Translation updates.
* Wed Oct 03 2007 maw@suse.de
- Package cleanups:
+ Remove unnecessary explicit requirements
+ Split off a -devel subpackage
+ Fix build on biarch platforms
+ Trim and alphabetize build requirements
+ Add a -lang subpackage.
* Tue Sep 25 2007 mauro@suse.de
- Version 0.7.7 added to openSUSE