- merge factory changes

- Update to version 0.148.
  + more Win32 fixes by Alexandr Ciornii.
  + packaging improvements.

- Update to version 0.145.
  + Win32 compatibility/compilation improvements (rt #21486).

- Update to version 0.143.
  - more tick-tracking fixes (rt #21486) -- thanks MERIJNB!
  - fix incorrect initialization of tick-tracking (rt #2481)
  - partial fix for compilation under MSVC (thanks Alex Ciornii!)
  - added use strict
  - added tests to shut up stupid Kwalitee tests
  - fixed compilation errors on Mac OS X: bugs 12389, 15829
  - avoid hanging under CPAN tools by using EUMM prompt(): bug 8046
    (thanks, Schwern)
  - fix problems with "long" type on 64 big platforms: bug 14163
    (thanks, Kevin Rosenberg)
  - improve compilation on Cygwin: bug 7088 (thanks, maxb)
  - improve compilation on Win32: bug 14082 (thanks, Christopher Laco)
  - fixed link to UUID draft: bug 12169 (thanks, kcivey)
  - fixed UUID collision on SMP machines: bug 15042 (thanks, Chia-liang Kao)
  - reformatted POD documentation as per David Wheeler
  - added ref. links to articles on database keys reengineering problem

- converted neededforbuild to BuildRequires

- Don't remove BuildRoot in %install.

- Initial SuSE package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-UUID?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2009-07-24 12:05:50 +00:00
committed by Git OBS Bridge
parent 67355d1984
commit 5c6315aedb

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 24 14:05:21 CEST 2009 - coolo@novell.com
- merge factory changes
-------------------------------------------------------------------
Sun Jun 21 15:44:47 CEST 2009 - chris@computersalat.de
@@ -18,3 +23,52 @@ Thu Mar 19 12:09:42 CET 2009 - lrupp@suse.de
- initial version 1.149
-------------------------------------------------------------------
Fri Jan 5 14:39:36 CET 2007 - lmuelle@suse.de
- Update to version 0.148.
+ more Win32 fixes by Alexandr Ciornii.
+ packaging improvements.
-------------------------------------------------------------------
Wed Sep 20 07:41:45 CEST 2006 - lmuelle@suse.de
- Update to version 0.145.
+ Win32 compatibility/compilation improvements (rt #21486).
-------------------------------------------------------------------
Mon Sep 18 04:24:47 CEST 2006 - lmuelle@suse.de
- Update to version 0.143.
- more tick-tracking fixes (rt #21486) -- thanks MERIJNB!
- fix incorrect initialization of tick-tracking (rt #2481)
- partial fix for compilation under MSVC (thanks Alex Ciornii!)
- added use strict
- added tests to shut up stupid Kwalitee tests
- fixed compilation errors on Mac OS X: bugs 12389, 15829
- avoid hanging under CPAN tools by using EUMM prompt(): bug 8046
(thanks, Schwern)
- fix problems with "long" type on 64 big platforms: bug 14163
(thanks, Kevin Rosenberg)
- improve compilation on Cygwin: bug 7088 (thanks, maxb)
- improve compilation on Win32: bug 14082 (thanks, Christopher Laco)
- fixed link to UUID draft: bug 12169 (thanks, kcivey)
- fixed UUID collision on SMP machines: bug 15042 (thanks, Chia-liang Kao)
- reformatted POD documentation as per David Wheeler
- added ref. links to articles on database keys reengineering problem
-------------------------------------------------------------------
Wed Jan 25 21:39:37 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Feb 16 22:29:44 CET 2005 - schwab@suse.de
- Don't remove BuildRoot in %install.
-------------------------------------------------------------------
Tue Feb 15 17:45:59 CET 2005 - lmuelle@suse.de
- Initial SuSE package.