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:
parent
5fb5986a9e
commit
588f4a8ad9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
glade.spec
11
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@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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user