OBS User unknown 2008-09-24 12:03:33 +00:00 committed by Git OBS Bridge
parent e9b8684f37
commit c794d534aa
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 24 12:13:39 CEST 2008 - ro@suse.de
- fix debug package requires
-------------------------------------------------------------------
Wed Sep 10 14:01:49 CEST 2008 - sbrabec@suse.cz

View File

@ -25,9 +25,10 @@ License: LGPL v2.1 or later
Summary: USB Library
Group: System/Libraries
Version: 0.9.3
Release: 2
Release: 3
Source: %{_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libusb-1_0-0 = %{version}-%{release}
%description
Libusb is a library that allows userspace access to USB devices.
@ -112,6 +113,8 @@ make %{?jobs:-j%jobs}
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Sep 24 2008 ro@suse.de
- fix debug package requires
* Wed Sep 10 2008 sbrabec@suse.cz
- Updated to version 0.9.3:
* New branch, new API.