[perl-Monotone-AutomateStdio] Update to 1.03.

Thomas Moschny thm at fedoraproject.org
Sun Sep 15 19:22:50 UTC 2013


commit c9a1d38d97cec3a53aca551a4489d7406fc01c4a
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sun Sep 15 21:12:08 2013 +0200

    Update to 1.03.
    
    - Modernize spec file.

 .gitignore                       |    1 +
 perl-Monotone-AutomateStdio.spec |   16 +++++++---------
 sources                          |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d7fd49..8d32368 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Monotone-AutomateStdio-0.12.tar.gz
 /Monotone-AutomateStdio-1.01.tar.gz
 /Monotone-AutomateStdio-1.02.tar.gz
+/Monotone-AutomateStdio-1.03.tar.gz
diff --git a/perl-Monotone-AutomateStdio.spec b/perl-Monotone-AutomateStdio.spec
index 69e7e76..6a4028e 100644
--- a/perl-Monotone-AutomateStdio.spec
+++ b/perl-Monotone-AutomateStdio.spec
@@ -1,12 +1,11 @@
 Name:           perl-Monotone-AutomateStdio
-Version:        1.02
-Release:        6%{?dist}
+Version:        1.03
+Release:        1%{?dist}
 Summary:        Perl interface to Monotone via automate stdio
 Group:          Development/Libraries
 License:        GPLv3+
 URL:            http://search.cpan.org/dist/Monotone-AutomateStdio/
-Source0:        http://search.cpan.org/CPAN/authors/id/A/AE/AECOOPER/monotone/Monotone-AutomateStdio-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AE/AECOOPER/Monotone-AutomateStdio-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
@@ -45,18 +44,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc README COPYING
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun Sep 15 2013 Thomas Moschny <thomas.moschny at gmx.de> - 1.03-1
+- Update to 1.03.
+- Modernize spec file.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.02-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5021893..84f2b91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ceb0a6d6d3868537303cd2fe98db3379  Monotone-AutomateStdio-1.02.tar.gz
+55c61239dd9fd95ecbe16f620c9757ce  Monotone-AutomateStdio-1.03.tar.gz


More information about the scm-commits mailing list