commit perl-Parse-Win32Registry for openSUSE:Factory

2020-10-07 Thread root
Hello community,

here is the log from the commit of package perl-Parse-Win32Registry for 
openSUSE:Factory checked in at 2020-10-07 14:16:48

Comparing /work/SRC/openSUSE:Factory/perl-Parse-Win32Registry (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new.4249 (New)


Package is "perl-Parse-Win32Registry"

Wed Oct  7 14:16:48 2020 rev:12 rq:839034 version:1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Parse-Win32Registry/perl-Parse-Win32Registry.changes
2019-06-12 13:19:27.716547197 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new.4249/perl-Parse-Win32Registry.changes
  2020-10-07 14:16:57.137412481 +0200
@@ -1,0 +2,19 @@
+Wed Sep 30 10:45:42 UTC 2020 - Tina Müller 
+
+- Remove fix-time-local.patch (not needed anymore)
+
+---
+Sun Sep 27 03:14:55 UTC 2020 - Tina Müller 
+
+- updated to 1.1
+   see /usr/share/doc/packages/perl-Parse-Win32Registry/Changes
+
+  ** 1.1 2020-09-19
+
+  Added fix for errors decoding registry timestamps. (This was due to the
+  interpretation of dates in timegm changing in recent versions of Perl.)
+  Thanks to B.M.W. and Slaven Rezic for their help with this.
+
+  Updated as_regedit_export to handle undefined REG_SZ values.
+
+---

Old:

  Parse-Win32Registry-1.0.tar.gz
  fix-time-local.patch

New:

  Parse-Win32Registry-1.1.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Parse-Win32Registry.spec ++
--- /var/tmp/diff_new_pack.3ZFyaH/_old  2020-10-07 14:16:58.477413547 +0200
+++ /var/tmp/diff_new_pack.3ZFyaH/_new  2020-10-07 14:16:58.481413550 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Parse-Win32Registry
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,24 @@
 # 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/
 #
 
 
 Name:   perl-Parse-Win32Registry
-Version:1.0
+Version:1.1
 Release:0
 %define cpan_name Parse-Win32Registry
 Summary:Parse Windows Registry Files
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Parse-Win32Registry/
-Source: 
http://search.cpan.org/CPAN/authors/id/J/JM/JMACFARLA/Parse-Win32Registry-%{version}.tar.gz
-Patch0: fix-time-local.patch
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/J/JM/JMACFARLA/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(File::Basename)
-Requires:   perl(Carp)
-Requires:   perl(Data::Dumper)
-Requires:   perl(File::Basename)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -61,7 +55,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -75,11 +68,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Parse-Win32Registry-1.0.tar.gz -> Parse-Win32Registry-1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-Win32Registry-1.0/Changes 
new/Parse-Win32Registry-1.1/Changes
--- old/Parse-Win32Registry-1.0/Changes 2012-04-29 12:22:00.0 +0200
+++ new/Parse-Win32Registry-1.1/Changes 2020-09-26 23:44:57.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Perl extension Parse::Win32Registry.
 
+** 1.1 2020-09-19
+
+Added fix for errors decoding registry timestamps. (This was due to the
+interpretation of dates in timegm changing in recent versions of Perl.)
+Thanks to B.M.W. and Slaven Rezic for their help with this.
+
+Updated as_regedit_export to handle undefined REG_SZ values.
+
 ** 1.0 2012-04-29
 
 Added support for decoding System Mandatory Label ACEs (a feature
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.sv

commit perl-Parse-Win32Registry for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package perl-Parse-Win32Registry for 
openSUSE:Factory checked in at 2019-06-12 13:19:25

Comparing /work/SRC/openSUSE:Factory/perl-Parse-Win32Registry (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new.4811 (New)


Package is "perl-Parse-Win32Registry"

Wed Jun 12 13:19:25 2019 rev:11 rq:709325 version:1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Parse-Win32Registry/perl-Parse-Win32Registry.changes
2012-10-03 08:47:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new.4811/perl-Parse-Win32Registry.changes
  2019-06-12 13:19:27.716547197 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 19:26:46 UTC 2019 - Bernhard Wiedemann 
+
+- Add fix-time-local.patch to make it work after 2019
+
+---

New:

  fix-time-local.patch



Other differences:
--
++ perl-Parse-Win32Registry.spec ++
--- /var/tmp/diff_new_pack.9c03cy/_old  2019-06-12 13:19:28.068547036 +0200
+++ /var/tmp/diff_new_pack.9c03cy/_new  2019-06-12 13:19:28.072547034 +0200
@@ -25,6 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Parse-Win32Registry/
 Source: 
http://search.cpan.org/CPAN/authors/id/J/JM/JMACFARLA/Parse-Win32Registry-%{version}.tar.gz
+Patch0: fix-time-local.patch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp)
@@ -60,6 +61,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ fix-time-local.patch ++
Date: 2018-02-21
Author: Bernhard M. Wiedemann 

https://rt.cpan.org/Public/Bug/Display.html?id=124514

Index: Parse-Win32Registry-1.0/lib/Parse/Win32Registry/Base.pm
===
--- Parse-Win32Registry-1.0.orig/lib/Parse/Win32Registry/Base.pm
+++ Parse-Win32Registry-1.0/lib/Parse/Win32Registry/Base.pm
@@ -167,7 +167,7 @@ sub unpack_windows_time {
 
 # adjust the UNIX epoch time to the local OS's epoch time
 # (see perlport's Time and Date section)
-my $epoch_offset = timegm(0, 0, 0, 1, 0, 70);
+my $epoch_offset = timegm(0, 0, 0, 1, 0, 1970);
 $epoch_time += $epoch_offset;
 
 if ($epoch_time < 0 || $epoch_time > 0x7fff) {
Index: Parse-Win32Registry-1.0/t/misc.t
===
--- Parse-Win32Registry-1.0.orig/t/misc.t
+++ Parse-Win32Registry-1.0/t/misc.t
@@ -502,7 +502,7 @@ foreach my $time_test (@time_tests) {
 if (defined($time)) {
 # The test data time is a Unix epoch time
 # so is adjusted to the local OS's epoch time
-my $epoch_offset = timegm(0, 0, 0, 1, 0, 70);
+my $epoch_offset = timegm(0, 0, 0, 1, 0, 1970);
 $time += $epoch_offset;
 cmp_ok($unpacked_time1, '==', $time,
 "$desc (scalar) unpack_windows_time");



commit perl-Parse-Win32Registry for openSUSE:Factory

2012-10-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-Win32Registry for 
openSUSE:Factory checked in at 2012-10-03 08:47:07

Comparing /work/SRC/openSUSE:Factory/perl-Parse-Win32Registry (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new (New)


Package is "perl-Parse-Win32Registry", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Parse-Win32Registry/perl-Parse-Win32Registry.changes
2011-11-21 12:44:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new/perl-Parse-Win32Registry.changes
   2012-10-03 08:47:09.0 +0200
@@ -1,0 +2,23 @@
+Wed Sep 26 18:03:57 UTC 2012 - greg.freem...@gmail.com
+
+- ran spec-cleaner
+- update to v1.0
+   Added support for decoding System Mandatory Label ACEs (a feature
+   introduced with Windows Vista) and added the command line script
+   regml.pl for listing keys with explicit System Mandatory Label ACEs
+   set. Improved handling of security descriptors.
+
+   Tidied up various aspects of the wxWidgets and GTK applications, and
+   harmonised functionality between the various pairs of equivalent
+   programs, with a minor difference being the wxWidgets applications
+   following Windows keyboard shortcut conventions while the GTK
+   applications following Linux keyboard shortcut conventions.
+
+   The get_data method of Value objects now returns the unpacked integer
+   value for REG_DWORD_BIG_ENDIAN value types instead of the original
+   packed binary data.
+
+   Added support for values with 'big data'. Thanks to Harlan Carvey for
+   all his help with this.
+
+---

Old:

  Parse-Win32Registry-0.60.tar.gz

New:

  Parse-Win32Registry-1.0.tar.gz



Other differences:
--
++ perl-Parse-Win32Registry.spec ++
--- /var/tmp/diff_new_pack.pOe8AF/_old  2012-10-03 08:47:11.0 +0200
+++ /var/tmp/diff_new_pack.pOe8AF/_new  2012-10-03 08:47:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Parse-Win32Registry
 #
-# 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
@@ -16,18 +16,15 @@
 #
 
 
-
 Name:   perl-Parse-Win32Registry
-Version:0.60
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.0
+Release:0
 %define cpan_name Parse-Win32Registry
 Summary:Parse Windows Registry Files
-Url:http://search.cpan.org/dist/Parse-Win32Registry/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/J/JM/JMACFARLA/Parse-Win32Registry-%{version}.tar.gz
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://search.cpan.org/dist/Parse-Win32Registry/
+Source: 
http://search.cpan.org/CPAN/authors/id/J/JM/JMACFARLA/Parse-Win32Registry-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp)
@@ -36,6 +33,8 @@
 Requires:   perl(Carp)
 Requires:   perl(Data::Dumper)
 Requires:   perl(File::Basename)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -63,11 +62,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -75,7 +74,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(644,root,root,755)

++ Parse-Win32Registry-0.60.tar.gz -> Parse-Win32Registry-1.0.tar.gz ++
 2499 lines of diff (skipped)

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



commit perl-Parse-Win32Registry for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-Win32Registry for 
openSUSE:Factory checked in at 2011-12-06 18:46:01

Comparing /work/SRC/openSUSE:Factory/perl-Parse-Win32Registry (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new (New)


Package is "perl-Parse-Win32Registry", Maintainer is ""

Changes:




Other differences:
--
++ perl-Parse-Win32Registry.spec ++
--- /var/tmp/diff_new_pack.756nLu/_old  2011-12-06 19:15:59.0 +0100
+++ /var/tmp/diff_new_pack.756nLu/_new  2011-12-06 19:15:59.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Parse-Win32Registry
 Version:0.60
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Parse-Win32Registry
 Summary:Parse Windows Registry Files
 Url:http://search.cpan.org/dist/Parse-Win32Registry/

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



commit perl-Parse-Win32Registry for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-Win32Registry for 
openSUSE:Factory checked in at 2011-11-21 12:44:26

Comparing /work/SRC/openSUSE:Factory/perl-Parse-Win32Registry (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new (New)


Package is "perl-Parse-Win32Registry", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Parse-Win32Registry/perl-Parse-Win32Registry.changes
2011-09-23 12:38:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new/perl-Parse-Win32Registry.changes
   2011-11-21 12:44:39.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 13:26:57 UTC 2011 - co...@suse.com
+
+- remove _service
+
+---

Old:

  _service
  _service:download_url:Parse-Win32Registry-0.60.tar.gz

New:

  Parse-Win32Registry-0.60.tar.gz



Other differences:
--
++ perl-Parse-Win32Registry.spec ++
--- /var/tmp/diff_new_pack.weYjan/_old  2011-11-21 12:44:40.0 +0100
+++ /var/tmp/diff_new_pack.weYjan/_new  2011-11-21 12:44:40.0 +0100
@@ -25,8 +25,7 @@
 Summary:Parse Windows Registry Files
 Url:http://search.cpan.org/dist/Parse-Win32Registry/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/J/JM/JMACFARLA/Parse-Win32Registry-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JM/JMACFARLA/Parse-Win32Registry-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

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



commit perl-Parse-Win32Registry for openSUSE:Factory

2011-05-19 Thread h_root

Hello community,

here is the log from the commit of package perl-Parse-Win32Registry for 
openSUSE:Factory
checked in at Thu May 19 13:41:04 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Parse-Win32Registry/perl-Parse-Win32Registry.changes
  2011-02-21 05:46:58.0 +0100
@@ -0,0 +1,6 @@
+---
+Mon Feb 21 04:46:28 UTC 2011 - greg.freem...@gmail.com
+
+- initial package 0.60
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  _service
  _service:download_url:Parse-Win32Registry-0.60.tar.gz
  perl-Parse-Win32Registry.changes
  perl-Parse-Win32Registry.spec



Other differences:
--
++ perl-Parse-Win32Registry.spec ++
#
# spec file for package perl-Parse-Win32Registry
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:   perl-Parse-Win32Registry
Version:0.60
Release:1
License:GPL+ or Artistic
%define cpan_name Parse-Win32Registry
Summary:Parse Windows Registry Files
Url:http://search.cpan.org/dist/Parse-Win32Registry/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/J/JM/JMACFARLA/Parse-Win32Registry-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Carp)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(File::Basename)
Requires:   perl(Carp)
Requires:   perl(Data::Dumper)
Requires:   perl(File::Basename)
%{perl_requires}

%description
Parse::Win32Registry is a module for parsing Windows Registry files,
allowing you to read the keys and values of a registry file without going
through the Windows API.

It provides an object-oriented interface to the keys and values in a
registry file. Registry files are structured as trees of keys, with each
key containing further subkeys or values.

The module is intended to be cross-platform, and run on those platforms
where Perl will run.

It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium
Edition).

It is intended to be used to parse offline registry files. If a registry
file is currently in use, you will not be able to open it. However, you can
save part or all of a currently loaded registry file using the Windows reg
command if you have the appropriate administrative access.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README

%changelog
++ _service ++

  /CPAN/authors/id/J/JM/JMACFARLA/Parse-Win32Registry-0.60.tar.gzsearch.cpan.org





Remember to have fun...

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