Hello community,

here is the log from the commit of package rhash for openSUSE:Factory checked 
in at 2017-08-24 18:28:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rhash (Old)
 and      /work/SRC/openSUSE:Factory/.rhash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rhash"

Thu Aug 24 18:28:03 2017 rev:2 rq:517907 version:1.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/rhash/rhash.changes      2017-06-16 
10:54:00.658023062 +0200
+++ /work/SRC/openSUSE:Factory/.rhash.new/rhash.changes 2017-08-24 
18:28:07.962502059 +0200
@@ -1,0 +2,8 @@
+Wed Aug 16 14:09:59 UTC 2017 - [email protected]
+
+- Update to version 1.3.5:
+       * look for locales directory at PROGRAM_DIRECTORY\locale on
+    Windows
+       * look for config at PROGRAM_DIRECTORY\rhashrc on Windows
+
+-------------------------------------------------------------------

Old:
----
  rhash-1.3.4-src.tar.gz

New:
----
  rhash-1.3.5-src.tar.gz

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

Other differences:
------------------
++++++ rhash.spec ++++++
--- /var/tmp/diff_new_pack.VVgUUt/_old  2017-08-24 18:28:09.842237228 +0200
+++ /var/tmp/diff_new_pack.VVgUUt/_new  2017-08-24 18:28:09.846236665 +0200
@@ -18,7 +18,7 @@
 
 %define major   0
 Name:           rhash
-Version:        1.3.4
+Version:        1.3.5
 Release:        0
 Summary:        Recursive Hasher
 License:        MIT
@@ -77,11 +77,11 @@
 %lang_package
 
 %prep
-%setup -q
+%setup -q -n RHash-%{version}
 %patch0 -p1
 
 %build
-# Don't run parallel make — it doesn't work.
+# Don't run parallel make %{?_smp_mflags} — it doesn't work.
 # Use OPTLDFLAGS="" not to strip binaries.
 make \
     ADDCFLAGS="-DUSE_GETTEXT -rdynamic" \
@@ -111,23 +111,37 @@
 %postun -n librhash%{major} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog COPYING README dist/rhash.1.html
-%{_bindir}/*
-%{_mandir}/man?/*
+%doc ChangeLog COPYING README
 %config(noreplace) %{_sysconfdir}/rhashrc
+%{_sysconfdir}/rhashrc
+%{_bindir}/ed2k-link
+%{_bindir}/gost-hash
+%{_bindir}/has160-hash
+%{_bindir}/magnet-link
+%{_bindir}/rhash
+%{_bindir}/sfv-hash
+%{_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}
 
 %files -n librhash%{major}
-%defattr(-,root,root,-)
-%{_libdir}/*.so.*
+%{_libdir}/librhash.so.%{major}*
 
 %files devel
-%defattr(-,root,root,-)
 %doc ChangeLog COPYING README
-%{_includedir}/rhash*
-%{_libdir}/*.so
+%{_includedir}/rhash.h
+%{_includedir}/rhash_torrent.h
+%{_libdir}/librhash.so
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ rhash-1.3.0-shared.patch ++++++
--- /var/tmp/diff_new_pack.VVgUUt/_old  2017-08-24 18:28:09.878232157 +0200
+++ /var/tmp/diff_new_pack.VVgUUt/_new  2017-08-24 18:28:09.878232157 +0200
@@ -1,10 +1,10 @@
 Description: Install development files with shared library.
 Author: Kyrill Detinov <[email protected]>
-Index: rhash-1.3.4/Makefile
+Index: RHash-1.3.5/Makefile
 ===================================================================
---- rhash-1.3.4.orig/Makefile
-+++ rhash-1.3.4/Makefile
-@@ -164,7 +164,7 @@ check: version.h
+--- RHash-1.3.5.orig/Makefile
++++ RHash-1.3.5/Makefile
+@@ -174,7 +174,7 @@ check: version.h
                echo "version=$(VERSION)" > bindings/version.properties
        [ -s dist/rhash.1.html ]
  
@@ -13,12 +13,12 @@
        $(CC) $(OBJECTS) -o $@ $(ALLLDFLAGS)
  
  $(SHARED_TRG): $(OBJECTS) $(SHAREDLIB)
-Index: rhash-1.3.4/librhash/Makefile
+Index: RHash-1.3.5/librhash/Makefile
 ===================================================================
---- rhash-1.3.4.orig/librhash/Makefile
-+++ rhash-1.3.4/librhash/Makefile
-@@ -43,13 +43,14 @@ lib-shared: $(SONAME)
- libs-all: lib-static lib-shared
+--- RHash-1.3.5.orig/librhash/Makefile
++++ RHash-1.3.5/librhash/Makefile
+@@ -49,13 +49,14 @@ dylib: $(DYNAME)
+ dll: $(DLLNAME)
  dist-clean: clean
  
 -install-lib-static: $(LIBRARY) install-headers

++++++ rhash-1.3.4-src.tar.gz -> rhash-1.3.5-src.tar.gz ++++++
++++ 13305 lines of diff (skipped)


Reply via email to