OBS User unknown 2009-06-10 16:28:57 +00:00 committed by Git OBS Bridge
parent ed1a5756b0
commit e7f76e7264
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 10 10:20:17 CEST 2009 - snwint@suse.de
- avoid that error in future
-------------------------------------------------------------------
Tue Jun 9 20:44:08 CEST 2009 - coolo@novell.com

View File

@ -25,7 +25,7 @@ Group: System/Libraries
AutoReqProv: on
Summary: A small x86 emulation library.
Version: 1.1
Release: 2
Release: 3
PreReq: /sbin/ldconfig
Source: libx86emu-1.1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -73,7 +73,7 @@ Authors:
Steffen Winterfeldt
%prep
%setup -n libx86emu-1.1
%setup -n libx86emu-%{version}
%build
make LIBDIR=%{_libdir}
@ -100,6 +100,8 @@ rm -rf %{buildroot}
%doc README LICENSE
%changelog
* Wed Jun 10 2009 snwint@suse.de
- avoid that error in future
* Tue Jun 09 2009 coolo@novell.com
- fix typo
* Tue Jun 09 2009 snwint@suse.de