[radvd] new version 1.14

Pavel Šimerda pavlix at fedoraproject.org
Fri Jul 11 10:19:43 UTC 2014


commit c3f7bafee3ef3700c6d3bd3d5c4845888bafc8ad
Author: Pavel Šimerda <psimerda at redhat.com>
Date:   Fri Jul 11 12:14:50 2014 +0200

    new version 1.14

 .gitignore |    1 +
 radvd.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e63ac8e..40237d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ radvd-1.6.tar.gz
 /radvd-1.10.0.tar.gz
 /radvd-1.11.tar.gz
 /radvd-1.12.tar.gz
+/radvd-1.14.tar.gz
diff --git a/radvd.spec b/radvd.spec
index eb25f77..5aedc5b 100644
--- a/radvd.spec
+++ b/radvd.spec
@@ -1,6 +1,6 @@
 Summary:    A Router Advertisement daemon
 Name:       radvd
-Version:    1.12
+Version:    1.14
 Release: 1%{?dist}
 # The code includes the advertising clause, so it's GPL-incompatible
 License:    BSD with advertising
@@ -33,7 +33,7 @@ services.
 
 %prep
 %setup -q
-for F in CHANGES; do
+for F in CHANGES-1; do
     iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
     touch -r "$F" "${F}.new"
     mv "${F}.new" "$F"
@@ -76,7 +76,7 @@ getent passwd radvd >/dev/null || \
 exit 0
 
 %files
-%doc CHANGES COPYRIGHT INTRO.html README TODO
+%doc CHANGES-1 COPYRIGHT INTRO.html README TODO
 %{_unitdir}/radvd.service
 %config(noreplace) %{_sysconfdir}/radvd.conf
 %config(noreplace) %{_sysconfdir}/sysconfig/radvd
@@ -88,6 +88,9 @@ exit 0
 %{_sbindir}/radvdump
 
 %changelog
+* Fri Jul 11 2014 Pavel Šimerda <psimerda at redhat.com> - 1.14-1
+- new version 1.14
+
 * Thu Jun 12 2014 Pavel Šimerda <psimerda at redhat.com> - 1.12-1
 - new version 1.12
 
diff --git a/sources b/sources
index ead72ca..90c6ed4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ba08c7fbd4b11df0957f6a0f756663b  radvd-1.12.tar.gz
+a257e05bd6a435ef948d3b407726d56f  radvd-1.14.tar.gz


More information about the scm-commits mailing list