sysfsutils/sysfsutils.changes
Lee Duncan 6c198beba6 Accepting request 820020 from home:lee_duncan:branches:Base:System
- Updated to latest upstream, not yet tagged, by updating
  sysfsutils-latest-changes.diff.gz. This adds the following
  commits:
  * Limit cdev name length comparsion to strlen()+1
  * Fix issue with sysfs name comparisons.
  * config.guess: linux - Add support for ppc64le machine
  * path_is_file() should call stat(), not lstat()
  * Ignore all cscope-generated files.
  * Add a SUSE-specific libsysfs.conf.
  * Use stat() not lstat() to find link target.
  * Ignore more build files
  * Fix more string issues for gcc-10
  * Fix compiler complaint about string truncation.
  * Fix compiler complain about multiple defs of my_stdout.
  * Added ChangeLog entry for previous commits.
  * Ignore various build files.
  * fix of FUNC_TABLE_SIZE mentioned in prev commit
  * Various changes to make gcc-7 happy.
  * README: Update reporting bugs/contributions section
  This removed the need for the 3 patches added previously,
  now removed:
  * 0001-Fix-compiler-complain-about-multiple-defs-of-my_stdo.patch
  * 0002-Fix-compiler-complaint-about-string-truncation.patch
  * 0003-Fix-more-string-issues-for-gcc-10.patch

OBS-URL: https://build.opensuse.org/request/show/820020
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysfsutils?expand=0&rev=22
2020-07-10 16:02:48 +00:00

144 lines
5.2 KiB
Plaintext

-------------------------------------------------------------------
Fri Jul 10 15:52:03 UTC 2020 - Lee Duncan <lduncan@suse.com>
- Updated to latest upstream, not yet tagged, by updating
sysfsutils-latest-changes.diff.gz. This adds the following
commits:
* Limit cdev name length comparsion to strlen()+1
* Fix issue with sysfs name comparisons.
* config.guess: linux - Add support for ppc64le machine
* path_is_file() should call stat(), not lstat()
* Ignore all cscope-generated files.
* Add a SUSE-specific libsysfs.conf.
* Use stat() not lstat() to find link target.
* Ignore more build files
* Fix more string issues for gcc-10
* Fix compiler complaint about string truncation.
* Fix compiler complain about multiple defs of my_stdout.
* Added ChangeLog entry for previous commits.
* Ignore various build files.
* fix of FUNC_TABLE_SIZE mentioned in prev commit
* Various changes to make gcc-7 happy.
* README: Update reporting bugs/contributions section
This removed the need for the 3 patches added previously,
now removed:
* 0001-Fix-compiler-complain-about-multiple-defs-of-my_stdo.patch
* 0002-Fix-compiler-complaint-about-string-truncation.patch
* 0003-Fix-more-string-issues-for-gcc-10.patch
-------------------------------------------------------------------
Sun Jun 28 21:15:38 UTC 2020 - Lee Duncan <lduncan@suse.com>
- Added a _service file, as per new OBS requirement
- Added a patch to bring sysfsutils up to latest upstream, which
now is in place:
* sysfsutils-latest-changes.diff.gz
- Added patches which have been submitted upstream but not yet
merged:
* 0001-Fix-compiler-complain-about-multiple-defs-of-my_stdo.patch
* 0002-Fix-compiler-complaint-about-string-truncation.patch
* 0003-Fix-more-string-issues-for-gcc-10.patch
And removing a patch that's subsumed by the above patches:
* sysfsutils-fix-compiler-issues.patch
Lastly, replaced the hand-rolled sysfsutils-2.1.0.tar.gz with
upstream archive file sysfsutils-sysfsutils-2_1_0.tar.gz
(retreived with OBS download service), though the contents
of the two are the same.
-------------------------------------------------------------------
Mon Apr 27 19:28:46 UTC 2020 - Martin Liška <mliska@suse.cz>
- Enable -fcommon in order to fix boo#1160295.
-------------------------------------------------------------------
Mon Mar 23 16:16:25 UTC 2020 - Martin Liška <mliska@suse.cz>
- Update sysfsutils-fix-compiler-issues.patch in order to
fix boo#1166612.
-------------------------------------------------------------------
Fri Feb 21 18:05:28 UTC 2020 - Lee Duncan <lduncan@suse.com>
- Fix compiler issues for this package, which hasn't been touched
in a while. Should be no functional change. Added patch:
* sysfsutils-fix-compiler-issues.patch
-------------------------------------------------------------------
Thu Feb 16 20:11:00 UTC 2012 - crrodriguez@opensuse.org
- Libraries are back to %{_libdir}, /usr merge project
-------------------------------------------------------------------
Tue Sep 7 20:16:50 UTC 2010 - aj@suse.de
- Create devel package.
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Sat Dec 19 14:17:50 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
-------------------------------------------------------------------
Tue Mar 24 15:28:47 CET 2009 - crrodriguez@suse.de
- remove static libraries
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Tue May 27 10:52:51 CEST 2008 - hare@suse.de
- Include systool binary (bnc#391754)
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Tue Jan 16 13:39:27 CET 2007 - hare@suse.de
- Run ldconfig on %post (#204063)
- Do not duplicate .so symlink (#235332)
-------------------------------------------------------------------
Mon Aug 31 12:00:00 CEST 2006 - kay.sievers@suse.de
- update to version 2.1.0
- provide only the shared lib, not the static lib, not the tools
-------------------------------------------------------------------
Thu Mar 9 12:51:37 CET 2006 - hare@suse.de
- Do not install testlibsysfs (#149981 - LTC21580)
-------------------------------------------------------------------
Wed Jan 25 21:41:59 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Jan 12 17:08:20 CET 2006 - hmacht@suse.de
- also substitude libtool path in *.la file when moving libraries
(bug #141161)
-------------------------------------------------------------------
Fri Jun 24 11:52:55 CEST 2005 - snwint@suse.de
- move shared libs to /lib
-------------------------------------------------------------------
Fri Jun 10 15:38:40 CEST 2005 - hare@suse.de
- initial release 1.3.0; split off from udev rpm.