[reposurgeon/epel7: 2/4] Update to 3.11

Christopher Meng cicku at fedoraproject.org
Thu Aug 28 01:27:04 UTC 2014


commit 3692361c1e32f5e83d242a43a0fe17bd7669f18a
Author: Christopher Meng <i at cicku.me>
Date:   Thu Aug 28 09:22:43 2014 +0800

    Update to 3.11

 .gitignore       |    1 +
 reposurgeon.spec |   11 +++++++----
 sources          |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08acd13..9302a66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /reposurgeon-3.6.tar.gz
 /reposurgeon-3.7.tar.gz
 /reposurgeon-3.10.tar.gz
+/reposurgeon-3.11.tar.gz
diff --git a/reposurgeon.spec b/reposurgeon.spec
index 3777895..54f273b 100644
--- a/reposurgeon.spec
+++ b/reposurgeon.spec
@@ -1,6 +1,6 @@
 Name:           reposurgeon
-Version:        3.10
-Release:        2%{?dist}
+Version:        3.11
+Release:        1%{?dist}
 Summary:        SCM Repository Manipulation Tool
 License:        BSD
 URL:            http://www.catb.org/~esr/reposurgeon/
@@ -21,12 +21,12 @@ git fast-import streams, including git, hg, and bzr.
 %setup -q
 
 %build
-make %{?_smp_mflags}
+%make_build
 
 %install
 make install INSTALL="install -p" target="%{buildroot}%{_prefix}"
 # We use %%doc to install docs.
-rm -rfv %{buildroot}%{_pkgdocdir}
+rm -frv %{buildroot}%{_pkgdocdir}
 
 %check
 make check
@@ -41,6 +41,9 @@ make check
 %{_mandir}/man1/repopuller.1*
 
 %changelog
+* Thu Aug 28 2014 Christopher Meng <rpm at cicku.me> - 3.11-1
+- When converting SVN, ignore explicit .gitignores created by git-svn.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 2694b37..d870fcb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb7b0c9d5e061e96568e0f8ebc9af59c  reposurgeon-3.10.tar.gz
+22fe4b031abee119fb8cf415931e5421  reposurgeon-3.11.tar.gz


More information about the scm-commits mailing list