Hello community,
here is the log from the commit of package installation-images-openSUSE for
openSUSE:Factory checked in at 2015-06-18 06:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images-openSUSE"
Changes:
--------
---
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2015-06-16 14:05:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
2015-06-18 06:37:25.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 16 14:40:59 CEST 2015 - [email protected]
+
+- fix module dependency ordering (bsc#934580)
+- 14.179
+
+-------------------------------------------------------------------
Old:
----
installation-images-14.178.tar.xz
New:
----
installation-images-14.179.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.uIcXbJ/_old 2015-06-18 06:37:26.000000000 +0200
+++ /var/tmp/diff_new_pack.uIcXbJ/_new 2015-06-18 06:37:26.000000000 +0200
@@ -374,7 +374,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.178
+Version: 14.179
Release: 0
Provides: installation-images = %version-%release
Source: installation-images-%{version}.tar.xz
++++++ installation-images-14.178.tar.xz -> installation-images-14.179.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.178/VERSION
new/installation-images-14.179/VERSION
--- old/installation-images-14.178/VERSION 2015-06-15 14:01:59.000000000
+0200
+++ new/installation-images-14.179/VERSION 2015-06-16 14:36:15.000000000
+0200
@@ -1 +1 @@
-14.178
+14.179
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.178/bin/mlist2
new/installation-images-14.179/bin/mlist2
--- old/installation-images-14.178/bin/mlist2 2015-06-15 14:01:59.000000000
+0200
+++ new/installation-images-14.179/bin/mlist2 2015-06-16 14:36:15.000000000
+0200
@@ -210,7 +210,7 @@
@p = split ' ', $pre;
for $p (@p) {
for $p1 (@{$dep{$p}}) {
- push @new_pre, $p1 unless $l{$p1};
+ unshift @new_pre, $p1 unless $l{$p1};
$l{$p1} = 1;
}
if(defined $fname{$p}) {
@@ -223,7 +223,7 @@
}
for $p (@{$dep{$mod}}) {
- push @new_pre, $p unless $l{$p};
+ unshift @new_pre, $p unless $l{$p};
$l{$p} = 1;
}
$l{$mod} = 1;
@@ -231,7 +231,7 @@
@p = split ' ', $post;
for $p (@p) {
for $p1 (@{$dep{$p}}) {
- push @new_post, $p1 unless $l{$p1};
+ unshift @new_post, $p1 unless $l{$p1};
$l{$p1} = 1;
}
if(defined $fname{$p}) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.178/changelog
new/installation-images-14.179/changelog
--- old/installation-images-14.178/changelog 2015-06-15 14:01:59.000000000
+0200
+++ new/installation-images-14.179/changelog 2015-06-16 14:36:15.000000000
+0200
@@ -1,3 +1,6 @@
+2015-06-16: 14.179
+ - fix module dependency ordering (bsc #934580)
+
2015-06-10: 14.178
- Switch off Linemode for PowerPC64 architectures