[nut] nut updated to 2.6.3

Michal Hlavinka mhlavink at fedoraproject.org
Thu Jan 5 15:20:03 UTC 2012


commit 74731fdeed7b6f7ae0932c83c32b02cfe22db00a
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Jan 5 16:19:57 2012 +0100

    nut updated to 2.6.3

 .gitignore |    1 +
 nut.spec   |   12 ++++++++++--
 sources    |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f16145..d66e3bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ nut-2.4.3.tar.gz
 /nut-2.6.0.tar.gz
 /nut-2.6.1.tar.gz
 /nut-2.6.2.tar.gz
+/nut-2.6.3.tar.gz
diff --git a/nut.spec b/nut.spec
index a69fa46..4c26814 100644
--- a/nut.spec
+++ b/nut.spec
@@ -13,8 +13,8 @@
 
 Summary: Network UPS Tools
 Name: nut
-Version: 2.6.2
-Release: 2%{?dist}
+Version: 2.6.3
+Release: 1%{?dist}
 Group: Applications/System
 License: GPLv2+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,6 +29,7 @@ Obsoletes: nut-hal < 2.6.0-7
 
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: avahi-devel
 BuildRequires: dbus-glib-devel
 BuildRequires: elfutils-devel
 BuildRequires: fontconfig-devel
@@ -37,6 +38,7 @@ BuildRequires: gd-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: libtool
+BuildRequires: libtool-ltdl-devel
 BuildRequires: libX11-devel
 BuildRequires: libXpm-devel
 BuildRequires: neon-devel
@@ -115,6 +117,7 @@ sed -i 's|LIBSSL_LDFLAGS|LIBSSL_LIBS|' lib/libupsclient.pc.in
 autoreconf -i
 %configure \
     --with-all \
+    --with-libltdl \
     --without-hal \
     --with-cgi \
     --datadir=%{_datadir}/%{name} \
@@ -471,11 +474,16 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_mandir}/man3/upscli*
+%{_mandir}/man3/nutscan*
 %{_libdir}/libupsclient.so
 %{_libdir}/libnutscan.so
 %{_libdir}/pkgconfig/libupsclient.pc
+%{_libdir}/pkgconfig/libnutscan.pc
 
 %changelog
+* Thu Jan 05 2012 Michal Hlavinka <mhlavink at redhat.com> - 2.6.3-1
+- nut updated to 2.6.3
+
 * Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 2.6.2-2
 - Rebuild for new libpng
 
diff --git a/sources b/sources
index 74cedf7..70e09d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6d0683e51e0fcab06e6a79724685d26  nut-2.6.2.tar.gz
+8db00c21f8bc03add6e14d15f634ec6a  nut-2.6.3.tar.gz


More information about the scm-commits mailing list