Author: qboosh Date: Sat Oct 22 07:20:16 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.0.0 (note: new sonames) - updated link patch
---- Files affected: packages/openhpi: openhpi.spec (1.45 -> 1.46) , openhpi-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/openhpi/openhpi.spec diff -u packages/openhpi/openhpi.spec:1.45 packages/openhpi/openhpi.spec:1.46 --- packages/openhpi/openhpi.spec:1.45 Wed Apr 27 16:19:29 2011 +++ packages/openhpi/openhpi.spec Sat Oct 22 09:20:11 2011 @@ -3,18 +3,19 @@ Summary: Service Availability Forum's Hardware Platform Interface (HPI) implementation Summary(pl.UTF-8): Implementacja HPI (Hardware Platform Interface) Service Availability Forum Name: openhpi -Version: 2.16.0 -Release: 2 +Version: 3.0.0 +Release: 1 License: BSD Group: Applications/System Source0: http://downloads.sourceforge.net/openhpi/%{name}-%{version}.tar.gz -# Source0-md5: 86455e5a25dabd8ba0190ebf6efec8c2 +# Source0-md5: 9089cb59b732ff00b3805a1809405b4b Patch0: %{name}-types.patch Patch1: %{name}-sh.patch Patch2: %{name}-proto.patch Patch3: %{name}-rtas.patch Patch4: %{name}-c++.patch Patch5: %{name}-install.patch +Patch6: %{name}-link.patch URL: http://www.openhpi.org/ BuildRequires: OpenIPMI-devel >= 1.4.20 BuildRequires: autoconf >= 2.57 @@ -22,7 +23,7 @@ BuildRequires: docbook-dtd41-sgml BuildRequires: docbook-utils BuildRequires: gcc >= 5:3.2.0 -BuildRequires: glib2-devel >= 1:2.2.0 +BuildRequires: glib2-devel >= 1:2.12 BuildRequires: libltdl-devel %ifarch ppc ppc64 BuildRequires: librtas-devel @@ -65,7 +66,7 @@ Summary: OpenHPI Toolkit libraries Summary(pl.UTF-8): Biblioteki OpenHPI Group: Libraries -Requires: glib2 >= 1:2.2.0 +Requires: glib2 >= 1:2.12 Conflicts: openhpi < 2.14.1 %description libs @@ -79,7 +80,7 @@ Summary(pl.UTF-8): Programistyczna część biblioteki OpenHPI Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} -Requires: glib2-devel >= 1:2.2.0 +Requires: glib2-devel >= 1:2.12 Requires: libltdl-devel # for libosahpi Requires: libstdc++-devel @@ -185,6 +186,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build %{__libtoolize} @@ -220,7 +222,7 @@ %files %defattr(644,root,root,755) -%doc COPYING README README.daemon docs/hld/openhpi-manual +%doc COPYING README README.daemon %attr(755,root,root) %{_bindir}/hpi* %attr(755,root,root) %{_bindir}/ohdomainlist %attr(755,root,root) %{_bindir}/ohhandler @@ -251,9 +253,9 @@ %files libs %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libopenhpi*.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libopenhpi*.so.2 +%attr(755,root,root) %ghost %{_libdir}/libopenhpi*.so.3 %attr(755,root,root) %{_libdir}/libosahpi.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libosahpi.so.2 +%attr(755,root,root) %ghost %{_libdir}/libosahpi.so.3 %files devel %defattr(644,root,root,755) @@ -310,6 +312,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2011/10/22 07:20:11 qboosh +- updated to 3.0.0 (note: new sonames) +- updated link patch + Revision 1.45 2011/04/27 14:19:29 marmarek - rel 2 - fix BR ================================================================ Index: packages/openhpi/openhpi-link.patch diff -u /dev/null packages/openhpi/openhpi-link.patch:1.1 --- /dev/null Sat Oct 22 09:20:16 2011 +++ packages/openhpi/openhpi-link.patch Sat Oct 22 09:20:11 2011 @@ -0,0 +1,10 @@ +--- openhpi-3.0.0/transport/Makefile.am.orig 2011-10-17 17:57:27.000000000 +0200 ++++ openhpi-3.0.0/transport/Makefile.am 2011-10-22 08:12:25.323358056 +0200 +@@ -32,6 +32,7 @@ + strmsock.h + + libopenhpitransport_la_LDFLAGS= -version-info @HPI_LIB_VERSION@ ++libopenhpitransport_la_LIBADD= $(GLIB_ONLY_LIBS) + + clean-local: + rm -f *~ core core.* ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openhpi/openhpi.spec?r1=1.45&r2=1.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
