commit nfoview for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package nfoview for openSUSE:Factory checked 
in at 2020-05-01 11:13:15

Comparing /work/SRC/openSUSE:Factory/nfoview (Old)
 and  /work/SRC/openSUSE:Factory/.nfoview.new.2738 (New)


Package is "nfoview"

Fri May  1 11:13:15 2020 rev:7 rq:799147 version:1.28

Changes:

--- /work/SRC/openSUSE:Factory/nfoview/nfoview.changes  2020-04-25 
20:30:15.554261438 +0200
+++ /work/SRC/openSUSE:Factory/.nfoview.new.2738/nfoview.changes
2020-05-01 11:13:17.919840330 +0200
@@ -1,0 +2,10 @@
+Thu Apr 30 07:59:19 UTC 2020 - Paolo Stivanin 
+
+- Update to 1.28:
+  * Switch default font from Terminus to Cascadia Code as Terminus is
+most commonly a bitmap font, which no longer work with Pango 1.44:
+https://gitlab.gnome.org/GNOME/pango/issues/386
+  * Always fall back on the platform default monospace font
+  * Add Dutch translation (Heimen Stoffels)
+
+---

Old:

  nfoview-1.27.1.tar.gz

New:

  nfoview-1.28.tar.gz



Other differences:
--
++ nfoview.spec ++
--- /var/tmp/diff_new_pack.Jhmd4O/_old  2020-05-01 11:13:18.815842279 +0200
+++ /var/tmp/diff_new_pack.Jhmd4O/_new  2020-05-01 11:13:18.819842288 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nfoview
-Version:1.27.1
+Version:1.28
 Release:0
 Summary:Simple Viewer for NFO Files
 License:GPL-3.0-or-later

++ nfoview-1.27.1.tar.gz -> nfoview-1.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27.1/NEWS.md new/nfoview-1.28/NEWS.md
--- old/nfoview-1.27.1/NEWS.md  2020-04-10 21:30:02.0 +0200
+++ new/nfoview-1.28/NEWS.md2020-04-28 22:30:38.0 +0200
@@ -1,3 +1,12 @@
+2020-04-28: NFO Viewer 1.28
+===
+
+* Switch default font from Terminus to Cascadia Code as Terminus is
+  most commonly a bitmap font, which no longer work with Pango 1.44:
+  
+* Always fall back on the platform default monospace font
+* Add Dutch translation (Heimen Stoffels)
+
 2020-04-10: NFO Viewer 1.27.1
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27.1/README.md new/nfoview-1.28/README.md
--- old/nfoview-1.27.1/README.md2020-04-10 21:30:02.0 +0200
+++ new/nfoview-1.28/README.md  2020-04-28 22:30:38.0 +0200
@@ -36,11 +36,17 @@
 
  Source
 
-NFO Viewer requires Python ≥ 3.2, PyGObject ≥ 3.0.0 and GTK ≥ 3.12.
-Additionally, during installation you need gettext. On Debian/Ubuntu you
-can install these with the following command.
+NFO Viewer requires Python ≥ 3.2, PyGObject ≥ 3.0.0 and GTK ≥ 3.12. You
+also need a font that supports the kinds of glyphs commonly used in NFO
+files: Cascadia Code is a good choice and used by NFO Viewer by default,
+if available. During installation you will also need gettext. On
+Debian/Ubuntu you can install these with the following command.
 
-sudo apt install python3 python3-gi gir1.2-gtk-3.0 gettext
+sudo apt install fonts-cascadia-code \
+ gettext \
+ gir1.2-gtk-3.0 \
+ python3 \
+ python3-gi
 
 Then, to install NFO Viewer, run command
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27.1/TODO.md new/nfoview-1.28/TODO.md
--- old/nfoview-1.27.1/TODO.md  2020-04-10 21:30:02.0 +0200
+++ new/nfoview-1.28/TODO.md2020-04-28 22:30:38.0 +0200
@@ -0,0 +1 @@
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nfoview-1.27.1/data/io.otsaloma.nfoview.appdata.xml.in 
new/nfoview-1.28/data/io.otsaloma.nfoview.appdata.xml.in
--- old/nfoview-1.27.1/data/io.otsaloma.nfoview.appdata.xml.in  2020-04-10 
21:30:02.0 +0200
+++ new/nfoview-1.28/data/io.otsaloma.nfoview.appdata.xml.in2020-04-28 
22:30:38.0 +0200
@@ -21,7 +21,7 @@
   https://www.transifex.com/otsaloma/nfoview/
   io.otsaloma.nfoview.desktop
   
