Hello community,

here is the log from the commit of package reveng for openSUSE:Leap:15.2 
checked in at 2020-01-17 11:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/reveng (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.reveng.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reveng"

Fri Jan 17 11:59:33 2020 rev:4 rq:763565 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/reveng/reveng.changes  2020-01-15 
15:57:04.851723000 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.reveng.new.26092/reveng.changes       
2020-01-17 11:59:36.168455511 +0100
@@ -1,0 +2,60 @@
+Mon Dec  9 19:35:01 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 2.1.0
+  * Added -1 switch to skip equivalent forms.
+  * WIDTH may be specified before or after -i, -p, -q or -x.
+  * Warnings are given if POLY has no +1 term or if a search
+    is attempted with fewer than 4 codeword samples.
+
+-------------------------------------------------------------------
+Mon Nov 18 21:32:19 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 2.0.3
+  * Added tomtorfs-wrapper.
+  * Revised poly class definitions and function entry conditions
+    in poly.c.
+  * Added DFSFIX veneer for ARM Tube OS binary.
+
+-------------------------------------------------------------------
+Mon Nov  4 18:48:53 UTC 2019 - Martin Hauke <[email protected]>
+
+- Revert to http download since obs seems to have some issues
+  with https downloads from sourceforge
+
+-------------------------------------------------------------------
+Sun Nov  3 14:09:22 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 2.0.2
+  * The memory allocation expands geometrically while reading
+    polynomials from files; this improves performance on large
+    files but memory overhead is increased during the read.
+  * The argument index is initialized at run time, allowing
+    RISC OS and ARM Tube OS users to re-invoke CRC RevEng from
+    memory using *Go.
+  * Replaced getopt library.
+  * Removed underscores from system calls.
+  * Updated documentation.
+
+-------------------------------------------------------------------
+Sat May 11 10:21:24 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 2.0.1
+  * Improved robustness of reveng()
+
+-------------------------------------------------------------------
+Mon May  6 17:56:07 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 2.0.0
+  * Much faster brute force search for generator polynomials if
+    the most compact difference between right-aligned arguments is
+    not more than twice the specified WIDTH.
+
+-------------------------------------------------------------------
+Sat Apr 20 19:31:47 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 1.6.3
+  * Added algorithm CRC-32/CD-ROM-EDC from the CRC Catalogue.
+  * Model class of CRC-16/ARC, CRC-16/GSM changed to 'attested'.
+  * Error message advises that a positive -P may also precede -s.
+
+-------------------------------------------------------------------

Old:
----
  reveng-1.6.2.tar.xz

New:
----
  reveng-2.1.0.tar.xz

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

Other differences:
------------------
++++++ reveng.spec ++++++
--- /var/tmp/diff_new_pack.X5HpyX/_old  2020-01-17 11:59:36.492455655 +0100
+++ /var/tmp/diff_new_pack.X5HpyX/_new  2020-01-17 11:59:36.492455655 +0100
@@ -18,13 +18,13 @@
 
 
 Name:           reveng
-Version:        1.6.2
+Version:        2.1.0
 Release:        0
 Summary:        An arbitrary-precision CRC calculator and algorithm finder
 License:        GPL-3.0-or-later
 Group:          Development/Tools/Other
 URL:            http://reveng.sourceforge.net/
-Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
+Source:         
http://sourceforge.net/projects/%{name}/files/%{version}/%{name}-%{version}.tar.xz
 Patch0:         reveng-dont-strip.patch
 Patch1:         reveng-obey-cflags.patch
 Patch2:         reveng-presets_x86_64.patch
@@ -48,7 +48,7 @@
 %ifarch x86_64
 %patch2 -p1
 %endif
-%ifarch %ix86
+%ifarch %{ix86}
 %patch3 -p1
 %endif
 
@@ -57,8 +57,8 @@
 export CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 %else
-gcc %{optflags} -Wall -ansi -c bmpbit.c cli.c model.c poly.c preset.c reveng.c
-gcc %{optflags} -o reveng bmpbit.o cli.o model.o poly.o preset.o reveng.o
+cc %{optflags} -Wall -ansi -c bmpbit.c cli.c model.c poly.c preset.c reveng.c
+cc %{optflags} -o reveng bmpbit.o cli.o model.o poly.o preset.o reveng.o
 %endif
 
 %install

++++++ reveng-1.6.2.tar.xz -> reveng-2.1.0.tar.xz ++++++
++++ 3233 lines of diff (skipped)


Reply via email to