Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liboqs for openSUSE:Factory checked 
in at 2022-01-09 22:50:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liboqs (Old)
 and      /work/SRC/openSUSE:Factory/.liboqs.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liboqs"

Sun Jan  9 22:50:20 2022 rev:2 rq:945148 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/liboqs/liboqs.changes    2022-01-03 
10:50:37.295608068 +0100
+++ /work/SRC/openSUSE:Factory/.liboqs.new.1892/liboqs.changes  2022-01-09 
22:50:39.827310259 +0100
@@ -1,0 +2,6 @@
+Sun Jan  2 18:26:29 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Trim redundancies from description. Remove old specfile
+  constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liboqs.spec ++++++
--- /var/tmp/diff_new_pack.bawCkc/_old  2022-01-09 22:50:40.195310586 +0100
+++ /var/tmp/diff_new_pack.bawCkc/_new  2022-01-09 22:50:40.211310601 +0100
@@ -19,7 +19,7 @@
 Name:           liboqs
 Version:        0.7.1
 Release:        0
-Summary:        Open source C library for quantum-resistant cryptographic 
algorithms
+Summary:        C library for quantum-resistant cryptographic algorithms
 License:        MIT
 Group:          Productivity/Security
 Url:            https://github.com/open-quantum-safe/liboqs/
@@ -29,7 +29,6 @@
 BuildRequires: cmake
 BuildRequires: libopenssl-devel
 BuildRequires: doxygen
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 liboqs is an open source C library for quantum-resistant cryptographic
@@ -37,11 +36,11 @@
 particular limitations on intended use.
 
 %package -n liboqs0
-Summary:        Open source C library for quantum-resistant cryptographic 
algorithms
+Summary:        C library for quantum-resistant cryptographic algorithms
 Group:          System/Libraries
 
 %description -n liboqs0
-liboqs is an open source C library for quantum-resistant cryptographic 
+liboqs is a C library for quantum-resistant cryptographic 
 algorithms. Details about liboqs can be found in README.md. See in
 particular limitations on intended use.
 
@@ -55,14 +54,12 @@
 algorithms. Details about liboqs can be found in README.md. See in
 particular limitations on intended use.
 
-
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 mkdir build
-export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -std=gnu11"
+export RPM_OPT_FLAGS="%optflags -std=gnu11"
 cd build
 cmake -DBUILD_SHARED_LIBS=ON ..
 %cmake_build 
@@ -77,17 +74,13 @@
 rmdir %buildroot/usr/local/
 
 %post -n liboqs0 -p /sbin/ldconfig
-
-
 %postun -n liboqs0 -p /sbin/ldconfig
 
 %files -n liboqs0
-%defattr(-,root,root)
 %license LICENSE.txt 
 /%{_libdir}/liboqs.so.0*
 
 %files devel
-%defattr(-,root,root)
 %license LICENSE.txt 
 %dir %{_includedir}/oqs
 %{_includedir}/oqs/*
@@ -97,5 +90,4 @@
 /%_libdir/cmake/liboqs/liboqsConfig-noconfig.cmake
 /%_libdir/cmake/liboqs/liboqsConfig.cmake
 
-
 %changelog

Reply via email to