commit perl-Makefile-DOM for openSUSE:Factory

2015-04-15 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Makefile-DOM.new/perl-Makefile-DOM.changes 
2015-04-15 16:26:05.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 19:20:50 UTC 2015 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.Zy4RFY/_new  2015-04-15 16:26:05.0 +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_pa

commit perl-Makefile-DOM for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Makefile-DOM for 
openSUSE:Factory checked in at 2011-12-06 18:44:05

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


Package is "perl-Makefile-DOM", Maintainer is ""

Changes:




Other differences:
--
++ perl-Makefile-DOM.spec ++
--- /var/tmp/diff_new_pack.e8MR4m/_old  2011-12-06 19:13:27.0 +0100
+++ /var/tmp/diff_new_pack.e8MR4m/_new  2011-12-06 19:13:27.0 +0100
@@ -23,7 +23,7 @@
 Summary:Simple DOM parser for Makefiles
 Version:0.006
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-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

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



commit perl-Makefile-DOM for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Makefile-DOM for 
openSUSE:Factory checked in at 2011-11-21 12:42:40

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


Package is "perl-Makefile-DOM", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Makefile-DOM/perl-Makefile-DOM.changes  
2011-09-23 12:38:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Makefile-DOM.new/perl-Makefile-DOM.changes 
2011-11-21 12:42:43.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 18 11:29:58 UTC 2011 - co...@suse.com
+
+- update to 0.006
+  * Fixed a syntax error in the POD documentation. thanks Mikhail Gusarov.
+  * Updated the author name, author email address, and code repository in the 
documentation.
+  * Updated the bundled Module::Install to the latest version, 1.01.
+
+---

Old:

  Makefile-DOM-0.004.tar.bz2

New:

  Makefile-DOM-0.006.tar.gz



Other differences:
--
++ perl-Makefile-DOM.spec ++
--- /var/tmp/diff_new_pack.qUhysn/_old  2011-11-21 12:42:44.0 +0100
+++ /var/tmp/diff_new_pack.qUhysn/_new  2011-11-21 12:42:44.0 +0100
@@ -21,12 +21,12 @@
 Name:   perl-Makefile-DOM
 %define cpan_name Makefile-DOM
 Summary:Simple DOM parser for Makefiles
-Version:0.004
+Version:0.006
 Release:1
 License:GPL+ or Artistic
 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.bz2
+Source: 
http://www.cpan.org/authors/id/A/AG/AGENT/Makefile-DOM-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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



commit perl-Makefile-DOM for openSUSE:Factory

2011-04-19 Thread h_root

Hello community,

here is the log from the commit of package perl-Makefile-DOM for 
openSUSE:Factory
checked in at Tue Apr 19 13:24:31 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Makefile-DOM/perl-Makefile-DOM.changes
2010-12-01 14:48:52.0 +0100
@@ -0,0 +1,12 @@
+---
+Wed Dec  1 13:33:28 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Fri Nov 12 23:03:14 UTC 2010 - j...@novell.com
+
+- needed by Makefile::Parser, publican
+- initial package 0.004
+  * created by cpanspec 1.78.02
+

calling whatdependson for head-i586


New:

  Makefile-DOM-0.004.tar.bz2
  perl-Makefile-DOM.changes
  perl-Makefile-DOM.spec



Other differences:
--
++ perl-Makefile-DOM.spec ++
#
# spec file for package perl-Makefile-DOM
#
# 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/
#

# norootforbuild


Name:   perl-Makefile-DOM
%define cpan_name Makefile-DOM
Summary:Simple DOM parser for Makefiles
Version:0.004
Release:1
License:GPL+ or Artistic
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.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Clone) >= 0.18
BuildRequires:  perl(List::MoreUtils) >= 0.21
BuildRequires:  perl(Params::Util) >= 0.22
Requires:   perl(Clone) >= 0.18
Requires:   perl(List::MoreUtils) >= 0.21
Requires:   perl(Params::Util) >= 0.22

%description
This libary can serve as an advanced lexer for (GNU) makefiles. It parses
makefiles as "documents" and the parsing is lossless. The results are data
structures similar to DOM trees. The DOM trees hold every single bit of the
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.

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

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

%check
%{__make} test

%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_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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

%changelog





Remember to have fun...

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