Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Srain for openSUSE:Factory checked in at 2021-03-02 12:33:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Srain (Old) and /work/SRC/openSUSE:Factory/.Srain.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Srain" Tue Mar 2 12:33:35 2021 rev:7 rq:875757 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Srain/Srain.changes 2020-10-05 19:42:56.413775518 +0200 +++ /work/SRC/openSUSE:Factory/.Srain.new.2378/Srain.changes 2021-03-02 12:45:26.648354866 +0100 @@ -1,0 +2,14 @@ +Sun Feb 28 09:48:32 UTC 2021 - Luigi Baldoni <[email protected]> + +- Update to version 1.2.0 + Features: + * Switch build system from Make to Meson + * Add ``/quote`` command for sending special IRC commands + * Add support for hiding server buffer + Bug fixes: + * Fix an use-after-free BUG + * Fix implicit declaration error on some systems +- Switch build to meson +- Drop Srain-no_implicit_declarations.patch (merged upstream) + +------------------------------------------------------------------- Old: ---- Srain-1.1.3.tar.gz Srain-no_implicit_declarations.patch New: ---- Srain-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Srain.spec ++++++ --- /var/tmp/diff_new_pack.d1ZdF6/_old 2021-03-02 12:45:27.172355319 +0100 +++ /var/tmp/diff_new_pack.d1ZdF6/_new 2021-03-02 12:45:27.176355323 +0100 @@ -1,7 +1,7 @@ # # spec file for package Srain # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,21 @@ Name: Srain -Version: 1.1.3 +Version: 1.2.0 Release: 0 Summary: An IRC client License: GPL-3.0-or-later AND ISC URL: https://srain.im Source: https://github.com/SrainApp/srain/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM Srain-no_implicit_declarations.patch -Patch0: Srain-no_implicit_declarations.patch BuildRequires: ImageMagick BuildRequires: hicolor-icon-theme +BuildRequires: meson >= 0.45.0 BuildRequires: pkgconfig -BuildRequires: python3-devel -BuildRequires: pkgconfig(glib-2.0) >= 2.48.2 -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(libconfig) >= 1.7 -BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(libnotify) +BuildRequires: python3-Sphinx +BuildRequires: pkgconfig(appstream) +BuildRequires: pkgconfig(glib-2.0) >= 2.39.3 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.15 +BuildRequires: pkgconfig(libconfig) >= 1.5 BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(openssl) @@ -45,13 +43,15 @@ %prep %autosetup -p1 -n srain-%{version} +# remove unnecessary file +rm -f data/themes/meson.build %build -%configure --disable-debug -%make_build +%meson -Ddoc_builders=man +%meson_build %install -%make_install +%meson_install %find_lang srain %files @@ -64,8 +64,10 @@ %{_bindir}/srain %{_datadir}/applications/im.srain.%{name}.desktop %{_datadir}/icons/hicolor/128x128/apps/im.srain.%{name}.png +%{_datadir}/icons/hicolor/128x128/apps/im.srain.%{name}.Red.png %{_datadir}/metainfo/im.srain.%{name}.metainfo.xml %{_datadir}/srain/themes/*.css +%{_mandir}/man1/srain.1%{?ext_man} %files lang -f srain.lang ++++++ Srain-1.1.3.tar.gz -> Srain-1.2.0.tar.gz ++++++ ++++ 2625 lines of diff (skipped)
