Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2014-06-10 14:35:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.attica-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "attica-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes    2014-05-14 
20:26:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes       
2014-06-10 14:35:50.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Jun  1 18:02:02 UTC 2014 - [email protected]
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta3.php
+
+-------------------------------------------------------------------

Old:
----
  attica-4.99.0.tar.xz

New:
----
  attica-4.100.0.tar.xz

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

Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.4pU973/_old  2014-06-10 14:35:51.000000000 +0200
+++ /var/tmp/diff_new_pack.4pU973/_new  2014-06-10 14:35:51.000000000 +0200
@@ -21,7 +21,7 @@
 %define _libname KF5Attica
 
 Name:           attica-qt5
-Version:        4.99.0
+Version:        4.100.0
 Release:        0
 Summary:        Open Collaboration Service client library
 License:        LGPL-2.1+
@@ -30,7 +30,7 @@
 Source:         %{rname}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0

++++++ attica-4.99.0.tar.xz -> attica-4.100.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-4.99.0/CMakeLists.txt 
new/attica-4.100.0/CMakeLists.txt
--- old/attica-4.99.0/CMakeLists.txt    2014-05-04 20:54:28.000000000 +0200
+++ new/attica-4.100.0/CMakeLists.txt   2014-06-01 12:37:20.000000000 +0200
@@ -3,7 +3,7 @@
 project(Attica)
 
 # ECM setup
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "4.99.0") # handled by release scripts
+set(KF5_VERSION "4.100.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
     VARIABLE_PREFIX ATTICA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-4.99.0/autotests/CMakeLists.txt 
new/attica-4.100.0/autotests/CMakeLists.txt
--- old/attica-4.99.0/autotests/CMakeLists.txt  2014-05-04 20:54:28.000000000 
+0200
+++ new/attica-4.100.0/autotests/CMakeLists.txt 2014-06-01 12:37:20.000000000 
+0200
@@ -1,17 +1,10 @@
-include(ECMMarkAsTest)
+include(ECMAddTests)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Test)
 set_package_properties(Qt5Test PROPERTIES PURPOSE "Required for autotests")
 
-macro(ATTICA_AUTOTESTS)
-    foreach(_testname ${ARGN})
-        add_executable(${_testname} ${_testname}.cpp)
-        target_link_libraries(${_testname} Qt5::Test ${ATTICA_LIB_SONAME})
-        add_test(attica-${_testname} ${CMAKE_CURRENT_BINARY_DIR}/${_testname})
-        ecm_mark_as_test(${_testname})
-    endforeach(_testname)
-endmacro(ATTICA_AUTOTESTS)
-
-ATTICA_AUTOTESTS(
-  persontest
+ecm_add_tests(
+  persontest.cpp
+  NAME_PREFIX "attica-"
+  LINK_LIBRARIES Qt5::Test ${ATTICA_LIB_SONAME}
 )

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to