Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2017-09-13 21:35:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Wed Sep 13 21:35:27 2017 rev:243 rq:523605 version:5.0.106

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2017-09-05 
16:06:56.488969926 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2017-09-13 
21:35:30.158570107 +0200
@@ -1,0 +2,7 @@
+Tue Sep 12 08:45:43 UTC 2017 - [email protected]
+
+- merge gh#openSUSE/linuxrc#141
+- sort input files (boo#1041090)
+- 5.0.106
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-5.0.105.tar.xz

New:
----
  linuxrc-5.0.106.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.2pCmOR/_old  2017-09-13 21:35:30.690495266 +0200
+++ /var/tmp/diff_new_pack.2pCmOR/_new  2017-09-13 21:35:30.694494703 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        5.0.105
+Version:        5.0.106
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-5.0.105.tar.xz -> linuxrc-5.0.106.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.105/Makefile new/linuxrc-5.0.106/Makefile
--- old/linuxrc-5.0.105/Makefile        2017-08-30 09:57:07.000000000 +0200
+++ new/linuxrc-5.0.106/Makefile        2017-09-12 10:45:43.000000000 +0200
@@ -8,7 +8,7 @@
 BRANCH  := $(shell [ -d .git ] && git branch | perl -ne 'print $$_ if 
s/^\*\s*//')
 PREFIX  := linuxrc-$(VERSION)
 
-SRC    = $(filter-out inflate.c,$(wildcard *.c))
+SRC    = $(filter-out inflate.c,$(sort $(wildcard *.c)))
 INC    = $(wildcard *.h)
 OBJ    = $(SRC:.c=.o)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.105/VERSION new/linuxrc-5.0.106/VERSION
--- old/linuxrc-5.0.105/VERSION 2017-08-30 09:57:07.000000000 +0200
+++ new/linuxrc-5.0.106/VERSION 2017-09-12 10:45:43.000000000 +0200
@@ -1 +1 @@
-5.0.105
+5.0.106
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.105/changelog 
new/linuxrc-5.0.106/changelog
--- old/linuxrc-5.0.105/changelog       2017-08-30 09:57:07.000000000 +0200
+++ new/linuxrc-5.0.106/changelog       2017-09-12 10:45:43.000000000 +0200
@@ -1,3 +1,6 @@
+2017-05-27:    5.0.106
+       - sort input files (boo#1041090)
+
 2017-08-30:    5.0.105
        - README.BETA accessible during installation
 


Reply via email to