From fd598179352e8048768d2b87e8b41935893026edfaae5070ac234b50c419274b Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Wed, 2 Mar 2016 17:17:34 +0000 Subject: [PATCH] Accepting request 364664 from home:jloeser:branches:devel:libraries:c_c++ version update to 1.4.0 (FATE#319934) OBS-URL: https://build.opensuse.org/request/show/364664 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librtas?expand=0&rev=34 --- librtas-1.3.13.tar.gz | 3 --- librtas-1.4.0.tar.gz | 3 +++ librtas.changes | 6 ++++++ librtas.spec | 33 ++++++++++++++------------------- 4 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 librtas-1.3.13.tar.gz create mode 100644 librtas-1.4.0.tar.gz diff --git a/librtas-1.3.13.tar.gz b/librtas-1.3.13.tar.gz deleted file mode 100644 index b4ab918..0000000 --- a/librtas-1.3.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5f2951b0934ffbd82bebf26acfa103cc21d89f4c90c7c41472acf7b4ec6d907 -size 90959 diff --git a/librtas-1.4.0.tar.gz b/librtas-1.4.0.tar.gz new file mode 100644 index 0000000..b8ec6bb --- /dev/null +++ b/librtas-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7964adb5eb64a8864db08a39e13d6fa886d73e9015d02779b0f4078d2f45916e +size 89041 diff --git a/librtas.changes b/librtas.changes index 7dcd54d..c333659 100644 --- a/librtas.changes +++ b/librtas.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 2 14:09:55 UTC 2016 - jloeser@suse.com + +- version update to 1.4.0 (FATE#319934) + - see Changelog under librtas-1.4.0/Changelog + ------------------------------------------------------------------- Wed Oct 29 12:08:14 UTC 2014 - jloeser@suse.com diff --git a/librtas.spec b/librtas.spec index 423de83..6a7413f 100644 --- a/librtas.spec +++ b/librtas.spec @@ -1,7 +1,7 @@ # # spec file for package librtas # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,21 @@ Name: librtas -Version: 1.3.13 -Release: 0 -Summary: Libraries to provide access to RTAS calls and RTAS events -License: CPL-1.0 -Group: Development/Libraries/C and C++ -Url: http://librtas.ozlabs.org/ - -#Git-Clone: git://git.code.sf.net/p/librtas/code -Source0: http://sourceforge.net/projects/librtas/files/librtas-%{version}.tar.gz -Source1: baselibs.conf -Patch: librtas-failedmagic.patch BuildRequires: doxygen +Version: 1.4.0 +Release: 0 BuildRequires: fdupes +Summary: Libraries to provide access to RTAS calls and RTAS events +License: LGPL-2.1+ +Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: ppc ppc64 ppc64le +Url: https://github.com/nfont/librtas +Source0: %{name}-%{version}.tar.gz +Source1: baselibs.conf +Patch: librtas-failedmagic.patch -%description +%description The librtas shared library provides userspace with an interface through which certain RTAS calls can be made. The library uses either of the RTAS User Module or the RTAS system call to direct the kernel in making @@ -58,7 +56,7 @@ Group: Documentation/Other %description doc This package provides librtas documentation -%package -n librtas1 +%package -n librtas1 Summary: Libraries to provide access to RTAS calls and RTAS events Group: System/Libraries @@ -75,7 +73,6 @@ contents of RTAS events. %prep %setup -q %patch -sed s,rtasevent,ofdt,g doxygen.ofdt %build make CFLAGS="%optflags -fPIC -g -I $PWD/librtasevent_src" LIB_DIR="%{_libdir}" %{?_smp_mflags} @@ -91,8 +88,8 @@ make install DESTDIR=%buildroot LIB_DIR="%{_libdir}" %postun -n librtas1 -p /sbin/ldconfig %files -n librtas1 -%doc Changelog %defattr(-, root, root) +%doc Changelog %{_libdir}/lib*.so.* %files devel @@ -100,11 +97,9 @@ make install DESTDIR=%buildroot LIB_DIR="%{_libdir}" /usr/include/* %{_libdir}/librtasevent.so %{_libdir}/librtas.so -%{_libdir}/libofdt.so %files doc %defattr(-, root, root) -%doc COPYRIGHT -%doc %{_docdir}/librtas +%doc %{_docdir}/librtas %changelog