[ipv6calc] update to 0.93 release

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Jan 23 09:11:20 UTC 2012


commit 775b006c1b3357e30d01b1a7eee0b7c8e80e65fb
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Jan 23 10:05:46 2012 +0100

    update to 0.93 release
    
    - add Perl requirements for cgi

 .gitignore    |    1 +
 ipv6calc.spec |   12 ++++++++++--
 sources       |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0ab85b..02ce3dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ ipv6calc-0.73.0.tar.gz
 /ipv6calc-0.82.1.tar.gz
 /ipv6calc-0.90.0.tar.gz
 /ipv6calc-0.92.0.tar.gz
+/ipv6calc-0.93.0.tar.gz
diff --git a/ipv6calc.spec b/ipv6calc.spec
index c63f99c..84b1982 100644
--- a/ipv6calc.spec
+++ b/ipv6calc.spec
@@ -1,7 +1,7 @@
 Summary:	IPv6 address format change and calculation utility
 Name:		ipv6calc
-Version:	0.92.0
-Release:	2%{?dist}
+Version:	0.93.0
+Release:	1%{?dist}
 Group:		Applications/Text
 URL:		http://www.deepspace6.net/projects/%{name}.html
 License:	GPLv2
@@ -9,6 +9,10 @@ Source:		ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.g
 Requires:	krb5-libs
 BuildRequires:	krb5-devel
 BuildRequires:	%{_bindir}/iconv
+BuildRequires:  perl(Digest::MD5), perl(Digest::SHA1), perl(URI::Escape)
+BuildRequires:  perl(strict), perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 
 %description
 ipv6calc is a small utility which formats and calculates IPv6 addresses in
@@ -56,6 +60,10 @@ make test
 %{_mandir}/man8/*
 
 %changelog
+* Mon Jan 22 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.93.0-1
+- update to 0.93 release
+- add Perl requirements for cgi
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.92.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 5f20792..812e16e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0517e88f7b70d7b1f5c501ebc59e0c1c  ipv6calc-0.92.0.tar.gz
+87d36b98539f353950cbdf8b806a8034  ipv6calc-0.93.0.tar.gz


More information about the scm-commits mailing list