[nautilus-sound-converter] Update to 3.0.0. Drop gtk3 patch. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Thu Mar 24 22:32:10 UTC 2011


commit 7685fb0663a749e7b3d5c28cec9b9bde666bf6b3
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Thu Mar 24 18:32:02 2011 -0400

    Update to 3.0.0.
    Drop gtk3 patch. Fixed upstream.

 .gitignore                    |    1 +
 nautilus-sound-converter.spec |   17 +++++-------
 nsc-gtk3.patch                |   60 -----------------------------------------
 sources                       |    2 +-
 4 files changed, 9 insertions(+), 71 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0aec845..5b735ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 nautilus-sound-converter-1.0.5.tar.bz2
 /nautilus-sound-converter-1.0.6.tar.bz2
+/nautilus-sound-converter-3.0.0.tar.bz2
diff --git a/nautilus-sound-converter.spec b/nautilus-sound-converter.spec
index a70c602..a2deb3b 100644
--- a/nautilus-sound-converter.spec
+++ b/nautilus-sound-converter.spec
@@ -1,13 +1,12 @@
 Name:           nautilus-sound-converter
-Version:        1.0.6
-Release:        5%{?dist}
+Version:        3.0.0
+Release:        1%{?dist}
 Summary:        Nautilus extension to convert audio files
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://code.google.com/p/nautilus-sound-converter/
 Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
-Patch0:         nsc-gtk3.patch
 
 BuildRequires:  nautilus-devel >= 2.12.0
 BuildRequires:  glib2-devel >= 2.16.0
@@ -16,11 +15,6 @@ BuildRequires:  libgnome-media-profiles-devel
 BuildRequires:	intltool
 BuildRequires:  perl(XML::Parser)
 BuildRequires:	GConf2
-## Requires for reconf
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
-BuildRequires:	gnome-common
 
 ExcludeArch:    s390 s390x
 
@@ -40,8 +34,7 @@ format you wish to convert the selected files to.
 
 %prep
 %setup -q
-%patch0 -p1 -b .gtk3
-autoreconf
+
 
 %build
 %configure --disable-static --disable-schemas-install
@@ -77,6 +70,10 @@ find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
 
 
 %changelog
+* Thu Mar 24 2011 Brian Pepple <bpepple at fedoraproject.org> - 3.0.0-1
+- Update to 3.0.0.
+- Drop gtk3 patch. Fixed upstream.
+
 * Fri Feb 11 2011 Matthias Clasen <mclasen at redhat.com> - 1.0.6-5
 - Rebuild against newer gtk
 
diff --git a/sources b/sources
index 86e3530..017f1f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b49053b1dd905e2aca5709dbe75f30f  nautilus-sound-converter-1.0.6.tar.bz2
+8d4959d7aeba9b829488655f2a5196f5  nautilus-sound-converter-3.0.0.tar.bz2


More information about the scm-commits mailing list