Hello community,
here is the log from the commit of package courier-unicode for
openSUSE:Leap:15.2 checked in at 2020-03-17 04:15:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/courier-unicode (Old)
and /work/SRC/openSUSE:Leap:15.2/.courier-unicode.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "courier-unicode"
Tue Mar 17 04:15:50 2020 rev:14 rq:785747 version:2.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/courier-unicode/courier-unicode.changes
2020-01-15 14:50:56.557434437 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.courier-unicode.new.3160/courier-unicode.changes
2020-03-17 04:16:18.128999571 +0100
@@ -1,0 +2,15 @@
+Tue Nov 12 14:46:01 UTC 2019 - Arjen de Korte <[email protected]>
+
+- add courier-unicode.keyring for source verification
+- cleanup spec
+
+-------------------------------------------------------------------
+Fri Dec 28 23:01:27 UTC 2018 - [email protected]
+
+- update to 2.1
+ * gcc 8 update, fix assertions. libtool and toolchain updates.
+ * unicode.c: Implement unicode_x_smap_modutf8 pseudo-encoding.
+ * unicode.c: Fix error and validation of valid modified-utf7
+ encoding.
+
+-------------------------------------------------------------------
Old:
----
courier-unicode-2.0.tar.bz2
courier-unicode-2.0.tar.bz2.sig
New:
----
courier-unicode-2.1.tar.bz2
courier-unicode-2.1.tar.bz2.sig
courier-unicode.keyring
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ courier-unicode.spec ++++++
--- /var/tmp/diff_new_pack.vWNJmw/_old 2020-03-17 04:16:19.041000099 +0100
+++ /var/tmp/diff_new_pack.vWNJmw/_new 2020-03-17 04:16:19.081000123 +0100
@@ -1,7 +1,7 @@
#
# spec file for package courier-unicode
#
-# Copyright (c) 2016 SUSE LINUX Products 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+
+License: GPL-3.0-or-later
Group: Productivity/Networking/Email/Servers
-Version: 2.0
-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
++++++ courier-unicode-2.0.tar.bz2 -> courier-unicode-2.1.tar.bz2 ++++++
++++ 19208 lines of diff (skipped)