[perl-UUID-Tiny] New upstream release 1.04, fixes #1000525

Miro Hrončok churchyard at fedoraproject.org
Wed Aug 28 11:40:39 UTC 2013


commit 5010b3f1d2760f6418195b5fc86d5bce8b01d83e
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Wed Aug 28 13:39:54 2013 +0200

    New upstream release 1.04, fixes #1000525

 .gitignore          |    1 +
 perl-UUID-Tiny.spec |   12 ++++++++----
 sources             |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcc646e..a9f1ea9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /UUID-Tiny-1.03.tar.gz
+/UUID-Tiny-1.04.tar.gz
diff --git a/perl-UUID-Tiny.spec b/perl-UUID-Tiny.spec
index 992140b..a1fde99 100644
--- a/perl-UUID-Tiny.spec
+++ b/perl-UUID-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-UUID-Tiny
-Version:        1.03
-Release:        5%{?dist}
+Version:        1.04
+Release:        1%{?dist}
 Summary:        Pure Perl UUID Support With Functional Interface
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -12,7 +12,7 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Digest::SHA1)
 Requires:       perl(Digest::SHA1)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID
@@ -24,7 +24,7 @@ UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.
 %setup -q -n UUID-Tiny-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -44,6 +44,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 28 2013 Miro Hrončok <mhroncok at redhat.com> - 1.04-1
+- New upstream release
+- Use perl all over the spec, instead the macro
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.03-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1d7bef3..108ab4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5120b9b90b4c986f82441d096112f3d7  UUID-Tiny-1.03.tar.gz
+2d7c18711e64e0a64cc7c7fbb870947e  UUID-Tiny-1.04.tar.gz


More information about the scm-commits mailing list