Update to 3.14.0

- Remove the unrecognized --disable-scrollkeeper option
This commit is contained in:
Kalev Lember 2012-09-19 22:26:33 +02:00
parent 6f30544b39
commit d1b7880c5f
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/glade-3.12.0.tar.xz
/glade-3.12.1.tar.xz
/glade-3.13.0.tar.xz
/glade-3.14.0.tar.xz

View File

@ -1,6 +1,6 @@
Name: glade
Version: 3.13.0
Release: 2%{?dist}
Version: 3.14.0
Release: 1%{?dist}
Summary: User Interface Designer for GTK+ and GNOME
# - /usr/bin/glade is GPLv2+
@ -9,7 +9,7 @@ Summary: User Interface Designer for GTK+ and GNOME
# 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.13/glade-%{version}.tar.xz
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.14/glade-%{version}.tar.xz
BuildRequires: chrpath
BuildRequires: desktop-file-utils
@ -61,9 +61,7 @@ developing applications that use Glade widget library.
%build
%configure \
--disable-static \
--disable-scrollkeeper
%configure --disable-static
# Omit unused direct shared library dependencies.
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@ -130,6 +128,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%doc %{_datadir}/gtk-doc/
%changelog
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
- Update to 3.14.0
- Remove the unrecognized --disable-scrollkeeper option
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
6490227ea05494872481c701e6b6daf0 glade-3.13.0.tar.xz
cd73934b7cd0dcb1c99a6d0589c73d48 glade-3.14.0.tar.xz