jplesnik pushed to perl-Convert-Binary-C (master). "0.77 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Oct 29 14:17:07 UTC 2015


From e5be4cebc30fc64cb86335d826dec3394de8583c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Thu, 29 Oct 2015 15:08:41 +0100
Subject: 0.77 bump

---
 .gitignore                                 |  1 +
 Convert-Binary-C-0.76-Fix-POD-syntax.patch | 30 ------------------------------
 perl-Convert-Binary-C.spec                 | 25 ++++++++++++++++++-------
 sources                                    |  2 +-
 4 files changed, 20 insertions(+), 38 deletions(-)
 delete mode 100644 Convert-Binary-C-0.76-Fix-POD-syntax.patch

diff --git a/.gitignore b/.gitignore
index 6d81ece..797c0d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Convert-Binary-C-0.74.tar.gz
 /Convert-Binary-C-0.76.tar.gz
+/Convert-Binary-C-0.77.tar.gz
diff --git a/Convert-Binary-C-0.76-Fix-POD-syntax.patch b/Convert-Binary-C-0.76-Fix-POD-syntax.patch
deleted file mode 100644
index d5084a0..0000000
--- a/Convert-Binary-C-0.76-Fix-POD-syntax.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From a75d6e83e22244bf1ade842b1f5dd6bc9a8206f8 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
-Date: Sat, 20 Jul 2013 18:17:26 +0200
-Subject: [PATCH] Fix POD syntax
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-
-Signed-off-by: Petr Písař <ppisar at redhat.com>
----
- support/Test/Harness/Point.pm | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/support/Test/Harness/Point.pm b/support/Test/Harness/Point.pm
-index df0706a..49a4821 100644
---- a/support/Test/Harness/Point.pm
-+++ b/support/Test/Harness/Point.pm
-@@ -70,6 +70,8 @@ Each of the following fields has a getter and setter method.
- 
- =item * number
- 
-+=back
-+
- =cut
- 
- sub ok              { my $self = shift; $self->{ok} }
--- 
-1.8.1.4
-
diff --git a/perl-Convert-Binary-C.spec b/perl-Convert-Binary-C.spec
index c2f2059..770f2fd 100644
--- a/perl-Convert-Binary-C.spec
+++ b/perl-Convert-Binary-C.spec
@@ -1,25 +1,34 @@
 Name:           perl-Convert-Binary-C
-Version:        0.76
-Release:        12%{?dist}
+Version:        0.77
+Release:        1%{?dist}
 Summary:        Binary data conversion using C types
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Convert-Binary-C/
 Source0:        http://www.cpan.org/modules/by-module/Convert/Convert-Binary-C-%{version}.tar.gz
-# Fix POD syntax, CPAN RT#85264
-Patch0:         Convert-Binary-C-0.76-Fix-POD-syntax.patch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
 # Tests
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Time::HiRes)
 # Optional tests
 BuildRequires:  perl(Pod::Coverage) >= 0.10
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::Pod) >= 0.95
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -34,14 +43,13 @@ from and to Perl's complex data structures.
 
 %prep
 %setup -q -n Convert-Binary-C-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
@@ -61,6 +69,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 29 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.77-1
+- 0.77 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.76-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 0ba56a4..edcf009 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84c495dcba9e3f0a164bb66259f6ab70  Convert-Binary-C-0.76.tar.gz
+9f72e52dc870ad70efe6a1bab7f0818e  Convert-Binary-C-0.77.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-Convert-Binary-C.git/commit/?h=master&id=e5be4cebc30fc64cb86335d826dec3394de8583c


More information about the perl-devel mailing list