-
+
   
   
 text/x-nfo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27.1/nfoview/__init__.py 
new/nfoview-1.28/nfoview/__init__.py
--- old/nfoview-1.27.1/nfoview/__init__.py  2020-04-10 21:30:02.0 
+0200
+++ new/nfoview-1.28/nfoview/__init__.py2020-04-28 22:30:38.0 
+0200
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see .
 
-__version__ = "1.27.1"

commit nfoview for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package nfoview for openSUSE:Factory checked 
in at 2020-04-25 20:27:48

Comparing /work/SRC/openSUSE:Factory/nfoview (Old)
 and  /work/SRC/openSUSE:Factory/.nfoview.new.2738 (New)


Package is "nfoview"

Sat Apr 25 20:27:48 2020 rev:6 rq:796689 version:1.27.1

Changes:

--- /work/SRC/openSUSE:Factory/nfoview/nfoview.changes  2020-03-17 
13:10:25.653811969 +0100
+++ /work/SRC/openSUSE:Factory/.nfoview.new.2738/nfoview.changes
2020-04-25 20:30:15.554261438 +0200
@@ -1,0 +2,7 @@
+Thu Apr 23 18:41:25 UTC 2020 - Martin Pluskal 
+
+- Update to version 1.27.1:
+  * Fix CSS error with the abnormal weight of the Unscii font
+- Drop nfoview-fix-css-font-abnormal-weight.patch
+
+---

Old:

  nfoview-1.27.tar.gz
  nfoview-fix-css-font-abnormal-weight.patch

New:

  nfoview-1.27.1.tar.gz



Other differences:
--
++ nfoview.spec ++
--- /var/tmp/diff_new_pack.E8mpgM/_old  2020-04-25 20:30:20.430271493 +0200
+++ /var/tmp/diff_new_pack.E8mpgM/_new  2020-04-25 20:30:20.434271501 +0200
@@ -17,16 +17,13 @@
 
 
 Name:   nfoview
-Version:1.27
+Version:1.27.1
 Release:0
 Summary:Simple Viewer for NFO Files
 License:GPL-3.0-or-later
 Group:  Productivity/Text/Utilities
 URL:https://otsaloma.io/nfoview/
 Source: 
https://github.com/otsaloma/nfoview/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM nfoview-fix-css-font-abnormal-weight.patch -- Fix CSS 
error with the abnormal weight of the Unscii font
-Patch:  nfoview-fix-css-font-abnormal-weight.patch
-
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  hicolor-icon-theme

++ nfoview-1.27.tar.gz -> nfoview-1.27.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27/NEWS.md new/nfoview-1.27.1/NEWS.md
--- old/nfoview-1.27/NEWS.md2019-08-09 20:51:05.0 +0200
+++ new/nfoview-1.27.1/NEWS.md  2020-04-10 21:30:02.0 +0200
@@ -1,3 +1,8 @@
+2020-04-10: NFO Viewer 1.27.1
+=
+
+* Fix CSS error with the abnormal weight of the Unscii font
+
 2019-08-09: NFO Viewer 1.27
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27/data/io.otsaloma.nfoview.appdata.xml.in 
new/nfoview-1.27.1/data/io.otsaloma.nfoview.appdata.xml.in
--- old/nfoview-1.27/data/io.otsaloma.nfoview.appdata.xml.in2019-08-09 
20:51:05.0 +0200
+++ new/nfoview-1.27.1/data/io.otsaloma.nfoview.appdata.xml.in  2020-04-10 
21:30:02.0 +0200
@@ -21,7 +21,7 @@
   https://www.transifex.com/otsaloma/nfoview/
   io.otsaloma.nfoview.desktop
   
