diff --git a/.gitignore b/.gitignore index 08acd13..b624d84 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /reposurgeon-3.6.tar.gz /reposurgeon-3.7.tar.gz /reposurgeon-3.10.tar.gz +/reposurgeon-3.11.tar.gz +/reposurgeon-3.12.tar.gz diff --git a/reposurgeon.spec b/reposurgeon.spec index bb31dc6..4bc9050 100644 --- a/reposurgeon.spec +++ b/reposurgeon.spec @@ -1,5 +1,5 @@ Name: reposurgeon -Version: 3.10 +Version: 3.12 Release: 1%{?dist} Summary: SCM Repository Manipulation Tool License: BSD @@ -21,7 +21,7 @@ git fast-import streams, including git, hg, and bzr. %setup -q %build -make %{?_smp_mflags} +make %install make install INSTALL="install -p" target="%{buildroot}%{_prefix}" @@ -41,7 +41,21 @@ make check %{_mandir}/man1/repopuller.1* %changelog +* Thu Sep 18 2014 Christopher Meng - 3.12-1 +- Update to 3.12 +- Explicit svn:ignore patterns aren't recursive to lower directories; cope. +- A new 'ignores' command has obtions for translation of ignore files. +- The --noignores option has been retired. + +* Thu Aug 28 2014 Christopher Meng - 3.11-1 +- Update to 3.11 +- When converting SVN, ignore explicit .gitignores created by git-svn. + +* Sun Jun 08 2014 Fedora Release Engineering - 3.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue Apr 22 2014 Christopher Meng - 3.10-1 +- Update to 3.10 - Finer control over filtering with caC flags. - New setfield command for tweaking object attributes from lift scripts. - The attribution-parsing code handles odd characters in names better now. @@ -53,6 +67,7 @@ make check - New @dsc() function for selecting all descendants of a selection set. * Fri Mar 21 2014 Christopher Meng - 3.7-1 +- Update to 3.7 - New --dedos option for filter command, to change \r\n line endings to \n. - New append command for annotating comments. - The 'b' search code has been changed to appropriately match non-commits. @@ -62,6 +77,7 @@ make check - Buggy text search of authors fields has been fixed. * Thu Feb 20 2014 Christopher Meng - 3.6-1 +- Update to 3.6 - Major rewrite of the generic conversion makefile. - Fixed a bug in the graft and unite commands. - Single fossil or tag names now select as if surrounded by <>. @@ -74,12 +90,14 @@ make check - New --changelog option of coalesce can recognize FSF-style ChangeLog files. * Thu Feb 13 2014 Christopher Meng - 3.3-1 +- Update to 3.3 - Set negation in selections with ~. - @min() and @max() in selections. - 'define' by itself lists macros. - New 'deletes' option in the remove command. * Wed Feb 05 2014 Christopher Meng - 3.2-1 +- Update to 3.2 - New path rename command. - List and inspect now take either a leading or following selection. - Text search selections can now have a B suffix to search blobs. @@ -104,40 +122,45 @@ make check - Fixed a buggy test that caused the reader to choke on submodule links. * Thu Nov 21 2013 Christopher Meng - 2.42-1 +- Update to 2.42 - 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 - 2.41-1 +- Update to 2.41 - Fixed a fatal bug when reading any symlink from a live Subversion repo. - Added svn_no_autoignores option. * Thu Aug 08 2013 Christopher Meng - 2.40-1 -- Update to new release. +- Update to 2.40 - Improvements in .gitignore processing. * Wed May 29 2013 Christopher Meng - 2.39-2 - Add parallel make support. * Fri May 24 2013 Christopher Meng - 2.39-1 +- Update to 2.39 - New 'tagify' command for tagifying empty commits. - Correctness fixes for deletion edge cases. * Fri May 10 2013 Christopher Meng - 2.38-1 +- Update to 2.38 - 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 - 2.37-1 +- Update to 2.37 - No more tree pollution on branches deduced from file copies. * Sun Apr 21 2013 Christopher Meng - 2.35-1 +- Update to 2.35 - New "manifest" command. - Path-matching now has @ to require all paths in a commit to match. * Wed Apr 17 2013 Christopher Meng - 2.33-1 -- Update to new release. +- Update to 2.33 * Sun Apr 07 2013 Christopher Meng - 2.32-1 - Initial package. diff --git a/sources b/sources index 2694b37..420a47b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb7b0c9d5e061e96568e0f8ebc9af59c reposurgeon-3.10.tar.gz +4f6bbc17a733112baddaf224bb3d6b2c reposurgeon-3.12.tar.gz