jplesnik pushed to perl-Sys-MemInfo (master). "0.98 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 19 19:43:17 UTC 2015


From 9a3dc88f2c5d641bf0e51d1a2ad0a7a3b6209ede Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Fri, 19 Jun 2015 14:50:54 +0200
Subject: 0.98 bump


diff --git a/.gitignore b/.gitignore
index 1e12859..80281de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Sys-MemInfo-0.91.tar.gz
+/Sys-MemInfo-0.98.tar.gz
diff --git a/perl-Sys-MemInfo.spec b/perl-Sys-MemInfo.spec
index ae193e2..e744b30 100644
--- a/perl-Sys-MemInfo.spec
+++ b/perl-Sys-MemInfo.spec
@@ -1,19 +1,18 @@
 Name:           perl-Sys-MemInfo
-Version:        0.91
-Release:        13%{?dist}
+Version:        0.98
+Release:        1%{?dist}
 Summary:        Memory information as Perl module
-# README:       GPLv1+ or Artistic
-# MemInfo.pm    LGPLv2+
-# <https://rt.cpan.org/Public/Bug/Display.html?id=80636>
-License:        (GPLv1+ or Artistic) and LGPLv2+
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sys-MemInfo/
-Source0:        http://www.cpan.org/modules/by-module/Sys/Sys-MemInfo-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/S/SC/SCRESTO/Sys-MemInfo-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Copy)
 # Run-time:
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Data::Dumper)
@@ -26,7 +25,7 @@ Sys::MemInfo returns the total amount of free and used physical memory in
 bytes in totalmem and freemem variables.
 
 %prep
-%setup -q -n Sys-MemInfo
+%setup -q -n Sys-MemInfo-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -42,12 +41,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Sys*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 19 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.98-1
+- 0.98 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.91-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 2e39002..5eb9b99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2ddda32c58114352e04ecb866de7f17  Sys-MemInfo-0.91.tar.gz
+a5636cf6ae8f1b32253b3ca6fa63653b  Sys-MemInfo-0.98.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Sys-MemInfo.git/commit/?h=master&id=9a3dc88f2c5d641bf0e51d1a2ad0a7a3b6209ede


More information about the perl-devel mailing list