commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2019-09-04 08:56:30 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new.7948 (New) Package is "libusb-1_0" Wed Sep 4 08:56:30 2019 rev:41 rq:727093 version:1.0.23 Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2018-03-26 12:11:43.364206686 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new.7948/libusb-1_0.changes 2019-09-04 08:56:31.563086826 +0200 @@ -1,0 +2,14 @@ +Thu Aug 29 20:04:48 UTC 2019 - Martin Hauke + +- Update to version 1.0.23 + * Core: abandon synchronous transfers when device closure is +detected. + * Core: fix error in handling the removal of file descriptors +while handling events. + * New API libusb_set_log_cb() to redirect global and per context +log messages to the provided log handling function. + * New API libusb_wrap_sys_device to allow the user to specify +the usb device to use. + * Various other bug fixes and improvements. + +--- Old: libusb-1.0.22.tar.bz2 New: libusb-1.0.23.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.iBL6Dv/_old 2019-09-04 08:56:32.003086775 +0200 +++ /var/tmp/diff_new_pack.iBL6Dv/_new 2019-09-04 08:56:32.007086775 +0200 @@ -1,7 +1,7 @@ # # spec file for package libusb-1_0 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define _name libusb %define debug_package_requires libusb-1_0-0 = %{version}-%{release} Name: libusb-1_0 -Version:1.0.22 +Version:1.0.23 Release:0 Summary:USB Library License:LGPL-2.1-or-later ++ libusb-1.0.22.tar.bz2 -> libusb-1.0.23.tar.bz2 ++ 6748 lines of diff (skipped)
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2018-03-26 12:11:39 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0" Mon Mar 26 12:11:39 2018 rev:40 rq:590913 version:1.0.22 Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2016-11-03 12:56:34.0 +0100 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2018-03-26 12:11:43.364206686 +0200 @@ -1,0 +2,29 @@ +Sun Mar 25 10:05:47 UTC 2018 - mar...@gmx.de + +- Update to version 1.0.22 + * Core: Refactor code related to transfer flags and timeout handling + * Linux: Support preallocating kernel memory for zerocopy USB + * Linux: Deal with receiving POLLERR before all transfers have completed + * Prevent attempts to recursively handle events + * Fix race condition in handle_timeout() + * Allow transferred argument to be optional in bulk APIs + * Various other bug fixes and improvements + +--- +Thu Mar 22 09:10:18 UTC 2018 - jeng...@inai.de + +- Fix SRPM group. + +--- +Tue Mar 20 12:18:32 UTC 2018 - tchva...@suse.com + +- Use dos2unix to generate the non-windows trailing on files +- Remove sle11 support as it got borged with last commit and + we don't mostly need it to build there + +--- +Tue Mar 20 13:10:13 CET 2018 - ku...@suse.de + +- Use %license instead of %doc [bsc#1082318] + +--- Old: libusb-1.0.21.tar.bz2 New: libusb-1.0.22.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.L5Drzp/_old 2018-03-26 12:11:45.028147050 +0200 +++ /var/tmp/diff_new_pack.L5Drzp/_new 2018-03-26 12:11:45.036146764 +0200 @@ -1,7 +1,7 @@ # # spec file for package libusb-1_0 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,20 @@ # +%define _name libusb +%define debug_package_requires libusb-1_0-0 = %{version}-%{release} Name: libusb-1_0 -Version:1.0.21 +Version:1.0.22 Release:0 Summary:USB Library -License:LGPL-2.1+ -Group: System/Libraries -%define _name libusb -Url:http://libusb.info/ +License:LGPL-2.1-or-later +Group: System/Hardware +URL:http://libusb.info/ Source: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2 Source1:baselibs.conf -BuildRequires: pkg-config -%if 0%{?suse_version} >= 1200 +BuildRequires: dos2unix +BuildRequires: pkgconfig BuildRequires: pkgconfig(libudev) -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define debug_package_requires libusb-1_0-0 = %{version}-%{release} %description Libusb is a library that allows userspace access to USB devices. @@ -54,32 +52,28 @@ %prep %setup -q -n %{_name}-%{version} -tr -d '\r' NEWS.unix ; touch -r NEWS NEWS.unix ; mv NEWS.unix NEWS +dos2unix NEWS %build -%configure\ -%if 0%{?suse_version} < 1200 - --disable-udev\ -%endif - --with-pic\ +%configure \ +--with-pic \ +--disable-silent-rules \ --disable-static -make +make %{?_smp_mflags} %install -%makeinstall -rm -f %{buildroot}%{_libdir}/*.la +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %post -n libusb-1_0-0 -p /sbin/ldconfig - %postun -n libusb-1_0-0 -p /sbin/ldconfig %files -n libusb-1_0-0 -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README TODO +%license COPYING +%doc AUTHORS ChangeLog NEWS README TODO %{_libdir}/*.so.* %files devel -%defattr(-,root,root) %doc PORTING %{_includedir}/libusb-1.0 %{_libdir}/*.so ++ libusb-1.0.21.tar.bz2 -> libusb-1.0.22.tar.bz2 ++ 49932 lines of diff (skipped)
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2016-11-03 12:56:33 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2016-06-12 18:54:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2016-11-03 12:56:34.0 +0100 @@ -1,0 +2,21 @@ +Sun Oct 30 09:21:25 UTC 2016 - mar...@gmx.de + +- Update to version 1.0.21 + * Core: Refactor code related to transfer flags and timeout handling + * Darwin: Ignore root hub simulation devices + * Darwin: Improved support for OS X El Capitan + * Darwin: Work around devices with buggy endpoint descriptors + * Darwin: Do not use objc_registerThreadWithCollector after its deprecation + * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated + * Linux: Support preallocating kernel memory for zerocopy USB + * Linux: Deal with receiving POLLERR before all transfers have completed + * Solaris: Add solaris backend + * Windows: Add Visual Studio 2015 support + * Windows: Add usbdk backend + * Prevent attempts to recursively handle events + * Fix race condition in handle_timeout() + * Allow transferred argument to be optional in bulk APIs + * Various other bug fixes and improvements +- Fix source url + +--- Old: libusb-1.0.20.tar.bz2 New: libusb-1.0.21.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.A9HdFI/_old 2016-11-03 12:56:35.0 +0100 +++ /var/tmp/diff_new_pack.A9HdFI/_new 2016-11-03 12:56:35.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libusb-1_0 # -# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: libusb-1_0 -Version:1.0.20 +Version:1.0.21 Release:0 Summary:USB Library License:LGPL-2.1+ Group: System/Libraries %define _name libusb Url:http://libusb.info/ -Source: http://downloads.sourceforge.net/project/%{_name}/%{_name}-1.0/%{_name}-%{version}/%{_name}-%{version}.tar.bz2 +Source: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2 Source1:baselibs.conf BuildRequires: pkg-config %if 0%{?suse_version} >= 1200 ++ libusb-1.0.20.tar.bz2 -> libusb-1.0.21.tar.bz2 ++ 79874 lines of diff (skipped)
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2016-06-12 18:53:59 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2015-10-28 17:16:07.0 +0100 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2016-06-12 18:54:00.0 +0200 @@ -1,0 +2,5 @@ +Wed May 25 09:04:00 UTC 2016 - idon...@suse.com + +- Update to GNOME 3.20.2 FATE#318572 + +--- Other differences: --
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2015-10-28 17:16:02 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2015-09-24 06:13:16.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2015-10-28 17:16:07.0 +0100 @@ -1,0 +2,5 @@ +Fri Oct 23 08:48:52 UTC 2015 - o...@aepfle.de + +- Remove _smp_mflags usage to fix sporadic build errors + +--- Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.PTy7t0/_old 2015-10-28 17:16:08.0 +0100 +++ /var/tmp/diff_new_pack.PTy7t0/_new 2015-10-28 17:16:08.0 +0100 @@ -63,7 +63,7 @@ %endif --with-pic\ --disable-static -make %{?_smp_mflags} +make %install %makeinstall
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2015-09-24 06:13:15 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2014-07-26 12:19:43.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2015-09-24 06:13:16.0 +0200 @@ -1,0 +2,19 @@ +Mon Sep 14 17:09:43 UTC 2015 - mar...@gmx.de + +- Update to version 1.0.20: + * Add Haiku support + * Fix multiple memory and resource leaks (#16, #52, #76, #81) + * Fix possible deadlock when executing transfer callback + * New libusb_free_pollfds() API + * Darwin: Fix devices not being detected on OS X 10.8 (#48) + * Linux: Allow larger isochronous transfer submission (#23) + * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings + * Windows: Fix broken bus number lookup + * Windows: Improve submission of control requests for composite devices + * Examples: Add two-stage load support to fxload (#12) + * Correctly report cancellations due to timeouts + * Improve efficiency of event handling + * Improve speed of transfer submission in multi-threaded environments + * Various other bug fixes and improvements + +--- Old: libusb-1.0.19.tar.bz2 New: libusb-1.0.20.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.LHLWUL/_old 2015-09-24 06:13:17.0 +0200 +++ /var/tmp/diff_new_pack.LHLWUL/_new 2015-09-24 06:13:17.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package libusb-1_0 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libusb-1_0 -Version:1.0.19 +Version:1.0.20 Release:0 Summary:USB Library License:LGPL-2.1+ ++ libusb-1.0.19.tar.bz2 -> libusb-1.0.20.tar.bz2 ++ 56037 lines of diff (skipped)
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2014-07-26 12:19:41 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2014-05-27 07:09:04.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2014-07-26 12:19:43.0 +0200 @@ -1,0 +2,10 @@ +Wed Jul 23 20:17:14 UTC 2014 - mar...@gmx.de + +- Update to version 1.0.19: + * Add support for USB bulk streams on Linux and Mac OS X (#11) + * Windows: Add AMD and Intel USB-3.0 root hub support + * Windows: Fix USB 3.0 speed detection on Windows 8 or later (#10) + * Added Russian translation for libusb_strerror strings + * All: Various small fixes and cleanups + +--- Old: libusb-1.0.18.tar.bz2 New: libusb-1.0.19.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.5EK4zE/_old 2014-07-26 12:19:44.0 +0200 +++ /var/tmp/diff_new_pack.5EK4zE/_new 2014-07-26 12:19:44.0 +0200 @@ -17,7 +17,7 @@ Name: libusb-1_0 -Version:1.0.18 +Version:1.0.19 Release:0 Summary:USB Library License:LGPL-2.1+ ++ libusb-1.0.18.tar.bz2 -> libusb-1.0.19.tar.bz2 ++ 24988 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2014-05-27 07:09:00 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2014-02-16 09:10:38.0 +0100 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2014-05-27 07:09:04.0 +0200 @@ -1,0 +2,5 @@ +Wed May 21 20:12:12 CEST 2014 - sbra...@suse.cz + +- Build with pkgconfig(libudev), not pkgconfig(udev). + +--- Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.vvi5db/_old 2014-05-27 07:09:05.0 +0200 +++ /var/tmp/diff_new_pack.vvi5db/_new 2014-05-27 07:09:05.0 +0200 @@ -28,7 +28,7 @@ Source1:baselibs.conf BuildRequires: pkg-config %if 0%{?suse_version} >= 1200 -BuildRequires: pkgconfig(udev) +BuildRequires: pkgconfig(libudev) %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libusb-1_0-0 = %{version}-%{release} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2014-02-16 09:10:37 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2013-04-17 07:18:30.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2014-02-16 09:10:38.0 +0100 @@ -1,0 +2,12 @@ +Fri Feb 7 22:06:46 CET 2014 - sbra...@suse.cz + +- New upstream, new home page. +- Update to version 1.0.18: + * API extensions: +* hotplug support +* topology support +* error processing, detaching, debugging etc. + * many fixes + * for more see ChangeLog + +--- Old: libusb-1.0.9.tar.bz2 New: libusb-1.0.18.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.QiWO7T/_old 2014-02-16 09:10:39.0 +0100 +++ /var/tmp/diff_new_pack.QiWO7T/_new 2014-02-16 09:10:39.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libusb-1_0 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,19 @@ Name: libusb-1_0 -Version:1.0.9 +Version:1.0.18 Release:0 Summary:USB Library License:LGPL-2.1+ Group: System/Libraries %define _name libusb -Url:http://www.libusb.org/ +Url:http://libusb.info/ Source: http://downloads.sourceforge.net/project/%{_name}/%{_name}-1.0/%{_name}-%{version}/%{_name}-%{version}.tar.bz2 Source1:baselibs.conf BuildRequires: pkg-config +%if 0%{?suse_version} >= 1200 +BuildRequires: pkgconfig(udev) +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libusb-1_0-0 = %{version}-%{release} @@ -51,9 +54,13 @@ %prep %setup -q -n %{_name}-%{version} +tr -d '\r' NEWS.unix ; touch -r NEWS NEWS.unix ; mv NEWS.unix NEWS %build %configure\ +%if 0%{?suse_version} < 1200 + --disable-udev\ +%endif --with-pic\ --disable-static make %{?_smp_mflags} @@ -68,7 +75,7 @@ %files -n libusb-1_0-0 %defattr(-,root,root) -%doc AUTHORS COPYING NEWS README THANKS TODO +%doc AUTHORS ChangeLog COPYING NEWS README TODO %{_libdir}/*.so.* %files devel ++ libusb-1.0.9.tar.bz2 -> libusb-1.0.18.tar.bz2 ++ 59287 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2013-04-17 07:18:29 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0", Maintainer is "sbra...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2012-05-09 18:31:54.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2013-04-17 07:18:30.0 +0200 @@ -1,0 +2,6 @@ +Mon Apr 15 14:12:34 UTC 2013 - mmeis...@suse.com + +- Added url as source. + Please see http://en.opensuse.org/SourceUrls + +--- Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.1PfBq0/_old 2013-04-17 07:18:31.0 +0200 +++ /var/tmp/diff_new_pack.1PfBq0/_new 2013-04-17 07:18:31.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package libusb-1_0 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Group: System/Libraries %define _name libusb Url:http://www.libusb.org/ -Source: %{_name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/%{_name}/%{_name}-1.0/%{_name}-%{version}/%{_name}-%{version}.tar.bz2 Source1:baselibs.conf BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2012-05-09 18:17:46 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0", Maintainer is "sbra...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2012-04-20 15:18:30.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2012-05-09 18:31:54.0 +0200 @@ -1,0 +2,5 @@ +Thu Apr 26 20:42:46 CEST 2012 - sbra...@suse.cz + +- Use %makeinstall instead of %make_install to build on SLE11. + +--- Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.utpbj0/_old 2012-05-09 18:31:56.0 +0200 +++ /var/tmp/diff_new_pack.utpbj0/_new 2012-05-09 18:31:56.0 +0200 @@ -16,17 +16,16 @@ # - Name: libusb-1_0 Version:1.0.9 Release:0 -License:LGPL-2.1+ Summary:USB Library +License:LGPL-2.1+ +Group: System/Libraries %define _name libusb Url:http://www.libusb.org/ -Group: System/Libraries Source: %{_name}-%{version}.tar.bz2 -Source2:baselibs.conf +Source1:baselibs.conf BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libusb-1_0-0 = %{version}-%{release} @@ -60,7 +59,7 @@ make %{?_smp_mflags} %install -%make_install +%makeinstall rm -f %{buildroot}%{_libdir}/*.la %post -n libusb-1_0-0 -p /sbin/ldconfig -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2012-04-20 15:18:14 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0", Maintainer is "sbra...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2012-04-12 09:38:47.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2012-04-20 15:18:30.0 +0200 @@ -1,0 +2,16 @@ +Fri Apr 20 07:40:43 UTC 2012 - dims...@opensuse.org + +- Update to version 1.0.9: + + Numerous bug fixes and improvements + + Backend for Windows, for devices using the WinUSB.sys driver + + Backend for OpenBSD and NetBSD, for devices using the ugen +driver + + Add libusb_get_device_speed() + + Add libusb_has_capability() + + Add libusb_error_name() + + Add libusb_get_version() +- Drop libtool BuildRequires and call to autoreconf: as we switched + to an officialy released tarball, there is no need to bootstrap + anymore. + +--- Old: libusb-1.0.9rc3-git6b1982b.tar.bz2 New: libusb-1.0.9.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.xZBOyM/_old 2012-04-20 15:18:32.0 +0200 +++ /var/tmp/diff_new_pack.xZBOyM/_new 2012-04-20 15:18:32.0 +0200 @@ -16,21 +16,19 @@ # + Name: libusb-1_0 +Version:1.0.9 +Release:0 +License:LGPL-2.1+ +Summary:USB Library %define _name libusb Url:http://www.libusb.org/ -Summary:USB Library -License:LGPL-2.1+ Group: System/Libraries -Version:1.0.8.99.3.218 -Release:0 -%define _version 1.0.9rc3 -%define _gitversion 6b1982b -Source: %{_name}-%{_version}-git%{_gitversion}.tar.bz2 +Source: %{_name}-%{version}.tar.bz2 Source2:baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libtool BuildRequires: pkg-config +BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libusb-1_0-0 = %{version}-%{release} %description @@ -53,18 +51,17 @@ Libusb is a library that allows userspace access to USB devices. %prep -%setup -q -n %{_name}-%{_gitversion} +%setup -q -n %{_name}-%{version} %build -mkdir m4 ; autoreconf -f -i %configure\ --with-pic\ --disable-static -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall -%{__rm} -f %{buildroot}%{_libdir}/*.la +%make_install +rm -f %{buildroot}%{_libdir}/*.la %post -n libusb-1_0-0 -p /sbin/ldconfig ++ libusb-1.0.9rc3-git6b1982b.tar.bz2 -> libusb-1.0.9.tar.bz2 ++ 48550 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2012-04-12 09:38:41 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0", Maintainer is "sbra...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2012-02-15 16:16:37.0 +0100 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2012-04-12 09:38:47.0 +0200 @@ -1,0 +2,8 @@ +Tue Apr 3 18:51:32 CEST 2012 - sbra...@suse.cz + +- Update to the latest git snapshot 6b1982b: + * Bug fixes. + * Support for USB 3.0. + * Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag. + +--- Old: libusb-1.0.8_1.0.9rc3.tar.bz2 New: libusb-1.0.9rc3-git6b1982b.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.c69wrF/_old 2012-04-12 09:38:48.0 +0200 +++ /var/tmp/diff_new_pack.c69wrF/_new 2012-04-12 09:38:48.0 +0200 @@ -22,10 +22,11 @@ Summary:USB Library License:LGPL-2.1+ Group: System/Libraries -Version:1.0.8_1.0.9rc3 +Version:1.0.8.99.3.218 Release:0 -%define _version f07a4a7 -Source: %{_name}-%{version}.tar.bz2 +%define _version 1.0.9rc3 +%define _gitversion 6b1982b +Source: %{_name}-%{_version}-git%{_gitversion}.tar.bz2 Source2:baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool @@ -45,17 +46,20 @@ %package devel Summary:USB Library Group: Development/Libraries/C and C++ -Requires: libusb-1_0-0 = %{version} glibc-devel +Requires: glibc-devel +Requires: libusb-1_0-0 = %{version} %description devel Libusb is a library that allows userspace access to USB devices. %prep -%setup -q -n %{_name}-%{_version} +%setup -q -n %{_name}-%{_gitversion} %build mkdir m4 ; autoreconf -f -i -%configure --with-pic --disable-static +%configure\ + --with-pic\ + --disable-static make %{?jobs:-j%jobs} %install -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2012-02-15 16:16:21 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0", Maintainer is "sbra...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2011-12-02 09:27:32.0 +0100 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2012-02-15 16:16:37.0 +0100 @@ -1,0 +2,5 @@ +Sun Feb 12 15:11:04 UTC 2012 - crrodrig...@opensuse.org + +- Libraries back in %{_libdir}, /usr merge project. + +--- Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.ClPC9H/_old 2012-02-15 16:16:38.0 +0100 +++ /var/tmp/diff_new_pack.ClPC9H/_new 2012-02-15 16:16:38.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libusb-1_0 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,29 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libusb-1_0 %define _name libusb Url:http://www.libusb.org/ -License:LGPL-2.1+ Summary:USB Library +License:LGPL-2.1+ Group: System/Libraries Version:1.0.8_1.0.9rc3 -Release:1 +Release:0 %define _version f07a4a7 Source: %{_name}-%{version}.tar.bz2 Source2:baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libtool pkg-config +BuildRequires: libtool +BuildRequires: pkg-config %define debug_package_requires libusb-1_0-0 = %{version}-%{release} %description Libusb is a library that allows userspace access to USB devices. %package -n libusb-1_0-0 -License:LGPL-2.1+ Summary:USB Library Group: System/Libraries @@ -45,7 +43,6 @@ Libusb is a library that allows userspace access to USB devices. %package devel -License:LGPL-2.1+ Summary:USB Library Group: Development/Libraries/C and C++ Requires: libusb-1_0-0 = %{version} glibc-devel @@ -58,22 +55,12 @@ %build mkdir m4 ; autoreconf -f -i -%configure\ - --libdir=/%{_lib} \ - --disable-static +%configure --with-pic --disable-static make %{?jobs:-j%jobs} %install %makeinstall - -install -d -m 0755 %{buildroot}%{_libdir} -for i in %{buildroot}/%{_lib}/*.so; do - link=$(readlink $i) - ln -s /%{_lib}/$link %{buildroot}%{_libdir}/$(basename $i) - rm $i -done -mv %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir} -%{__rm} -f %{buildroot}/%{_lib}/*.la +%{__rm} -f %{buildroot}%{_libdir}/*.la %post -n libusb-1_0-0 -p /sbin/ldconfig @@ -82,7 +69,7 @@ %files -n libusb-1_0-0 %defattr(-,root,root) %doc AUTHORS COPYING NEWS README THANKS TODO -/%{_lib}/*.so.* +%{_libdir}/*.so.* %files devel %defattr(-,root,root) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2011-12-06 18:26:06 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0", Maintainer is "sbra...@suse.com" Changes: Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.JgPEqH/_old 2011-12-06 18:47:16.0 +0100 +++ /var/tmp/diff_new_pack.JgPEqH/_new 2011-12-06 18:47:16.0 +0100 @@ -21,7 +21,7 @@ Name: libusb-1_0 %define _name libusb Url:http://www.libusb.org/ -License:LGPLv2.1+ +License:LGPL-2.1+ Summary:USB Library Group: System/Libraries Version:1.0.8_1.0.9rc3 @@ -37,7 +37,7 @@ Libusb is a library that allows userspace access to USB devices. %package -n libusb-1_0-0 -License:LGPLv2.1+ +License:LGPL-2.1+ Summary:USB Library Group: System/Libraries @@ -45,7 +45,7 @@ Libusb is a library that allows userspace access to USB devices. %package devel -License:LGPLv2.1+ +License:LGPL-2.1+ Summary:USB Library Group: Development/Libraries/C and C++ Requires: libusb-1_0-0 = %{version} glibc-devel -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2011-12-02 09:27:30 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0", Maintainer is "sbra...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2011-11-21 15:47:55.0 +0100 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2011-12-02 09:27:32.0 +0100 @@ -1,0 +2,10 @@ +Thu Nov 24 16:40:21 UTC 2011 - dims...@opensuse.org + +- Update to version 1.0.9rc3: + + Fix memory leaks + + Factorize event handler interruption code + + Add Windows support + + Fix inconsistencies between prototypes and definitions + + Add libusb_error_name() API function. + +--- Old: libusb-1.0.8.tar.bz2 New: libusb-1.0.8_1.0.9rc3.tar.bz2 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.a16XoG/_old 2011-12-02 09:27:34.0 +0100 +++ /var/tmp/diff_new_pack.a16XoG/_new 2011-12-02 09:27:34.0 +0100 @@ -24,8 +24,9 @@ License:LGPLv2.1+ Summary:USB Library Group: System/Libraries -Version:1.0.8 -Release:7 +Version:1.0.8_1.0.9rc3 +Release:1 +%define _version f07a4a7 Source: %{_name}-%{version}.tar.bz2 Source2:baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,7 +54,7 @@ Libusb is a library that allows userspace access to USB devices. %prep -%setup -q -n %{_name}-%{version} +%setup -q -n %{_name}-%{_version} %build mkdir m4 ; autoreconf -f -i @@ -80,7 +81,7 @@ %files -n libusb-1_0-0 %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO +%doc AUTHORS COPYING NEWS README THANKS TODO /%{_lib}/*.so.* %files devel -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at 2011-11-21 15:47:52 Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old) and /work/SRC/openSUSE:Factory/.libusb-1_0.new (New) Package is "libusb-1_0", Maintainer is "sbra...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes2011-09-23 02:11:02.0 +0200 +++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes 2011-11-21 15:47:55.0 +0100 @@ -1,0 +2,5 @@ +Sun Nov 20 06:25:17 UTC 2011 - co...@suse.com + +- add libtool as buildrequire to avoid implicit dependency + +--- Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.kulME4/_old 2011-11-21 15:47:58.0 +0100 +++ /var/tmp/diff_new_pack.kulME4/_new 2011-11-21 15:47:58.0 +0100 @@ -29,7 +29,7 @@ Source: %{_name}-%{version}.tar.bz2 Source2:baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkg-config +BuildRequires: libtool pkg-config %define debug_package_requires libusb-1_0-0 = %{version}-%{release} %description -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libusb-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package libusb-1_0 for openSUSE:Factory checked in at Thu Jun 9 12:40:21 CEST 2011. --- libusb-1_0/libusb-1_0.changes 2010-06-21 12:42:11.0 +0200 +++ /mounts/work_src_done/STABLE/libusb-1_0/libusb-1_0.changes 2011-06-01 12:49:41.0 +0200 @@ -1,0 +2,6 @@ +Wed Jun 1 10:48:18 UTC 2011 - seife+...@b1-systems.com + +- move libusb from /usr to / to make it usable for other packages + and work around rpmlint stupidity + +--- calling whatdependson for head-i586 Other differences: -- ++ libusb-1_0.spec ++ --- /var/tmp/diff_new_pack.3C1h0w/_old 2011-06-09 12:36:04.0 +0200 +++ /var/tmp/diff_new_pack.3C1h0w/_new 2011-06-09 12:36:04.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libusb-1_0 (Version 1.0.8) +# spec file for package libusb-1_0 # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary:USB Library Group: System/Libraries Version:1.0.8 -Release:1 +Release:7 Source: %{_name}-%{version}.tar.bz2 Source2:baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -58,12 +58,21 @@ %build mkdir m4 ; autoreconf -f -i %configure\ + --libdir=/%{_lib} \ --disable-static make %{?jobs:-j%jobs} %install %makeinstall -%{__rm} -f %{buildroot}%{_libdir}/*.la + +install -d -m 0755 %{buildroot}%{_libdir} +for i in %{buildroot}/%{_lib}/*.so; do + link=$(readlink $i) + ln -s /%{_lib}/$link %{buildroot}%{_libdir}/$(basename $i) + rm $i +done +mv %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir} +%{__rm} -f %{buildroot}/%{_lib}/*.la %post -n libusb-1_0-0 -p /sbin/ldconfig @@ -72,7 +81,7 @@ %files -n libusb-1_0-0 %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO -%{_libdir}/*.so.* +/%{_lib}/*.so.* %files devel %defattr(-,root,root) Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org