Hello community, here is the log from the commit of package u3-tool for openSUSE:Factory checked in at 2016-09-20 13:25:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/u3-tool (Old) and /work/SRC/openSUSE:Factory/.u3-tool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "u3-tool" Changes: -------- --- /work/SRC/openSUSE:Factory/u3-tool/u3-tool.changes 2015-03-30 19:33:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.u3-tool.new/u3-tool.changes 2016-09-20 13:25:44.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Aug 24 18:47:22 UTC 2016 - [email protected] + +- Update to latest svn version (1.0r60) + * Fix behaviour with newer U3 devices + * Printing fixes + * Detach mass-storage prior to USB access + * Gracefully quit with Ctrl-C + * Print data partition size when too small + * Limit update printing rate + * Fix linking to libusb; recommended over SG + +------------------------------------------------------------------- Old: ---- u3-tool-0.3.tar.gz New: ---- u3-tool-code-60-tags-u3-tool-1.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ u3-tool.spec ++++++ --- /var/tmp/diff_new_pack.3Hm2jT/_old 2016-09-20 13:25:45.000000000 +0200 +++ /var/tmp/diff_new_pack.3Hm2jT/_new 2016-09-20 13:25:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package u3-tool # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -17,17 +17,23 @@ # +%define _tag 1.0 +%define _rel 60 + Name: u3-tool -Version: 0.3 +Version: %{_tag}+svn%{_rel} Release: 0 Summary: Tool for Controlling the Special Features of an U3 USB Flash disk License: GPL-2.0+ Group: Hardware/Other Url: http://u3-tool.sourceforge.net/ -Source0: http://sourceforge.net/projects/u3-tool/files/u3-tool/%{version}/u3-tool-%{version}.tar.gz +Source0: u3-tool-code-%{_rel}-tags-u3-tool-%{_tag}.zip Patch0: u3-tool-0.3-fix-manpage-section.patch BuildRequires: autoconf BuildRequires: automake +BuildRequires: pkgconfig +BuildRequires: unzip +BuildRequires: pkgconfig(libusb) BuildRoot: %{_tmppath}/%{name}-%{version}-build ExcludeArch: ppc ppc64 @@ -38,7 +44,7 @@ data partition. %prep -%setup -q +%setup -q -n u3-tool-code-%{_rel}-tags-u3-tool-%{_tag} %patch0 -p1 %build
