Hello community, here is the log from the commit of package Ne10 for openSUSE:Factory checked in at 2019-11-06 14:35:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Ne10 (Old) and /work/SRC/openSUSE:Factory/.Ne10.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Ne10" Wed Nov 6 14:35:17 2019 rev:3 rq:745496 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/Ne10/Ne10.changes 2016-12-08 00:29:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.Ne10.new.2990/Ne10.changes 2019-11-06 14:35:18.970621382 +0100 @@ -1,0 +2,10 @@ +Tue Nov 5 13:29:18 UTC 2019 - Martin Pluskal <[email protected]> + +- Use modern macros for building + +------------------------------------------------------------------- +Thu Oct 17 12:25:36 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Ne10.spec ++++++ --- /var/tmp/diff_new_pack.6itlRy/_old 2019-11-06 14:35:20.178622682 +0100 +++ /var/tmp/diff_new_pack.6itlRy/_new 2019-11-06 14:35:20.182622686 +0100 @@ -1,7 +1,7 @@ # # spec file for package Ne10 # -# Copyright (c) 2016 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 @@ -12,7 +12,7 @@ # 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/ # @@ -22,12 +22,10 @@ Release: 0 Summary: A library of common math and DSP functions optimized for ARM NEON License: BSD-3-Clause -Group: Development/Libraries/C and C++ -Url: http://projectne10.github.com/Ne10/ +URL: https://projectne10.github.com/Ne10/ Source: https://github.com/projectNe10/Ne10/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ -BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: armv7hl aarch64 %description @@ -38,7 +36,6 @@ %package -n libNE10-%{sover} Summary: A library of common math and DSP functions optimized for ARM NEON -Group: Development/Libraries/C and C++ %description -n libNE10-%{sover} Ne10 is a library of common functions that have been @@ -53,7 +50,6 @@ %package -n libNE10_test%{sover} Summary: A library of common math and DSP functions optimized for ARM NEON -Group: Development/Libraries/C and C++ %description -n libNE10_test%{sover} The library provides some of the fastest implementations of key @@ -65,7 +61,6 @@ %package devel Summary: Development files for Ne10, a math/DSP library for ARM NEON -Group: Development/Libraries/C and C++ Requires: libNE10-%{sover} = %{version} Requires: libNE10_test%{sover} = %{version} @@ -82,16 +77,15 @@ %build %cmake \ - -DNE10_BUILD_STATIC=OFF \ - -DNE10_BUILD_SHARED=ON \ - -DGNULINUX_PLATFORM=ON \ %ifarch aarch64 -DNE10_LINUX_TARGET_ARCH=aarch64 \ %else -DNE10_LINUX_TARGET_ARCH=armv7 \ %endif - -DCMAKE_BUILD_TYPE=RelWithDebInfo -make %{?_smp_mflags} + -DNE10_BUILD_STATIC=OFF \ + -DNE10_BUILD_SHARED=ON \ + -DGNULINUX_PLATFORM=ON +%cmake_build %install for i in inc/*.h; do @@ -109,18 +103,14 @@ %postun -n libNE10_test%{sover} -p /sbin/ldconfig %files -n libNE10-%{sover} -%defattr(-,root,root) -%doc LICENSE +%license LICENSE %{_libdir}/libNE10.so.%{sover}* %files -n libNE10_test%{sover} -%defattr(-,root,root) -%doc LICENSE +%license LICENSE %{_libdir}/libNE10_test.so.%{sover}* %files devel -%defattr(-,root,root) -%doc LICENSE %{_includedir}/*.h %{_libdir}/libNE10.so %{_libdir}/libNE10_test.so
