Hello community,

here is the log from the commit of package perl-Makefile-DOM for 
openSUSE:Factory checked in at 2015-04-15 16:26:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Makefile-DOM (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Makefile-DOM.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Makefile-DOM"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Makefile-DOM/perl-Makefile-DOM.changes      
2011-11-21 12:42:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Makefile-DOM.new/perl-Makefile-DOM.changes 
2015-04-15 16:26:05.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 19:20:50 UTC 2015 - [email protected]
+
+- updated to 0.008
+   see /usr/share/doc/packages/perl-Makefile-DOM/Changes
+
+  0.008  2014-11-18
+  * bugfix: fixed a regression in 0.007 which changed the API of 
MDOM::Document::Gmake
+    and broke backward-compatibility.
+  
+  0.007  2014-11-18
+  * bugfix: The test file pod-coverage.t was failing. thanks ambs (Alberto 
Simões)
+    for the original patch.
+
+-------------------------------------------------------------------

Old:
----
  Makefile-DOM-0.006.tar.gz

New:
----
  Makefile-DOM-0.008.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Makefile-DOM.spec ++++++
--- /var/tmp/diff_new_pack.Zy4RFY/_old  2015-04-15 16:26:05.000000000 +0200
+++ /var/tmp/diff_new_pack.Zy4RFY/_new  2015-04-15 16:26:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Makefile-DOM
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Makefile-DOM
+Version:        0.008
+Release:        0
 %define cpan_name Makefile-DOM
 Summary:        Simple DOM parser for Makefiles
-Version:        0.006
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Makefile-DOM/
-Source:         
http://www.cpan.org/authors/id/A/AG/AGENT/Makefile-DOM-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/A/AG/AGENT/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Clone) >= 0.18
@@ -38,6 +35,7 @@
 Requires:       perl(Clone) >= 0.18
 Requires:       perl(List::MoreUtils) >= 0.21
 Requires:       perl(Params::Util) >= 0.22
+%{perl_requires}
 
 %description
 This libary can serve as an advanced lexer for (GNU) makefiles. It parses
@@ -46,12 +44,30 @@
 information in the original input files, including white spaces, blank
 lines and makefile comments. That means it's possible to reproduce the
 original makefiles from the DOM trees. In addition, each node of the DOM
-trees is modifiable and so is the whole tree, just like the PPI module used
-for Perl source parsing and the HTML::TreeBuilder module used for parsing
-HTML source.
+trees is modifiable and so is the whole tree, just like the the PPI manpage
+module used for Perl source parsing and the the HTML::TreeBuilder manpage
+module used for parsing HTML source.
+
+If you're looking for a true GNU make parser that generates an AST, please
+see the Makefile::Parser::GmakeDB manpage instead.
+
+The interface of 'Makefile::DOM' mimics the API design of the PPI manpage.
+In fact, I've directly stolen the source code and POD documentation of the
+PPI::Node manpage, the PPI::Element manpage, and the PPI::Dumper manpage,
+with the full permission from the author of the PPI manpage, Adam Kennedy.
+
+'Makefile::DOM' tries to be independent of specific makefile's syntax. The
+same set of DOM node types is supposed to get shared by different makefile
+DOM generators. For example, the MDOM::Document::Gmake manpage parses GNU
+makefiles and returns an instance of the MDOM::Document manpage, i.e., the
+root of the DOM tree while the NMAKE makefile lexer in the future,
+'MDOM::Document::Nmake', also returns instances of the the MDOM::Document
+manpage class. Later, I'll also consider adding support for dmake and
+bsdmake.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -62,18 +78,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes README TODO
 
 %changelog

++++++ Makefile-DOM-0.006.tar.gz -> Makefile-DOM-0.008.tar.gz ++++++
++++ 3576 lines of diff (skipped)


Reply via email to