Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2012-07-31 13:30:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freeipmi (Old)
 and      /work/SRC/openSUSE:Factory/.freeipmi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freeipmi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes        2012-06-12 
21:58:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes   2012-07-31 
13:58:22.000000000 +0200
@@ -1,0 +2,51 @@
+Mon Jul 30 18:51:18 UTC 2012 - [email protected]
+
+- FreeIPMI 1.1.7 - 07/30/12
+  o In ipmi-sensors and ipmi-sel, fix units output corner case.
+  o In bmc-info, detect unsupported system info corner case.
+  o Update documentation with motherboard support.
+  
+  Special Note: This will likely be the last release of FreeIPMI
+  in the 1.1.X stable branch.
+
+-------------------------------------------------------------------
+Wed Jul  4 13:18:37 UTC 2012 - [email protected]
+
+- Fix build: %make_install -> %makeinstall
+
+-------------------------------------------------------------------
+Fri Jun 29 07:02:47 UTC 2012 - [email protected]
+
+- FreeIPMI 1.1.6 - 06/28/12
+  - Tools
+  ------
+  o In ipmi-sel, support Supermicro SEL OEM interpretations in
+    --output-event-state.
+  o In ipmi-sel and ipmi-sensors, support additional sensor/SEL
+    interpretations including:
+    - Version Change
+    - System Firmware Progress Transition Severity
+    - Button/Switch Transition Severity
+    - Chassis Transition Severity
+    - POST Memory Resize State
+    - Cable/Interconnect Transition Severity
+    - Boot Error Transition Severity
+    - Slot Connector Transition Severity
+    - Memory State
+    - Memory Transition Severity
+  o In bmc-config, ipmi-chassis-config, ipmi-pef-config, and
+    ipmi-chassis-config, support cipher suite ID argument.
+  o Support Supermicro X9DRi-F OEM sensors and events.
+  o Fix Intel S2600JF/Appro 512x OEM SEL interpretations based on
+    comments from Intel.
+
+  Libraries
+  ---------
+  o Support Supermicro SEL OEM interpretations.
+  o Support new sensor/SEL interpretations.
+
+  Misc
+  ----
+  o Various documentation updates and fixes.
+
+-------------------------------------------------------------------

Old:
----
  freeipmi-1.1.5.tar.gz

New:
----
  freeipmi-1.1.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ freeipmi.spec ++++++
--- /var/tmp/diff_new_pack.q2vtHG/_old  2012-07-31 13:58:29.000000000 +0200
+++ /var/tmp/diff_new_pack.q2vtHG/_new  2012-07-31 13:58:29.000000000 +0200
@@ -18,22 +18,24 @@
 
 
 %define name freeipmi
-%define version 1.1.5
+%define version 1.1.7
 %if %{?_with_debug:1}%{!?_with_debug:0}
 %define release 1.debug%{?dist}
 %else
 %define release 1%{?dist}
 %endif
 
+%{!?_initddir: %global _initddir %{_sysconfdir}/init.d}
+
 Name:           %{name}
 Version:        %{version}
 Release:        %{release}
-License:        GPL-3.0+
 Url:            http://www.gnu.org/software/freeipmi/
-Group:          Applications/System
 Source:         ftp://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz
 
 Summary:        FreeIPMI
+License:        GPL-3.0+
+Group:          Applications/System
 BuildRequires:  automake
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
@@ -96,11 +98,13 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} >= 1110
 aclocal -I config
 autoheader
 libtoolize --force --automake --copy
-automake --gnu --include-deps --copy --add-missing
 autoconf
+automake --gnu --include-deps --copy --add-missing
+%endif
 %configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
            --docdir=%{_docdir}/%{name} \
            %{?_enable_debug} --disable-static
@@ -117,10 +121,14 @@
 (cd %{buildroot}/%{_sysconfdir}; ln -s rc.d/init.d init.d)
 %endif
 
-%make_install
+%if 0%{?suse_version}
+%makeinstall
+%else
+%makeinstall DESTDIR=%{buildroot}
+%endif
 
 # Silent build check warning
-rm %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
+rm -f %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
 
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
 # remove /etc/init.d -> /etc/rc.d/init.d
@@ -130,6 +138,7 @@
 # fix coherance problems with associated script filenames
 rm -f %{buildroot}%{_infodir}/dir
 # kludge to get around rpmlint complaining about 0 length semephore file
+mkdir -p %{buildroot}%{_localstatedir}/lib/freeipmi
 echo freeipmi > %{buildroot}%{_localstatedir}/lib/freeipmi/ipckey
 # Remove .la files
 rm -rf %{buildroot}/%{_libdir}/*.la

++++++ freeipmi-1.1.5.tar.gz -> freeipmi-1.1.7.tar.gz ++++++
++++ 5257 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to