Hello community,

here is the log from the commit of package rhash for openSUSE:Factory checked 
in at 2019-02-28 21:37:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rhash (Old)
 and      /work/SRC/openSUSE:Factory/.rhash.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rhash"

Thu Feb 28 21:37:31 2019 rev:3 rq:678649 version:1.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/rhash/rhash.changes      2017-08-24 
18:28:07.962502059 +0200
+++ /work/SRC/openSUSE:Factory/.rhash.new.28833/rhash.changes   2019-02-28 
21:37:32.973656298 +0100
@@ -1,0 +2,26 @@
+Fri Feb 22 11:57:32 UTC 2019 - [email protected]
+
+- Update to version 1.3.8
+  Version 1.3.8
+  * rename Windows encoding options: --ansi to --win, --oem to --dos
+  * support GOST R 34.11-2012 hash function (options: --gost12-256, 
--gost12-512)
+  * changed the short option `-G' to be alias of --gost12-256
+  * changed printf format token `%g' to be alias of %{gost12-256}
+
+  Version 1.3.7
+  * option `--message==<string>' to calculate a hash for string
+  * option `--crc32c' for CRC32C hash function
+  * changed magnet link short option from '-m' to '-g'
+  * Bugfix: `--file-list=-' shall read a file list from stdin
+  * speedup CRC32 hash function
+
+  Version 1.3.6
+  * support --file-list option
+  * librhash: speedup sha3
+  * Bugfix: fix --follow option
+  * better MSYS and CygWin support
+  * configuration script
+  * Bugfix: broken binary hash output
+- Remove rhash-1.3.0-shared.patch
+
+-------------------------------------------------------------------

Old:
----
  rhash-1.3.0-shared.patch
  rhash-1.3.5-src.tar.gz

New:
----
  RHash-1.3.8.tar.gz

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

Other differences:
------------------
++++++ rhash.spec ++++++
--- /var/tmp/diff_new_pack.Onq2pB/_old  2019-02-28 21:37:33.525656125 +0100
+++ /var/tmp/diff_new_pack.Onq2pB/_new  2019-02-28 21:37:33.525656125 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rhash
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,15 +18,13 @@
 
 %define major   0
 Name:           rhash
-Version:        1.3.5
+Version:        1.3.8
 Release:        0
 Summary:        Recursive Hasher
 License:        MIT
 Group:          Productivity/File utilities
-Url:            http://rhash.anz.ru/?l=en
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
-# PATCH-FIX-OPENSUSE rhash-1.3.0-shared.patch [email protected] -- 
install development files with shared library
-Patch0:         rhash-1.3.0-shared.patch
+URL:            https://github.com/rhash/RHash
+Source0:        RHash-%{version}.tar.gz
 Recommends:     %{name}-lang
 
 %description
@@ -78,25 +76,25 @@
 
 %prep
 %setup -q -n RHash-%{version}
-%patch0 -p1
 
 %build
-# Don't run parallel make %{?_smp_mflags} — it doesn't work.
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
+%{_configure} --prefix=%{_prefix} \
+--exec-prefix=%{_prefix} \
+--bindir=%{_bindir} \
+--sysconfdir=%{_sysconfdir} \
+--libdir=%{_libdir} \
+--mandir=%{_mandir} \
+--enable-lib-shared \
+--enable-gettext
+
+# Parallel make_build fails on older versions
 # Use OPTLDFLAGS="" not to strip binaries.
-make \
-    ADDCFLAGS="-DUSE_GETTEXT -rdynamic" \
-    OPTFLAGS="%{optflags}" \
-    OPTLDFLAGS="" \
-    lib-shared all
+make ADDCFLAGS="-rdynamic" OPTLDFLAGS=""
 
 %install
-%make_install \
-    PREFIX=%{_prefix} \
-    LIBDIR=%{_libdir} \
-    OPTFLAGS="%{optflags}" \
-    OPTLDFLAGS="" \
-    install-lib-shared \
-    install-gmo
+%make_install install-lib-so-link install-lib-headers install-gmo
 %find_lang %{name} %{?no_lang_C}
 
 %check
@@ -111,10 +109,12 @@
 %postun -n librhash%{major} -p /sbin/ldconfig
 
 %files
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README.md
 %config(noreplace) %{_sysconfdir}/rhashrc
-%{_sysconfdir}/rhashrc
 %{_bindir}/ed2k-link
+%{_bindir}/edonr256-hash
+%{_bindir}/edonr512-hash
 %{_bindir}/gost-hash
 %{_bindir}/has160-hash
 %{_bindir}/magnet-link
@@ -123,21 +123,24 @@
 %{_bindir}/tiger-hash
 %{_bindir}/tth-hash
 %{_bindir}/whirlpool-hash
-%{_mandir}/man1/ed2k-link.1%{ext_man}
-%{_mandir}/man1/gost-hash.1%{ext_man}
-%{_mandir}/man1/has160-hash.1%{ext_man}
-%{_mandir}/man1/magnet-link.1%{ext_man}
-%{_mandir}/man1/rhash.1%{ext_man}
-%{_mandir}/man1/sfv-hash.1%{ext_man}
-%{_mandir}/man1/tiger-hash.1%{ext_man}
-%{_mandir}/man1/tth-hash.1%{ext_man}
-%{_mandir}/man1/whirlpool-hash.1%{ext_man}
+%{_mandir}/man1/ed2k-link.1%{?ext_man}
+%{_mandir}/man1/edonr256-hash.1%{?ext_man}
+%{_mandir}/man1/edonr512-hash.1%{?ext_man}
+%{_mandir}/man1/gost-hash.1%{?ext_man}
+%{_mandir}/man1/has160-hash.1%{?ext_man}
+%{_mandir}/man1/magnet-link.1%{?ext_man}
+%{_mandir}/man1/rhash.1%{?ext_man}
+%{_mandir}/man1/sfv-hash.1%{?ext_man}
+%{_mandir}/man1/tiger-hash.1%{?ext_man}
+%{_mandir}/man1/tth-hash.1%{?ext_man}
+%{_mandir}/man1/whirlpool-hash.1%{?ext_man}
 
 %files -n librhash%{major}
 %{_libdir}/librhash.so.%{major}*
 
 %files devel
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README.md
 %{_includedir}/rhash.h
 %{_includedir}/rhash_torrent.h
 %{_libdir}/librhash.so


Reply via email to