[sipcalc] Update to 1.1.6

Jaromír Cápík jcapik at fedoraproject.org
Tue Jan 15 15:18:23 UTC 2013


commit 6fb2292332a79ca257dfcc574672d5c574e3b1bf
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Jan 15 16:18:14 2013 +0100

    Update to 1.1.6

 .gitignore   |    1 +
 sipcalc.spec |   16 +++++++++-------
 sources      |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f37ba1..edcc3f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 sipcalc-1.1.4.tar.gz
 /sipcalc-1.1.5.tar.gz
+/sipcalc-1.1.6.tar.gz
diff --git a/sipcalc.spec b/sipcalc.spec
index 00a272e..06037fc 100644
--- a/sipcalc.spec
+++ b/sipcalc.spec
@@ -1,23 +1,22 @@
 
 Name: sipcalc
-Version: 1.1.5
-Release: 2%{?dist}
+Version: 1.1.6
+Release: 1%{?dist}
 Summary: An "advanced" console based ip subnet calculator
 
-Group:	Applications/Internet
+Group: Applications/Internet
 License: BSD
-URL: http://www.routemeister.net/projects/sipcalc	
+URL: http://www.routemeister.net/projects/sipcalc
 Source0: http://www.routemeister.net/projects/%{name}/files/%{name}-%{version}.tar.gz
 
-Patch0: %{name}-buffer_overflow_prevention.patch
-
 %description
 Sipcalc is an "advanced" console based ip subnet calculator.
 
 %prep
 %setup0 -q
 
-%patch0 -p1
+# fixing wrong year in the changelog
+sed -i "s|Mon Jan 14 19:39:00 CET 2014|Mon Jan 14 19:39:00 CET 2013|g" ChangeLog
 
 # convert ChangeLog to UTF-8
 iconv -f ISO-8859-1 -t UTF-8 ChangeLog > ChangeLog.utf8 && \
@@ -38,6 +37,9 @@ make DESTDIR=%{buildroot} INSTALL="install -p" install
 %{_mandir}/man1/sipcalc.1.*
 
 %changelog
+* Tue Jan 15 2013 Jaromir Capik <jcapik at redhat.com> - 1.1.6-1
+- Update to 1.1.6
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index e170c27..33525e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d59e70d21d8f0568e310d342e3e2306  sipcalc-1.1.5.tar.gz
+fcd0619a95c191896177ff7729699c7a  sipcalc-1.1.6.tar.gz


More information about the scm-commits mailing list