OBS User unknown 2007-10-16 16:19:48 +00:00 committed by Git OBS Bridge
parent 661edb8361
commit 30b17c1700
4 changed files with 27 additions and 15 deletions

3
librtas-1.3.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9d80b8a6132d0cf320916015454d553a80bb13d81b5bf9292047813e3a7f4d6
size 58453

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3644ff02fee92304067a315c6d94a38a851905621ad034590b6afed193326b4
size 72650

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 16 16:04:03 CEST 2007 - sassmann@suse.de
- update to librtas-1.3.2 (feature #302692)
- patches disabled
Patch0: librtas.signed-char.patch
Patch1: librtas.syscall.patch
-------------------------------------------------------------------
Fri Oct 13 17:23:32 CEST 2006 - olh@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package librtas (Version 1.2.4)
# spec file for package librtas (Version 1.3.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,15 +12,15 @@
Name: librtas
BuildRequires: doxygen
Version: 1.2.4
Release: 200610091709
Version: 1.3.2
Release: 200710161613
Group: System/Libraries
License: IBM Public License, Other License(s), see package
License: IBM Public License
Summary: Libraries to provide access to RTAS calls and RTAS events.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: ppc
URL: http://librtas.ozlabs.org/
Source0: http://librtas.ozlabs.org/downloads/librtas-src-%{version}.tar.gz
ExclusiveArch: ppc
Url: http://librtas.ozlabs.org/
Source0: http://librtas.ozlabs.org/downloads/librtas-%{version}.tar.bz2
Patch0: librtas.signed-char.patch
Patch1: librtas.syscall.patch
Patch2: librtas.open_prop_file-off_by_one.patch
@ -45,8 +45,8 @@ Authors:
%prep
%setup -q
%patch0 -p1
%patch1 -p1
#%patch0 -p1
#%patch1 -p1
%patch2 -p1
%build
@ -70,8 +70,12 @@ make install DESTDIR=$RPM_BUILD_ROOT LIBDIR="%{_libdir}"
%doc COPYRIGHT README doc
/usr/include/*
%attr (555,root,root)%{_libdir}/lib*
%changelog -n librtas
%changelog
* Tue Oct 16 2007 - sassmann@suse.de
- update to librtas-1.3.2 (feature #302692)
- patches disabled
Patch0: librtas.signed-char.patch
Patch1: librtas.syscall.patch
* Fri Oct 13 2006 - olh@suse.de
- fix off by one in open_prop_file
* Fri Jan 27 2006 - olh@suse.de