Hello community,

here is the log from the commit of package hex2bin for openSUSE:Factory checked 
in at 2018-10-09 15:54:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hex2bin (Old)
 and      /work/SRC/openSUSE:Factory/.hex2bin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hex2bin"

Tue Oct  9 15:54:04 2018 rev:3 rq:640706 version:2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/hex2bin/hex2bin.changes  2014-08-11 
12:30:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hex2bin.new/hex2bin.changes     2018-10-09 
15:54:04.606289185 +0200
@@ -1,0 +2,5 @@
+Sat Sep 29 20:56:38 UTC 2018 - Luigi Baldoni <[email protected]>
+
+- Update to version 2.5 (no supplied changelog)
+
+-------------------------------------------------------------------

Old:
----
  Hex2bin-1.0.10.tar.bz2

New:
----
  Hex2bin-2.5.tar.bz2

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

Other differences:
------------------
++++++ hex2bin.spec ++++++
--- /var/tmp/diff_new_pack.0P3wdN/_old  2018-10-09 15:54:05.118288579 +0200
+++ /var/tmp/diff_new_pack.0P3wdN/_new  2018-10-09 15:54:05.122288574 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hex2bin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           hex2bin
-Version:        1.0.10
+Version:        2.5
 Release:        0
 Summary:        Converts Motorola and Intel hex files to binary
 License:        BSD-2-Clause
 Group:          Development/Tools/Building
-Url:            http://sourceforge.net/projects/hex2bin
-Source:         
http://downloads.sourceforge.net/%{name}/Hex2bin-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            https://sourceforge.net/projects/hex2bin
+Source:         
https://downloads.sourceforge.net/%{name}/Hex2bin-%{version}.tar.bz2
+BuildRequires:  dos2unix
 
 %description
 Converts Motorola and Intel hex files to binary. For other formats, check this
@@ -33,17 +33,23 @@
 %prep
 %setup -q -n Hex2bin-%{version}
 rm -f hex2bin mot2bin
+dos2unix doc/S-record.txt doc/srec.txt
+sed -e 's/^CPFLAGS =.*/CPFLAGS = -std=c99 %{optflags}/' \
+    -e 's/gcc -O2 -Wall/gcc $(CPFLAGS)/' \
+    -i Makefile
 
 %build
 make %{?_smp_mflags}
 
 %install
-install -d %{buildroot}/%{_bindir}
+install -d %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1
 install -m 0755 hex2bin mot2bin %{buildroot}/%{_bindir}
+install -m 0644 hex2bin.1 %{buildroot}%{_mandir}/man1
 
 %files
-%defattr(-,root,root)
 %doc doc/*
-%{_bindir}/*
+%{_bindir}/hex2bin
+%{_bindir}/mot2bin
+%{_mandir}/man1/hex2bin.1%{ext_man}
 
 %changelog

++++++ Hex2bin-1.0.10.tar.bz2 -> Hex2bin-2.5.tar.bz2 ++++++
++++ 5505 lines of diff (skipped)


Reply via email to