Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-12-19 13:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and      /work/SRC/openSUSE:Factory/.okteta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okteta"

Changes:
--------
--- /work/SRC/openSUSE:Factory/okteta/okteta.changes    2013-12-11 
14:37:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes       2013-12-19 
13:20:03.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 14 18:35:36 UTC 2013 - [email protected]
+
+- Update to 4.12.0
+   * KDE 4.12.0  release
+   * See http://www.kde.org/announcements/4.12.php
+
+-------------------------------------------------------------------

Old:
----
  okteta-4.11.97.tar.xz

New:
----
  okteta-4.12.0.tar.xz

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

Other differences:
------------------
++++++ okteta.spec ++++++
--- /var/tmp/diff_new_pack.THiVLe/_old  2013-12-19 13:20:04.000000000 +0100
+++ /var/tmp/diff_new_pack.THiVLe/_new  2013-12-19 13:20:04.000000000 +0100
@@ -22,7 +22,7 @@
 License:        GPL-2.0 and GFDL-1.2
 Group:          Development/Tools/Other
 Url:            http://www.kde.org/
-Version:        4.11.97
+Version:        4.12.0
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ okteta-4.11.97.tar.xz -> okteta-4.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.97/core/CMakeLists.txt 
new/okteta-4.12.0/core/CMakeLists.txt
--- old/okteta-4.11.97/core/CMakeLists.txt      2013-11-26 23:38:08.000000000 
+0100
+++ new/okteta-4.12.0/core/CMakeLists.txt       2013-12-11 02:21:17.000000000 
+0100
@@ -114,7 +114,7 @@
 
 #TODO remove once CMake >= 2.8.9 is required for building KDE
 #don't compile sources twice
-if ( CMAKE_VERSION VERSION_GREATER 2.8.8)
+if ( CMAKE_VERSION VERSION_GREATER 2.8.8 AND NOT WIN32)
     #OBJECT libraries seem buggy with regard to automoc, have to call it 
manually
     automoc4( oktetacore_objs oktetacore_LIB_SRCS )
     add_library( oktetacore_objs OBJECT ${oktetacore_LIB_SRCS} )
@@ -151,4 +151,5 @@
 add_subdirectory( tests )
 if(KDE4_BUILD_TESTS)
   kde4_add_library( testoktetacore STATIC ${oktetacore_LIB_OBJS} )
+  set_target_properties(testoktetacore PROPERTIES COMPILE_FLAGS 
-DOKTETACORE_EXPORT=)
 endif(KDE4_BUILD_TESTS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.97/kasten/controllers/CMakeLists.txt 
new/okteta-4.12.0/kasten/controllers/CMakeLists.txt
--- old/okteta-4.11.97/kasten/controllers/CMakeLists.txt        2013-11-26 
23:38:08.000000000 +0100
+++ new/okteta-4.12.0/kasten/controllers/CMakeLists.txt 2013-12-11 
02:21:17.000000000 +0100
@@ -395,7 +395,7 @@
 #create a OBJECT library 
(http://www.cmake.org/Wiki/CMake/Tutorials/Object_Library)
 #to prevent compiling these object files twice with exactly the same compile 
flags
 #TODO remove once CMake >= 2.8.9 is required for building KDE
-if ( CMAKE_VERSION VERSION_GREATER 2.8.8)
+if ( CMAKE_VERSION VERSION_GREATER 2.8.8 AND NOT WIN32)
     #OBJECT libraries seem buggy with regard to automoc, have to call it 
manually
     automoc4( poddecoder_objs PODDECODERCONTROLLER_SRCS )
     automoc4( structview_objs STRUCTVIEW_SRCS )
@@ -457,6 +457,7 @@
   ${KASTENCORE_LIBS}
   #${KASTENGUI_LIBS}
 )
+set_target_properties( structures-static PROPERTIES COMPILE_FLAGS 
-DOKTETAKASTENCONTROLLERS_EXPORT=)
 
 macro(structures_unit_test _testtarget _testname)
     #message("ARGC='${ARGC}' ARGV='${ARGV}' ARGN='${ARGN}'")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.97/program/about.cpp 
new/okteta-4.12.0/program/about.cpp
--- old/okteta-4.11.97/program/about.cpp        2013-11-26 23:38:08.000000000 
+0100
+++ new/okteta-4.12.0/program/about.cpp 2013-12-11 02:21:17.000000000 +0100
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =          "okteta";
-static const char ProgramVersion[] =     "0.11.96";
+static const char ProgramVersion[] =     "0.12.0";
 static const char ProgramHomepage[] =    "http://userbase.kde.org/Okteta";;
 // Author
 static const char FWHKEmailAddress[] =   "[email protected]";

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

Reply via email to