[nut/f16] nut updated to 2.6.3

Michal Hlavinka mhlavink at fedoraproject.org
Wed Jan 11 12:02:34 UTC 2012


commit 323d583f3f4d0ac98e277cb3b36122c6817ea237
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Jan 11 13:02:28 2012 +0100

    nut updated to 2.6.3

 .gitignore |    1 +
 nut.spec   |   25 ++++++++++---------------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 16 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 ee00f6c..72067a1 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} \
@@ -457,25 +460,17 @@ rm -rf %{buildroot}
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/*
-%{_mandir}/man3/nutscan_add_device_to_device.3.gz
-%{_mandir}/man3/nutscan_add_option_to_device.3.gz
-%{_mandir}/man3/nutscan_cidr_to_ip.3.gz
-%{_mandir}/man3/nutscan_display_parsable.3.gz
-%{_mandir}/man3/nutscan_display_ups_conf.3.gz
-%{_mandir}/man3/nutscan_free_device.3.gz
-%{_mandir}/man3/nutscan_new_device.3.gz
-%{_mandir}/man3/nutscan_scan_avahi.3.gz
-%{_mandir}/man3/nutscan_scan_ipmi.3.gz
-%{_mandir}/man3/nutscan_scan_nut.3.gz
-%{_mandir}/man3/nutscan_scan_snmp.3.gz
-%{_mandir}/man3/nutscan_scan_usb.3.gz
-%{_mandir}/man3/nutscan_scan_xml_http.3.gz
+%{_mandir}/man3/nutscan*
 %{_mandir}/man3/upscli*
 %{_libdir}/libupsclient.so
 %{_libdir}/libnutscan.so
+%{_libdir}/pkgconfig/libnutscan.pc
 %{_libdir}/pkgconfig/libupsclient.pc
 
 %changelog
+* Wed Jan 11 2012 Michal Hlavinka <mhlavink at redhat.com> - 2.6.3-1
+- nut updated to 2.6.3
+
 * Fri Sep 16 2011 Michal Hlavinka <mhlavink at redhat.com> - 2.6.2-2
 - move library documentation to devel package
 
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