Accepting request 69978 from hardware

New Upstream version

OBS-URL: https://build.opensuse.org/request/show/69978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/usb_modeswitch?expand=0&rev=13
This commit is contained in:
Berthold Gunreben 2011-05-12 09:14:37 +00:00 committed by Git OBS Bridge
commit 63072d824a
6 changed files with 23 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue May 10 10:53:38 CET 2011 - andrea@opensuse.org
- New data package 20110227
- Update to 1.1.7:
*Attention: paths for runtime files and database have changed!
* fix for configuration setting race (thanks to Amit Mendapara);
* discovered incompatibility between Tcl versions <= 8.3
and >=8.4, so 8.4 is the minimum prerequisite now;
-------------------------------------------------------------------
Mon Jan 10 10:53:38 CET 2011 - dmueller@suse.de

View File

@ -18,20 +18,21 @@
Name: usb_modeswitch
Version: 1.1.6
Version: 1.1.7
Release: 2
Summary: A mode switching tool for controlling multiple-device USB gear
Group: Hardware/Mobile
Url: http://www.draisberghof.de/usb_modeswitch
%define source_name usb-modeswitch
%define date 20101222
%define date 20110227
License: GPLv2+
Source0: http://www.draisberghof.de/usb_modeswitch/%{source_name}-%{version}.tar.bz2
Source1: %{source_name}-data-%{date}.tar.bz2
Source2: %{name}-data.rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libusb-devel udev
Requires: /bin/eject tcl
Requires: /bin/eject
Requires: tcl >= 8.4
Requires: usb_modeswitch-data = %version
%description
@ -73,12 +74,13 @@ cd %{source_name}-data-%{date}
%{_sbindir}/usb_modeswitch
%{_sbindir}/usb_modeswitch_dispatcher
/lib/udev/usb_modeswitch
/var/lib/usb_modeswitch
%config %{_sysconfdir}/usb_modeswitch.conf
%{_mandir}/man1/usb_modeswitch.1.gz
%files data
%defattr(-,root,root,-)
%{_sysconfdir}/usb_modeswitch.d/
%_datadir/usb_modeswitch/
/lib/udev/rules.d/40-usb_modeswitch.rules
%changelog