Hello community,

here is the log from the commit of package lxqt-about for openSUSE:Factory 
checked in at 2017-10-24 22:22:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-about (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-about.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-about"

Tue Oct 24 22:22:50 2017 rev:9 rq:535970 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-about/lxqt-about.changes    2017-03-12 
19:58:56.124755068 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-about.new/lxqt-about.changes       
2017-10-24 22:23:02.469358396 +0200
@@ -1,0 +2,14 @@
+Mon Oct 23 10:37:08 UTC 2017 - [email protected]
+
+- Update to 0.12.0:
+  * Set patch version 0
+  * Don't export github templates
+  * Added Lithuanian translation
+  * added myself
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added a very basic cli (#39)
+  * updated Polish translation
+  * Update AUTHORS
+- Remove post and postun
+
+-------------------------------------------------------------------

Old:
----
  lxqt-about-0.11.1.tar.xz
  lxqt-about-0.11.1.tar.xz.asc

New:
----
  lxqt-about-0.12.0.tar.xz
  lxqt-about-0.12.0.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxqt-about.spec ++++++
--- /var/tmp/diff_new_pack.ug1HTR/_old  2017-10-24 22:23:03.109328480 +0200
+++ /var/tmp/diff_new_pack.ug1HTR/_new  2017-10-24 22:23:03.113328294 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           lxqt-about
-Version:        0.11.1
+Version:        0.12.0
 Release:        0
 Summary:        LXQt About Dialog
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/LXQt
 Url:            http://www.lxde.org
-Source:         
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-Source1:        
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source:         
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source1:        
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires: lxqt-build-tools-devel
@@ -52,12 +52,6 @@
 %install
 %cmake_install
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING

++++++ lxqt-about-0.11.1.tar.xz -> lxqt-about-0.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/AUTHORS 
new/lxqt-about-0.12.0/AUTHORS
--- old/lxqt-about-0.11.1/AUTHORS       2017-01-01 22:56:01.000000000 +0100
+++ new/lxqt-about-0.12.0/AUTHORS       2017-10-21 21:06:09.000000000 +0200
@@ -4,7 +4,7 @@
 
 Copyright:
     Copyright (c) 2010-2012 Razor team
-    Copyright (c) 2012-2016 LXQt team
+    Copyright (c) 2012-2017 LXQt team
     Petr Vanek <[email protected]>
 
 License: LGPL-2.1+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/CHANGELOG 
new/lxqt-about-0.12.0/CHANGELOG
--- old/lxqt-about-0.11.1/CHANGELOG     2017-01-01 22:56:01.000000000 +0100
+++ new/lxqt-about-0.12.0/CHANGELOG     2017-10-21 21:06:09.000000000 +0200
@@ -1,7 +1,20 @@
 
-lxqt-about-0.11.1 / 2017-01-01
+lxqt-about-0.12.0 / 2017-10-21
 ==============================
 
+  * Set patch version 0
+  * Don't export github templates
+  * Added Lithuanian translation
+  * added myself
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added a very basic cli (#39)
+  * updated Polish translation
+  * Update AUTHORS
+
+0.11.1 / 2017-01-01
+===================
+
+  * Release 0.11.1: Update changelog
   * Removed da_DK (keep da)
   * Added *da.desktop, renamed da_DK to da
   * .gitignore: Fix typo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/CMakeLists.txt 
new/lxqt-about-0.12.0/CMakeLists.txt
--- old/lxqt-about-0.11.1/CMakeLists.txt        2017-01-01 22:56:01.000000000 
+0100
+++ new/lxqt-about-0.12.0/CMakeLists.txt        2017-10-21 21:06:09.000000000 
+0200
@@ -21,7 +21,7 @@
     aboutdialog/lxqtaboutdialog.ui
 )
 
-find_package(lxqt REQUIRED QUIET)
+find_package(lxqt REQUIRED)
 
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
 
@@ -29,6 +29,12 @@
     set(CMAKE_BUILD_TYPE Release)
 endif()
 
+## Patch Version
+set(LXQT_ABOUT_PATCH_VERSION 0)
+
+set(LXQT_ABOUT_VERSION 
${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_ABOUT_PATCH_VERSION})
+add_definitions("-DLXQT_ABOUT_VERSION=\"${LXQT_ABOUT_VERSION}\"")
+
 # Translations **********************************
 include(LXQtTranslate)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/aboutdialog/technicalinfo.cpp 
new/lxqt-about-0.12.0/aboutdialog/technicalinfo.cpp
--- old/lxqt-about-0.11.1/aboutdialog/technicalinfo.cpp 2017-01-01 
22:56:01.000000000 +0100
+++ new/lxqt-about-0.12.0/aboutdialog/technicalinfo.cpp 2017-10-21 
21:06:09.000000000 +0200
@@ -163,7 +163,8 @@
     QString buildType("Release");
 #endif
 
-    table->add("Version",              LXQT_VERSION);
+    table->add("LXQt About Version",   LXQT_ABOUT_VERSION);
+    table->add("LXQt Version",         LXQT_VERSION);
     table->add("Qt",                   qVersion());
     table->add("Build type",           buildType);
     table->add("System Configuration", LXQT_ETC_XDG_DIR);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/main.cpp 
new/lxqt-about-0.12.0/main.cpp
--- old/lxqt-about-0.11.1/main.cpp      2017-01-01 22:56:01.000000000 +0100
+++ new/lxqt-about-0.12.0/main.cpp      2017-10-21 21:06:09.000000000 +0200
@@ -30,10 +30,23 @@
 
 #include <LXQt/Application>
 #include <LXQt/GridLayout>
+#include <QCommandLineParser>
 
 int main(int argc, char *argv[])
 {
     LXQt::Application app(argc, argv);
+    app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
+
+    QCommandLineParser parser;
+    parser.setApplicationDescription(QStringLiteral("LXQt About"));
+    const QString VERINFO = QStringLiteral(LXQT_ABOUT_VERSION
+                                           "\nliblxqt   " LXQT_VERSION
+                                           "\nQt        " QT_VERSION_STR);
+    app.setApplicationVersion(VERINFO);
+    parser.addVersionOption();
+    parser.addHelpOption();
+    parser.process(app);
+
     AboutDialog dlg;
     return app.exec();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/translations/lxqt-about_lt.desktop 
new/lxqt-about-0.12.0/translations/lxqt-about_lt.desktop
--- old/lxqt-about-0.11.1/translations/lxqt-about_lt.desktop    1970-01-01 
01:00:00.000000000 +0100
+++ new/lxqt-about-0.12.0/translations/lxqt-about_lt.desktop    2017-10-21 
21:06:09.000000000 +0200
@@ -0,0 +1,4 @@
+# Translations
+GenericName[lt]=Apie LXQt
+Name[lt]=Apie LXQt
+Comment[lt]=Sužinokite daugiau apie LXQt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/translations/lxqt-about_pl.desktop 
new/lxqt-about-0.12.0/translations/lxqt-about_pl.desktop
--- old/lxqt-about-0.11.1/translations/lxqt-about_pl.desktop    1970-01-01 
01:00:00.000000000 +0100
+++ new/lxqt-about-0.12.0/translations/lxqt-about_pl.desktop    2017-10-21 
21:06:09.000000000 +0200
@@ -0,0 +1,4 @@
+# Translations
+GenericName[pl]=Informacje o LXQt
+Name[pl]=O LXQt
+Comment[pl]=Dowiedz się więcej o środowisku LXQt
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-about-0.11.1/translatorsinfo/translators_lt.info 
new/lxqt-about-0.12.0/translatorsinfo/translators_lt.info
--- old/lxqt-about-0.11.1/translatorsinfo/translators_lt.info   1970-01-01 
01:00:00.000000000 +0100
+++ new/lxqt-about-0.12.0/translatorsinfo/translators_lt.info   2017-10-21 
21:06:09.000000000 +0200
@@ -0,0 +1,44 @@
+_help = Don't translate this text, it is only help. \
+        I want to thank you in the "About" dialog. So, please fill the 
following information about yourself. \
+        The number does not matter, all the names will be displayed in 
alphabetical order.
+
+
+translator_1_nameEnglish = Moo 
+translator_1_nameNative  = Translator 1. Your name in the native language.
+translator_1_contact     = Translator 1. Contact information, email or web 
site address.
+
+translator_2_nameEnglish = Translator 2. Your name in English. 
+translator_2_nameNative  = Translator 2. Your name in the native language.
+translator_2_contact     = Translator 2. Contact information, email or web 
site address.
+
+translator_3_nameEnglish = Translator 3. Your name in English. 
+translator_3_nameNative  = Translator 3. Your name in the native language.
+translator_3_contact     = Translator 3. Contact information, email or web 
site address.
+
+translator_4_nameEnglish = Translator 4. Your name in English. 
+translator_4_nameNative  = Translator 4. Your name in the native language.
+translator_4_contact     = Translator 4. Contact information, email or web 
site address.
+
+translator_5_nameEnglish = Translator 5. Your name in English. 
+translator_5_nameNative  = Translator 5. Your name in the native language.
+translator_5_contact     = Translator 5. Contact information, email or web 
site address.
+
+translator_6_nameEnglish = Translator 6. Your name in English. 
+translator_6_nameNative  = Translator 6. Your name in the native language.
+translator_6_contact     = Translator 6. Contact information, email or web 
site address.
+
+translator_7_nameEnglish = Translator 7. Your name in English. 
+translator_7_nameNative  = Translator 7. Your name in the native language.
+translator_7_contact     = Translator 7. Contact information, email or web 
site address.
+
+translator_8_nameEnglish = Translator 8. Your name in English. 
+translator_8_nameNative  = Translator 8. Your name in the native language.
+translator_8_contact     = Translator 8. Contact information, email or web 
site address.
+
+translator_9_nameEnglish = Translator 9. Your name in English. 
+translator_9_nameNative  = Translator 9. Your name in the native language.
+translator_9_contact     = Translator 9. Contact information, email or web 
site address.
+
+translator_10_nameEnglish = Translator 10. Your name in English. 
+translator_10_nameNative  = Translator 10. Your name in the native language.
+translator_10_contact     = Translator 10. Contact information, email or web 
site address.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-about-0.11.1/translatorsinfo/translators_pl_PL.info 
new/lxqt-about-0.12.0/translatorsinfo/translators_pl_PL.info
--- old/lxqt-about-0.11.1/translatorsinfo/translators_pl_PL.info        
2017-01-01 22:56:01.000000000 +0100
+++ new/lxqt-about-0.12.0/translatorsinfo/translators_pl_PL.info        
2017-10-21 21:06:09.000000000 +0200
@@ -5,9 +5,9 @@
 # translator_1_nameNative  = Translator 1. Your name in the native language.
 # translator_1_contact     = Translator 1. Contact information, email or web 
site address.
 
-# translator_2_nameEnglish = Translator 2. Your name in English. 
+translator_2_nameEnglish = Marcin Mikołajczak
 # translator_2_nameNative  = Translator 2. Your name in the native language.
-# translator_2_contact     = Translator 2. Contact information, email or web 
site address.
+translator_2_contact     = https://m4sk.in/
 
 # translator_3_nameEnglish = Translator 3. Your name in English. 
 # translator_3_nameNative  = Translator 3. Your name in the native language.



Reply via email to