[zenity] 3.4.0

Kalev Lember kalev at fedoraproject.org
Mon Mar 26 21:54:28 UTC 2012


commit 4ec9b7b6022a65d4ab4d8dc92992274062d0ac89
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 27 00:42:32 2012 +0300

    3.4.0
    
    ... and removed the scrollkeeper BR as we're passing
    --disable-scrollkeeper to configure anyway.

 .gitignore  |    1 +
 sources     |    2 +-
 zenity.spec |   11 ++++++-----
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 815a00a..ccf4166 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ zenity-2.31.6.tar.bz2
 /zenity-2.91.90.tar.bz2
 /zenity-3.0.0.tar.bz2
 /zenity-3.2.0.tar.xz
+/zenity-3.4.0.tar.xz
diff --git a/sources b/sources
index e185156..6a1240a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97822640e869bca81c0c33fd2a2436dc  zenity-3.2.0.tar.xz
+ca34df4496a39c676215562ed5199ef9  zenity-3.4.0.tar.xz
diff --git a/zenity.spec b/zenity.spec
index d9fe30a..ba3338d 100644
--- a/zenity.spec
+++ b/zenity.spec
@@ -1,16 +1,15 @@
 Name:          zenity
-Version:       3.2.0
-Release:       4%{?dist}
+Version:       3.4.0
+Release:       1%{?dist}
 Summary:       Display dialog boxes from shell scripts
 Group:         Applications/System
 License:       LGPLv2+
 URL:           http://directory.fsf.org/zenity.html
-Source:        http://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.tar.xz
+Source:        http://download.gnome.org/sources/%{name}/3.4/%{name}-%{version}.tar.xz
 
 BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: gtk3-devel >= 3.0.0
 BuildRequires: libnotify-devel >= 0.4.1
-BuildRequires: scrollkeeper
 BuildRequires: which
 BuildRequires: gettext
 BuildRequires: gnome-common
@@ -43,7 +42,6 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
 
 
 %files -f zenity.lang
-%defattr(-,root,root,-)
 %doc COPYING AUTHORS NEWS THANKS README
 %{_bindir}/zenity
 %{_datadir}/zenity
@@ -51,6 +49,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
 
 
 %changelog
+* Tue Mar 27 2012 Kalev Lember <kalevlember at gmail.com> - 3.4.0-1
+- Update to 3.4.0
+
 * Mon Mar 18 2012 Matthias Clasen <mclasen at redhat.com> - 3.2.0-4
 - Don't introduce a webkit dependency (#804451)
 


More information about the scm-commits mailing list