[nautilus-python] Update to 1.1

Hicham HAOUARI hicham at fedoraproject.org
Wed Feb 8 12:49:12 UTC 2012


commit d7e2ceea73414aad652acac03cbad058e2f15399
Author: Hicham HAOUARI <hicham.haouari at gmail.com>
Date:   Wed Feb 8 12:49:07 2012 +0000

    Update to 1.1

 .gitignore                                         |    1 +
 ...53169-Update-the-COPYING-file-with-the-mo.patch |  133 --------------------
 0002-Fixes-bug-652032.patch                        |   23 ----
 0003-Fix-html-doc-installation-location.patch      |   24 ----
 0004-Fix-underquoted-macro-warning.patch           |   25 ----
 0005-Use-autoconf-s-variable.patch                 |   36 ------
 0006-Add-I-m4-to-top-Makefile.am.patch             |   22 ----
 0007-Fix-fsf-address.patch                         |   25 ----
 nautilus-python.spec                               |   32 +----
 sources                                            |    2 +-
 10 files changed, 7 insertions(+), 316 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44de2e5..c6f72ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 nautilus-python-0.7.0.tar.bz2
 /nautilus-python-1.0.tar.bz2
+/nautilus-python-1.1.tar.bz2
diff --git a/nautilus-python.spec b/nautilus-python.spec
index f9777f8..3830d1c 100644
--- a/nautilus-python.spec
+++ b/nautilus-python.spec
@@ -1,8 +1,8 @@
 %global NAUTILUS_MAYOR_VER  3.0
 
 Name:           nautilus-python
-Version:        1.0
-Release:        2%{?dist}
+Version:        1.1
+Release:        1%{?dist}
 Summary:        Python bindings for Nautilus
 
 Group:          Development/Libraries
@@ -18,21 +18,6 @@ BuildRequires:  autoconf automake libtool
 
 Requires:       nautilus >= 3.0
 
-# Patch0:       https://bugzilla.gnome.org/show_bug.cgi?id=653169
-Patch0:         0001-Fixes-bug-653169-Update-the-COPYING-file-with-the-mo.patch
-# Patch1:       https://bugzilla.gnome.org/show_bug.cgi?id=652032
-Patch1:         0002-Fixes-bug-652032.patch
-# Patch2:       https://bugzilla.gnome.org/show_bug.cgi?id=660283
-Patch2:         0003-Fix-html-doc-installation-location.patch
-# Patch3:       https://bugzilla.gnome.org/show_bug.cgi?id=660286
-Patch3:         0004-Fix-underquoted-macro-warning.patch
-# Patch4:       https://bugzilla.gnome.org/show_bug.cgi?id=660287
-Patch4:         0005-Use-autoconf-s-variable.patch
-# Patch5:       https://bugzilla.gnome.org/show_bug.cgi?id=660288
-Patch5:         0006-Add-I-m4-to-top-Makefile.am.patch
-# Patch6:       https://bugzilla.gnome.org/show_bug.cgi?id=660290
-Patch6:         0007-Fix-fsf-address.patch
-
 %description
 Python bindings for Nautilus
 
@@ -50,13 +35,7 @@ Python bindings for Nautilus
 %prep
 %setup -q
 find m4 -type f -not -name 'python.m4' -delete
-%patch0 -p1 -b .update-licence
-%patch1 -p1 -b .bug-652032
-%patch2 -p1 -b .fix-html-doc
-%patch3 -p1 -b .underquoted-macro-warning
-%patch4 -p1 -b .use-docdir-variable
-%patch5 -p1 -b .add-I-m4
-%patch6 -p1 -b .fix-fsf-address
+
 autoreconf -if -I m4
 
 %build
@@ -67,7 +46,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions
 find $RPM_BUILD_ROOT -name '*.la' -delete
@@ -91,8 +69,8 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
 
 
 %changelog
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Wed Feb 08 2012 Hicham HAOUARI <hicham.haouari at gmail.com> - 1.1-1
+- Update to 1.1
 
 * Tue Sep 27 2011 Hicham HAOUARI <hicham.haouari at gmail.com> - 1.0-1
 - Update to 1.0
diff --git a/sources b/sources
index c2e51ad..10577ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64ceb67b6b167c2d17ac46f23ec70828  nautilus-python-1.0.tar.bz2
+b32ebf22e8d60b04337b13047be8326b  nautilus-python-1.1.tar.bz2


More information about the scm-commits mailing list