Accepting request 45987 from home:psmt:branches:hardware
Copy from home:psmt:branches:hardware/usb_modeswitch via accept of submit request 45987 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/45987 OBS-URL: https://build.opensuse.org/package/show/hardware/usb_modeswitch?expand=0&rev=13
This commit is contained in:
parent
991c189c6c
commit
a72bd3ab5a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d5f0a45ac03eb578678b1f0c99df924b55de40d684aa02f890958c3fe3fcafb
|
||||
size 35937
|
3
usb-modeswitch-1.1.4.tar.bz2
Normal file
3
usb-modeswitch-1.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c20abfdf9d46fb83e1b82f961a9f6ec8064bed3304155b6e1af7cf596845d0d0
|
||||
size 37723
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:427adf0728884d3001d019926b34ca7170455c5c40e8dd19e7517759e381b886
|
||||
size 14964
|
3
usb-modeswitch-data-20100817.tar.bz2
Normal file
3
usb-modeswitch-data-20100817.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc34ca1aa5d613e1e44e626d77936ea33043e3928e7e3ae1ed4a5a99c21599c8
|
||||
size 15901
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 23 10:09:57 UTC 2010 - pth@suse.de
|
||||
|
||||
- Update to 1.1.4
|
||||
* The package should work at boot time now (cold and warm)
|
||||
* Product IDs of "0000" do exist but were not accepted, fixed
|
||||
* Response endpoint is now always detected
|
||||
* Wrapper script can now work with a packed collection of config
|
||||
files as well as with the plain folder of files
|
||||
* Wrapper fix for the symlink feature: handling of multiple interrupt
|
||||
ports was incomplete
|
||||
* Wrapper does not longer use a temporary file for the symlink feature
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 8 23:21:58 UTC 2010 - andrea@opensuse.org
|
||||
|
||||
|
@ -15,13 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define source_name usb-modeswitch
|
||||
%define date 20100817
|
||||
|
||||
Url: http://www.draisberghof.de/usb_modeswitch
|
||||
|
||||
Name: usb_modeswitch
|
||||
%define source_name usb-modeswitch
|
||||
%define date 20100707
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Release: 1
|
||||
Summary: A mode switching tool for controlling multiple-device USB gear
|
||||
Group: Hardware/Mobile
|
||||
@ -60,7 +60,7 @@ Data files for usb_modeswitch package.
|
||||
%setup -q -a1 -n %{source_name}-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" make
|
||||
CFLAGS="%{optflags}" make
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@ -71,6 +71,7 @@ cd %{source_name}-data-%{date}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING ChangeLog
|
||||
%{_sbindir}/usb_modeswitch
|
||||
%{_sbindir}/usb_modeswitch_dispatcher
|
||||
/lib/udev/usb_modeswitch
|
||||
%config %{_sysconfdir}/usb_modeswitch.conf
|
||||
#%config %{_sysconfdir}/usb_modeswitch.setup
|
||||
|
Loading…
Reference in New Issue
Block a user