Hello community,
here is the log from the commit of package lxqt-openssh-askpass for
openSUSE:Factory checked in at 2017-03-13 15:32:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-openssh-askpass (Old)
and /work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-openssh-askpass"
Mon Mar 13 15:32:25 2017 rev:7 rq:460156 version:0.11.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/lxqt-openssh-askpass/lxqt-openssh-askpass.changes
2016-10-06 12:43:53.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new/lxqt-openssh-askpass.changes
2017-03-13 15:33:33.109696932 +0100
@@ -1,0 +2,7 @@
+Fri Feb 24 01:01:48 UTC 2017 - [email protected]
+
+- Update to 0.11.1:
+ * Make CMakeLists.txt more uniform.
+ * Remove cpack (#21)
+
+-------------------------------------------------------------------
Old:
----
lxqt-openssh-askpass-0.11.0.tar.xz
lxqt-openssh-askpass-0.11.0.tar.xz.asc
New:
----
lxqt-openssh-askpass-0.11.1.tar.xz
lxqt-openssh-askpass-0.11.1.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-openssh-askpass.spec ++++++
--- /var/tmp/diff_new_pack.RipHwI/_old 2017-03-13 15:33:33.689614976 +0100
+++ /var/tmp/diff_new_pack.RipHwI/_new 2017-03-13 15:33:33.693614410 +0100
@@ -17,7 +17,7 @@
Name: lxqt-openssh-askpass
-Version: 0.11.0
+Version: 0.11.1
Release: 0
Summary: Openssh password tool
License: GPL-2.0+ and LGPL-2.1+
@@ -27,6 +27,7 @@
Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
BuildRequires: cmake >= 3.0.2
+BuildRequires: lxqt-build-tools-devel
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(lxqt) >= %{version}
++++++ lxqt-openssh-askpass-0.11.0.tar.xz -> lxqt-openssh-askpass-0.11.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.11.0/.gitignore
new/lxqt-openssh-askpass-0.11.1/.gitignore
--- old/lxqt-openssh-askpass-0.11.0/.gitignore 2016-09-24 00:45:34.000000000
+0200
+++ new/lxqt-openssh-askpass-0.11.1/.gitignore 1970-01-01 01:00:00.000000000
+0100
@@ -1,2 +0,0 @@
-build
-translations/lxqt-openssh-askpass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.11.0/CHANGELOG
new/lxqt-openssh-askpass-0.11.1/CHANGELOG
--- old/lxqt-openssh-askpass-0.11.0/CHANGELOG 2016-09-24 00:45:34.000000000
+0200
+++ new/lxqt-openssh-askpass-0.11.1/CHANGELOG 2017-01-01 23:15:41.000000000
+0100
@@ -1,7 +1,14 @@
-lxqt-openssh-askpass-0.11.0 / 2016-09-24
+lxqt-openssh-askpass-0.11.1 / 2017-01-01
========================================
+ * Make CMakeLists.txt more uniform.
+ * Remove cpack (#21)
+
+0.11.0 / 2016-09-24
+===================
+
+ * Release 0.11.0: Add changelog
* Rework README.md
* build: Use external translations
* ts-files removal (#19)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.11.0/CMakeLists.txt
new/lxqt-openssh-askpass-0.11.1/CMakeLists.txt
--- old/lxqt-openssh-askpass-0.11.0/CMakeLists.txt 2016-09-24
00:45:34.000000000 +0200
+++ new/lxqt-openssh-askpass-0.11.1/CMakeLists.txt 2017-01-01
23:15:41.000000000 +0100
@@ -1,25 +1,23 @@
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
+
project(lxqt-openssh-askpass)
-option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files"
OFF)
+add_definitions(-Wall)
include(GNUInstallDirs)
-if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE Release)
-endif()
-
-add_definitions(-Wall)
-
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
-find_package(Qt5Widgets REQUIRED QUIET)
+option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files"
OFF)
+
find_package(Qt5LinguistTools REQUIRED QUIET)
+find_package(Qt5Widgets REQUIRED)
+message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
-find_package(lxqt REQUIRED QUIET)
+find_package(lxqt REQUIRED)
include(LXQtCompilerSettings NO_POLICY_SCOPE)
@@ -36,6 +34,10 @@
src/mainwindow.ui
)
+if(NOT CMAKE_BUILD_TYPE)
+ set(CMAKE_BUILD_TYPE Release)
+endif()
+
# Translations **********************************
include(LXQtTranslate)
@@ -77,14 +79,3 @@
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
COMPONENT Runtime
)
-
-
-# building tarball with CPack -------------------------------------------------
-include(InstallRequiredSystemLibraries)
-set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION})
-set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VERSION})
-set(CPACK_PACKAGE_VERSION_PATCH ${LXQT_PATCH_VERSION})
-set(CPACK_GENERATOR TBZ2)
-set(CPACK_SOURCE_GENERATOR TBZ2)
-set(CPACK_SOURCE_IGNORE_FILES /build/;.gitignore;.*~;.git;.kdev4;temp)
-include(CPack)