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.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Parse-Win32Registry.new/perl-Parse-Win32Registry.changes
2012-10-03 08:47:09.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Sep 26 18:03:57 UTC 2012 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.pOe8AF/_new 2012-10-03 08:47:11.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]