Hello community,

here is the log from the commit of package lilo for openSUSE:Factory checked in 
at 2016-06-12 18:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lilo (Old)
 and      /work/SRC/openSUSE:Factory/.lilo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lilo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lilo/lilo.changes        2016-06-02 
09:35:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lilo.new/lilo.changes   2016-06-12 
18:52:46.000000000 +0200
@@ -1,0 +2,8 @@
+Wed May 18 13:53:11 UTC 2016 - p...@jessen.ch
+
+- updated to source 24.2
+- removed obsolete patches (lilo.gcc48.patch lilo-no-build-date.patch) 
+- updated lilo.src.Makefile.patch
+- minor change to buildrequires.
+
+-------------------------------------------------------------------

Old:
----
  lilo-23.2.tar.gz
  lilo-no-build-date.patch
  lilo.gcc48.patch

New:
----
  lilo-24.2.tar.gz

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

Other differences:
------------------
++++++ lilo.spec ++++++
--- /var/tmp/diff_new_pack.xWa6Mv/_old  2016-06-12 18:52:47.000000000 +0200
+++ /var/tmp/diff_new_pack.xWa6Mv/_new  2016-06-12 18:52:47.000000000 +0200
@@ -67,19 +67,17 @@
 # to pull in the depending libraries
 %if 0%{?suse_version} < 1330
 BuildRequires:  device-mapper-32bit
-%endif
-BuildRequires:  glibc-devel-32bit
-# openSUSE 11.3 and SLE_11 do not have device-mapper-devel-32bit
-%if 0%{?suse_version} != 1130 && 0%{?suse_version} != 1110
+%else
 BuildRequires:  device-mapper-devel-32bit
 %endif
 BuildRequires:  gcc-32bit
+BuildRequires:  glibc-devel-32bit
 %endif
 %ifarch ppc64
 BuildRequires:  gcc-32bit
 %endif
 # note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
-Version:        23.2
+Version:        24.2
 Release:        0
 Source0:        
https://github.com/k0da/lilo-ppc/releases/download/22.8-openSUSE/lilo-ppc-%{ppc_version}.tar.bz2
 Source1:        
https://github.com/k0da/yaboot_suse/releases/download/22.8-openSUSE/yaboot-%{yaboot_vers}.tar.bz2
@@ -87,9 +85,7 @@
 Patch8601:      lilo.x86.mount_by_persistent_name.patch
 Patch8602:      lilo.x86.array-bounds.patch
 Patch8604:      lilo.x86.checkit.patch
-Patch8605:      lilo-no-build-date.patch
 Patch8610:      lilo.src.Makefile.patch
-Patch8613:      lilo.gcc48.patch
 # $Id: lilo.spec 1188 2008-12-09 14:29:53Z olh $
 
 %description
@@ -110,9 +106,7 @@
 %patch8601 -p1
 %patch8602 -p1
 %patch8604 -p1
-%patch8605 -p1
 %patch8610 -p1
-%patch8613 -p1
 popd
 
 %build

++++++ lilo-23.2.tar.gz -> lilo-24.2.tar.gz ++++++
++++ 13529 lines of diff (skipped)

++++++ lilo.src.Makefile.patch ++++++
--- /var/tmp/diff_new_pack.xWa6Mv/_old  2016-06-12 18:52:47.000000000 +0200
+++ /var/tmp/diff_new_pack.xWa6Mv/_new  2016-06-12 18:52:47.000000000 +0200
@@ -1,13 +1,16 @@
---- a/Makefile 2011-04-09 17:14:05.000000000 +0200
-+++ b/Makefile 2011-09-23 19:30:20.268889339 +0200
-@@ -38,14 +38,12 @@ help:
+--- a/Makefile 2015-11-22 00:46:57.000000000 +0100
++++ b/Makefile 2016-05-24 12:23:43.091977974 +0200
+@@ -11,8 +11,7 @@
+ # everything needed to run, just short of installation
  #
  all: test
-       $(MAKE) -C src all
--      $(MAKE) -C images all
+-      make -C src all
+-      make -C images all
++      $(MAKE) -C src all
  
  #
- # everything above plus the statically linked version
+ #  make help
+@@ -45,7 +44,6 @@
  #
  alles: test
        $(MAKE) -C src alles
@@ -15,7 +18,7 @@
  
  #
  # documentation files
-@@ -105,9 +103,6 @@ ins:
+@@ -104,9 +102,6 @@
  #
  install:  all
        $(MAKE) -C src install
@@ -25,7 +28,7 @@
        $(MAKE) -C scripts install
        $(MAKE) -C man install
        $(MAKE) -C dos install
-@@ -134,8 +129,5 @@ distclean: clean
+@@ -131,8 +126,5 @@
  
  uninstall:
        $(MAKE) -C src uninstall


Reply via email to