-
+
   
   
 text/x-nfo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27/flatpak/io.otsaloma.nfoview.yml 
new/nfoview-1.27.1/flatpak/io.otsaloma.nfoview.yml
--- old/nfoview-1.27/flatpak/io.otsaloma.nfoview.yml2019-08-09 
20:51:05.0 +0200
+++ new/nfoview-1.27.1/flatpak/io.otsaloma.nfoview.yml  2020-04-10 
21:30:02.0 +0200
@@ -1,6 +1,6 @@
 app-id: io.otsaloma.nfoview
 runtime: org.gnome.Platform
-runtime-version: "3.32"
+runtime-version: "3.34"
 sdk: org.gnome.Sdk
 command: nfoview
 finish-args:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27/nfoview/__init__.py 
new/nfoview-1.27.1/nfoview/__init__.py
--- old/nfoview-1.27/nfoview/__init__.py2019-08-09 20:51:05.0 
+0200
+++ new/nfoview-1.27.1/nfoview/__init__.py  2020-04-10 21:30:02.0 
+0200
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see .
 
-__version__ = "1.27"
+__version__ = "1.27.1"
 
 import sys
 import warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27/nfoview/about.py 
new/nfoview-1.27.1/nfoview/about.py
--- old/nfoview-1.27/nfoview/about.py   2019-08-09 20:51:05.0 +0200
+++ new/nfoview-1.27.1/nfoview/about.py 2020-04-10 21:30:02.0 +0200
@@ -32,7 +32,7 @@
 self.set_transient_for(parent)
 self.set_authors(("Osmo Salomaa ",))
 self.set_comments(_("Viewer for NFO files"))
-self.set_copyright("Copyright © 2005–2019 Osmo Salomaa")
+self.set_copyright("Copyright © 2005–2020 Osmo Salomaa")
 self.set_license_type(Gtk.License.GPL_3_0)
 self.set_logo_icon_name("io.otsaloma.nfoview")
 # TRANSLATORS: The application 

commit nfoview for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package nfoview for openSUSE:Factory checked 
in at 2020-03-17 13:10:17

Comparing /work/SRC/openSUSE:Factory/nfoview (Old)
 and  /work/SRC/openSUSE:Factory/.nfoview.new.3160 (New)


Package is "nfoview"

Tue Mar 17 13:10:17 2020 rev:5 rq:785698 version:1.27

Changes:

--- /work/SRC/openSUSE:Factory/nfoview/nfoview.changes  2019-01-25 
22:44:31.559142362 +0100
+++ /work/SRC/openSUSE:Factory/.nfoview.new.3160/nfoview.changes
2020-03-17 13:10:25.653811969 +0100
@@ -1,0 +2,17 @@
+Mon Mar 16 15:04:05 UTC 2020 - Bjørn Lie 
+
+- Update to version 1.27:
+  * New app icon, as full-color and symbolic SVGs.
+  * Use the reverse domain name "io.otsaloma.nfoview" for desktop
+file, appdata file and icons.
+- Changes from version 1.26.1:
+  * Updated translations.
+- Modernize spec, use autosetup and python macros.
+- Add fdupes BuildRequires and macro, remove duplicate files.
+- Drop -lang Recommends: No longer needed, supplements in place.
+- Drop hicolor-icon-theme and update-desktop-files
+  Requires(post(un)) and macros: No longer needed.
+- Add nfoview-fix-css-font-abnormal-weight.patch: Fix CSS error
+  with the abnormal weight of the Unscii font.
+
+---

Old:

  nfoview-1.26.tar.gz

New:

  nfoview-1.27.tar.gz
  nfoview-fix-css-font-abnormal-weight.patch



Other differences:
--
++ nfoview.spec ++
--- /var/tmp/diff_new_pack.OdulF4/_old  2020-03-17 13:10:26.441812574 +0100
+++ /var/tmp/diff_new_pack.OdulF4/_new  2020-03-17 13:10:26.445812577 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfoview
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,22 @@
 
 
 Name:   nfoview
-Version:1.26
+Version:1.27
 Release:0
 Summary:Simple Viewer for NFO Files
 License:GPL-3.0-or-later
 Group:  Productivity/Text/Utilities
