Hello community,

here is the log from the commit of package balsa for openSUSE:Leap:15.2 checked 
in at 2020-02-21 10:52:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/balsa (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.balsa.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "balsa"

Fri Feb 21 10:52:50 2020 rev:26 rq:777432 version:2.5.8

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/balsa/balsa.changes    2020-01-15 
14:48:13.753333393 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.balsa.new.26092/balsa.changes 2020-02-21 
10:53:11.459398844 +0100
@@ -1,0 +2,44 @@
+Wed Oct 16 05:14:14 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 2.5.8:
+  + HTML email improvements; vcal attachment handling.
+- Changes from version 2.5.7:
+  + encryption, HTML email improvements; bug fixes.
+- Drop conditional post(un) handling for obsolete versions of
+  openSUSE.
+- Drop balsa-2.5.6-fix-build-breaker-typo.patch: Fixed upstream.
+- Drop update-desktop-files BuildRequires and macros as well as
+  balsa-lang Recommends, no longer needed.
+- Add pkgconfig(fribidi) BuildRequires: New dependency.
+
+-------------------------------------------------------------------
+Sun Jul  8 18:04:48 UTC 2018 - [email protected]
+
+- Drop pkgconfig(libnm-glib) BuildRequires: Balsa switched from
+  libnm-glib to GNetworkMonitor in version 2.5.2.
+- Drop pkgconfig(libsecret-1) BuildRequires: Not used, as we are
+  not passing --with-libsecret to configure (upstream default is
+  not using it).
+- Stop passing --enable-smime, --with-gtkspell and --with-ssl to
+  configure, no longer recognized.
+- Replace pkgconfig(gtkspell3-3.0) with pkgconfig(gspell-1)
+  BuildRequires and pass --with-spell-checker=gspell to configure.
+  This also allows for dropping conditionals for
+  pkgconfig(enchant-2) and pkgconfig(enchant) BuildRequires.
+- Replace openssl-devel with pkgconfig(openssl) BuildRequires,
+  align with what configure checks for.
+
+-------------------------------------------------------------------
+Thu Jun 28 18:41:24 UTC 2018 - [email protected]
+
+- Update to version 2.5.6:
+  + Fix scroll on click issue.
+  + Display time stamps of date-only RFC 5545 iCalendar events.
+  + Disable reply-to-group when the message is not from an
+    RFC-2369-compliant mail list.
+  + Mitigate EFail vulnerability for Webkit2.
+- Fix a typo that breaks build in released version:
+  + Add balsa-2.5.6-fix-build-breaker-typo.patch (picked from
+    upstream).
+
+-------------------------------------------------------------------

Old:
----
  balsa-2.5.5.tar.bz2

New:
----
  balsa-2.5.8.tar.bz2

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

Other differences:
------------------
++++++ balsa.spec ++++++
--- /var/tmp/diff_new_pack.jLIR99/_old  2020-02-21 10:53:11.911399837 +0100
+++ /var/tmp/diff_new_pack.jLIR99/_new  2020-02-21 10:53:11.911399837 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package balsa
 #
-# 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,18 +12,18 @@
 # 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:           balsa
-Version:        2.5.5
+Version:        2.5.8
 Release:        0
 Summary:        The GNOME Mail Program
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Email/Clients
-URL:            http://pawsa.fedorapeople.org/balsa/
-Source0:        http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
+URL:            https://pawsa.fedorapeople.org/balsa/
+Source0:        %{url}/%{name}-%{version}.tar.bz2
 
 BuildRequires:  compface-devel
 BuildRequires:  fdupes
@@ -32,30 +32,22 @@
 BuildRequires:  krb5-devel
 BuildRequires:  libesmtp-devel
 BuildRequires:  openldap2-devel
-BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python3-html2text
-BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-%if 0%{?suse_version} > 1500
-BuildRequires:  pkgconfig(enchant-2)
-%else
-BuildRequires:  pkgconfig(enchant) <= 1.6.0
-%endif
+BuildRequires:  pkgconfig(fribidi)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gmime-2.6)
 BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(gspell-1)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
 BuildRequires:  pkgconfig(gtksourceview-3.0)
-BuildRequires:  pkgconfig(gtkspell3-3.0)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
-BuildRequires:  pkgconfig(libnm-glib)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
-Recommends:     %{name}-lang
 
 %description
 An e-mail client for GNOME. It supports
@@ -69,42 +61,28 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure\
        --enable-more-warnings\
-       --enable-smime\
        --with-canberra\
        --with-ldap\
        --with-gpgme\
-       --with-gtkspell\
+       --with-spell-checker=gspell\
        --with-gtksourceview\
        --with-sqlite\
        --with-rubrica\
-       --with-ssl\
        --with-gss\
        --with-compface\
        --with-html-widget=webkit2
-make %{?_smp_mflags}
+%make_build
 
 %install
 %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}
 %fdupes %{buildroot}%{_datadir}
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
 %license COPYING
 %doc README ChangeLog NEWS TODO AUTHORS HACKING

++++++ balsa-2.5.5.tar.bz2 -> balsa-2.5.8.tar.bz2 ++++++
++++ 169255 lines of diff (skipped)


Reply via email to