From d1b7880c5f6d2223fce9344696fd04be45783346 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 19 Sep 2012 22:26:33 +0200 Subject: [PATCH] Update to 3.14.0 - Remove the unrecognized --disable-scrollkeeper option --- .gitignore | 1 + glade.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 100ab09..08d54c1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/glade.spec b/glade.spec index e760f26..d1e789c 100644 --- a/glade.spec +++ b/glade.spec @@ -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 - 3.14.0-1 +- Update to 3.14.0 +- Remove the unrecognized --disable-scrollkeeper option + * Thu Jul 19 2012 Fedora Release Engineering - 3.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 15a314f..6e4b6be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6490227ea05494872481c701e6b6daf0 glade-3.13.0.tar.xz +cd73934b7cd0dcb1c99a6d0589c73d48 glade-3.14.0.tar.xz