[libgdl] Update to 3.5.4

Kalev Lember kalev at fedoraproject.org
Mon Jul 23 14:51:38 UTC 2012


commit 06a77868f91d227e4bed846e0d5af82632f09bc2
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Jul 23 16:21:30 2012 +0300

    Update to 3.5.4
    
    Also dropped the libgdl-2.91.4-pkgconfig.patch which is now upstream.

 .gitignore                    |    1 +
 libgdl-2.91.4-pkgconfig.patch |   10 ----------
 libgdl.spec                   |   11 ++++++-----
 sources                       |    2 +-
 4 files changed, 8 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6ed58b..564301e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ gdl-2.31.3.tar.bz2
 /gdl-3.4.1.tar.xz
 /gdl-3.4.2.tar.xz
 /gdl-3.5.3.tar.xz
+/gdl-3.5.4.tar.xz
diff --git a/libgdl.spec b/libgdl.spec
index aac56e1..b99ab95 100644
--- a/libgdl.spec
+++ b/libgdl.spec
@@ -1,15 +1,13 @@
 Summary:	GNOME docking library
 Name:		libgdl
-Version:	3.5.3
-Release:	3%{?dist}
+Version:	3.5.4
+Release:	1%{?dist}
 Epoch:		1
 License:	LGPLv2+
 Group:		Development/Libraries
 URL:		http://www.gnome.org/
 Source0:	http://download.gnome.org/sources/gdl/3.5/gdl-%{version}.tar.xz
 
-Patch0:		libgdl-2.91.4-pkgconfig.patch
-
 Requires:	gobject-introspection
 
 BuildRequires:	gettext
@@ -39,7 +37,6 @@ This package contains development files for %{name}.
 
 %prep
 %setup -q -n gdl-%{version}
-%patch0 -p1
 
 %build
 %configure \
@@ -84,6 +81,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 %{_includedir}/%{name}-3.0/gdl
 
 %changelog
+* Mon Jul 23 2012 Kalev Lember <kalevlember at gmail.com> - 1:3.5.4-1
+- Update to 3.5.4
+- Dropped the pkgconfig patch, now upstream
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.5.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d0b954e..dfe1134 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56771c5f1740880dfbac3a2914e183cf  gdl-3.5.3.tar.xz
+e412f89b2e6e745372781ec875dc408d  gdl-3.5.4.tar.xz


More information about the scm-commits mailing list