Hello community,

here is the log from the commit of package loadlin for openSUSE:Factory checked 
in at 2015-07-14 17:44:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/loadlin (Old)
 and      /work/SRC/openSUSE:Factory/.loadlin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "loadlin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/loadlin/loadlin.changes  2011-09-23 
02:11:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.loadlin.new/loadlin.changes     2015-07-14 
17:45:53.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Jul 12 16:50:35 UTC 2015 - [email protected]
+
+- Update to 1.6f
+  * support for latest linux kernels
+- Use new project and download url
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  loadlin-1.6d.tar.bz2

New:
----
  loadlin-1.6f.tgz

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

Other differences:
------------------
++++++ loadlin.spec ++++++
--- /var/tmp/diff_new_pack.zcP4U4/_old  2015-07-14 17:45:55.000000000 +0200
+++ /var/tmp/diff_new_pack.zcP4U4/_new  2015-07-14 17:45:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package loadlin (Version 1.6d)
+# spec file for package loadlin
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           loadlin
+Version:        1.6f
+Release:        0
+Summary:        Linux Loader with Command Line from DOS
 License:        GPL-2.0+
 Group:          System/Boot
-AutoReqProv:    on
-ExclusiveArch:  %ix86
-Version:        1.6d
-Release:        1
-Summary:        Linux Loader with Command Line from DOS
-Source:         %{name}-%{version}.tar.bz2
-Url:            
ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware-current/kernels/loadlin16c.zip
+Url:            http://youpibouh.thefreecat.org/loadlin
+Source:         http://youpibouh.thefreecat.org/loadlin/loadlin-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %ix86
 
 %description
 This is a boot loader for Linux that runs under MS-DOS. It can boot
@@ -38,27 +35,16 @@
 bzImage+initrd (since 1.3.73 in the official kernel) was jointly
 developed by Werner Almesberger (LILO) and Hans Lermen (LOADLIN).
 
-
-
-Authors:
---------
-    Hans Lermen <[email protected]>
-
 %prep
-#
 
 %build
-#
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/lib
-tar jxfC $RPM_SOURCE_DIR/%{name}-%{version}.tar.bz2 $RPM_BUILD_ROOT/usr/lib
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_prefix}/lib
+tar zxfC $RPM_SOURCE_DIR/%{name}-%{version}.tgz %{buildroot}%{_prefix}/lib
 
 %files
 %defattr(-,root,root)
-/usr/lib/%{name}-%{version}
+%{_libexecdir}/%{name}-%{version}
 
 %changelog


Reply via email to