Hello community, here is the log from the commit of package novprog for openSUSE:Factory checked in at 2017-10-27 14:00:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/novprog (Old) and /work/SRC/openSUSE:Factory/.novprog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "novprog" Fri Oct 27 14:00:52 2017 rev:3 rq:536860 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/novprog/novprog.changes 2016-12-26 21:46:30.674196744 +0100 +++ /work/SRC/openSUSE:Factory/.novprog.new/novprog.changes 2017-10-27 14:00:54.417460144 +0200 @@ -1,0 +2,7 @@ +Thu Oct 19 11:31:39 UTC 2017 - [email protected] + +- Update to version 3.1.2: + * FIXED: Did not always install translations in Linux. + * Translation updates: Dutch. + +------------------------------------------------------------------- Old: ---- novprog-3.1.1-src.tar.bz2 New: ---- novprog-3.1.2-src.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ novprog.spec ++++++ --- /var/tmp/diff_new_pack.8GocgL/_old 2017-10-27 14:00:56.073382736 +0200 +++ /var/tmp/diff_new_pack.8GocgL/_new 2017-10-27 14:00:56.077382549 +0200 @@ -1,7 +1,7 @@ # # spec file for package novprog # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 Graeme Gott <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: novprog -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: Wordcount graphing program License: GPL-3.0+ @@ -66,12 +66,11 @@ %icon_theme_cache_postun %files -%defattr(-,root,root,-) %doc ChangeLog COPYING CREDITS README %{_bindir}/%{name} %{_datadir}/%{name} -%{_datadir}/appdata -%{_datadir}/appdata/%{name}.appdata.xml +%dir %{_datadir}/metainfo +%{_datadir}/metainfo/novprog.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/* %{_datadir}/pixmaps/%{name}.xpm ++++++ novprog-3.1.1-src.tar.bz2 -> novprog-3.1.2-src.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/novprog-3.1.1/ChangeLog new/novprog-3.1.2/ChangeLog --- old/novprog-3.1.1/ChangeLog 2016-10-10 14:08:07.000000000 +0200 +++ new/novprog-3.1.2/ChangeLog 2017-08-05 17:22:21.000000000 +0200 @@ -1,3 +1,45 @@ +commit 24910eaa6bbc917057ce6934309981e9e54503dd +Author: Graeme Gott <[email protected]> +Date: 2017-08-05 + + Bump version number. + +commit 3f74e2cd6187383f899c10ef1ff229a25a27b413 +Author: Graeme Gott <[email protected]> +Date: 2017-08-05 + + Sync translations with Transifex. + +commit e08474e87e69b2902dfc850bdf55c94c69a6f266 +Author: Graeme Gott <[email protected]> +Date: 2017-07-05 + + Update deprecation warning. + +commit 0f4545e4edf883799d3c3e83d63e8aa6bc428771 +Author: Graeme Gott <[email protected]> +Date: 2017-07-01 + + FIXED: Did not always install translations in Linux. + +commit a04e644c3f0d6850ffdae2f5ba39e8cd3b437936 +Author: Graeme Gott <[email protected]> +Date: 2017-04-13 + + Disable narrowing conversions in slots. + +commit 13d83a7d00fa8f5cca9728232d409983c55685c0 +Author: Graeme Gott <[email protected]> +Date: 2017-02-01 + + Update AppData installation directory. + +commit 0050ba80125ad3fb76126c485f6bc7b9858b282e +Author: Graeme Gott <[email protected]> +Date: 2017-01-26 + + Warn about deprecated code. + commit c5bbe709f626fe45fbfb6e608b05a2521561163d Author: Graeme Gott <[email protected]> Date: 2016-10-10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/novprog-3.1.1/NEWS new/novprog-3.1.2/NEWS --- old/novprog-3.1.1/NEWS 2016-10-10 14:07:13.000000000 +0200 +++ new/novprog-3.1.2/NEWS 2017-08-05 17:21:22.000000000 +0200 @@ -1,3 +1,8 @@ +3.1.2 +----- +* FIXED: Did not always install translations in Linux. +* Translation updates: Dutch. + 3.1.1 ----- * Generate binary translations at build time. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/novprog-3.1.1/mac_deploy.sh new/novprog-3.1.2/mac_deploy.sh --- old/novprog-3.1.1/mac_deploy.sh 2016-10-10 14:06:43.000000000 +0200 +++ new/novprog-3.1.2/mac_deploy.sh 2017-08-05 17:21:32.000000000 +0200 @@ -2,7 +2,7 @@ APP='NovProg' BUNDLE="$APP.app" -VERSION='3.1.1' +VERSION='3.1.2' # Remove any previous disk folder or DMG echo -n 'Preparing... ' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/novprog-3.1.1/novprog.pro new/novprog-3.1.2/novprog.pro --- old/novprog-3.1.1/novprog.pro 2016-10-10 14:06:32.000000000 +0200 +++ new/novprog-3.1.2/novprog.pro 2017-08-05 17:21:55.000000000 +0200 @@ -5,6 +5,10 @@ QT += widgets CONFIG += warn_on c++11 +DEFINES += QT_DEPRECATED_WARNINGS +DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050900 +DEFINES += QT_NO_NARROWING_CONVERSIONS_IN_CONNECT + # Allow in-tree builds !win32 { MOC_DIR = build @@ -13,7 +17,7 @@ } # Set program version -VERSION = 3.1.1 +VERSION = 3.1.2 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" # Set program name @@ -78,9 +82,9 @@ desktop.path = $$DATADIR/applications appdata.files = icons/novprog.appdata.xml - appdata.path = $$DATADIR/appdata + appdata.path = $$DATADIR/metainfo - qm.files = translations/*.qm + qm.files = $$replace(TRANSLATIONS, .ts, .qm) qm.path = $$DATADIR/novprog/translations qm.CONFIG += no_check_exist diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/novprog-3.1.1/translations/novprog_nl.ts new/novprog-3.1.2/translations/novprog_nl.ts --- old/novprog-3.1.1/translations/novprog_nl.ts 2016-10-10 14:05:18.000000000 +0200 +++ new/novprog-3.1.2/translations/novprog_nl.ts 2017-08-05 17:20:25.000000000 +0200 @@ -15,11 +15,11 @@ <name>LocaleDialog</name> <message> <source>Select application language:</source> - <translation>Selecteer de taal van de applicatie</translation> + <translation>Applicatietaal selecteren:</translation> </message> <message> <source><System Language></source> - <translation><systeemtaal></translation> + <translation><Systeemtaal></translation> </message> <message> <source>Note</source> @@ -27,7 +27,7 @@ </message> <message> <source>Please restart this application for the change in language to take effect.</source> - <translation>Graag de applicatie herstarten om de taalwijziging uit te voeren</translation> + <translation>Herstart de applicatie om de taalwijziging toe te passen.</translation> </message> </context> <context> @@ -42,7 +42,7 @@ </message> <message> <source>N/A</source> - <translation>N/B</translation> + <translation>N.V.T.</translation> </message> <message> <source>Date Range</source> @@ -93,7 +93,7 @@ <name>Window</name> <message> <source>Novel Progress</source> - <translation>Voortgang verhaal</translation> + <translation>Voortgang van roman</translation> </message> <message> <source>Total</source> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/novprog-3.1.1/windows/installer.nsi new/novprog-3.1.2/windows/installer.nsi --- old/novprog-3.1.1/windows/installer.nsi 2016-10-10 14:06:50.000000000 +0200 +++ new/novprog-3.1.2/windows/installer.nsi 2017-08-05 17:21:46.000000000 +0200 @@ -4,7 +4,7 @@ !define APPNAME "NovProg" !define VERSIONMAJOR 3 !define VERSIONMINOR 1 -!define VERSIONPATCH 1 +!define VERSIONPATCH 2 !define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}" !define ABOUTURL "https://gottcode.org/novprog/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/novprog-3.1.1/windows_deploy.bat new/novprog-3.1.2/windows_deploy.bat --- old/novprog-3.1.1/windows_deploy.bat 2016-10-10 14:06:38.000000000 +0200 +++ new/novprog-3.1.2/windows_deploy.bat 2017-08-05 17:21:38.000000000 +0200 @@ -1,7 +1,7 @@ @ECHO OFF SET APP=NovProg -SET VERSION=3.1.1 +SET VERSION=3.1.2 ECHO Copying executable MKDIR %APP%
