Hello community,

here is the log from the commit of package fxload for openSUSE:Factory checked 
in at 2015-06-10 09:16:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fxload (Old)
 and      /work/SRC/openSUSE:Factory/.fxload.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fxload"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fxload/fxload.changes    2015-05-15 
07:43:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fxload.new/fxload.changes       2015-06-10 
09:16:16.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jun  3 13:16:12 UTC 2015 - mplus...@suse.com
+
+- Use url with version
+- Add changelog as source
+- Cleanup spec file with spec-clener
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fxload.spec ++++++
--- /var/tmp/diff_new_pack.l3Akms/_old  2015-06-10 09:16:17.000000000 +0200
+++ /var/tmp/diff_new_pack.l3Akms/_new  2015-06-10 09:16:17.000000000 +0200
@@ -18,17 +18,18 @@
 
 
 Name:           fxload
-Url:            http://linux-hotplug.sf.net/
 Version:        2008_10_13
 Release:        0
 Summary:        Download Firmware into USB FX and FX2 Devices
 License:        LGPL-2.1+
 Group:          System/Kernel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        
http://mesh.dl.sourceforge.net/sourceforge/linux-hotplug/fxload-2008_10_13.tar.bz2
+Url:            http://linux-hotplug.sf.net/
+Source0:        
http://mesh.dl.sourceforge.net/sourceforge/linux-hotplug/fxload-%{version}.tar.bz2
+Source1:        %{name}.changes
 Patch0:         fxload-2002_04_11.patch
 # PATCH-FIX-UPSTREAM fxload-2008_10_13-prefer_DEVNAME.patch lp#156085 -- 
seife+...@b1-systems.com
 Patch1:         fxload-2008_10_13-prefer_DEVNAME.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This program can download firmware into FX and FX2 EZ-USB devices as
@@ -40,12 +41,6 @@
 as well as downloading firmware to all other off-chip memory, a second
 stage loader must first be downloaded.
 
-
-
-Authors:
---------
-    David Brownell <dbrown...@users.sourceforge.net>
-
 %prep
 %setup -q
 %patch0 -p1
@@ -54,8 +49,8 @@
 %build
 # use date of .changes file instead of __DATE__
 # to avoid useless republishing
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
-make CC="%__cc" CFLAGS="$RPM_OPT_FLAGS -Wall -g 
-DFXLOAD_VERSION=\"\\\"$FAKE_BUILDDATE (development)\\\"\""
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE1} '+%%b %%e %%Y')
+make %{?_smp_mflags} CC="gcc" CFLAGS="%{optflags} -Wall -g 
-DFXLOAD_VERSION=\"\\\"$FAKE_BUILDDATE (development)\\\"\""
 
 %install
 %make_install
@@ -71,8 +66,8 @@
 #EndUsrMerge
 %attr(755,root,root) %{_sbindir}/fxload
 %{_mandir}/man?/*
-%dir /usr/share/usb
-/usr/share/usb/a3load.hex
+%dir %{_datadir}/usb
+%{_datadir}/usb/a3load.hex
 %doc COPYING README.txt
 
 %changelog


Reply via email to