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 <[email protected]>
+
+- 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.000000000 +0200
+++ new/nfoview-1.28/NEWS.md    2020-04-28 22:30:38.000000000 +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:
+  <https://gitlab.gnome.org/GNOME/pango/issues/386>
+* 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.md        2020-04-10 21:30:02.000000000 +0200
+++ new/nfoview-1.28/README.md  2020-04-28 22:30:38.000000000 +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.000000000 +0200
+++ new/nfoview-1.28/TODO.md    2020-04-28 22:30:38.000000000 +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.000000000 +0200
+++ new/nfoview-1.28/data/io.otsaloma.nfoview.appdata.xml.in    2020-04-28 
22:30:38.000000000 +0200
@@ -21,7 +21,7 @@
   <url type="translate">https://www.transifex.com/otsaloma/nfoview/</url>
   <launchable type="desktop-id">io.otsaloma.nfoview.desktop</launchable>
   <releases>
-    <release version="1.27.1" date="2020-04-10"/>
+    <release version="1.28" date="2020-04-28"/>
   </releases>
   <mimetypes>
     <mimetype>text/x-nfo</mimetype>
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.000000000 
+0200
+++ new/nfoview-1.28/nfoview/__init__.py        2020-04-28 22:30:38.000000000 
+0200
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = "1.27.1"
+__version__ = "1.28"
 
 import sys
 import warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27.1/nfoview/config.py 
new/nfoview-1.28/nfoview/config.py
--- old/nfoview-1.27.1/nfoview/config.py        2020-04-10 21:30:02.000000000 
+0200
+++ new/nfoview-1.28/nfoview/config.py  2020-04-28 22:30:38.000000000 +0200
@@ -18,14 +18,13 @@
 import nfoview
 import os
 import re
