[reposurgeon/epel7: 1/2] Update to 3.19

Christopher Meng cicku at fedoraproject.org
Mon Feb 16 10:59:39 UTC 2015


commit bad4ce15f461f5c939dbc5da4fa7875ad1adcdc3
Author: Christopher Meng <i at cicku.me>
Date:   Mon Feb 16 18:46:16 2015 +0800

    Update to 3.19

 .gitignore       |    1 +
 reposurgeon.spec |   13 ++++++++++---
 sources          |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b624d84..1acb262 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /reposurgeon-3.10.tar.gz
 /reposurgeon-3.11.tar.gz
 /reposurgeon-3.12.tar.gz
+/reposurgeon-3.19.tar.gz
diff --git a/reposurgeon.spec b/reposurgeon.spec
index 03c499a..b4cb2fc 100644
--- a/reposurgeon.spec
+++ b/reposurgeon.spec
@@ -1,5 +1,5 @@
 Name:           reposurgeon
-Version:        3.12
+Version:        3.19
 Release:        1%{?dist}
 Summary:        SCM Repository Manipulation Tool
 License:        BSD
@@ -15,7 +15,10 @@ Requires:       python
 Reposurgeon enables risky operations that version-control systems don't want 
 to let you do, such as editing past comments and metadata and removing 
 commits. It works with any version control system that can export and import 
-git fast-import streams, including git, hg, and bzr.
+git fast-import streams, including git, hg, fossil, bzr, CVS and RCS. It can 
+also read Subversion dump files directly and can thus be used to script 
+production of very high-quality conversions from Subversion to any supported 
+DVCS.
 
 %prep
 %setup -q
@@ -32,7 +35,8 @@ rm -frv %{buildroot}%{_pkgdocdir}
 make check
 
 %files
-%doc AUTHORS COPYING NEWS README TODO features.html
+%doc AUTHORS NEWS README TODO features.html
+%license COPYING
 %{_bindir}/%{name}
 %{_bindir}/repopuller
 %{_bindir}/repodiffer
@@ -41,6 +45,9 @@ make check
 %{_mandir}/man1/repopuller.1*
 
 %changelog
+* Thu Jan 22 2015 Christopher Meng <rpm at cicku.me> - 3.19-1
+- Update to 3.19
+
 * Thu Sep 18 2014 Christopher Meng <rpm at cicku.me> - 3.12-1
 - Update to 3.12
 - Explicit svn:ignore patterns aren't recursive to lower directories; cope.
diff --git a/sources b/sources
index 420a47b..1fee3b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f6bbc17a733112baddaf224bb3d6b2c  reposurgeon-3.12.tar.gz
+7fa9fb6fd5c367f5a9a6e17db3e12a71  reposurgeon-3.19.tar.gz


More information about the scm-commits mailing list