[kea] 0.9

Jiří Popelka jpopelka at fedoraproject.org
Mon Sep 1 08:28:38 UTC 2014


commit 05114adeb2b8f3e706d403e1c89def196b7600c2
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Sep 1 10:19:28 2014 +0200

    0.9

 .gitignore              |    1 +
 kea-LT_INIT.patch       |   27 -------------------
 kea-PgSqlLeaseMgr.patch |   64 ----------------------------------------------
 kea-narrowing.patch     |   65 -----------------------------------------------
 kea.spec                |   22 ++++++----------
 sources                 |    2 +-
 6 files changed, 10 insertions(+), 171 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ae6c2f..d27cdb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /kea-0.9-beta1.tar.gz
+/kea-0.9.tar.gz
diff --git a/kea.spec b/kea.spec
index 0261462..399d01c 100644
--- a/kea.spec
+++ b/kea.spec
@@ -4,25 +4,19 @@
 %global prever beta1
 
 #%%global VERSION %{version}-%{patchver}
-#%%global VERSION %{version}
-%global VERSION %{version}-%{prever}
+#%%global VERSION %{version}-%{prever}
+%global VERSION %{version}
 
 Summary:  DHCPv4, DHCPv6 and DDNS server from ISC
 Name:     kea
 Version:  0.9
-Release:  0.5.%{prever}%{?dist}
+Release:  1%{?dist}
 License:  ISC and Boost
 URL:      http://kea.isc.org
 Source0:  http://ftp.isc.org/isc/kea/%{VERSION}/kea-%{VERSION}.tar.gz
 
-# http://kea.isc.org/ticket/3532
-Patch0:   kea-PgSqlLeaseMgr.patch
-# http://kea.isc.org/ticket/3525
-Patch1:   kea-LT_INIT.patch
-# http://kea.isc.org/ticket/3526
-Patch2:   kea-narrowing.patch
 # http://kea.isc.org/ticket/3529
-Patch3:   kea-systemd.patch
+Patch0:   kea-systemd.patch
 
 # autoreconf
 BuildRequires: autoconf automake libtool
@@ -75,10 +69,7 @@ Header files and API documentation.
 %prep
 %setup -q -n kea-%{VERSION}
 
-%patch0 -p1 -b .i686
-%patch1 -p1 -b .LT
-%patch2 -p1 -b .narrowing
-%patch3 -p1 -b .systemd
+%patch0 -p1 -b .systemd
 
 %build
 autoreconf --verbose --force --install
@@ -206,6 +197,9 @@ install -p -m 644 ext/LICENSE_1_0.txt %{buildroot}%{_defaultdocdir}/kea/
 %{_libdir}/pkgconfig/dns++.pc
 
 %changelog
+* Mon Sep 01 2014 Jiri Popelka <jpopelka at redhat.com> - 0.9-1
+- 0.9
+
 * Thu Aug 21 2014 Jiri Popelka <jpopelka at redhat.com> - 0.9-0.5.beta1
 - fix building with PostgreSQL on i686
 - redefine localstatedir to sharedstatedir (kea#3523)
diff --git a/sources b/sources
index dbf5f18..c41df03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e31a24d75b941b5350673d29e664bd14  kea-0.9-beta1.tar.gz
+75ffbbe457adf9f81f480f85ad3202f6  kea-0.9.tar.gz


More information about the scm-commits mailing list