-Url:http://otsaloma.io/nfoview/
+URL:https://otsaloma.io/nfoview/
 Source: 
https://github.com/otsaloma/nfoview/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM nfoview-fix-css-font-abnormal-weight.patch -- Fix CSS 
error with the abnormal weight of the Unscii font
+Patch:  nfoview-fix-css-font-abnormal-weight.patch
+
+BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
-Requires(post): hicolor-icon-theme
-Requires(post): update-desktop-files
-Requires(postun): hicolor-icon-theme
-Requires(postun): update-desktop-files
-Recommends: %{name}-lang
 Recommends: terminus-font
 BuildArch:  noarch
 
@@ -46,42 +45,29 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-python3 setup.py build
+%python3_build
 
 %install
-python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
-
-%suse_update_desktop_file -r %{name} Office Viewer
-
+%python3_install
+%suse_update_desktop_file -r io.otsaloma.nfoview Office Viewer
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/%{name}
 %find_lang %{name}
 
-%if 0%{?suse_version} < 1330
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS.md COPYING NEWS.md README.md
+%doc AUTHORS.md NEWS.md README.md
+%license COPYING
 %{_bindir}/%{name}
 %{_datadir}/%{name}
-%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/%{name}.appdata.xml
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/*/%{name}.*
+%{_datadir}/metainfo/io.otsaloma.nfoview.appdata.xml
+%{_datadir}/applications/io.otsaloma.nfoview.desktop
+%{_datadir}/icons/hicolor/*/apps/io.otsaloma.nfoview*.svg
 %{_mandir}/man?/*
 %{python3_sitelib}/%{name}
 %{python3_sitelib}/*.egg-info
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ nfoview-1.26.tar.gz -> nfoview-1.27.tar.gz ++
 2121 lines of diff (skipped)

++ nfoview-fix-css-font-abnormal-weight.patch ++
>From ece624ec76c93c28bfcc47037bed4fc4e232ef4f Mon Sep 17 00:00:00 2001
From: Osmo Salomaa 
Date: Fri, 16 Aug 2019 20:32:00 +0300
Subject: [PATCH] Fix CSS error with the abnormal weight of the Unscii font

---
 TODO.md | 4 
 nfoview/util.py | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index e69de29..c64e371 100644
--- a/TODO.md
+++ b/TODO.md
@@ -0,0 +1,4 @@
+NFO Viewer 

commit nfoview for openSUSE:Factory

2019-01-25 Thread root
Hello community,

here is the log from the commit of package nfoview for openSUSE:Factory checked 
in at 2019-01-25 22:44:30

Comparing /work/SRC/openSUSE:Factory/nfoview (Old)
 and  /work/SRC/openSUSE:Factory/.nfoview.new.28833 (New)


Package is "nfoview"

Fri Jan 25 22:44:30 2019 rev:4 rq:668312 version:1.26

Changes:

--- /work/SRC/openSUSE:Factory/nfoview/nfoview.changes  2018-10-01 
08:17:41.977957039 +0200
+++ /work/SRC/openSUSE:Factory/.nfoview.new.28833/nfoview.changes   
2019-01-25 22:44:31.559142362 +0100
@@ -1,0 +2,12 @@
+Wed Jan 23 20:24:30 UTC 2019 - bjorn@gmail.com
+
+- Update to version 1.26:
+  * Use native file dialogs when available.
+- Changes from version 1.25:
+  * Add support for building a Flatpak.
+  * Add 64x64 and 128x128 icons.
+  * Update AppData XML file.
+  * Fix build reproducibility.
+  * Updated translations.
+
+---

Old:

  nfoview-1.24.tar.gz

New:

  nfoview-1.26.tar.gz



Other differences:
--
++ nfoview.spec ++
--- /var/tmp/diff_new_pack.zBZnjV/_old  2019-01-25 22:44:32.087141711 +0100
+++ /var/tmp/diff_new_pack.zBZnjV/_new  2019-01-25 22:44:32.087141711 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfoview
 #
-# Copyright (c) 2017 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,15 +12,15 @@
 # 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:   nfoview
-Version:1.24
+Version:1.26
 Release:0
 Summary:Simple Viewer for NFO Files
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Text/Utilities
 Url:http://otsaloma.io/nfoview/
 Source: 
https://github.com/otsaloma/nfoview/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

++ nfoview-1.24.tar.gz -> nfoview-1.26.tar.gz ++
 5687 lines of diff (skipped)




commit nfoview for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package nfoview for openSUSE:Factory checked 
in at 2018-10-01 08:17:32

Comparing /work/SRC/openSUSE:Factory/nfoview (Old)
 and  /work/SRC/openSUSE:Factory/.nfoview.new (New)


Package is "nfoview"

Mon Oct  1 08:17:32 2018 rev:3 rq:638711 version:1.24

Changes:

--- /work/SRC/openSUSE:Factory/nfoview/nfoview.changes  2017-11-13 
14:07:19.159160896 +0100
+++ /work/SRC/openSUSE:Factory/.nfoview.new/nfoview.changes 2018-10-01 
08:17:41.977957039 +0200
@@ -1,0 +2,8 @@
+Wed Sep 26 18:06:53 UTC 2018 - Bernhard Wiedemann 
+
+- Update to version 1.24:
+  * Avoid error output if not using header bars
+  * Set program name
+  * Sort input file list to make build reproducible (boo#1041090)
+
+---

Old:

  nfoview-1.23.tar.gz

New:

  nfoview-1.24.tar.gz



Other differences:
--
++ nfoview.spec ++
--- /var/tmp/diff_new_pack.eEHjcP/_old  2018-10-01 08:17:42.553956670 +0200
+++ /var/tmp/diff_new_pack.eEHjcP/_new  2018-10-01 08:17:42.553956670 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nfoview
-Version:1.23
+Version:1.24
 Release:0
 Summary:Simple Viewer for NFO Files
 License:GPL-3.0+

++ nfoview-1.23.tar.gz -> nfoview-1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.23/INSTALL.md new/nfoview-1.24/INSTALL.md
--- old/nfoview-1.23/INSTALL.md 2017-11-06 22:35:22.0 +0100
+++ new/nfoview-1.24/INSTALL.md 1970-01-01 01:00:00.0 +0100
@@ -1,23 +0,0 @@
-Installation
-
-
-To install, run command
-
-python3 setup.py install [--prefix=...]
-
-In addition to Python, you'll need gettext.
-
-Uninstallation
-==
-
-To uninstall, remove files and directories
-
-.../bin/nfoview
-.../lib/python3.*/dist-packages/nfoview*
-.../lib/python3.*/site-packages/nfoview*
-.../share/applications/nfoview.desktop
-.../share/icons/hicolor/*/apps/nfoview.*
-.../share/locale/*/LC_MESSAGES/nfoview.mo
-.../share/man/man1/nfoview.1
-.../share/metainfo/nfoview.appdata.xml
-.../share/nfoview/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.23/NEWS.md new/nfoview-1.24/NEWS.md
--- old/nfoview-1.23/NEWS.md2017-11-06 22:35:22.0 +0100
+++ new/nfoview-1.24/NEWS.md2018-04-22 18:21:57.0 +0200
@@ -1,3 +1,9 @@
+2018-04-22: NFO Viewer 1.24
+===
+
+* Fix possibly missing icon in GNOME shell on Wayland
+* Update translations
+
 2017-11-06: NFO Viewer 1.23
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.23/README.md new/nfoview-1.24/README.md
--- old/nfoview-1.23/README.md  2017-11-06 22:35:22.0 +0100
+++ new/nfoview-1.24/README.md  2018-04-22 18:21:57.0 +0200
@@ -2,41 +2,39 @@
 ==
 
 [![Build 
Status](https://travis-ci.org/otsaloma/nfoview.svg)](https://travis-ci.org/otsaloma/nfoview)
+[![Packages](https://repology.org/badge/tiny-repos/nfoview.svg)](https://repology.org/metapackage/nfoview)
 
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/otsaloma/nfoview)
 
[![Donate](https://img.shields.io/badge/donate-paypal.me-blue.svg)](https://www.paypal.me/otsaloma)
-[![Downloads](https://img.shields.io/github/downloads/otsaloma/nfoview/total.svg)](https://github.com/otsaloma/nfoview/releases)
-[![Downloads](https://img.shields.io/github/downloads/otsaloma/nfoview/latest/total.svg)](https://github.com/otsaloma/nfoview/releases/latest)
 
 NFO Viewer is a simple viewer for NFO files, which are "ASCII" art in
 the CP437 codepage. The advantages of using NFO Viewer instead of a text
 editor are preset font and encoding settings, automatic window size and
 clickable hyperlinks.
 
-NFO Viewer is free software released under the GNU General Public
-License (GPL), see the file [`COPYING`](COPYING) for details.
+## Installing
 
-Dependencies
-
+### Linux
 
-NFO Viewer requires [Python][1] 3.2 or greater, [PyGObject][2] 3.0.0 or
-greater and [GTK+][3] 3.12 or greater. [Terminus font][4] is recommended
-and used by default.
-
-[1]: http://www.python.org/
-[2]: http://wiki.gnome.org/Projects/PyGObject
-[3]: http://www.gtk.org/
-[4]: http://terminus-font.sourceforge.net/
-
-Terminus font is used by default because it renders drawing characters
-taller than text characters. You can use any other fixed width font that
-has support for the necessary CP437 drawing characters (e.g. DejaVu Sans
-Mono), but with them you need to decrease the line-spacing (to a
-negative value that 

commit nfoview for openSUSE:Factory

2017-11-13 Thread root
Hello community,

here is the log from the commit of package nfoview for openSUSE:Factory checked 
in at 2017-11-13 14:06:59

Comparing /work/SRC/openSUSE:Factory/nfoview (Old)
 and  /work/SRC/openSUSE:Factory/.nfoview.new (New)


Package is "nfoview"

Mon Nov 13 14:06:59 2017 rev:2 rq:541203 version:1.23

Changes:

--- /work/SRC/openSUSE:Factory/nfoview/nfoview.changes  2017-02-28 
23:50:34.577215961 +0100
+++ /work/SRC/openSUSE:Factory/.nfoview.new/nfoview.changes 2017-11-13 
14:07:19.159160896 +0100
@@ -1,0 +2,23 @@
+Sun Nov 12 20:47:54 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.23:
+  * Install AppData XML file under /usr/share/metainfo.
+  * Drop build dependency on intltool (use gettext instead).
+  * Add Donate button to about dialog.
+  * Updated translations.
+- Replace intltool with gettext BuildRequires following upstreams
+  port.
+
+---
+Sat Sep 30 18:43:42 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.22:
+  * Fix window height calculation if line-spacing non-zero.
+  * Fix color scheme names not translated.
+  * Updated translations.
+- Disable desktop_database_post/postun and
+  icon_theme_cache_post/postun scriptlets on suse_version >= 1330:
+  this functionality is now covered by file triggers and the macros
+  expand to %nil.
+
+---

Old:

  nfoview-1.21.tar.gz

New:

  nfoview-1.23.tar.gz



Other differences:
--
++ nfoview.spec ++
--- /var/tmp/diff_new_pack.tbytgI/_old  2017-11-13 14:07:19.919133555 +0100
+++ /var/tmp/diff_new_pack.tbytgI/_new  2017-11-13 14:07:19.923133410 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   nfoview
-Version:1.21
+Version:1.23
 Release:0
 Summary:Simple Viewer for NFO Files
 License:GPL-3.0+
 Group:  Productivity/Text/Utilities
 Url:http://otsaloma.io/nfoview/
 Source: 
https://github.com/otsaloma/nfoview/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  gettext
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
@@ -58,6 +58,7 @@
 
 %find_lang %{name}
 
+%if 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -65,15 +66,16 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.md COPYING NEWS.md README.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}
-%dir %{_datadir}/appdata
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/icons/hicolor/*/*/%{name}.*
 %{_mandir}/man?/*
 %{python3_sitelib}/%{name}

++ nfoview-1.21.tar.gz -> nfoview-1.23.tar.gz ++
 5821 lines of diff (skipped)