[reposurgeon/f18: 2/3] SPEC:Better changelog(from upstream). PKG:New version.

Christopher Meng cicku at fedoraproject.org
Fri Nov 22 02:20:31 UTC 2013


commit 54a6ca278a5b040b04663ff2faed00c174818c9d
Author: Christopher Meng <rpm at cicku.me>
Date:   Fri Nov 22 10:18:17 2013 +0800

    SPEC:Better changelog(from upstream).
    PKG:New version.

 .gitignore       |    1 +
 reposurgeon.spec |   26 +++++++++++++++++++-------
 sources          |    2 +-
 3 files changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75b36e7..caf9037 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /reposurgeon-2.39.tar.gz
 /reposurgeon-2.40.tar.gz
 /reposurgeon-2.41.tar.gz
+/reposurgeon-2.42.tar.gz
diff --git a/reposurgeon.spec b/reposurgeon.spec
index 821cd4b..0a01e62 100644
--- a/reposurgeon.spec
+++ b/reposurgeon.spec
@@ -1,10 +1,10 @@
 Name:           reposurgeon
-Version:        2.41
+Version:        2.42
 Release:        1%{?dist}
 Summary:        SCM Repository Manipulation Tool
+License:        BSD
 URL:            http://www.catb.org/~esr/reposurgeon/
 Source0:        http://www.catb.org/~esr/reposurgeon/%{name}-%{version}.tar.gz
-License:        BSD
 BuildArch:      noarch
 BuildRequires:  asciidoc
 BuildRequires:  python
@@ -41,11 +41,18 @@ install -pDm644 repodiffer.1 %{buildroot}%{_mandir}/man1/repodiffer.1
 %{_mandir}/man1/repopuller.1*
 
 %changelog
+* Thu Nov 21 2013 Christopher Meng <rpm at cicku.me> - 2.42-1
+- Prevented crash when tagifying a mixed-branch commit.
+- svn_no_autoignores -> svn_noautoignores.
+- Ignore single-rev mergeinfos in Subversion, they're cherry-picks.
+
 * Sat Nov 09 2013 Christopher Meng <rpm at cicku.me> - 2.41-1
-- Bugfix release.
+- Fixed a fatal bug when reading any symlink from a live Subversion repo.
+- Added svn_no_autoignores option.
 
 * Thu Aug 08 2013 Christopher Meng <rpm at cicku.me> - 2.40-1
 - Update to new release.
+- Improvements in .gitignore processing.
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.39-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@@ -54,16 +61,21 @@ install -pDm644 repodiffer.1 %{buildroot}%{_mandir}/man1/repodiffer.1
 - Add parallel make support.
 
 * Fri May 24 2013 Christopher Meng <rpm at cicku.me> - 2.39-1
-- Update to new release.
+- New 'tagify' command for tagifying empty commits.
+- Correctness fixes for deletion edge cases.
 
 * Fri May 10 2013 Christopher Meng <rpm at cicku.me> - 2.38-1
-- Update to new release.
+- Significant improvements to Subversion branch link detection.
+- New 'reparent' command for modifying the DAG.
+- Fixes for two minor crash bugs in handling of malformed commands.
+
 
 * Fri Apr 26 2013 Christopher Meng <rpm at cicku.me> - 2.37-1
-- Update to new release.
+- No more tree pollution on branches deduced from file copies.
 
 * Sun Apr 21 2013 Christopher Meng <rpm at cicku.me> - 2.35-1
-- Update to new release.
+- New "manifest" command.
+- Path-matching now has @ to require all paths in a commit to match.
 
 * Wed Apr 17 2013 Christopher Meng <rpm at cicku.me> - 2.33-1
 - Update to new release.
diff --git a/sources b/sources
index 304ec2e..d8da527 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64f37374e351c2da37108446cac8e087  reposurgeon-2.41.tar.gz
+d2f8b667b876a176bc725341357b2b91  reposurgeon-2.42.tar.gz


More information about the scm-commits mailing list