Hello community,

here is the log from the commit of package balsa for openSUSE:Factory checked 
in at 2018-04-20 17:25:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/balsa (Old)
 and      /work/SRC/openSUSE:Factory/.balsa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "balsa"

Fri Apr 20 17:25:57 2018 rev:68 rq:594237 version:2.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/balsa/balsa.changes      2018-02-06 
16:49:00.604472871 +0100
+++ /work/SRC/openSUSE:Factory/.balsa.new/balsa.changes 2018-04-20 
17:26:11.609668161 +0200
@@ -1,0 +2,18 @@
+Sat Apr  7 10:16:34 UTC 2018 - [email protected]
+
+- Update to version 2.5.5:
+  + Crypto performance improvements.
+  + Updates to match glib-2.56 API changes.
+  + Fix use-after-free bugs.
+  + Improve replying to HTML-only messages.
+  + Low level networking re-done.
+  + Multiple bugfixes.
+- Drop balsa-build-ssl-1.1.patch: Fixed upstream.
+- Run spec-cleaner, modernize spec.
+- Add pkgconfig(gnutls) and python3-html2text BuildRequires: New
+  dependencies.
+- Drop conditional compface BuildRequires.
+- Add conditional for pkgconfig(enchant) and new
+  pkgconfig(enchant-2) BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  balsa-2.5.3.tar.bz2
  balsa-build-ssl-1.1.patch

New:
----
  balsa-2.5.5.tar.bz2

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

Other differences:
------------------
++++++ balsa.spec ++++++
--- /var/tmp/diff_new_pack.qsyBLU/_old  2018-04-20 17:26:12.401639442 +0200
+++ /var/tmp/diff_new_pack.qsyBLU/_new  2018-04-20 17:26:12.405639297 +0200
@@ -17,16 +17,15 @@
 
 
 Name:           balsa
-Version:        2.5.3
+Version:        2.5.5
 Release:        0
 Summary:        The GNOME Mail Program
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Email/Clients
-Url:            http://pawsa.fedorapeople.org/balsa/
-Source:         http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM balsa-build-ssl-1.1.patch [email protected] -- Fix 
build with openssl 1.1.0
-Patch:          balsa-build-ssl-1.1.patch
+URL:            http://pawsa.fedorapeople.org/balsa/
+Source0:        http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
 
+BuildRequires:  compface-devel
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
 BuildRequires:  intltool
@@ -34,11 +33,18 @@
 BuildRequires:  libesmtp-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python3-html2text
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(enchant)
+%if 0%{?suse_version} > 1500
+BuildRequires:  pkgconfig(enchant-2)
+%else
+BuildRequires:  pkgconfig(enchant) <= 1.6.0
+%endif
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gmime-2.6)
+BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(gtkspell3-3.0)
@@ -50,14 +56,6 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
-%if !0%{?is_opensuse}
-# For openSUSE >13.2, compface was split in a devel and library package
-BuildRequires:  compface
-%else
-BuildRequires:  compface-devel
-%endif
 
 %description
 An e-mail client for GNOME. It supports
@@ -70,10 +68,8 @@
 
 %lang_package
 
-
 %prep
 %setup -q
-%patch -p1
 
 %build
 %configure\
@@ -93,7 +89,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %suse_update_desktop_file -G "Mail Client" %{name}
 %suse_update_desktop_file -G "Mail Client" %{name}-mailto-handler
 %find_lang %{name} %{?no_lang_C}
@@ -110,24 +106,22 @@
 %endif
 
 %files
-%defattr(-, root, root)
-%doc README COPYING ChangeLog NEWS TODO AUTHORS HACKING
+%license COPYING
+%doc README ChangeLog NEWS TODO AUTHORS HACKING
 %doc docs/mh-mail-HOWTO docs/vconvert.awk docs/pine2vcard
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/*
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/balsa.appdata.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/balsa/
-%{_datadir}/icons/hicolor/48x48/mimetypes/*.png
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/balsa.appdata.xml
 %{_datadir}/pixmaps/*.png
 %{_datadir}/sounds/balsa
-%doc %{_mandir}/man1/balsa.1*
+%{_mandir}/man1/balsa.1%{?ext_man}
 %dir %{_sysconfdir}/sound
 %dir %{_sysconfdir}/sound/events
 %config %{_sysconfdir}/sound/events/*.soundlist
 
 %files lang -f %{name}.lang
-%defattr(-, root, root)
 
 %changelog

++++++ balsa-2.5.3.tar.bz2 -> balsa-2.5.5.tar.bz2 ++++++
++++ 226222 lines of diff (skipped)


Reply via email to