Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package something-for-reddit for
openSUSE:Factory checked in at 2021-12-10 21:52:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/something-for-reddit (Old)
and /work/SRC/openSUSE:Factory/.something-for-reddit.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "something-for-reddit"
Fri Dec 10 21:52:40 2021 rev:3 rq:939074 version:0.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/something-for-reddit/something-for-reddit.changes
2018-09-28 08:52:56.541768863 +0200
+++
/work/SRC/openSUSE:Factory/.something-for-reddit.new.2520/something-for-reddit.changes
2021-12-10 21:53:10.858913685 +0100
@@ -1,0 +2,25 @@
+Thu Dec 9 18:03:03 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 0.2.2:
+ + The frontpage is now visible. You can see it by going to / in
+ the url bar.
+ + The app now supports Flatpak & NixOS installation
+ + Performance improvements in the comments view
+ + The codebase is now tested! I'm pretty sure this is one of the
+ only GTK+ apps which has proper UI tests - so this should stop
+ more regressions in the future!
+- Changes from version 0.2.1:
+ + Replaced the markdown engine, should now support more features
+ + The alignment in subreddit listings should now be more uniform
+ + Many size related bugs have been fixed
+ + The url bar is now less lenient on formatting. Previously,
+ going to /linux would take you to /r/linux. Due to the
+ frontpage changes, this no longer happens
+ + [PACKAGING] Moved icons from pixmaps to the hicolor directory
+ + [PACKAGING] Change SCSS compiler from ruby sass to sassc
+- Drop desktop.patch: Fixed upstream.
+- Replace ruby(sass) for sassc
+- Fix python env to be py3 via sed call
+- Modernize spec, drop no longer needed post(un) calls.
+
+-------------------------------------------------------------------
Old:
----
desktop.patch
v0.2.tar.gz
New:
----
v0.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ something-for-reddit.spec ++++++
--- /var/tmp/diff_new_pack.z5O5VQ/_old 2021-12-10 21:53:11.390913920 +0100
+++ /var/tmp/diff_new_pack.z5O5VQ/_new 2021-12-10 21:53:11.394913923 +0100
@@ -1,7 +1,7 @@
#
# spec file for package something-for-reddit
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,7 +12,7 @@
# 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/
#
@@ -20,34 +20,33 @@
%global gtk3_version 3.13.2
%global soup_version 2.4
Name: something-for-reddit
-Version: 0.2
+Version: 0.2.2
Release: 0
Summary: Browse Reddit from GNOME
-License: GPL-3.0+
-Url: https://github.com/samdroid-apps/something-for-reddit
-Source:
https://github.com/samdroid-apps/something-for-reddit/archive/v%{version}.tar.gz
-# PATCH-FIX-UPSTREAM
https://github.com/samdroid-apps/something-for-reddit/pull/44
-Patch0: desktop.patch
+License: GPL-3.0-or-later
+URL: https://github.com/samdroid-apps/something-for-reddit
+Source: %{url}/archive/v%{version}.tar.gz
+
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: desktop-file-utils
+BuildRequires: fdupes
BuildRequires: gnome-common
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: pkgconfig
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: python3-Markdown
BuildRequires: python3-arrow
BuildRequires: python3-devel
-BuildRequires: python3-Markdown
+BuildRequires: sassc
+BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >=
%{gobject_introspection_version}
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
BuildRequires: pkgconfig(libsoup-2.4) >= %{soup_version}
-BuildRequires: update-desktop-files
-BuildRequires: rubygem(sass)
-BuildRequires: fdupes
+Requires: python3-Markdown
Requires: python3-arrow
Requires: python3-gobject-Gdk
-Requires: python3-Markdown
BuildArch: noarch
%glib2_gsettings_schema_requires
@@ -55,34 +54,26 @@
This is a Reddit client, built with Gtk+ and optimized for GNOME.
%prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
+sed -i -e "1s|#!.*|#!/usr/bin/python3|" reddit-is-gtk.in
%build
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
%configure
-make %{?_smp_mflags}
+%make_build
%install
%make_install
rm %{buildroot}%{python3_sitelib}/redditisgtk/Makefile # drop arch-specific
file to make it a noarch package
%fdupes %{buildroot}%{_prefix}
-%post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-
%files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
%{_bindir}/reddit-is-gtk
%{_datadir}/%{name}
-%{_datadir}/pixmaps/*
-%dir %{_datadir}/appdata/
+%{_datadir}/icons/hicolor/
+%{_datadir}/metainfo/reddit-is-gtk.appdata.xml
+%dir %{_datadir}/appdata
%{_datadir}/appdata/reddit-is-gtk.appdata.xml
%{_datadir}/glib-2.0/schemas/today.sam.something-for-reddit.gschema.xml
%{_datadir}/applications/reddit-is-gtk.desktop
++++++ v0.2.tar.gz -> v0.2.2.tar.gz ++++++
++++ 15893 lines of diff (skipped)