* Mon Aug 30 2021 sbrabec@suse.com
- Update to version 0.1.7:
* Add library destructor to handle cleanup of libusb
(obsoletes libusb-compat-add-destructor.patch)
* Prevent libusb-1.0 symbol clash by dlopening libusb-1.0
(obsoletes libusb-compat-hide-libusb-1_0.patch)
* Other fixes
(obsoletes libusb-compat-update-news.patch and
libusb-compat-revert-atexit.patch)
- New download URL.
* Thu Jul 09 2015 sbrabec@suse.com
- Fix libusb-compat-hide-libusb-1_0.patch: Ensure that inline
functions inside libusb-1.0/libusb.h use wrapped calls.
It should fix all triggered build failures.
* Sat Jun 20 2015 dimstar@opensuse.org
- Currently disable libusb-compat-hide-libusb-1_0.patch: it causes
many more problems when linking to libusb-compat.
* Wed Jun 10 2015 sbrabec@suse.com
- Fix libusb-compat-hide-libusb-1_0.patch autoconf checks,
especially with -Wl,--as-needed.
- Use architecture-independent way to get libusb-1.0.so.0 rpm
symbol.
* Fri May 29 2015 schwab@suse.de
- Fix dependencies
* Tue May 26 2015 dgutu@suse.com
- Added PowerPC architectures to spec file
* Wed Apr 22 2015 jengelh@inai.de
- remove --with-pic, it is implicit for shared libraries anyway
(and we do not build static libraries). Use %_smp_mflags for
parallel build.
* Mon Apr 20 2015 sbrabec@suse.cz
- Add upstream fixes:
* Update NEWS (libusb-compat-update-news.patch).
* Replace atexit() by library destructor
(libusb-compat-revert-atexit.patch,
libusb-compat-add-destructor.patch).
- Hide libusb-1.0 symbols to prevent symbol clash
(libusb-compat-hide-libusb-1_0.patch, boo#596411).
* Tue Jan 28 2014 sbrabec@suse.cz
- New upstream, new home page.
- Update to version 0.1.5:
* devel package fixes
* memory leak at exit fix
* for more see ChangeLog
- Add libusb-compat.rpmlintrc.
* Mon Apr 15 2013 mmeister@suse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
* Sat Feb 02 2013 coolo@suse.com
- update license to new format
* Thu Apr 26 2012 sbrabec@suse.cz
- Update to version 0.1.4:
* Fix usb_*_write() prototypes.
* Fix usb_detach_kernel_driver_np() error mapping
(libusb#42, bnc#683307).
* Wed Apr 04 2012 sbrabec@suse.cz
- Properly emulate error codes of usb_detach_kernel_driver_np()
(bnc#683307).
* Sun Feb 12 2012 crrodriguez@opensuse.org
- Libraries back to %{_libdir}, /usr merge project
* Sun Nov 20 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Wed Jun 01 2011 seife+obs@b1-systems.com
- move libusb-compat from /usr to / to make it usable for other
packages and work around rpmlint stupidity
* Tue Dec 15 2009 jengelh@medozas.de
- add baselibs.conf as a source
* Thu Aug 06 2009 sbrabec@suse.cz
- Updated to version 0.1.3:
* improve libusb-config for cross-compiling
- Removed support for parallel installation with libusb-0.1.
* Wed Jul 08 2009 sbrabec@suse.cz
- Set shared library package version to 0.1.13 to be higher than
the last libusb0 (bnc#519311#c8).
* Mon Jun 29 2009 sbrabec@suse.cz
- Fixed build with the latest autotools.