Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2015-03-23 12:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
    2015-03-09 10:04:21.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
       2015-03-23 12:15:18.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Mar 18 17:04:19 UTC 2015 - [email protected]
+
+- Parse out non-oss repos for Power as we don't build those repos
+  for PowerPC
+- 13.2.21
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change

Old:
----
  skelcd-control-openSUSE-13.2.20.tar.bz2

New:
----
  skelcd-control-openSUSE-13.2.21.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.y4Rohj/_old  2015-03-23 12:15:19.000000000 +0100
+++ /var/tmp/diff_new_pack.y4Rohj/_new  2015-03-23 12:15:19.000000000 +0100
@@ -77,7 +77,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.20
+Version:        13.2.21
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
@@ -121,6 +121,9 @@
 sed -i -e 
"s,http://download.opensuse.org/tumbleweed/,http://download.opensuse.org/ports/ppc/tumbleweed/,";
 $RPM_BUILD_ROOT/CD1/control.xml
 sed -i -e 
"s,http://download.opensuse.org/debug/,http://download.opensuse.org/ports/ppc/debug/,";
 $RPM_BUILD_ROOT/CD1/control.xml
 sed -i -e 
"s,http://download.opensuse.org/source/,http://download.opensuse.org/ports/ppc/source/,";
 $RPM_BUILD_ROOT/CD1/control.xml
+#we parse out non existing non-oss repo for Power
+xsltproc -o $RPM_BUILD_ROOT/CD1/control_ppc.xml control/nonoss.xsl 
$RPM_BUILD_ROOT/CD1/control.xml
+mv $RPM_BUILD_ROOT/CD1/control{_ppc,}.xml
 xmllint --noout --relaxng /usr/share/YaST2/control/control.rng 
$RPM_BUILD_ROOT/CD1/control.xml 
 %endif
 

++++++ skelcd-control-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.y4Rohj/_old  2015-03-23 12:15:19.000000000 +0100
+++ /var/tmp/diff_new_pack.y4Rohj/_new  2015-03-23 12:15:19.000000000 +0100
@@ -77,7 +77,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.20
+Version:        13.2.21
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
@@ -121,6 +121,9 @@
 sed -i -e 
"s,http://download.opensuse.org/tumbleweed/,http://download.opensuse.org/ports/ppc/tumbleweed/,";
 $RPM_BUILD_ROOT/CD1/control.xml
 sed -i -e 
"s,http://download.opensuse.org/debug/,http://download.opensuse.org/ports/ppc/debug/,";
 $RPM_BUILD_ROOT/CD1/control.xml
 sed -i -e 
"s,http://download.opensuse.org/source/,http://download.opensuse.org/ports/ppc/source/,";
 $RPM_BUILD_ROOT/CD1/control.xml
+#we parse out non existing non-oss repo for Power
+xsltproc -o $RPM_BUILD_ROOT/CD1/control_ppc.xml control/nonoss.xsl 
$RPM_BUILD_ROOT/CD1/control.xml
+mv $RPM_BUILD_ROOT/CD1/control{_ppc,}.xml
 xmllint --noout --relaxng /usr/share/YaST2/control/control.rng 
$RPM_BUILD_ROOT/CD1/control.xml 
 %endif
 

++++++ skelcd-control-openSUSE-13.2.20.tar.bz2 -> 
skelcd-control-openSUSE-13.2.21.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.20/control/nonoss.xsl 
new/skelcd-control-openSUSE-13.2.21/control/nonoss.xsl
--- old/skelcd-control-openSUSE-13.2.20/control/nonoss.xsl      1970-01-01 
01:00:00.000000000 +0100
+++ new/skelcd-control-openSUSE-13.2.21/control/nonoss.xsl      2015-03-19 
08:17:12.000000000 +0100
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:y="http://www.suse.com/1.0/yast2ns";>
+ <xsl:output method="xml" encoding="UTF-8"/>
+ <xsl:template match="@*|node()">
+  <xsl:copy>
+   <xsl:apply-templates select="@*|node()"/>
+  </xsl:copy>
+ </xsl:template>
+ <xsl:template 
match="/y:productDefines/y:software/y:extra_urls/y:extra_url[y:baseurl][contains(y:baseurl,
 'non-oss')]"/>
+</xsl:stylesheet>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.20/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-13.2.21/package/skelcd-control-openSUSE.changes
--- old/skelcd-control-openSUSE-13.2.20/package/skelcd-control-openSUSE.changes 
2015-03-05 13:12:09.000000000 +0100
+++ new/skelcd-control-openSUSE-13.2.21/package/skelcd-control-openSUSE.changes 
2015-03-19 08:17:12.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Mar 18 17:04:19 UTC 2015 - [email protected]
+
+- Parse out non-oss repos for Power as we don't build those repos
+  for PowerPC
+- 13.2.21
+
+-------------------------------------------------------------------
 Thu Mar 05 12:23:19 UTC 2015 - [email protected]
 
 - Change repositories for Tumbleweed for PowerPC as well 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.20/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-13.2.21/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-13.2.20/package/skelcd-control-openSUSE.spec    
2015-03-05 13:12:09.000000000 +0100
+++ new/skelcd-control-openSUSE-13.2.21/package/skelcd-control-openSUSE.spec    
2015-03-19 10:22:09.000000000 +0100
@@ -76,7 +76,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.20
+Version:        13.2.21
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
@@ -120,6 +120,9 @@
 sed -i -e 
"s,http://download.opensuse.org/tumbleweed/,http://download.opensuse.org/ports/ppc/tumbleweed/,";
 $RPM_BUILD_ROOT/CD1/control.xml
 sed -i -e 
"s,http://download.opensuse.org/debug/,http://download.opensuse.org/ports/ppc/debug/,";
 $RPM_BUILD_ROOT/CD1/control.xml
 sed -i -e 
"s,http://download.opensuse.org/source/,http://download.opensuse.org/ports/ppc/source/,";
 $RPM_BUILD_ROOT/CD1/control.xml
+#we parse out non existing non-oss repo for Power
+xsltproc -o $RPM_BUILD_ROOT/CD1/control_ppc.xml control/nonoss.xsl 
$RPM_BUILD_ROOT/CD1/control.xml
+mv $RPM_BUILD_ROOT/CD1/control{_ppc,}.xml
 xmllint --noout --relaxng /usr/share/YaST2/control/control.rng 
$RPM_BUILD_ROOT/CD1/control.xml 
 %endif
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to