Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2018-07-18 22:36:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsodium (Old)
 and      /work/SRC/openSUSE:Factory/.libsodium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsodium"

Wed Jul 18 22:36:21 2018 rev:24 rq:622471 version:1.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes      2017-12-31 
19:29:13.482028505 +0100
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2018-07-18 
22:36:23.954449369 +0200
@@ -1,0 +2,12 @@
+Fri Jul 13 07:38:19 UTC 2018 - [email protected]
+
+- Add baselibs.conf: build libsodium23-32bit, which is required by
+  zeromq's -32bit packages.
+
+-------------------------------------------------------------------
+Thu Jul 12 07:49:18 UTC 2018 - [email protected]
+
+- Add gpg signature
+- Modernise spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  baselibs.conf
  libsodium-1.0.16.tar.gz.sig
  libsodium.keyring

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

Other differences:
------------------
++++++ libsodium.spec ++++++
--- /var/tmp/diff_new_pack.5RocTg/_old  2018-07-18 22:36:24.490447593 +0200
+++ /var/tmp/diff_new_pack.5RocTg/_new  2018-07-18 22:36:24.490447593 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsodium
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,15 +16,19 @@
 #
 
 
-%define lname libsodium23
+%define sover   23
+%define lname   %{name}%{sover}
 Name:           libsodium
 Version:        1.0.16
 Release:        0
 Summary:        Portable NaCl-based crypto library
 License:        ISC
 Group:          System/Libraries
-Url:            https://github.com/jedisct1/libsodium
-Source:         
https://github.com/jedisct1/libsodium/releases/download/%{version}/%{name}-%{version}.tar.gz
+URL:            https://github.com/jedisct1/libsodium
+Source0:        
https://github.com/jedisct1/libsodium/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://github.com/jedisct1/libsodium/releases/download/%{version}/%{name}-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
+Source99:       baselibs.conf
 BuildRequires:  pkgconfig
 
 %description
@@ -60,31 +64,29 @@
 %setup -q
 
 %build
-
 # Do _NOT_ change CFLAGS
 # See https://github.com/jedisct1/libsodium/issues/604
-%configure --disable-static
-make %{?_smp_mflags} V=1
+%configure \
+  --disable-static \
+  --disable-silent-rules
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make %{?_smp_mflags} check V=1
+make %{?_smp_mflags} check
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%defattr(0644,root,root,0755)
-%{_libdir}/%{name}.so.*
+%license LICENSE
+%{_libdir}/%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog LICENSE README.markdown THANKS
+%doc AUTHORS ChangeLog README.markdown THANKS
 %{_includedir}/sodium.h
 %{_includedir}/sodium
 %{_libdir}/%{name}.so

++++++ baselibs.conf ++++++
libsodium23

Reply via email to