Hello community,

here is the log from the commit of package perl-XML-SAX for openSUSE:Factory 
checked in at 2018-07-28 12:37:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XML-SAX (Old)
 and      /work/SRC/openSUSE:Factory/.perl-XML-SAX.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-XML-SAX"

Sat Jul 28 12:37:36 2018 rev:24 rq:624064 version:1.00

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-XML-SAX/perl-XML-SAX.changes        
2018-03-01 12:00:47.125219621 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-SAX.new/perl-XML-SAX.changes   
2018-07-28 12:37:41.508113359 +0200
@@ -1,0 +2,5 @@
+Thu Jul 19 12:07:09 UTC 2018 - [email protected]
+
+- Install a %ghost ParserDetails.ini and add pureperl to it
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-XML-SAX.spec ++++++
--- /var/tmp/diff_new_pack.XyIBhv/_old  2018-07-28 12:37:42.168114627 +0200
+++ /var/tmp/diff_new_pack.XyIBhv/_new  2018-07-28 12:37:42.172114635 +0200
@@ -55,9 +55,18 @@
 
 %install
 %perl_make_install
+# MANUAL
+touch %{buildroot}%{perl_vendorlib}/XML/SAX/ParserDetails.ini
+echo "%ghost %{perl_vendorlib}/XML/SAX/ParserDetails.ini" >> perl-XML-SAX.files
+# MANUAL/
 %perl_process_packlist
 %perl_gen_filelist
 
+# MANUAL BEGIN
+%post
+perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
+# MANUAL END
+
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.XyIBhv/_old  2018-07-28 12:37:42.212114711 +0200
+++ /var/tmp/diff_new_pack.XyIBhv/_new  2018-07-28 12:37:42.212114711 +0200
@@ -9,15 +9,18 @@
 #  - source2
 patches:
   perl-XML-SAX-0.96-utf8.diff: -p0
-#preamble: |-
-# BuildRequires:  gcc-c++
+preamble: |-
+ %post
+ perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
+
 #post_prep: |-
 # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
 # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
 #post_build: |-
 # rm unused.files
-#post_install: |-
-# sed on %{name}.files
+post_install: |-
+  touch %{buildroot}%{perl_vendorlib}/XML/SAX/ParserDetails.ini
+  echo "%ghost %{perl_vendorlib}/XML/SAX/ParserDetails.ini" >> 
perl-XML-SAX.files
 #license: SUSE-NonFree
 #skip_noarch: 1
 #custom_build: |-


Reply via email to