From 2d3f4e55c3d92eee1ae763ac77cf53d2c80485ac Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Aug 08 2013 03:26:11 +0000 Subject: New version. --- diff --git a/.gitignore b/.gitignore index d149543..d6de756 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /reposurgeon-2.39.tar.gz +/reposurgeon-2.40.tar.gz diff --git a/reposurgeon.spec b/reposurgeon.spec index 8d47205..72d464f 100644 --- a/reposurgeon.spec +++ b/reposurgeon.spec @@ -1,15 +1,15 @@ -Name: reposurgeon -Version: 2.39 -Release: 3%{?dist} -Summary: SCM Repository Manipulation Tool -Source: http://www.catb.org/~esr/reposurgeon/%{name}-%{version}.tar.gz -URL: http://www.catb.org/~esr/reposurgeon/ -License: BSD -BuildRequires: xmlto -BuildRequires: asciidoc -BuildRequires: python -Requires: python -BuildArch: noarch +Name: reposurgeon +Version: 2.40 +Release: 1%{?dist} +Summary: SCM Repository Manipulation Tool +Source: http://www.catb.org/~esr/reposurgeon/%{name}-%{version}.tar.gz +URL: http://www.catb.org/~esr/reposurgeon/ +License: BSD +BuildRequires: xmlto +BuildRequires: asciidoc +BuildRequires: python +Requires: python +BuildArch: noarch %description Reposurgeon enables risky operations that version-control systems don't want to @@ -24,15 +24,15 @@ fast-import streams, including git, hg, and bzr. make %{?_smp_mflags} %install -install -p -D -m 755 %{name} "%{buildroot}%{_bindir}/%{name}" -install -p -D -m 755 repopuller "%{buildroot}%{_bindir}/repopuller" -install -p -D -m 755 repodiffer "%{buildroot}%{_bindir}/repodiffer" -install -p -D -m 644 %{name}.1 "%{buildroot}%{_mandir}/man1/%{name}.1" -install -p -D -m 644 repopuller.1 "%{buildroot}%{_mandir}/man1/repopuller.1" -install -p -D -m 644 repodiffer.1 "%{buildroot}%{_mandir}/man1/repodiffer.1" +install -p -D -m 755 %{name} %{buildroot}%{_bindir}/%{name} +install -p -D -m 755 repopuller %{buildroot}%{_bindir}/repopuller +install -p -D -m 755 repodiffer %{buildroot}%{_bindir}/repodiffer +install -p -D -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +install -p -D -m 644 repopuller.1 "%{buildroot}%{_mandir}/man1/repopuller.1 +install -p -D -m 644 repodiffer.1 "%{buildroot}%{_mandir}/man1/repodiffer.1 %files -%doc TODO COPYING NEWS README AUTHORS features.html +%doc AUTHORS COPYING NEWS README TODO features.html %{_bindir}/%{name} %{_bindir}/repopuller %{_bindir}/repodiffer @@ -41,6 +41,9 @@ install -p -D -m 644 repodiffer.1 "%{buildroot}%{_mandir}/man1/repodiffer.1" %doc %{_mandir}/man1/repopuller.1* %changelog +* Thu Aug 08 2013 Christopher Meng - 2.40-1 +- Update to new release. + * Sun Aug 04 2013 Fedora Release Engineering - 2.39-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 746cc3d..1a2852e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -938238bab3edb56f222264c0361553cf reposurgeon-2.39.tar.gz +939172d4d375a298b20702f46b85e9f3 reposurgeon-2.40.tar.gz