From 3692361c1e32f5e83d242a43a0fe17bd7669f18a Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Aug 28 2014 01:22:43 +0000 Subject: Update to 3.11 --- 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 - 3.11-1 +- 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 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