Hello community,

here is the log from the commit of package courier-unicode for openSUSE:Factory 
checked in at 2020-01-12 23:23:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/courier-unicode (Old)
 and      /work/SRC/openSUSE:Factory/.courier-unicode.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "courier-unicode"

Sun Jan 12 23:23:54 2020 rev:5 rq:763058 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/courier-unicode/courier-unicode.changes  
2019-01-21 10:57:29.807498338 +0100
+++ 
/work/SRC/openSUSE:Factory/.courier-unicode.new.6675/courier-unicode.changes    
    2020-01-12 23:25:47.282847281 +0100
@@ -1,0 +2,6 @@
+Tue Nov 12 14:46:01 UTC 2019 - Arjen de Korte <[email protected]>
+
+- add courier-unicode.keyring for source verification
+- cleanup spec
+
+-------------------------------------------------------------------
@@ -8,0 +15 @@
+

New:
----
  courier-unicode.keyring

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

Other differences:
------------------
++++++ courier-unicode.spec ++++++
--- /var/tmp/diff_new_pack.2AQnBX/_old  2020-01-12 23:25:48.430847706 +0100
+++ /var/tmp/diff_new_pack.2AQnBX/_new  2020-01-12 23:25:48.434847707 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package courier-unicode
 #
-# Copyright (c) 2018 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,23 +12,24 @@
 # 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/
 #
 
 
-Name:           courier-unicode
 %define libname   lib%{name}
 %define libsoname %{libname}4
 
+Name:           courier-unicode
+Version:        2.1
+Release:        0
 Summary:        Courier Unicode Library
 License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Email/Servers
-Version:        2.1
-Release:        0
-Url:            http://www.courier-mta.org/
-Source0:        %{name}-%{version}.tar.bz2
-Source1:        %{name}-%{version}.tar.bz2.sig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            https://www.courier-mta.org/
+Source0:        
https://downloads.sourceforge.net/project/courier/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source1:        
https://downloads.sourceforge.net/project/courier/%{name}/%{version}/%{name}-%{version}.tar.bz2.sig
+# Keyring downloaded from https://www.courier-mta.org/KEYS.bin#/%{name}.keyring
+Source2:        %{name}.keyring
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 
@@ -74,16 +75,16 @@
 This package contains the docs and the man pages of the Courier Unicode Library
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %configure \
   --disable-static
 
-%{__make} %{_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__make} install DESTDIR=%{buildroot}
+%make_install
 
 # cleanup *.la libs
 find %{buildroot} -name %{libname}.la -exec rm {} \;
@@ -96,7 +97,8 @@
 
 %files  -n %{libsoname}
 %defattr(-,root,root)
-%doc COPYING ChangeLog README
+%license COPYING
+%doc ChangeLog README
 %{_libdir}/%{libname}.so.*
 
 %files devel



Reply via email to