[glade] Adapt to recent GTK+ api changes

Kalev Lember kalev at fedoraproject.org
Sat Aug 10 10:34:59 UTC 2013


commit 588f4a8ad9dea8f2c1319bce6c697f36271074e5
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Aug 10 11:31:48 2013 +0200

    Adapt to recent GTK+ api changes
    
    Update to git 9d3b3b3a6225126776980a5d3350354a613474d9 snapshot to adapt
    to the template binding API changes in GTK+ 3.9.10.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=994632
    https://bugzilla.redhat.com/show_bug.cgi?id=995205

 .gitignore |    1 +
 glade.spec |   11 +++++++++--
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d9fb5b..3c1518a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /glade-3.15.0.tar.xz
 /glade-3.15.1.tar.xz
 /glade-3.15.2.tar.xz
+/glade-3.15.2-git-9d3b3b3.tar.bz2
diff --git a/glade.spec b/glade.spec
index 8c2e412..99b49c8 100644
--- a/glade.spec
+++ b/glade.spec
@@ -1,6 +1,6 @@
 Name:           glade
 Version:        3.15.2
-Release:        2%{?dist}
+Release:        3.git9d3b3b3%{?dist}
 Summary:        User Interface Designer for GTK+
 
 # - /usr/bin/glade is GPLv2+
@@ -9,7 +9,8 @@ Summary:        User Interface Designer for GTK+
 #   GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+
 License:        GPLv2+ and LGPLv2+
 URL:            http://glade.gnome.org/
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/glade/3.15/glade-%{version}.tar.xz
+#Source0:        http://ftp.gnome.org/pub/GNOME/sources/glade/3.15/glade-%{version}.tar.xz
+Source0:        glade-%{version}-git-9d3b3b3.tar.bz2
 
 BuildRequires:  chrpath
 BuildRequires:  desktop-file-utils
@@ -118,6 +119,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/glade/modules/libgladepython.so
 %{_libdir}/libgladeui-2.so.*
 %{_datadir}/glade/
+%{_mandir}/man1/glade.1*
+%{_mandir}/man1/glade-previewer*
 
 %files devel
 %{_includedir}/libgladeui-2.0/
@@ -127,6 +130,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc %{_datadir}/gtk-doc/
 
 %changelog
+* Sat Aug 10 2013 Kalev Lember <kalevlember at gmail.com> - 3.15.2-3.git9d3b3b3
+- Update to git snapshot to adapt to API changes in GTK+ 3.9.10
+- Add man pages
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.15.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f120d77..07c211d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af7accdab870a5dfbc2545356aba3c4a  glade-3.15.2.tar.xz
+b0aad66fae2c2e6ca5571ae0b0132d07  glade-3.15.2-git-9d3b3b3.tar.bz2


More information about the scm-commits mailing list