ppisar pushed to perl-Compress-Snappy (master). "0.24 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Sep 11 12:10:04 UTC 2015


From bd1e77c80c235ff2fb94481ebb3e630cb18951c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Fri, 11 Sep 2015 14:09:16 +0200
Subject: 0.24 bump


diff --git a/.gitignore b/.gitignore
index de91af3..9e52f44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Compress-Snappy-0.23.tar.gz
+/Compress-Snappy-0.24.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..00d6ed0
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* de");
diff --git a/perl-Compress-Snappy.spec b/perl-Compress-Snappy.spec
index 2b6e5c6..ce481cd 100644
--- a/perl-Compress-Snappy.spec
+++ b/perl-Compress-Snappy.spec
@@ -1,24 +1,32 @@
 Name:           perl-Compress-Snappy
-Version:        0.23
-Release:        3%{?dist}
+Version:        0.24
+Release:        1%{?dist}
 Summary:        Perl interface to Google's Snappy (de)compressor
+# lib/Compress/Snappy.pm:   GPL+ or Artistic
+## Not in the binary package
+# src:                      BSD
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Compress-Snappy/
 Source0:        http://www.cpan.org/modules/by-module/Compress/Compress-Snappy-%{version}.tar.gz
 Patch1:         compress_snappy_unbundle.patch
+BuildRequires:  coreutils
 BuildRequires:  csnappy-devel
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Devel::CheckLib)
-BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.52
-BuildRequires:  perl(overload)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More) >= 0.82
 BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(XSLoader)
-Requires:       perl(Exporter) >= 5.57
+# Tests:
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Test::More) >= 0.82
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Exporter) >= 5.57
 
 %global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Exporter\\)$
 %description
@@ -37,10 +45,8 @@ make %{?_smp_mflags}
 
 %install
 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 {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -53,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 11 2015 Petr Pisar <ppisar at redhat.com> - 0.24-1
+- 0.24 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.23-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index bd353b1..bfa0b83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b89a16b79b123b0c275e2052235c4e88  Compress-Snappy-0.23.tar.gz
+7b26470a8dc00cf8be31fcb5dded2f67  Compress-Snappy-0.24.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Compress-Snappy.git/commit/?h=master&id=bd1e77c80c235ff2fb94481ebb3e630cb18951c0


More information about the perl-devel mailing list