[gnome-disk-utility/f18] Update to 3.6.0

Kalev Lember kalev at fedoraproject.org
Sat Sep 22 13:18:31 UTC 2012


commit fc97b8ffb981a2610c61b744a86530677b2da08d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Sep 22 15:11:15 2012 +0200

    Update to 3.6.0
    
    - Drop the -Werror patch; applied upstream
    - Add glib-compile-schemas scriptlets
    - Relicensed from LGPLv2+ to GPLv2+

 .gitignore                                         |    1 +
 ...tility-3.5.3-Replace-Werror-foo-with-Wfoo.patch |   30 --------------------
 gnome-disk-utility.spec                            |   26 ++++++++++-------
 sources                                            |    2 +-
 4 files changed, 17 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb918b3..f660e7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ gnome-disk-utility-2.30.1.tar.bz2
 /gnome-disk-utility-3.5.1.tar.xz
 /gnome-disk-utility-3.5.2.tar.xz
 /gnome-disk-utility-3.5.3.tar.xz
+/gnome-disk-utility-3.6.0.tar.xz
diff --git a/gnome-disk-utility.spec b/gnome-disk-utility.spec
index e43c5c8..e0ccf33 100644
--- a/gnome-disk-utility.spec
+++ b/gnome-disk-utility.spec
@@ -1,22 +1,20 @@
 %define glib2_version             2.31.0
-%define gtk3_version              3.3.11
+%define gtk3_version              3.5.8
 %define udisks_version            1.99.0
 
 # Only enable if using patches that touches configure.ac,
 # Makefile.am or other build system related files
 #
-%define enable_autoreconf 1
+%define enable_autoreconf 0
 
 Summary: Disks
 Name: gnome-disk-utility
-Version: 3.5.3
-Release: 2%{?dist}
-License: LGPLv2+
+Version: 3.6.0
+Release: 1%{?dist}
+License: GPLv2+
 Group: System Environment/Libraries
 URL: http://git.gnome.org/browse/gnome-disk-utility
-Source0: http://download.gnome.org/sources/gnome-disk-utility/3.5/%{name}-%{version}.tar.xz
-
-Patch0: gnome-disk-utility-3.5.3-Replace-Werror-foo-with-Wfoo.patch
+Source0: http://download.gnome.org/sources/gnome-disk-utility/3.6/%{name}-%{version}.tar.xz
 
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gtk3-devel >= %{gtk3_version}
@@ -55,7 +53,6 @@ fstab/crypttab editing, ATA SMART and other features
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %if 0%{?enable_autoreconf}
@@ -81,21 +78,22 @@ update-desktop-database %{_datadir}/applications &> /dev/null
 %postun
 update-desktop-database %{_datadir}/applications &> /dev/null
 if [ $1 -eq 0 ] ; then
+    glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
 %posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
 
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
-
 %{_bindir}/gnome-disks
 %{_bindir}/gnome-disk-image-mounter
 %{_datadir}/applications/gnome-disks.desktop
 %{_datadir}/applications/gnome-disk-image-mounter.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml
 
 %dir %{_datadir}/gnome-disk-utility
 %{_datadir}/gnome-disk-utility/*.ui
@@ -106,6 +104,12 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
 %doc README AUTHORS NEWS COPYING
 
 %changelog
+* Sat Sep 22 2012 Kalev Lember <kalevlember at gmail.com> - 3.6.0-1
+- Update to 3.6.0
+- Drop the -Werror patch; applied upstream
+- Add glib-compile-schemas scriptlets
+- Relicensed from LGPLv2+ to GPLv2+
+
 * Fri Jul 27 2012 David Zeuthen <davidz at redhat.com> - 3.5.3-2%{?dist}
 - Avoid treating warnings as errors
 
diff --git a/sources b/sources
index 28ccc40..57f2cf0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9d1dc6ed13f3e67ede536e0b9573581  gnome-disk-utility-3.5.3.tar.xz
+644323ef6e543220c6cee625e0a33929  gnome-disk-utility-3.6.0.tar.xz


More information about the scm-commits mailing list