Hello community,
here is the log from the commit of package sha1collisiondetection for
openSUSE:Factory checked in at 2017-08-16 16:15:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sha1collisiondetection (Old)
and /work/SRC/openSUSE:Factory/.sha1collisiondetection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sha1collisiondetection"
Wed Aug 16 16:15:13 2017 rev:4 rq:516844 version:1.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/sha1collisiondetection/sha1collisiondetection.changes
2017-05-24 16:51:02.756822358 +0200
+++
/work/SRC/openSUSE:Factory/.sha1collisiondetection.new/sha1collisiondetection.changes
2017-08-16 16:15:25.259004535 +0200
@@ -1,0 +2,7 @@
+Fri Aug 4 15:18:33 CEST 2017 - [email protected]
+
+- Fix include header path to /usr/include/sha1dc/sha1.h as supposed
+ by upstream installation
+- Remove conflicts with libmd-devel, as we changed the header path
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sha1collisiondetection.spec ++++++
--- /var/tmp/diff_new_pack.VRzpew/_old 2017-08-16 16:15:26.310856889 +0200
+++ /var/tmp/diff_new_pack.VRzpew/_new 2017-08-16 16:15:26.322855204 +0200
@@ -49,8 +49,6 @@
Summary: Development files for
Group: Development/Libraries/C and C++
Requires: libsha1detectcoll1 = %{version}
-# both libs offer /usr/include/sha1.h
-Conflicts: libmd-devel
%description -n libsha1detectcoll-devel
This library was designed as near drop-in replacements for other sha1sum
@@ -70,12 +68,11 @@
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}
%make_install \
- INCLUDEDIR=%{buildroot}%{_includedir} \
- BINDIR=%{buildroot}%{_bindir} \
+ PREFIX=%{buildroot}%{_prefix} \
LIBDIR=%{buildroot}%{_libdir}
find %{buildroot} -type f -name "*.la" -delete -print
find %{buildroot} -type f -name "*.a" -delete -print
-chmod -x %{buildroot}%{_includedir}/sha1.h
+chmod -x %{buildroot}%{_includedir}/sha1dc/sha1.h
%check
make %{?_smp_mflags} test
@@ -96,7 +93,7 @@
%files -n libsha1detectcoll-devel
%defattr(-,root,root)
%doc LICENSE.txt README.md
-%{_includedir}/sha1.h
+%{_includedir}/sha1dc
%{_libdir}/libsha1detectcoll.so
%changelog