-import sys
 
 __all__ = ("ConfigurationStore",)
 
 DEFAULTS = {
     "background_color": "#ffffff",
     "color_scheme": "default",
-    "font": "Consolas 10" if sys.platform == "win32" else "Terminus 12",
+    "font": "Cascadia Code 10",
     "foreground_color": "#2e3436",
     "link_color": "#2a76c6",
     "pixels_above_lines": 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27.1/nfoview/util.py 
new/nfoview-1.28/nfoview/util.py
--- old/nfoview-1.27.1/nfoview/util.py  2020-04-10 21:30:02.000000000 +0200
+++ new/nfoview-1.28/nfoview/util.py    2020-04-28 22:30:38.000000000 +0200
@@ -43,7 +43,7 @@
     .nfoview-text-view, .nfoview-text-view text {{
         background-color: {bg};
         color: {fg};
-        font-family: {family};
+        font-family: {family}, monospace;
         font-size: {size}{unit};
         font-weight: {weight};
     }}""".format(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27.1/po/nl.po new/nfoview-1.28/po/nl.po
--- old/nfoview-1.27.1/po/nl.po 1970-01-01 01:00:00.000000000 +0100
+++ new/nfoview-1.28/po/nl.po   2020-04-28 22:30:38.000000000 +0200
@@ -0,0 +1,206 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Heimen Stoffels <[email protected]>, 2020
+msgid ""
+msgstr ""
+"Project-Id-Version: nfoview\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-04-10 22:25+0300\n"
+"PO-Revision-Date: 2020-04-11 17:24+0000\n"
+"Last-Translator: Heimen Stoffels <[email protected]>\n"
+"Language-Team: Dutch 
(http://www.transifex.com/otsaloma/nfoview/language/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: nfoview/about.py:31
+msgid "About NFO Viewer"
+msgstr "Over NFO-weergave"
+
+#: nfoview/about.py:34 data/io.otsaloma.nfoview.appdata.xml.in:7
+msgid "Viewer for NFO files"
+msgstr "Bekijk NFO-bestanden"
+
+#. TRANSLATORS: The application name "NFO Viewer" has been intentionally
+#. marked as translatable. If you manage to translate the name in a
+#. fluent manner, without changing the meaning, you may use that
+#. translation at your discretion.
+#: nfoview/about.py:42 nfoview/window.py:82
+#: data/io.otsaloma.nfoview.appdata.xml.in:6
+#: data/io.otsaloma.nfoview.desktop.in:4
+msgid "NFO Viewer"
+msgstr "NFO-weergave"
+
+#. TRANSLATORS: This is a special message that shouldn't be translated
+#. literally. It is used in the about dialog to give credits to the
+#. translators. Thus, you should translate it to your name and email
+#. address. You can also include other translators who have contributed
+#. to this translation; in that case, please write them on separate
+#. lines seperated by newlines (\n).
+#: nfoview/about.py:49
+msgid "translator-credits"
+msgstr "Heimen Stoffels <[email protected]>"
+
+#: nfoview/about.py:52
+msgid "NFO Viewer Website"
+msgstr "Website"
+
+#: nfoview/export.py:35
+msgid "Export Image"
+msgstr "Afbeelding exporteren"
+
+#: nfoview/export.py:39 nfoview/export.py:42 nfoview/open.py:39
+#: nfoview/open.py:42
+msgid "_Cancel"
+msgstr "_Annuleren"
+
+#: nfoview/export.py:40 nfoview/export.py:43
+msgid "_Save"
+msgstr "Op_slaan"
+
+#: nfoview/open.py:35
+msgid "Open"
+msgstr "Openen"
+
+#: nfoview/open.py:40 nfoview/open.py:43
+msgid "_Open"
+msgstr "_Openen"
+
+#: nfoview/open.py:47
+msgid "All files"
+msgstr "Alle bestanden"
+
+#: nfoview/open.py:51
+msgid "NFO files (*.nfo)"
+msgstr "NFO-bestanden (*.nfo)"
+
+#: nfoview/schemes.py:46
+msgid "Black on white"
+msgstr "Zwart op wit"
+
+#: nfoview/schemes.py:56
+msgid "Custom"
+msgstr "Aangepast"
+
+#: nfoview/schemes.py:66
+msgid "Dark grey on light grey"
+msgstr "Donkergrijs op lichtgrijs"
+
+#: nfoview/schemes.py:79
+msgid "System theme"
+msgstr "Systeemthema"
+
+#: nfoview/schemes.py:89
+msgid "Grey on black"
+msgstr "Grijs op zwart"
+
+#: nfoview/schemes.py:99
+msgid "Light grey on dark grey"
+msgstr "Lichtgrijs op donkergrijs"
+
+#: nfoview/schemes.py:109
+msgid "White on black"
+msgstr "Wit op zwart"
+
+#: data/menu.ui:6
+msgid "_Open…"
+msgstr "_Openen..."
+
+#: data/menu.ui:10
+msgid "_Export Image…"
+msgstr "Afbeelding _exporteren..."
+
+#: data/menu.ui:16
+msgid "C_opy"
+msgstr "K_opiëren"
+
+#: data/menu.ui:20
+msgid "_Select All"
+msgstr "Alles _selecteren"
+
+#: data/menu.ui:24
+msgid "_Wrap Lines"
+msgstr "_Regels omslaan"
+
+#: data/menu.ui:30
+msgid "_Preferences"
+msgstr "_Instellingen"
+
+#: data/menu.ui:34
+msgid "_About"
+msgstr "_Over"
+
+#: data/menu.ui:40
+msgid "_Close"
+msgstr "_Sluiten"
+
+#: data/menu.ui:44
+msgid "_Quit"
+msgstr "_Afsluiten"
+
+#: data/preferences-dialog.ui:51
+msgid "Text"
+msgstr "Tekst"
+
+#: data/preferences-dialog.ui:75
+msgid "_Font:"
+msgstr "_Lettertype:"
+
+#: data/preferences-dialog.ui:89
+msgid "Li_ne-spacing:"
+msgstr "Regelafsta_nd:"
+
+#: data/preferences-dialog.ui:153
+msgid "Colors"
+msgstr "Thema"
+
+#: data/preferences-dialog.ui:176
+msgid "_Schemes:"
+msgstr "_Schema's:"
+
+#: data/preferences-dialog.ui:190
+msgid "Fo_reground:"
+msgstr "Voo_rgrond:"
+
+#: data/preferences-dialog.ui:204
+msgid "Bac_kground:"
+msgstr "A_chtergrond:"
+
+#: data/preferences-dialog.ui:218
+msgid "_Link:"
+msgstr "_Link:"
+
+#: data/preferences-dialog.ui:232
+msgid "_Visited link:"
+msgstr "Be_zochte link:"
+
+#: data/preferences-dialog.ui:332
+msgid "Preferences"
+msgstr "Instellingen"
+
+#: data/io.otsaloma.nfoview.appdata.xml.in:9
+msgid ""
+"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."
+msgstr "Met NFO-weergave bekijk je eenvoudig NFO-bestanden, welke zijn 
opgemaakt in 'ASCII' in de CP437-codepagina. NFO-weergave heeft een aantal 
voordelen t.o.v. een tekstbewerker: lettertype- en versleutelingsinstellingen, 
automatische venstergrootte en aanklikbare links."
+
+#: data/io.otsaloma.nfoview.appdata.xml.in:34
+msgid "Main window"
+msgstr "Hoofdvenster"
+
+#: data/io.otsaloma.nfoview.desktop.in:5
+msgid "View NFO files"
+msgstr "Bekijk NFO-bestanden"
+
+#. TRANSLATORS: Search terms to find this application. Do NOT translate or
+#. localize the semicolons! The list MUST also end with a semicolon!
+#: data/io.otsaloma.nfoview.desktop.in:11
+msgid "information;"
+msgstr "informatie;"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nfoview-1.27.1/win32/nfoview.iss 
new/nfoview-1.28/win32/nfoview.iss
--- old/nfoview-1.27.1/win32/nfoview.iss        2020-04-10 21:30:02.000000000 
+0200
+++ new/nfoview-1.28/win32/nfoview.iss  2020-04-28 22:30:38.000000000 +0200
@@ -3,14 +3,14 @@
 [Setup]
 AppId=io.otsaloma.nfoview
 AppName=NFO Viewer
-AppVerName=NFO Viewer 1.27.1
+AppVerName=NFO Viewer 1.28
 AppPublisher=Osmo Salomaa
 AppPublisherURL=https://otsaloma.io/nfoview/
 DefaultDirName={pf}\NFO Viewer
 DefaultGroupName=NFO Viewer
 AllowNoIcons=yes
 OutputDir=".."
-OutputBaseFilename=nfoview-1.27.1-win32
+OutputBaseFilename=nfoview-1.28-win32
 Compression=lzma
 SolidCompression=yes
 


Reply via email to