1
0

Accepting request 359638 from home:enzokiel:branches:hardware

Update to version 2.3.0

OBS-URL: https://build.opensuse.org/request/show/359638
OBS-URL: https://build.opensuse.org/package/show/hardware/usb_modeswitch?expand=0&rev=69
This commit is contained in:
andrea florio 2016-02-20 20:44:03 +00:00 committed by Git OBS Bridge
parent 19ca9ae91b
commit b6fff5498a
6 changed files with 26 additions and 31 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 16 15:03:17 UTC 2016 - joerg.lorenzen@ki.tng.de
- Update to version 2.3.0
* ATTENTION: -I flag is now history and being ignored - determining
SCSI attributes is really an 'outside task'.
* -n flag (NeedResponse) is being ignored, CSW response will now
always be read.
* Introduction of parameter "OptionMode", wrapping the standard
bulk message for all newer Huawei devices.
* Fixed missing variable initialization in dispatcher script which
could lead to crash (thanks, Dmitry Kunilov!).
* Fixed bug which prevented early logging.
* Fixed success report for Cisco AM10.
* Some source code formatting and clean-up.
- Removed fix for bnc#899013, fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 13 14:03:47 UTC 2015 - joerg.lorenzen@ki.tng.de Fri Nov 13 14:03:47 UTC 2015 - joerg.lorenzen@ki.tng.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package usb_modeswitch # spec file for package usb_modeswitch
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,10 +17,10 @@
%define source_name usb-modeswitch %define source_name usb-modeswitch
%define date 20151101 %define date 20160112
%define _udevdir %(pkg-config --variable=udevdir udev) %define _udevdir %(pkg-config --variable=udevdir udev)
Name: usb_modeswitch Name: usb_modeswitch
Version: 2.2.6 Version: 2.3.0
Release: 0 Release: 0
Summary: A mode switching tool for controlling multiple-device USB gear Summary: A mode switching tool for controlling multiple-device USB gear
License: GPL-2.0+ License: GPL-2.0+
@ -69,28 +69,6 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} UDEVDIR=%{buildroot}%{_udevdir
cd %{source_name}-data-%{date} cd %{source_name}-data-%{date}
make DESTDIR=%{buildroot} install %{?_smp_mflags} RULESDIR=%{buildroot}%{_udevdir}/rules.d make DESTDIR=%{buildroot} install %{?_smp_mflags} RULESDIR=%{buildroot}%{_udevdir}/rules.d
### TO REMOVE ONCE IN UPSTREAM DATA PACKAGE, FIX BNC 899013 ###
cat > %{buildroot}/%{_datadir}/usb_modeswitch/12d1:1583 <<EOF
# Vodafone W5101
TargetVendor=0x12d1
TargetProduct=0x1589
MessageContent="55534243123456780000000000000011062000000101000100000000000000"
EOF
cat > %{buildroot}/%{_datadir}/usb_modeswitch/12d1:1582 <<EOF
# Vodafone R215
TargetVendor=0x12d1
TargetProduct=0x1588
MessageContent="55534243123456780000000000000011062000000101000100000000000000"
EOF
### END SECTION TO REMOVE ###
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
%files %files