Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory 
checked in at 2013-07-08 07:27:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mono-kde4 (Old)
 and      /work/SRC/openSUSE:Factory/.mono-kde4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mono-kde4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-kde4/mono-kde4.changes      2013-06-11 
09:34:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mono-kde4.new/mono-kde4.changes 2013-07-08 
07:27:08.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:12:25 UTC 2013 - [email protected]
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+-------------------------------------------------------------------
+Thu Jun 13 19:15:56 UTC 2013 - [email protected]
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kimono-4.10.4.tar.xz

New:
----
  kimono-4.10.90.tar.xz

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

Other differences:
------------------
++++++ mono-kde4.spec ++++++
--- /var/tmp/diff_new_pack.AeClWq/_old  2013-07-08 07:27:09.000000000 +0200
+++ /var/tmp/diff_new_pack.AeClWq/_new  2013-07-08 07:27:09.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           mono-kde4
-Version:        4.10.4
+Version:        4.10.90
 Release:        0
 Summary:        Kimono Mono-kde library
 License:        LGPL-2.1+
 Group:          Development/Libraries/KDE
 Url:            https://projects.kde.org/projects/kde/kdebindings/csharp/kimono
-Source0:        
ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kimono-%{version}.tar.xz
+Source0:        
ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kimono-%{version}.tar.xz
 Patch0:         kimono-soprano.patch
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libjasper-devel

++++++ kimono-4.10.4.tar.xz -> kimono-4.10.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimono-4.10.4/CMakeLists.txt 
new/kimono-4.10.90/CMakeLists.txt
--- old/kimono-4.10.4/CMakeLists.txt    2013-05-28 20:43:05.000000000 +0200
+++ new/kimono-4.10.90/CMakeLists.txt   2013-06-12 15:43:17.000000000 +0200
@@ -26,7 +26,7 @@
 
 SET(SRC_KIMONO src/kimono.cpp src/kdehandlers.cpp)
 
-INCLUDE_DIRECTORIES( ${SMOKE_INCLUDE_DIR} ${QYOTO_INCLUDE_DIR} ${QT_INCLUDES}  
${KDE4_INCLUDES})
+INCLUDE_DIRECTORIES( ${SMOKE_INCLUDE_DIR} ${QYOTO_INCLUDE_DIR} ${QT_INCLUDES}  
${KDE4_INCLUDES} ${SMOKE_KDECORE_INCLUDE_DIR} ${SMOKE_QTCORE_INCLUDE_DIR} )
 LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
 KDE4_ADD_LIBRARY(kimono SHARED ${SRC_KIMONO})
 TARGET_LINK_LIBRARIES(kimono ${QYOTO_LIBRARY} ${SMOKE_BASE_LIBRARY}
@@ -53,7 +53,7 @@
     INCLUDE_DIRECTORIES(${LIBMONO_INCLUDE_DIRS} ${GLIB2_INCLUDE_DIRS})
     ADD_DEFINITIONS(${GLIB2_CFLAGS} ${MONO_CFLAGS})
     KDE4_ADD_PLUGIN(kimonopluginfactory ${SRC_FACTORY})
-    TARGET_LINK_LIBRARIES(kimonopluginfactory ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} qyoto smokebase 
smokeqtcore smokeqtgui ${LIBMONO_LIBRARIES})
+    TARGET_LINK_LIBRARIES(kimonopluginfactory ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} ${QYOTO_LIBRARY} 
${SMOKE_BASE_LIBRARY} ${SMOKE_QTCORE_LIBRARY} ${SMOKE_QTGUI_LIBRARY} 
${LIBMONO_LIBRARIES})
     INSTALL(TARGETS kimonopluginfactory DESTINATION ${PLUGIN_INSTALL_DIR})
 ELSE (LIBMONO_FOUND)
     MESSAGE(STATUS "Mono not found. kimonopluginfactory will not be compiled.")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimono-4.10.4/nepomuk/CMakeLists.txt 
new/kimono-4.10.90/nepomuk/CMakeLists.txt
--- old/kimono-4.10.4/nepomuk/CMakeLists.txt    2013-05-28 20:43:05.000000000 
+0200
+++ new/kimono-4.10.90/nepomuk/CMakeLists.txt   2013-06-10 20:51:43.000000000 
+0200
@@ -14,6 +14,8 @@
        src/AssemblyInfo.cs
        nepomuk/*.cs)
 
+INCLUDE_DIRECTORIES(${SOPRANO_INCLUDE_DIR})
+
 LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
 ADD_LIBRARY(nepomuk-sharp SHARED ${SRC_CPP})
 TARGET_LINK_LIBRARIES(nepomuk-sharp ${NEPOMUK_LIBRARIES}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimono-4.10.4/soprano/CMakeLists.txt 
new/kimono-4.10.90/soprano/CMakeLists.txt
--- old/kimono-4.10.4/soprano/CMakeLists.txt    2013-05-28 20:43:05.000000000 
+0200
+++ new/kimono-4.10.90/soprano/CMakeLists.txt   2013-06-10 20:51:43.000000000 
+0200
@@ -16,6 +16,8 @@
  src/Soprano.cs 
 soprano/*.cs)
 
+INCLUDE_DIRECTORIES(${SOPRANO_INCLUDE_DIR})
+
 LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
 ADD_LIBRARY(soprano-sharp SHARED ${SRC_CPP})
 ADD_DEPENDENCIES(soprano-sharp smokesoprano)

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

Reply via email to