3.4.0
... and removed the scrollkeeper BR as we're passing --disable-scrollkeeper to configure anyway.
This commit is contained in:
parent
a995940c7c
commit
4ec9b7b602
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ zenity-2.31.6.tar.bz2
|
|||||||
/zenity-2.91.90.tar.bz2
|
/zenity-2.91.90.tar.bz2
|
||||||
/zenity-3.0.0.tar.bz2
|
/zenity-3.0.0.tar.bz2
|
||||||
/zenity-3.2.0.tar.xz
|
/zenity-3.2.0.tar.xz
|
||||||
|
/zenity-3.4.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
97822640e869bca81c0c33fd2a2436dc zenity-3.2.0.tar.xz
|
ca34df4496a39c676215562ed5199ef9 zenity-3.4.0.tar.xz
|
||||||
|
11
zenity.spec
11
zenity.spec
@ -1,16 +1,15 @@
|
|||||||
Name: zenity
|
Name: zenity
|
||||||
Version: 3.2.0
|
Version: 3.4.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Display dialog boxes from shell scripts
|
Summary: Display dialog boxes from shell scripts
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://directory.fsf.org/zenity.html
|
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: gnome-doc-utils >= 0.3.2
|
||||||
BuildRequires: gtk3-devel >= 3.0.0
|
BuildRequires: gtk3-devel >= 3.0.0
|
||||||
BuildRequires: libnotify-devel >= 0.4.1
|
BuildRequires: libnotify-devel >= 0.4.1
|
||||||
BuildRequires: scrollkeeper
|
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
@ -43,7 +42,6 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
|
|
||||||
|
|
||||||
%files -f zenity.lang
|
%files -f zenity.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING AUTHORS NEWS THANKS README
|
%doc COPYING AUTHORS NEWS THANKS README
|
||||||
%{_bindir}/zenity
|
%{_bindir}/zenity
|
||||||
%{_datadir}/zenity
|
%{_datadir}/zenity
|
||||||
@ -51,6 +49,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
||||||
|
- Update to 3.4.0
|
||||||
|
|
||||||
* Mon Mar 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-4
|
* Mon Mar 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-4
|
||||||
- Don't introduce a webkit dependency (#804451)
|
- Don't introduce a webkit dependency (#804451)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user