pghmcfc pushed to perl-File-LibMagic (epel7). "Upgrade to 0.91 and some spec file cleanup"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Oct 8 13:24:20 UTC 2015


From d51eb9deb3670dc4bf8dc8718574b261ce417a86 Mon Sep 17 00:00:00 2001
From: Robert Scheck <robert at fedoraproject.org>
Date: Sun, 22 Mar 2009 18:15:23 +0000
Subject: Upgrade to 0.91 and some spec file cleanup

---
 .cvsignore              |  2 +-
 perl-File-LibMagic.spec | 17 ++++++++---------
 sources                 |  2 +-
 tests-0.85.patch        | 19 -------------------
 4 files changed, 10 insertions(+), 30 deletions(-)
 delete mode 100644 tests-0.85.patch

diff --git a/.cvsignore b/.cvsignore
index 7ad6673..94ad3fe 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-File-LibMagic-0.88.tgz
+File-LibMagic-0.91.tgz
diff --git a/perl-File-LibMagic.spec b/perl-File-LibMagic.spec
index 828c931..0a33175 100644
--- a/perl-File-LibMagic.spec
+++ b/perl-File-LibMagic.spec
@@ -1,19 +1,15 @@
 %define module	File-LibMagic
-%define name	perl-%{module}
-%define version	0.88
 
-Name:		%{name}
-Version:	%{version}
+Name:		perl-%{module}
+Version:	0.91
 Release:	1%{?dist}
 Summary:	Perlwrapper for libmagic
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Source:		http://search.cpan.org/CPAN/authors/id/F/FI/FITZNER/%{module}-%{version}.tgz
-Url:		http://www.cpan.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  file-devel
-Buildrequires:  perl-devel
-BuildRequires:  perl-Test-Base
+URL:		http://search.cpan.org/dist/%{module}/
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	file-devel, zlib-devel, perl(ExtUtils::MakeMaker), perl(Test::Base)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -51,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 22 2009 Robert Scheck <robert at fedoraproject.org> 0.91-1
+- Upgrade to 0.91 and some spec file cleanup
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.88-1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
diff --git a/sources b/sources
index f9c10ab..8bf3ede 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1998b2ec23211cfdd12fbdc891d653d7  File-LibMagic-0.88.tgz
+7bae213b4b088446d674f3c52440fdbc  File-LibMagic-0.91.tgz
diff --git a/tests-0.85.patch b/tests-0.85.patch
deleted file mode 100644
index f7e44e3..0000000
--- a/tests-0.85.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -uNrp t.orig/6-oo.t t/6-oo.t
---- t.orig/6-oo.t	2008-02-29 08:29:30.000000000 -0500
-+++ t/6-oo.t	2008-02-29 08:30:19.000000000 -0500
-@@ -6,12 +6,12 @@ use File::LibMagic;
- 
- my %standard = (
--    'foo.foo' => [ 'ASCII text',           'text/plain; charset=us-ascii' ],
--    'foo.c'   => [ 'ASCII C program text', 'text/x-c; charset=us-ascii'   ],
-+    'foo.foo' => [ 'ASCII text',           'text/plain charset=us-ascii' ],
-+    'foo.c'   => [ 'ASCII C program text', 'text/x-c charset=us-ascii'   ],
- );
- 
- my %custom = (
-     'foo.foo' => [ 'A foo file',           'text/x-foo'                   ],
--    'foo.c'   => [ 'ASCII C program text', 'text/x-c; charset=us-ascii'   ],
-+    'foo.c'   => [ 'ASCII C program text', 'text/x-c charset=us-ascii'   ],
- );
- 
- plan tests => 4 + 4*(keys %standard) + 4*(keys %custom);
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-File-LibMagic.git/commit/?h=epel7&id=d51eb9deb3670dc4bf8dc8718574b261ce417a86


More information about the perl-devel mailing list