Update to 3.5.3
This commit is contained in:
parent
528e15b61a
commit
add6632c81
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ gnome-disk-utility-2.30.1.tar.bz2
|
|||||||
/gnome-disk-utility-3.4.1.tar.xz
|
/gnome-disk-utility-3.4.1.tar.xz
|
||||||
/gnome-disk-utility-3.5.1.tar.xz
|
/gnome-disk-utility-3.5.1.tar.xz
|
||||||
/gnome-disk-utility-3.5.2.tar.xz
|
/gnome-disk-utility-3.5.2.tar.xz
|
||||||
|
/gnome-disk-utility-3.5.3.tar.xz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%define glib2_version 2.31.0
|
%define glib2_version 2.31.0
|
||||||
%define gtk3_version 3.3.11
|
%define gtk3_version 3.3.11
|
||||||
%define udisks_version 1.97.0
|
%define udisks_version 1.99.0
|
||||||
|
|
||||||
Summary: Disks
|
Summary: Disks
|
||||||
Name: gnome-disk-utility
|
Name: gnome-disk-utility
|
||||||
Version: 3.5.2
|
Version: 3.5.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://git.gnome.org/browse/gnome-disk-utility
|
URL: http://git.gnome.org/browse/gnome-disk-utility
|
||||||
@ -18,7 +18,7 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: libudisks2-devel >= %{udisks_version}
|
BuildRequires: libudisks2-devel >= %{udisks_version}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libsecret-devel
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
# for xsltproc
|
# for xsltproc
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
@ -89,6 +89,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
|
|||||||
%doc README AUTHORS NEWS COPYING
|
%doc README AUTHORS NEWS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 27 2012 David Zeuthen <davidz@redhat.com> - 3.5.3-1%{?dist}
|
||||||
|
- Update to 3.5.3
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-3
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user