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
This commit is contained in:
Kalev Lember 2013-08-10 11:31:48 +02:00
parent 5fb5986a9e
commit 588f4a8ad9
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@lists.fedoraproject.org> - 3.15.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
af7accdab870a5dfbc2545356aba3c4a glade-3.15.2.tar.xz
b0aad66fae2c2e6ca5571ae0b0132d07 glade-3.15.2-git-9d3b3b3.tar.bz2