commit u3-tool for openSUSE:Factory

2016-09-20 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.u3-tool.new/u3-tool.changes 2016-09-20 
13:25:44.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 24 18:47:22 UTC 2016 - aloi...@gmx.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.3Hm2jT/_new  2016-09-20 13:25:45.0 +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




commit u3-tool for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package u3-tool for openSUSE:Factory checked 
in at 2015-03-30 19:33:35

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  2012-03-26 
14:03:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.u3-tool.new/u3-tool.changes 2015-03-30 
19:33:36.0 +0200
@@ -1,0 +2,6 @@
+Sun Mar 29 07:42:35 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  u3-tool-0.3.tar.bz2

New:

  u3-tool-0.3.tar.gz



Other differences:
--
++ u3-tool.spec ++
--- /var/tmp/diff_new_pack.lBlSyc/_old  2015-03-30 19:33:37.0 +0200
+++ /var/tmp/diff_new_pack.lBlSyc/_new  2015-03-30 19:33:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package u3-tool
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,10 +24,11 @@
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://u3-tool.sourceforge.net/
-Source: u3-tool-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/u3-tool/files/u3-tool/%{version}/u3-tool-%{version}.tar.gz
 Patch0: u3-tool-0.3-fix-manpage-section.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:ppc ppc64
 
 %description
@@ -36,11 +37,6 @@
 enabling, disabling, and resetting device security, and unlocking the secured
 data partition.
 
-
-Authors:
-
-davie...@users.sourceforge.net
-
 %prep
 %setup -q
 %patch0 -p1
@@ -51,10 +47,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root,-)




commit u3-tool for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package u3-tool for openSUSE:Factory checked 
in at 2012-03-26 14:02:18

Comparing /work/SRC/openSUSE:Factory/u3-tool (Old)
 and  /work/SRC/openSUSE:Factory/.u3-tool.new (New)


Package is u3-tool, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/u3-tool/u3-tool.changes  2011-12-07 
21:41:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.u3-tool.new/u3-tool.changes 2012-03-26 
14:03:15.0 +0200
@@ -1,0 +2,6 @@
+Sat Mar 24 22:06:47 UTC 2012 - dval...@suse.com
+
+- This tool only runs on Little Endian machines
+  Exclude ppc, ppc64 
+
+---



Other differences:
--
++ u3-tool.spec ++
--- /var/tmp/diff_new_pack.hXmMtJ/_old  2012-03-26 14:03:16.0 +0200
+++ /var/tmp/diff_new_pack.hXmMtJ/_new  2012-03-26 14:03:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package u3-tool
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,17 +16,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   u3-tool
 Version:0.3
 Release:0
-License:GPL-2.0+
 Summary:Tool for Controlling the Special Features of an U3 USB Flash 
disk
-Url:http://u3-tool.sourceforge.net/
+License:GPL-2.0+
 Group:  Hardware/Other
+Url:http://u3-tool.sourceforge.net/
 Source: u3-tool-%{version}.tar.bz2
 Patch0: u3-tool-0.3-fix-manpage-section.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
+ExcludeArch:ppc ppc64
 
 %description
 u3-tool is a tool for unlocking and configuring U3 smart USB Flash devices.  It

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit u3-tool for openSUSE:Factory

2011-12-07 Thread h_root
Hello community,

here is the log from the commit of package u3-tool for openSUSE:Factory checked 
in at 2011-12-07 21:41:03

Comparing /work/SRC/openSUSE:Factory/u3-tool (Old)
 and  /work/SRC/openSUSE:Factory/.u3-tool.new (New)


Package is u3-tool, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/u3-tool/u3-tool.changes  2011-09-23 
12:49:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.u3-tool.new/u3-tool.changes 2011-12-07 
21:41:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:33:13 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ u3-tool.spec ++
--- /var/tmp/diff_new_pack.433rJW/_old  2011-12-07 21:41:22.0 +0100
+++ /var/tmp/diff_new_pack.433rJW/_new  2011-12-07 21:41:22.0 +0100
@@ -16,18 +16,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   u3-tool
 Version:0.3
-Release:6
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Summary:Tool for Controlling the Special Features of an U3 USB Flash 
disk
 Url:http://u3-tool.sourceforge.net/
 Group:  Hardware/Other
 Source: u3-tool-%{version}.tar.bz2
 Patch0: u3-tool-0.3-fix-manpage-section.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 
 %description
 u3-tool is a tool for unlocking and configuring U3 smart USB Flash devices.  It

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org