Hello community,
here is the log from the commit of package kdebindings-smokekde for
openSUSE:Factory
checked in at Sun Sep 11 19:24:13 CEST 2011.
--------
--- kdebindings-smokekde/kdebindings-smokekde.changes 2011-08-15
11:37:28.000000000 +0200
+++
/mounts/work_src_done/STABLE/kdebindings-smokekde/kdebindings-smokekde.changes
2011-09-01 23:33:05.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 1 23:33:01 CEST 2011 - [email protected]
+
+- update to 4.7.1
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
correct_path.patch
smokekde-4.7.0.tar.bz2
New:
----
smokekde-4.7.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebindings-smokekde.spec ++++++
--- /var/tmp/diff_new_pack.WCGQBu/_old 2011-09-11 19:24:09.000000000 +0200
+++ /var/tmp/diff_new_pack.WCGQBu/_new 2011-09-11 19:24:09.000000000 +0200
@@ -18,15 +18,14 @@
Name: kdebindings-smokekde
-Version: 4.7.0
-Release: 3
+Version: 4.7.1
+Release: 1
License: LGPLv2.1+
Summary: Kdebindings Smoke-kde library
%define sonum 3
Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde
Group: Development/Libraries/KDE
Source0: smokekde-%{version}.tar.bz2
-Patch0: correct_path.patch
BuildRequires: kate-devel
BuildRequires: kdebase4-workspace-devel
BuildRequires: libjasper-devel
@@ -42,6 +41,7 @@
%package -n libsmokekde%{sonum}
+
License: LGPLv2.1+
Summary: Kdebindings Smoke-kde library
Group: Development/Libraries/KDE
@@ -69,7 +69,6 @@
%prep
%setup -q -n smokekde-%{version}
-%patch0 -p0
%build
%cmake_kde4 -d build
++++++ smokekde-4.7.0.tar.bz2 -> smokekde-4.7.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/smokekde-4.7.0/AUTHORS new/smokekde-4.7.1/AUTHORS
--- old/smokekde-4.7.0/AUTHORS 1970-01-01 01:00:00.000000000 +0100
+++ new/smokekde-4.7.1/AUTHORS 2011-08-22 15:23:20.000000000 +0200
@@ -0,0 +1,2 @@
+Arno Rehn <arno at arnorehn.de> - author
+Richard Dale <richard.j.dale at gmail.com> - maintainer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/smokekde-4.7.0/kdecore/CMakeLists.txt
new/smokekde-4.7.1/kdecore/CMakeLists.txt
--- old/smokekde-4.7.0/kdecore/CMakeLists.txt 2011-05-20 22:33:34.000000000
+0200
+++ new/smokekde-4.7.1/kdecore/CMakeLists.txt 2011-08-22 15:23:20.000000000
+0200
@@ -80,4 +80,4 @@
set_target_properties(smokekdecore PROPERTIES VERSION 3.0.0 SOVERSION 3 )
install(TARGETS smokekdecore DESTINATION ${LIB_INSTALL_DIR} )
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../kdecore_smoke.h DESTINATION
include/smoke)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kde-config.xml DESTINATION
share/${SMOKE_GEN_BIN})
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kde-config.xml DESTINATION
share/smokegen)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/smokekde-4.7.0/knewstuff2/knewstuff2_includes.h
new/smokekde-4.7.1/knewstuff2/knewstuff2_includes.h
--- old/smokekde-4.7.0/knewstuff2/knewstuff2_includes.h 2011-05-20
22:33:34.000000000 +0200
+++ new/smokekde-4.7.1/knewstuff2/knewstuff2_includes.h 2011-08-22
15:23:20.000000000 +0200
@@ -3,6 +3,7 @@
#include <knewstuff2/core/category.h>
#include <knewstuff2/core/ktranslatable.h>
#include <knewstuff2/core/installation.h>
+#include <knewstuff2/ui/knewstuffbutton.h>
#include <knewstuff2/ui/knewstuffaction.h>
#include <knewstuff2/engine.h>
#include <knewstuff2/knewstuff_export.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/smokekde-4.7.0/knewstuff2/smokeconfig.xml
new/smokekde-4.7.1/knewstuff2/smokeconfig.xml
--- old/smokekde-4.7.0/knewstuff2/smokeconfig.xml 2011-05-20
22:33:34.000000000 +0200
+++ new/smokekde-4.7.1/knewstuff2/smokeconfig.xml 2011-08-22
15:23:20.000000000 +0200
@@ -42,9 +42,10 @@
<name>.*i18n.*</name>
</functions>
<classList>
+ <class>KNS::Author</class>
<class>KNS::Button</class>
- <class>KNS::CoreEngine</class>
- <class>KNS::ProviderLoader</class>
- <class>KNS::UploadDialog</class>
+ <class>KNS::Engine</class>
+ <class>KNS::Entry</class>
+ <class>KNS::KTranslatable</class>
</classList>
</config>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/smokekde-4.7.0/kutils/CMakeLists.txt
new/smokekde-4.7.1/kutils/CMakeLists.txt
--- old/smokekde-4.7.0/kutils/CMakeLists.txt 2011-05-20 22:33:34.000000000
+0200
+++ new/smokekde-4.7.1/kutils/CMakeLists.txt 2011-08-22 15:23:20.000000000
+0200
@@ -34,8 +34,10 @@
${QT_QTGUI_LIBRARY}
${KDE4_KDECORE_LIBS}
${KDE4_KDEUI_LIBS}
- ${KDE4_KIO_LIBS}
- ${KDE4_KUTILS_LIBS}
+ ${KDE4_KEMOTICONS_LIBS}
+ ${KDE4_KIDLETIME_LIBS}
+ ${KDE4_KCMUTILS_LIBS}
+ ${KDE4_KPRINTUTILS_LIBS}
smokekdeui
${SMOKE_QTCORE_LIBRARY}
${SMOKE_BASE_LIBRARY}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]