openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
May 2007
- 1 participants
- 1082 discussions
Hello community,
here is the log from the commit of package Source-Navigator
checked in at Tue May 29 12:34:10 CEST 2007.
--------
--- Source-Navigator/Source-Navigator.changes 2007-03-29 16:22:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/Source-Navigator/Source-Navigator.changes 2007-05-29 10:43:46.000000000 +0200
@@ -1,0 +2,8 @@
+Tue May 29 10:37:56 CEST 2007 - pgajdos(a)suse.cz
+
+- fixed rpmlint errors
+ * splitted to Source-Navigator, Source-Navigator-devel,
+ Source-Navigator-examples
+ * some minor adjustments of spec file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Source-Navigator.spec ++++++
--- /var/tmp/diff_new_pack.m27135/_old 2007-05-29 12:30:22.000000000 +0200
+++ /var/tmp/diff_new_pack.m27135/_new 2007-05-29 12:30:22.000000000 +0200
@@ -17,7 +17,7 @@
Provides: SN snavig
Autoreqprov: on
Version: 5.1.4
-Release: 235
+Release: 249
Source: sourcenav-%{version}.tar.bz2
Source1: snavigator
Patch: returnval.patch
@@ -48,6 +48,42 @@
+%package devel
+Summary: Cygnus Source-Navigator
+Group: Development/Tools/IDE
+Requires: %{name} = %{version}
+
+%description devel
+Source-Navigator, the source code comprehension tool from Cygnus
+Solutions, helps you analyze, reuse, and develop software in C/C++,
+Java, Tcl, and FORTRAN. Source-Navigator dramatically reduces the time
+required to understand existing code and assists with the restructuring
+and reengineering of existing software. Source-Navigator, with its
+intuitive graphical user interface, directs you through analysis,
+change, build, and debug cycles. Its built-in database enables true
+project scalability, even in projects exceeding one million lines of
+code.
+
+
+
+%package examples
+Summary: Cygnus Source-Navigator
+Group: Development/Tools/IDE
+Requires: %{name} = %{version}
+
+%description examples
+Source-Navigator, the source code comprehension tool from Cygnus
+Solutions, helps you analyze, reuse, and develop software in C/C++,
+Java, Tcl, and FORTRAN. Source-Navigator dramatically reduces the time
+required to understand existing code and assists with the restructuring
+and reengineering of existing software. Source-Navigator, with its
+intuitive graphical user interface, directs you through analysis,
+change, build, and debug cycles. Its built-in database enables true
+project scalability, even in projects exceeding one million lines of
+code.
+
+
+
%define prefix /opt/snavigator
%prep
%setup -q -n sourcenav-%{version}
@@ -105,9 +141,24 @@
# remove unpackaged files
# we have tcl/tk/tix manpages elsewhere
rm -Rf $RPM_BUILD_ROOT/usr/share/man
+#fixes rpmlint errors:
+gzip --recursive $RPM_BUILD_ROOT%{prefix}/man
+chmod a-x $RPM_BUILD_ROOT%{prefix}/share/{sdk/api/tcl/database/examples/*,iwidgets3.0.1/demos/demo.html,iwidgets3.0.1/demos/iwidgets.gif}
+chmod a-x $RPM_BUILD_ROOT%{prefix}/{lib/*.a,COPYING}
+#chmod a+x $RPM_BUILD_ROOT%{prefix}/share/tix4.1/{pref/tixmkpref,bitmaps/mktransgif.tcl}
+#chmod a+x $RPM_BUILD_ROOT%{prefix}/share/{tcl8.3/ldAix,/etc/navigato}
+ln -f $RPM_BUILD_ROOT%{prefix}/lib/libtcl8.3.a $RPM_BUILD_ROOT%{prefix}/share/sdk/lib/libtcl8.3.a
+ln -f $RPM_BUILD_ROOT%{prefix}/share/tix4.1/demos/bitmaps/drivea.xbm $RPM_BUILD_ROOT%{prefix}/share/tix4.1/demos/bitmaps/harddisk.xbm
+ln -f $RPM_BUILD_ROOT%{prefix}/share/tix4.1/demos/bitmaps/network.xbm $RPM_BUILD_ROOT%{prefix}/share/tix4.1/demos/bitmaps/netw.xbm
+ln -f $RPM_BUILD_ROOT%{prefix}/share/tix4.1/demos/bitmaps/harddisk.xpm $RPM_BUILD_ROOT%{prefix}/share/tix4.1/demos/bitmaps/drivea.xpm
+ln -f $RPM_BUILD_ROOT%{prefix}/share/tix4.1/demos/bitmaps/network.xpm $RPM_BUILD_ROOT%{prefix}/share/tix4.1/demos/bitmaps/netw.xpm
+ln -f $RPM_BUILD_ROOT%{prefix}/share/tk8.3/images/logo100.gif $RPM_BUILD_ROOT%{prefix}/share/tk8.3/demos/images/tcllogo.gif
+ln -f $RPM_BUILD_ROOT%{prefix}/share/bitmaps/type_com.xpm $RPM_BUILD_ROOT%{prefix}/share/bitmaps/clsbr.xpm
+ln -f $RPM_BUILD_ROOT%{prefix}/share/bitmaps/type_com.xpm $RPM_BUILD_ROOT%{prefix}/share/bitmaps/type_su.xpm
+ln -f $RPM_BUILD_ROOT%{prefix}/share/bitmaps/type_com.xpm $RPM_BUILD_ROOT%{prefix}/share/bitmaps/type_cov.xpm
%clean
-rm -rf $RPM_BUILD_ROOT
+#rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
@@ -119,17 +170,41 @@
/opt/snavigator/INSTALL.TXT
/opt/snavigator/README.TXT
/opt/snavigator/bin/*
-%dir /opt/snavigator/include
-/opt/snavigator/include/*
-%dir /opt/snavigator/lib
-/opt/snavigator/lib/*
%dir /opt/snavigator/man
/opt/snavigator/man/*
%dir /opt/snavigator/share
-/opt/snavigator/share/*
+/opt/snavigator/share/bitmaps
+/opt/snavigator/share/etc
+/opt/snavigator/share/itcl3.2
+/opt/snavigator/share/itk3.2
+/opt/snavigator/share/iwidgets3.0.1
+/opt/snavigator/share/redhat
+/opt/snavigator/share/sourcenav
+/opt/snavigator/share/tcl8.3
+/opt/snavigator/share/tix4.1
+/opt/snavigator/share/tk8.3
/usr/bin/snavigator
+%files devel
+%defattr(-,root,root)
+%doc ChangeLog README.TXT
+%dir /opt/snavigator/lib
+/opt/snavigator/lib/*
+%dir /opt/snavigator/include
+/opt/snavigator/include/*
+/opt/snavigator/share/sdk
+
+%files examples
+%defattr(-,root,root)
+%doc ChangeLog README.TXT
+/opt/snavigator/share/demos
+
%changelog
+* Tue May 29 2007 - pgajdos(a)suse.cz
+- fixed rpmlint errors
+ * splitted to Source-Navigator, Source-Navigator-devel,
+ Source-Navigator-examples
+ * some minor adjustments of spec file
* Thu Mar 29 2007 - lmichnovic(a)suse.cz
- added bison into BuildRequires
* Tue Dec 12 2006 - lmichnovic(a)suse.cz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kdesdk3
checked in at Tue May 29 12:30:16 CEST 2007.
--------
--- KDE/kdesdk3/kdesdk3.changes 2007-05-23 11:54:55.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdesdk3/kdesdk3.changes 2007-05-29 11:51:30.798164000 +0200
@@ -1,0 +2,5 @@
+Tue May 29 11:51:23 CEST 2007 - coolo(a)suse.de
+
+- build kcachegrind on all archs
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdesdk3.spec ++++++
--- /var/tmp/diff_new_pack.F22909/_old 2007-05-29 12:29:50.000000000 +0200
+++ /var/tmp/diff_new_pack.F22909/_new 2007-05-29 12:29:50.000000000 +0200
@@ -30,7 +30,7 @@
Group: System/GUI/KDE
Summary: The KDE Software Development Kit
Version: 3.5.7
-Release: 2
+Release: 6
URL: http://www.kde.org/
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
Requires: cvs
@@ -71,7 +71,6 @@
--------
The KDE Team <kde(a)kde.org>
-%ifarch %ix86 ppc x86_64 ppc64
%package profile
# usesubdirs kcachegrind
Summary: Profiling Tools
@@ -91,7 +90,6 @@
--------
The KDE Team <kde(a)kde.org>
-%endif
%package translate
# usesubdirs kbabel poxml
Summary: Tools to Handle Translations
@@ -164,9 +162,7 @@
%suse_update_desktop_file -u kbabeldict Development Translation
%suse_update_desktop_file cervisia Development RevisionControl
%suse_update_desktop_file kompare Development RevisionControl
-%ifarch %ix86 ppc x86_64 ppc64
%suse_update_desktop_file kcachegrind Development Profiling
-%endif
%if %suse_version > 1020
%fdupes -s $RPM_BUILD_ROOT
@@ -296,7 +292,6 @@
/opt/kde3/%_lib/kde3/kcal_bugzilla.*
/opt/kde3/share/services/kresources/kcal/bugzilla.desktop
%doc %lang(en) /opt/kde3/share/doc/HTML/en/kbugbuster
-%ifarch %ix86 ppc x86_64 ppc64
%files profile
%defattr(-,root,root)
@@ -313,7 +308,6 @@
/opt/kde3/share/icons/*/*x*/*/kcachegrind.png
/opt/kde3/share/mimelnk/application/x-kcachegrind.desktop
%doc %lang(en) /opt/kde3/share/doc/HTML/en/kcachegrind
-%endif
%files translate
%defattr(-,root,root)
@@ -355,6 +349,8 @@
/opt/kde3/include/repository_stub.h
%changelog
+* Tue May 29 2007 - coolo(a)suse.de
+- build kcachegrind on all archs
* Wed May 23 2007 - stbinner(a)suse.de
- use %%fdupes
* Mon May 14 2007 - stbinner(a)suse.de
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kdepim3
checked in at Tue May 29 12:29:41 CEST 2007.
--------
--- KDE/kdepim3/kdepim3.changes 2007-05-25 13:20:14.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdepim3/kdepim3.changes 2007-05-29 10:28:08.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May 29 10:27:48 CEST 2007 - wstephenson(a)suse.de
+
+- Revised offline mode (#237274)
+
+-------------------------------------------------------------------
Old:
----
kmail-networkstatus-support.diff
slox-networkstatus-usage.diff
New:
----
kdepim_networkstatus_branch.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdepim3.spec ++++++
--- /var/tmp/diff_new_pack.p21808/_old 2007-05-29 12:29:24.000000000 +0200
+++ /var/tmp/diff_new_pack.p21808/_new 2007-05-29 12:29:24.000000000 +0200
@@ -24,7 +24,7 @@
Group: System/GUI/KDE
Summary: Personal Information Manager Software for KDE
Version: 3.5.7
-Release: 2
+Release: 4
URL: http://www.kde.org/
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
Requires: kdebase3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
@@ -35,13 +35,11 @@
Source5: groupwarewizard.desktop
#Patch0: 3_5_BRANCH.diff
Patch1: install-headers.diff
-Patch4: kmail-networkstatus-support.diff
-Patch5: slox-networkstatus-usage.diff
+Patch5: kdepim_networkstatus_branch.diff
Patch7: fix-artwork.diff
Patch10: start-kpilot-instead-complain.diff
Patch16: fix_designer_path.diff
Patch17: knode_threaded_crash.diff
-#Patch18: networkstatus_glib_dbus.diff
Patch20: no-final.diff
Patch22: kmail_unread_new_important.diff
Patch23: kmail-avoid-crash-on-startup.diff
@@ -96,20 +94,6 @@
--------
The KDE Team <kde(a)kde.org>
-%package networkstatus
-Summary: Network Status Libraries and KDED Module
-Group: System/GUI/KDE
-
-%description networkstatus
-The library and kded module to switch KDE desktop functions offline or
-to trigger dialins.
-
-
-
-Authors:
---------
- The KDE Team <kde(a)kde.org>
-
%package mobile
# usesubdirs kandy kmobile
Provides: kdepim3:/opt/kde3/bin/kandy
@@ -183,10 +167,9 @@
%setup -q -n kdepim-%{version}
#%patch0 -E
rm -rf ksync
+rm -rf networkstatus
%patch1
-%patch4
-#seems to be inside the branch, but some lines do still apply ...
-#%patch5
+%patch5
%patch7
%patch10
%patch16
@@ -256,12 +239,6 @@
%run_ldconfig
%endif
-%post networkstatus
-%run_ldconfig
-
-%postun networkstatus
-%run_ldconfig
-
%files
%defattr(-,root,root)
%dir /opt/kde3/share/icons/hicolor/16x16
@@ -368,7 +345,6 @@
/opt/kde3/%_lib/libktnef.so.*
/opt/kde3/%_lib/libmimelib.so.*
/opt/kde3/%_lib/libkmailprivate.*
-/opt/kde3/%_lib/libconnectionmanager.so.*
/opt/kde3/%_lib/libkpimidentities.so.*
/opt/kde3/%_lib/libgpgme++.so.*
/opt/kde3/%_lib/libqgpgme.so.*
@@ -572,13 +548,6 @@
/opt/kde3/share/services/kresources/knotes
%doc %lang(en) /opt/kde3/share/doc/HTML/en/knotes
-%files networkstatus
-%defattr(-,root,root)
-/opt/kde3/bin/networkstatustestservice
-/opt/kde3/%_lib/kde3/kded_networkstatus.*
-/opt/kde3/%_lib/libnetworkstatus.so.*
-/opt/kde3/share/services/kded/networkstatus.desktop
-
%files mobile
%defattr(-,root,root)
/opt/kde3/bin/kandy*
@@ -667,8 +636,6 @@
/opt/kde3/%_lib/kde3/plugins/designer/kdepimwidgets.*
/opt/kde3/include/*
/opt/kde3/%_lib/kde3/plugins/designer/kpartsdesignerplugin.*
-/opt/kde3/%_lib/libconnectionmanager.la
-/opt/kde3/%_lib/libconnectionmanager.so
/opt/kde3/%_lib/libgpgme++.la
/opt/kde3/%_lib/libgpgme++.so
/opt/kde3/%_lib/libgwsoap.la
@@ -749,12 +716,12 @@
/opt/kde3/%_lib/libkcal.so
/opt/kde3/%_lib/libkcal_groupdav.la
/opt/kde3/%_lib/libkcal_groupwise.la
-/opt/kde3/%_lib/libnetworkstatus.so
-/opt/kde3/%_lib/libnetworkstatus.la
/opt/kde3/%_lib/libkpilot.la
/opt/kde3/%_lib/libkpilot.so
%changelog
+* Tue May 29 2007 - wstephenson(a)suse.de
+- Revised offline mode (#237274)
* Fri May 25 2007 - dmueller(a)suse.de
- split off -devel package
* Mon May 21 2007 - stbinner(a)suse.de
++++++ install-headers.diff ++++++
--- /var/tmp/diff_new_pack.p21808/_old 2007-05-29 12:29:24.000000000 +0200
+++ /var/tmp/diff_new_pack.p21808/_new 2007-05-29 12:29:24.000000000 +0200
@@ -9,27 +9,4 @@
AM_CXXFLAGS = -DQT_PLUGIN
kde_widget_LTLIBRARIES = kdepimwidgets.la
---- networkstatus/Makefile.am
-+++ networkstatus/Makefile.am 2005/02/07 16:52:10
-@@ -3,7 +3,7 @@
- METASOURCES = AUTO
-
- kde_module_LTLIBRARIES = kded_networkstatus.la
--noinst_LTLIBRARIES = libnetworkstatus.la libconnectionmanager.la
-+lib_LTLIBRARIES = libnetworkstatus.la libconnectionmanager.la
-
- libnetworkstatus_la_LIBADD = $(LIB_KDECORE)
- libnetworkstatus_la_LDFLAGS = $(all_libraries)
-@@ -24,8 +24,10 @@
- servicesdir = $(kde_servicesdir)/kded
- services_DATA = networkstatus.desktop
-
--noinst_HEADERS = serviceiface.h networkstatuscommon.h serviceifaceimpl.h \
-- network.h clientifaceimpl.h provideriface.h testservice.h connectionmanager.h
-+noinst_HEADERS = serviceifaceimpl.h \
-+ network.h clientifaceimpl.h testservice.h connectionmanager.h
-+
-+include_HEADERS = serviceiface.h provideriface.h networkstatuscommon.h
-
- bin_PROGRAMS = networkstatustestservice
-
+
++++++ kdepim_networkstatus_branch.diff ++++++
Index: kmail/kmmainwin.cpp
===================================================================
--- kmail/kmmainwin.cpp (.../KDE/3.5/kdepim) (revision 667288)
+++ kmail/kmmainwin.cpp (.../work/~wstephens/kdepim) (revision 667288)
@@ -1,4 +1,5 @@
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -22,7 +23,7 @@
#include <kstringhandler.h>
#include <kdebug.h>
#include <ktip.h>
-
+#include <networkstatusindicator.h>
#include "kmmainwin.moc"
KMMainWin::KMMainWin(QWidget *)
@@ -71,7 +72,7 @@
this, SLOT(slotConfigChanged()));
connect(mKMMainWidget, SIGNAL(captionChangeRequest(const QString&)),
- SLOT(setCaption(const QString&)) );
+ SLOT(setCaption(const QString&)) );
// Enable mail checks again (see destructor)
kmkernel->enableMailCheck();
@@ -176,6 +177,11 @@
statusBar()->insertItem(i18n(" Initializing..."), 1, 1 );
statusBar()->setItemAlignment( 1, AlignLeft | AlignVCenter );
mLittleProgress->show();
+
+ /* Indicator for desktop offline mode */
+ StatusBarNetworkStatusIndicator * indicator = new StatusBarNetworkStatusIndicator( this, "netstatusindicator" );
+ statusBar()->addWidget( indicator, 0, false );
+ indicator->init();
}
/** Read configuration options after widgets are created. */
@@ -216,4 +222,3 @@
KTipDialog::showTip( this );
}
-
Index: kmail/imapaccountbase.cpp
===================================================================
--- kmail/imapaccountbase.cpp (.../KDE/3.5/kdepim) (revision 667288)
+++ kmail/imapaccountbase.cpp (.../work/~wstephens/kdepim) (revision 667288)
@@ -920,7 +920,10 @@
QString caption = i18n("Error");
if ( jobsKilled || errorCode == KIO::ERR_COULD_NOT_LOGIN ) {
- if ( errorCode == KIO::ERR_SERVER_TIMEOUT || errorCode == KIO::ERR_CONNECTION_BROKEN ) {
+ if ( ( errorCode == KIO::ERR_SERVER_TIMEOUT || errorCode == KIO::ERR_CONNECTION_BROKEN ) &&
+ /* suppress error messages about loss of connectivity whilst in offline mode */
+ GlobalSettings::self()->networkState() != GlobalSettings::EnumNetworkState::Offline )
+ {
msg = i18n("The connection to the server %1 was unexpectedly closed or timed out. It will be re-established automatically if possible.").
arg( name() );
KMessageBox::information( kapp->activeWindow(), msg, caption, "kmailConnectionBrokenErrorDialog" );
@@ -932,11 +935,13 @@
KPIM::BroadcastStatus::instance()->setStatusMsg(
i18n( "The connection to account %1 timed out." ).arg( name() ) );
} else {
- if ( !errors.isEmpty() )
+ if ( !( errorCode == KIO::ERR_UNKNOWN_HOST && GlobalSettings::self()->networkState() == GlobalSettings::EnumNetworkState::Offline ) ) {
+ if ( !errors.isEmpty() )
KMessageBox::detailedError( kapp->activeWindow(), msg, errors.join("\n").prepend("<qt>"), caption );
- else
+ else
KMessageBox::error( kapp->activeWindow(), msg, caption );
}
+ }
}
else { // i.e. we have a chance to continue, ask the user about it
if ( errors.count() >= 3 ) { // there is no detailedWarningContinueCancel... (#86517)
Index: kmail/kmkernel.cpp
===================================================================
--- kmail/kmkernel.cpp (.../KDE/3.5/kdepim) (revision 667288)
+++ kmail/kmkernel.cpp (.../work/~wstephens/kdepim) (revision 667288)
@@ -28,6 +28,7 @@
#undef REALLY_WANT_KMSENDER
#include "undostack.h"
#include "accountmanager.h"
+#include "networkaccount.h"
using KMail::AccountManager;
#include <libkdepim/kfileio.h>
#include "kmversion.h"
@@ -89,6 +90,7 @@
#include <fixx11h.h>
#include <kcmdlineargs.h>
#include <kstartupinfo.h>
+#include <connectionmanager.h>
KMKernel *KMKernel::mySelf = 0;
@@ -1202,7 +1204,13 @@
return;
GlobalSettings::setNetworkState( GlobalSettings::EnumNetworkState::Offline );
- BroadcastStatus::instance()->setStatusMsg( i18n("KMail is set to be offline; all network jobs are suspended"));
+ for ( KMAccount * cur = the_acctMgr->first(); cur; cur = the_acctMgr->next() ) {
+ KMail::NetworkAccount * netAccount = dynamic_cast<KMail::NetworkAccount *>( cur );
+ if ( netAccount ) {
+ netAccount->killAllJobs( true );
+ }
+ }
+ BroadcastStatus::instance()->setStatusMsg( i18n("KMail is now offline; all network operations cancelled"));
emit onlineStatusChanged( (GlobalSettings::EnumNetworkState::type)GlobalSettings::networkState() );
}
@@ -1212,7 +1220,7 @@
return;
GlobalSettings::setNetworkState( GlobalSettings::EnumNetworkState::Online );
- BroadcastStatus::instance()->setStatusMsg( i18n("KMail is set to be online; all network jobs resumed"));
+ BroadcastStatus::instance()->setStatusMsg( i18n("KMail is now online; network operations resumed"));
emit onlineStatusChanged( (GlobalSettings::EnumNetworkState::type)GlobalSettings::networkState() );
if ( kmkernel->msgSender()->sendImmediate() ) {
@@ -1222,10 +1230,7 @@
bool KMKernel::isOffline()
{
- if ( GlobalSettings::self()->networkState() == GlobalSettings::EnumNetworkState::Offline )
- return true;
- else
- return false;
+ return ( GlobalSettings::self()->networkState() == GlobalSettings::EnumNetworkState::Offline );
}
bool KMKernel::askToGoOnline()
@@ -1474,6 +1479,8 @@
if (lsf)
the_searchFolderMgr->remove( lsf );
+ ConnectionManager::self()->registerConnectSlot( this, SLOT( resumeNetworkJobs() ) );
+ ConnectionManager::self()->registerDisconnectSlot( this, SLOT( stopNetworkJobs() ) );
the_acctMgr = new AccountManager();
the_filterMgr = new KMFilterMgr();
the_popFilterMgr = new KMFilterMgr(true);
@@ -1528,6 +1535,12 @@
#else
mBackgroundTasksTimer->start( 5 * 60000, true ); // 5 minutes, singleshot
#endif
+
+ if ( ( ConnectionManager::self()->status() == NetworkStatus::Online || ConnectionManager::self()->status() == NetworkStatus::NoNetworks ) ) {
+ resumeNetworkJobs();
+ } else {
+ stopNetworkJobs();
+ }
}
void KMKernel::readConfig()
Index: kmail/popaccount.cpp
===================================================================
--- kmail/popaccount.cpp (.../KDE/3.5/kdepim) (revision 667288)
+++ kmail/popaccount.cpp (.../work/~wstephens/kdepim) (revision 667288)
@@ -1015,7 +1015,9 @@
}
if (interactive) {
- KMessageBox::error(kmkernel->mainWin(), KIO::buildErrorString(error, errorMsg));
+ if ( ! ( ( error == KIO::ERR_CONNECTION_BROKEN || error == KIO::ERR_SERVER_TIMEOUT ) &&
+ GlobalSettings::self()->networkState() != GlobalSettings::EnumNetworkState::Offline ) )
+ KMessageBox::error(kmkernel->mainWin(), KIO::buildErrorString(error, errorMsg));
}
Index: kmail/accountmanager.cpp
===================================================================
--- kmail/accountmanager.cpp (.../KDE/3.5/kdepim) (revision 667288)
+++ kmail/accountmanager.cpp (.../work/~wstephens/kdepim) (revision 667288)
@@ -22,6 +22,7 @@
#include <kdebug.h>
#include <kconfig.h>
#include <kapplication.h>
+#include <connectionmanager.h>
#include <qregexp.h>
#include <qvaluelist.h>
@@ -183,6 +184,15 @@
return;
}
+ if ( curAccount->type() == "imap" || curAccount->type() == "cachedimap" || curAccount->type() == "pop" )
+ {
+ // Check with the network status daemon whether the network is available
+ if ( !( ConnectionManager::self()->status() == NetworkStatus::Online || ConnectionManager::self()->status() == NetworkStatus::NoNetworks ) ) {
+ emit checkedMail( false, mInteractive, mTotalNewInFolder );
+ return;
+ }
+
+ }
connect( curAccount, SIGNAL( finishedCheck( bool, CheckStatus ) ),
this, SLOT( processNextCheck( bool ) ) );
Index: kmail/kmkernel.h
===================================================================
--- kmail/kmkernel.h (.../KDE/3.5/kdepim) (revision 667288)
+++ kmail/kmkernel.h (.../work/~wstephens/kdepim) (revision 667288)
@@ -202,18 +202,6 @@
*/
virtual void resumeBackgroundJobs();
- /**
- * Stops all network related jobs and enter offline mode
- * New network jobs cannot be started.
- */
- void stopNetworkJobs();
-
- /**
- * Resumes all network related jobs and enter online mode
- * New network jobs can be started.
- */
- void resumeNetworkJobs();
-
/** A static helper function that asks the user
* if they want to go online.
* @return true if the user wants to go online
@@ -406,6 +394,18 @@
void slotConfigChanged();
+ /**
+ * Stops all network related jobs and enter offline mode
+ * New network jobs cannot be started.
+ */
+ void stopNetworkJobs();
+
+ /**
+ * Resumes all network related jobs and enter online mode
+ * New network jobs can be started.
+ */
+ void resumeNetworkJobs();
+
protected slots:
void slotDataReq(KIO::Job*,QByteArray&);
void slotResult(KIO::Job*);
Index: kmail/Makefile.am
===================================================================
--- kmail/Makefile.am (revision 663156)
+++ kmail/Makefile.am (working copy)
@@ -31,6 +31,7 @@ libkmailprivate_la_LIBADD = \
../libksieve/libksieve.la ../libemailfunctions/libemailfunctions.la \
../certmanager/lib/libkleopatra.la $(INDEXLIB) \
../libkcal/libkcal.la \
+ -lconnectionmanager \
$(LIB_KHTML) $(LIB_KSPELL) $(LIB_KABC)
kde_module_LTLIBRARIES = kcm_kmail.la libkmailpart.la libkmail_bodypartformatter_application_octetstream.la
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package mysql
checked in at Mon May 28 23:46:17 CEST 2007.
--------
--- mysql/mysql.changes 2007-03-29 13:57:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/mysql/mysql.changes 2007-05-28 10:41:22.000000000 +0200
@@ -1,0 +2,14 @@
+Mon May 28 10:34:45 CEST 2007 - mmarek(a)suse.cz
+
+- updated to 5.0.41, for changes see
+ http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-37.html
+ http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html
+- fixed --with testsuite build [#252630]
+- renamed subpackages according to library packaging policy:
+ mysql-shared -> libmysqlclient15, libmysqlclient_r15
+ mysql-devel -> libmysqlclient-devel (pulls in both flavors)
+- increased rcmysql start timeout to 30 seconds, don't return
+ failure if mysql doesn't start early enough (except for update
+ case) [#273938]
+
+-------------------------------------------------------------------
Old:
----
minmem
mysql-5.0.33.tar.bz2
mysql-5.0.33-vpath.patch
New:
----
mysql-5.0.41.tar.bz2
mysql-vpath.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mysql.spec ++++++
--- /var/tmp/diff_new_pack.M32360/_old 2007-05-28 23:45:54.000000000 +0200
+++ /var/tmp/diff_new_pack.M32360/_new 2007-05-28 23:45:54.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package mysql (Version 5.0.33)
+# spec file for package mysql (Version 5.0.41)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -14,8 +14,8 @@
BuildRequires: gcc-c++ ncurses-devel openssl-devel procps pwdutils readline-devel tcpd-devel zlib-devel
License: GNU General Public License (GPL)
Group: Productivity/Databases/Servers
-Version: 5.0.33
-Release: 5
+Version: 5.0.41
+Release: 1
# required by rcmysql
Requires: mysql-client = %{version}
Autoreqprov: on
@@ -39,7 +39,7 @@
Patch11: mysql-5.0.33-compiler-warnings.patch
Patch12: mysql-5.0.33-mysql_upgrade.patch
Patch13: mysql-5.0.33-defaults-extra-file.patch
-Patch14: mysql-5.0.33-vpath.patch
+Patch14: mysql-vpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -73,17 +73,18 @@
Michael Widenius <monty(a)mysql.com>
David Axmark <davida(a)mysql.com>
-%package devel
-Obsoletes: mysqldev
-Provides: mysqldev
-Requires: mysql-shared = %{version} glibc-devel zlib-devel openssl-devel
+%package -n libmysqlclient-devel
+# mysql-devel was last used in openSUSE 10.2
+Provides: mysql-devel = %{version}-%{release}
+Obsoletes: mysql-devel <= 5.0.26
+Requires: libmysqlclient = %{version} libmysqlclient_r = %{version} glibc-devel zlib-devel openssl-devel
License: GNU General Public License (GPL)
Summary: MySQL Development Header Files and Libraries
URL: http://www.mysql.com
Group: Development/Libraries/C and C++
Autoreqprov: on
-%description devel
+%description -n libmysqlclient-devel
This package contains the development header files and libraries
necessary to develop MySQL client applications.
@@ -95,8 +96,6 @@
David Axmark <davida(a)mysql.com>
%package client
-Obsoletes: mysqclnt
-Provides: mysqclnt
License: GNU General Public License (GPL)
Summary: MySQL Client
URL: http://www.mysql.com
@@ -114,8 +113,6 @@
David Axmark <davida(a)mysql.com>
%package bench
-Obsoletes: mysqbnch
-Provides: mysqbnch
Requires: mysql-client perl-DBD-mysql
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Summary: MySQL - Benchmarks
@@ -136,16 +133,32 @@
Michael Widenius <monty(a)mysql.com>
David Axmark <davida(a)mysql.com>
-%package shared
-Obsoletes: mysqllib
-Provides: mysqllib
+%package -n libmysqlclient15
Summary: MySQL Shared Libraries
License: GNU General Public License (GPL)
URL: http://www.mysql.com
Group: Development/Libraries/Other
Autoreqprov: on
-%description shared
+%description -n libmysqlclient15
+This package contains the shared libraries (.so) which certain
+languages and applications need to dynamically load and use MySQL.
+
+
+
+Authors:
+--------
+ Michael Widenius <monty(a)mysql.com>
+ David Axmark <davida(a)mysql.com>
+
+%package -n libmysqlclient_r15
+Summary: MySQL Shared Libraries
+License: GNU General Public License (GPL)
+URL: http://www.mysql.com
+Group: Development/Libraries/Other
+Autoreqprov: on
+
+%description -n libmysqlclient_r15
This package contains the shared libraries (.so) which certain
languages and applications need to dynamically load and use MySQL.
@@ -240,7 +253,7 @@
%prep
%setup -q
cp %_sourcedir/suse-test-run .
-%patch1
+#%patch1
%patch2
%patch3
%patch4
@@ -253,7 +266,8 @@
%patch13
%patch14
# remove unneeded man manpages
-rm man/mysqlman.1 man/safe_mysqld.1 man/mysql.server.1
+rm man/mysqlman.1 man/safe_mysqld.1 man/mysql.server.1 man/make_win_*.1
+rm man/mysqlmanager-pwgen.1 man/mysqlmanagerc.1
%build
autoreconf -f -i
@@ -306,6 +320,12 @@
%endif
make %{?jobs:-j%jobs} benchdir=$RPM_BUILD_ROOT/usr/share/sql-bench
nm --numeric-sort sql/mysqld > sql/mysqld.sym
+ # needed for make check, which is not VPATH aware
+ # copy the files unconditionally so that manual 'make check' after
+ # the build works, too
+ cp -a ../mysql-test/* mysql-test/
+ cp -a ../sql/share/{english,charsets} sql/share/
+ cp -a ../scripts/*.sql scripts/
%if %{?_with_testsuite:1}0
make test
%endif
@@ -318,7 +338,7 @@
--with-innodb \
--with-embedded-server \
--with-extra-tools
-# build mysqld-debug
+# build mysqld-debug (speed up normal build by skipping tests/ and client/)
BuildMySQL "-debug" --with-server-suffix=-debug \
--${BERKELEY}-berkeley-db \
--with-openssl \
@@ -326,9 +346,11 @@
--with-debug \
--without-extra-tools \
--without-embedded-server \
+%if %{?!_with_testsuite:1}0
+ --without-mysqlmanager \
--without-client \
- --without-tests \
- --without-mysqlmanager
+ --without-tests
+%endif
# Now build the standard mysqld
BuildMySQL "" \
--without-berkeley-db \
@@ -336,9 +358,11 @@
--with-innodb \
--without-extra-tools \
--without-embedded-server \
+%if %{?!_with_testsuite:1}0
+ --without-mysqlmanager \
--without-client \
- --without-tests \
- --without-mysqlmanager
+ --without-tests
+%endif
%install
# install client, extra tools, libraries and mysql-max
@@ -380,8 +404,8 @@
}
filelist innochecksum my_print_defaults myisam_ftdump myisamchk myisamlog myisampack mysql_create_system_tables mysql_fix_extensions mysql_fix_privilege_tables mysql_install_db mysql_secure_installation mysqlbug mysqld mysqld_multi mysqld_safe mysqlbinlog mysqldumpslow mysqlmanager resolve_stack_dump resolveip >mysql.files
filelist mysql mysql_upgrade mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow >mysql-client.files
-filelist comp_err mysql_config >mysql-devel.files
-filelist mysql_client_test mysql_client_test_embedded mysql_waitpid mysqltest mysqltest_embedded >mysql-test.files
+filelist comp_err mysql_config >libmysqlclient-devel.files
+filelist mysql_client_test mysql_client_test_embedded mysql_waitpid mysqltest mysqltest_embedded mysql-stress-test.pl mysql-test-run.pl >mysql-test.files
# all binaries that don't need to be in a "default" install (mysql.rpm +
# mysql-client.rpm)
filelist msql2mysql mysql_convert_table_format mysql_explain_log mysql_find_rows mysql_setpermission mysql_tableinfo mysql_tzinfo_to_sql mysql_zap mysqlaccess mysqlhotcopy perror replace >mysql-tools.files
@@ -481,7 +505,7 @@
%defattr(-, root, root)
%config /etc/mysqlaccess.conf
-%files devel -f mysql-devel.files
+%files -n libmysqlclient-devel -f libmysqlclient-devel.files
%defattr(-, root, root)
/usr/include/mysql
%dir %{_libdir}/mysql
@@ -498,10 +522,15 @@
/usr/bin/mysqltestmanager-pwgen
/usr/bin/mysqltestmanagerc
-%files shared
+%files -n libmysqlclient15
+%defattr(-, root, root)
+%{_libdir}/libmysqlclient.so.*
+%{_libdir}/mysql/libmysqlclient.so.*
+
+%files -n libmysqlclient_r15
%defattr(-, root, root)
-%{_libdir}/*.so.*
-%{_libdir}/mysql/*.so.*
+%{_libdir}/libmysqlclient_r.so.*
+%{_libdir}/mysql/libmysqlclient_r.so.*
%files Max
%defattr(-, root, root)
@@ -521,6 +550,17 @@
%files tools -f mysql-tools.files
%changelog
+* Mon May 28 2007 - mmarek(a)suse.cz
+- updated to 5.0.41, for changes see
+ http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-37.html
+ http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html
+- fixed --with testsuite build [#252630]
+- renamed subpackages according to library packaging policy:
+ mysql-shared -> libmysqlclient15, libmysqlclient_r15
+ mysql-devel -> libmysqlclient-devel (pulls in both flavors)
+- increased rcmysql start timeout to 30 seconds, don't return
+ failure if mysql doesn't start early enough (except for update
+ case) [#273938]
* Thu Mar 29 2007 - mmarek(a)suse.de
- BuildRequires fixes:
+ ncurses-devel
++++++ mysql-5.0.33-mysql_upgrade.patch ++++++
--- /var/tmp/diff_new_pack.M32360/_old 2007-05-28 23:45:54.000000000 +0200
+++ /var/tmp/diff_new_pack.M32360/_new 2007-05-28 23:45:54.000000000 +0200
@@ -1,7 +1,7 @@
# reported as http://bugs.mysql.com/bug.php?id=26639
---- client/mysql_upgrade.c
+--- client/mysql_upgrade.c.orig
+++ client/mysql_upgrade.c
-@@ -584,6 +584,15 @@ int main(int argc, char **argv)
+@@ -614,6 +614,15 @@ int main(int argc, char **argv)
ret= system(cmdline.str);
if (ret)
{
@@ -17,8 +17,8 @@
fprintf(stderr, "Error executing '%s'\n", cmdline.str);
goto error;
}
-@@ -640,7 +649,14 @@ fix_priv_tables:
-
+@@ -694,7 +703,14 @@ fix_priv_tables:
+ DBUG_PRINT("info", ("Running: %s", cmdline.str));
ret= system(cmdline.str);
if (ret)
+ {
++++++ mysql-5.0.33.tar.bz2 -> mysql-5.0.41.tar.bz2 ++++++
mysql/mysql-5.0.33.tar.bz2 /mounts/work_src_done/STABLE/mysql/mysql-5.0.41.tar.bz2 differ: byte 11, line 1
++++++ mysql-coredump.patch ++++++
--- /var/tmp/diff_new_pack.M32360/_old 2007-05-28 23:45:54.000000000 +0200
+++ /var/tmp/diff_new_pack.M32360/_new 2007-05-28 23:45:54.000000000 +0200
@@ -1,8 +1,8 @@
# The kernel won't generate coredumps after setgid() and setuid()
# unless prctl(PR_SET_DUMPABLE, 1) is called
---- sql/mysqld.cc
+--- sql/mysqld.cc.orig
+++ sql/mysqld.cc
-@@ -132,6 +132,10 @@ extern "C" { // Because of SCO 3.2V4
+@@ -135,6 +135,10 @@ extern "C" { // Because of SCO 3.2V4
#include <sys/mman.h>
#endif
@@ -13,8 +13,8 @@
#ifdef __NETWARE__
#define zVOLSTATE_ACTIVE 6
#define zVOLSTATE_DEACTIVE 2
-@@ -1368,7 +1372,13 @@ static void set_user(const char *user, s
- sql_perror("setuid");
+@@ -1411,7 +1415,13 @@ static void set_effective_user(struct pa
+ sql_perror("setreuid");
unireg_abort(1);
}
-#endif
@@ -28,9 +28,9 @@
}
---- configure.in
+--- configure.in.orig
+++ configure.in
-@@ -2226,6 +2226,19 @@ then
+@@ -2266,6 +2266,19 @@ then
fi
AC_MSG_RESULT("$netinet_inc")
++++++ mysql-install_db-quiet.patch ++++++
--- /var/tmp/diff_new_pack.M32360/_old 2007-05-28 23:45:54.000000000 +0200
+++ /var/tmp/diff_new_pack.M32360/_new 2007-05-28 23:45:54.000000000 +0200
@@ -1,40 +1,18 @@
---- scripts/mysql_install_db.sh
+--- scripts/mysql_install_db.sh.orig
+++ scripts/mysql_install_db.sh
-@@ -246,13 +246,14 @@ then
- echo ""
+@@ -296,10 +296,11 @@ then
fi
fi
-- if test "$in_rpm" = 0 -a "$windows" = 0
-- then
-- echo ""
-- echo "To start mysqld at boot time you have to copy support-files/mysql.server"
-- echo "to the right place for your system"
-- echo
-- fi
+
+- s_echo ""
+- s_echo "To start mysqld at boot time you have to copy"
+- s_echo "support-files/mysql.server to the right place for your system"
+- s_echo
+# Output disabled, since the SUSE RPM comes with an init script installed
-+# if test "$in_rpm" = 0 -a "$windows" = 0
-+# then
-+# echo ""
-+# echo "To start mysqld at boot time you have to copy support-files/mysql.server"
-+# echo "to the right place for your system"
-+# echo
-+# fi
++# s_echo ""
++# s_echo "To start mysqld at boot time you have to copy"
++# s_echo "support-files/mysql.server to the right place for your system"
++# s_echo
+
if test "$windows" -eq 0
then
- echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
-@@ -272,9 +273,12 @@ then
- echo
- if test "$in_rpm" = "0"
- then
-- echo "You can start the MySQL daemon with:"
-- echo "cd @prefix@ ; $bindir/mysqld_safe &"
-- echo
-+# Disabled the following message, since it is recommended to use the init
-+# script instead, which takes care using the correct user id etc. Start it
-+# with "rcmysql start" instead.
-+# echo "You can start the MySQL daemon with:"
-+# echo "cd @prefix@ ; $bindir/mysqld_safe &"
-+# echo
- echo "You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:"
- echo "cd sql-bench ; perl run-all-tests"
- echo
++++++ mysql-vpath.patch ++++++
--- configure.in.orig
+++ configure.in
@@ -2494,7 +2494,7 @@ else
MYSQL_CHECK_NEW_RL_INTERFACE
MYSQL_CHECK_READLINE_DECLARES_HIST_ENTRY
AC_LANG_RESTORE
- if [test "$mysql_cv_new_rl_interface" = "yes"] && [test -d "./cmd-line-utils/readline"]
+ if [test "$mysql_cv_new_rl_interface" = "yes"] && [test -d "$srcdir/cmd-line-utils/readline"]
then
# Use the new readline interface, but only if the package includes a bundled libreadline
# this way we avoid linking commercial source with GPL readline
@@ -2511,7 +2511,7 @@ else
fi
# if there is no readline, but we want to build with readline, we fail
-if [test "$want_to_use_readline" = "yes"] && [test ! -d "./cmd-line-utils/readline"]
+if [test "$want_to_use_readline" = "yes"] && [test ! -d "$srcdir/cmd-line-utils/readline"]
then
AC_MSG_ERROR([This commercially licensed MySQL source package can't
be built with libreadline. Please use --with-libedit to use
++++++ rc.mysql ++++++
--- mysql/rc.mysql 2007-02-26 13:54:54.000000000 +0100
+++ /mounts/work_src_done/STABLE/mysql/rc.mysql 2007-05-24 13:37:59.000000000 +0200
@@ -92,7 +92,7 @@
wait_for_socket()
{
local i
- for((i=0; i<50; i++)); do
+ for((i=0; i<150; i++)); do
sleep 0.2
test -S $1 && i='' && break
done
@@ -253,7 +253,8 @@
--datadir=$datadir &>/dev/null &
wait_for_socket $socket || {
- rc_failed; rc_status -v; rc_exit;
+ # let's not treat this as a fatal error
+ echo "warning: $socket didn't appear within 30 seconds"
}
# Rmember status and be verbose
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kdenetwork4
checked in at Mon May 28 23:42:09 CEST 2007.
--------
--- KDE/kdenetwork4/kdenetwork4.changes 2007-05-23 19:43:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdenetwork4/kdenetwork4.changes 2007-05-28 23:19:26.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 28 23:19:19 CEST 2007 - dmueller(a)suse.de
+
+- update to 3.90.1.svn668119
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdenetwork4.spec ++++++
--- /var/tmp/diff_new_pack.j23482/_old 2007-05-28 23:40:55.000000000 +0200
+++ /var/tmp/diff_new_pack.j23482/_new 2007-05-28 23:40:55.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdenetwork4 (Version 3.90.1)
+# spec file for package kdenetwork4 (Version 3.90.1.svn668132)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,8 +15,8 @@
Group: Productivity/Networking/Other
Summary: kdenetwork base package
URL: http://www.kde.org
-Version: 3.90.1
-Release: 5
+Version: 3.90.1.svn668132
+Release: 1
Source0: kdenetwork.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: kdebase4-runtime
@@ -45,7 +45,7 @@
The KDE Team <kde(a)kde.org>
%prep
-%setup -q -n kdenetwork-3.90.1
+%setup -q -n kdenetwork
%patch
%build
@@ -543,7 +543,6 @@
/usr/bin/kget
/usr/%_lib/kde4/khtml_kget.so
/usr/%_lib/kde4/libkget_kiofactory.so
-/usr/%_lib/kde4/libkget_metalinkfactory.so
/usr/%_lib/kde4/libkget_multisegkiofactory.so
/usr/%_lib/libkgetcore.so.*
/usr/share/applications/kde4/kget.desktop
@@ -557,7 +556,6 @@
/usr/share/icons/crystalsvg/*/apps/kget.*
/usr/share/icons/crystalsvg/*/mimetypes/kget_list.*
/usr/share/kde4/services/kget_kiofactory.desktop
-/usr/share/kde4/services/kget_metalinkfactory.desktop
/usr/share/kde4/services/kget_multisegkiofactory.desktop
/usr/share/kde4/servicetypes/kget_plugin.desktop
/usr/share/sounds/KGet_Added.ogg
@@ -569,7 +567,6 @@
%files
%defattr(-,root,root)
%doc COPYING COPYING-DOCS README
-%doc %lang(en) /usr/share/doc/HTML/en/kpf
%package devel
Group: Productivity/Networking/Other
Summary: kdenetwork base package
@@ -603,6 +600,8 @@
%_libdir/libiris_kopete.so
%changelog
+* Mon May 28 2007 - dmueller(a)suse.de
+- update to 3.90.1.svn668119
* Wed May 23 2007 - dmueller(a)suse.de
- add kdenetwork4-devel subpackage
* Fri May 18 2007 - stbinner(a)suse.de
++++++ kdenetwork.tar.bz2 ++++++
KDE/kdenetwork4/kdenetwork.tar.bz2 /mounts/work_src_done/STABLE/kdenetwork4/kdenetwork.tar.bz2 differ: byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kdetoys4
checked in at Mon May 28 23:38:56 CEST 2007.
--------
--- KDE/kdetoys4/kdetoys4.changes 2007-05-18 19:28:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdetoys4/kdetoys4.changes 2007-05-28 23:32:56.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 28 23:32:52 CEST 2007 - dmueller(a)suse.de
+
+- update to 3.90.1.svn668135
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdetoys4.spec ++++++
--- /var/tmp/diff_new_pack.BEa680/_old 2007-05-28 23:38:50.000000000 +0200
+++ /var/tmp/diff_new_pack.BEa680/_new 2007-05-28 23:38:50.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdetoys4 (Version 3.90.1)
+# spec file for package kdetoys4 (Version 3.90.1.svn668135)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,11 +11,11 @@
Name: kdetoys4
BuildRequires: kdebase4-devel
-License: No license agreement found in package
+License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/GUI/KDE
Summary: kdetoys base package
URL: http://www.kde.org
-Version: 3.90.1
+Version: 3.90.1.svn668135
Release: 1
Source0: kdetoys.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
The KDE Team <kde(a)kde.org>
%prep
-%setup -q -n kdetoys-3.90.1
+%setup -q -n kdetoys
%patch
%build
@@ -293,5 +293,7 @@
%doc COPYING COPYING-DOCS README
%changelog
+* Mon May 28 2007 - dmueller(a)suse.de
+- update to 3.90.1.svn668135
* Fri May 18 2007 - stbinner(a)suse.de
- initial package in abuild
++++++ kdetoys.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/amor.desktop new/kdetoys/amor/amor.desktop
--- old/kdetoys-3.90.1/amor/amor.desktop 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/amor.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -3,7 +3,6 @@
Name=AMOR
Name[af]=Amor
Name[ar]=برنامج AMOR
-Name[bg]=Amor
Name[fi]=Amor
Name[fr]=Amor
Name[ko]=아모르
@@ -18,7 +17,6 @@
DocPath=amor/index.html
GenericName=On-Screen Creature
GenericName[be]=Экранная жывёла
-GenericName[bg]=Усмивка за работното място
GenericName[ca]=Criatura a la pantalla
GenericName[cs]=Příšerka na obrazovce
GenericName[cy]=Creadur Ar-Sgrin
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/billyrc new/kdetoys/amor/data/billyrc
--- old/kdetoys-3.90.1/amor/data/billyrc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/billyrc 2007-05-13 08:03:07.000000000 +0200
@@ -6,7 +6,6 @@
Description[af]=Klein Billy
Description[ar]=بيل الصغير
Description[be]=Маленькі Біллі
-Description[bg]=Малкият Били
Description[br]=Billy Bihan
Description[ca]=Petit Guillem
Description[cs]=Malý Billy
@@ -56,7 +55,6 @@
About[af]=Statiese venster sitter\nGraphic van http://www.xbill.org/
About[ar]=قاعدة النوافذ الساكنة \nالرسوم من http://www.xbill.org
About[be]=Статычны наглядчык вокнаў\nГрафіка з http://www.xbill.org/
-About[bg]=Неанимирано човече\nГрафиката е взета от http://www.xbill.org/
About[ca]=Model de finestra estàtica\nGràfic de http://www.xbill.org/
About[cs]=Statická ozdoba okna\nGrafika z http://www.xbill.org/
About[cy]=Gwarchodydd ffenest sefydlog\nGraffeg oddiwrth http://www.xbill.org/
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/blobrc new/kdetoys/amor/data/blobrc
--- old/kdetoys-3.90.1/amor/data/blobrc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/blobrc 2007-05-13 08:03:07.000000000 +0200
@@ -4,7 +4,6 @@
Description=Multi-Talented Spot
Description[ar]=نقطة متعددة المواهب
Description[be]=Таленавіты калабок
-Description[bg]=Всезнайко
Description[ca]=Anunci multi-dotat
Description[cs]=Talentovaný chlapík
Description[cy]=Smotyn Aml-Dalentog
@@ -51,7 +50,6 @@
About[af]=Deur Martin R. Jones\nJet pak, straal en vuur animasie Deur Merk Toegestaan
About[ar]=من مارتن ر. جونز\nJet pack, الضوء, و النار من تصميم مارك غرانت
About[be]=Аўтары Martin R. Jones\nАнімацыі агню, палёту і луча - Mark Grant
-About[bg]=Автор Мартин Р. Джоунс\nПодобрения и анимация от Марк Гранд
About[ca]=Per Martin R. Jones\nPaquet jet, nau i animacions de foc per Mark Grant
About[cs]=Autor Martin R. Jones\nAnimace: Mark Grant
About[cy]=Gan Martin R. Jones\nAnimeiddiadau pecyn jet, pelydryn a tân gan Mark Grant
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/bonhommerc new/kdetoys/amor/data/bonhommerc
--- old/kdetoys-3.90.1/amor/data/bonhommerc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/bonhommerc 2007-05-13 08:03:07.000000000 +0200
@@ -7,7 +7,6 @@
PixmapPath=pics/animated/bonhomme
Description=Bonhomme
Description[be]=Пляшучыя чалавечкі
-Description[bg]=Тао
Description[cs]=Mužíček
Description[et]=Kriipsu-Juku
Description[km]=មនុស្សឆ្អឹង
@@ -26,7 +25,6 @@
About[af]=Deur Jean-Claude Dumas
About[ar]=من جان كلود دوماس
About[be]=Аўтар Jean-Claude Dumas
-About[bg]=Автор Жан Клод Дюма
About[br]=Gant Jean-Claude Dumas
About[ca]=Per Jean-Claude Dumas
About[cs]=Autor Jean-Claude Dumas
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/bsdrc new/kdetoys/amor/data/bsdrc
--- old/kdetoys-3.90.1/amor/data/bsdrc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/bsdrc 2007-05-13 08:03:07.000000000 +0200
@@ -5,7 +5,6 @@
Description=FreeBSD Mascot
Description[af]=Freebsd Gelukbringer
Description[be]=Сімвал FreeBSD
-Description[bg]=Талисман на FreeBSD
Description[ca]=Mascota de FreeBSD
Description[cs]=Maskot FreeBSD
Description[cy]=Masgot FreeBSD
@@ -55,7 +54,6 @@
About[af]=Statiese venster sitter
About[ar]=قاعد النوافذ الساكنة
About[be]=Статычны наглядчык вокнаў
-About[bg]=Неанимирано дяволче
About[ca]=Model estàtic de finestra
About[cs]=Statická ozdoba okna
About[cy]=Gwarchodydd ffenest sefydlog
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/eyesrc new/kdetoys/amor/data/eyesrc
--- old/kdetoys-3.90.1/amor/data/eyesrc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/eyesrc 2007-05-13 08:03:07.000000000 +0200
@@ -7,7 +7,6 @@
Description[af]=Mal Oë
Description[ar]=عيون مجنونة
Description[be]=Вочы
-Description[bg]=Луди очички
Description[br]=Daoulagad foll
Description[ca]=Ulls bojos
Description[cs]=Voči šílený
@@ -57,7 +56,6 @@
About[af]=Deur Jean-Claude Dumas
About[ar]=من جان كلود دوماس
About[be]=Аўтар Jean-Claude Dumas
-About[bg]=Автор Жан Клод Дюма
About[br]=Gant Jean-Claude Dumas
About[ca]=Per Jean-Claude Dumas
About[cs]=Autor Jean-Claude Dumas
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/ghostrc new/kdetoys/amor/data/ghostrc
--- old/kdetoys-3.90.1/amor/data/ghostrc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/ghostrc 2007-05-13 08:03:07.000000000 +0200
@@ -4,7 +4,6 @@
Description=Spooky Ghost
Description[af]=Onheilspellende Spook
Description[be]=Страшны прывід
-Description[bg]=Призрачен Дух
Description[br]=Tasmant
Description[ca]=Fantasma misteriós
Description[cs]=Strašidelný duch
@@ -53,7 +52,6 @@
About[af]=Deur Martin R. Jones\nBased op 'n ikoon Deur die Kde kunstenaar span.
About[ar]=من مارتن ر. جونز\nمبنية على أيقونة من فريق رسامي KDE
About[be]=Аўтар Martin R. Jones\nЗроблена на базе значак ад каманды художнікаў KDE.
-About[bg]=Автор Мартин Р. Джоунс\nБазирано на икона от KDE
About[br]=Gant Martin R. Jones\nDiazezet war un arlun skipail arzour KDE.
About[ca]=Per Martin R. Jones\nBasat en una icona del equip artístic de KDE.
About[cs]=Autor Martin R. Jones\nNa základě ikony z KDE
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/nekorc new/kdetoys/amor/data/nekorc
--- old/kdetoys-3.90.1/amor/data/nekorc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/nekorc 2007-05-13 08:03:07.000000000 +0200
@@ -5,7 +5,6 @@
[Config]
PixmapPath=pics/animated/neko
Description=Neko
-Description[bg]=Неко
Description[et]=Hiirepüüdja
Description[km]=នេកូ
Description[ru]=Неко
@@ -18,7 +17,6 @@
About[af]=Kunswerk van oneko deur Masayuki Koba\Namor'd deur Chris Spiegel
About[ar]=عمل فني من أونيكو و من تصميم ماياسوكي كوبا\n نقلت الى Amor عن طريق كريس شبيغل
About[be]=Малюнкі з oneko (аўтар Masayuki Koba)\n перанос ў AMOR - Chris Spiegel
-About[bg]=Автор Масияки Коба\nАдаптация от Крис Шпигел
About[ca]=Treball gràfic de oneko per Masayuki Koba\nAMOR per Chris Spiegel
About[cs]=Grafika z programu oneko, Masayuki Koba\nPřevod: Chris Spiegel
About[cy]=Gwaith arlunio oddiwrth oneko gan Masayuki Koba\nWedi ei AMORio gan Chris Spiegel
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/pingurc new/kdetoys/amor/data/pingurc
--- old/kdetoys-3.90.1/amor/data/pingurc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/pingurc 2007-05-13 08:03:07.000000000 +0200
@@ -3,7 +3,6 @@
PixmapPath=pics/animated/pingu
Description=Tux
Description[be]=Tукс
-Description[bg]=Тюкс
Description[eo]=Tuĉjo
Description[he]=טקס
Description[lv]=Tuksis
@@ -18,7 +17,6 @@
About[af]=Deur Frank Pieczynski\nBased op grafieka van die speletjie "pingus".
About[ar]=من فرانك بيسزينسكي\nمبنية على رسومات لعبة "pingus".
About[be]=Аўтар Frank Pieczynski\nЗаснавана на графіцы з гульні "pingus".
-About[bg]=Автор Франк Пижински\nБазирано на графика от играта pingus
About[br]=Gant Frank Pieczynski\nDiazezet war ur skeudenn c'hoari « pingus ».
About[ca]=Per Frank Pieczynski\nBasat en els gràfics del joc "pingus".
About[cs]=Autor Frank Pieczynski\nNa základě grafiky hry "pingus".
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/taorc new/kdetoys/amor/data/taorc
--- old/kdetoys-3.90.1/amor/data/taorc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/taorc 2007-05-13 08:03:07.000000000 +0200
@@ -3,7 +3,6 @@
PixmapPath=pics/animated/tao
Description=Tao
Description[be]=Дао
-Description[bg]=Тао
Description[he]=טאו
Description[mk]=Тао
Description[ru]=Дао
@@ -15,7 +14,6 @@
About[af]=Deur Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang simbool geïnspireer Deur my Tai Chi oefening.
About[ar]=تأليف Daniel Pfeiffer <occitan(a)esperanto.org>\nرموز الين و اليان من ممارستي للتاي شي.
About[be]=Аўтар Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang symbol inspired by my Tai Chi practice.
-About[bg]=Автор Даниел Пфайфар <occitan(a)esperanto.org>\nИдеята за символа идва от хобито на автора
About[br]=Gant Daniel Pfeiffer <occitan(a)esperanto.org>\nArouez Yin Yang a zo awenet gant pleustr Tai Chi.
About[ca]=Per Daniel Pfeiffer <occitan(a)esperanto.org>\nEl símbol del Yin Yang s'ha inspirat en la meva pràctica del Tai Chi.
About[cs]=Autor Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang symbol inspirován mým cvičením Taiči
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/tuxrc new/kdetoys/amor/data/tuxrc
--- old/kdetoys-3.90.1/amor/data/tuxrc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/tuxrc 2007-05-13 08:03:07.000000000 +0200
@@ -6,7 +6,6 @@
Description[af]=Ongeanimeerde Tux
Description[ar]=Tux غير متحرك
Description[be]=Неанімаваны Тукс
-Description[bg]=Неанимиран Тюкс
Description[ca]=Tux sense animació
Description[cs]=Neanimovaný Tux
Description[cy]=Tux heb ei animeddio
@@ -56,7 +55,6 @@
About[af]=Statiese venster sitter
About[ar]=قاعد النوافذ الساكنة
About[be]=Статычны наглядчык вокнаў
-About[bg]=Неанимирано дяволче
About[ca]=Model estàtic de finestra
About[cs]=Statická ozdoba okna
About[cy]=Gwarchodydd ffenest sefydlog
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/amor/data/wormrc new/kdetoys/amor/data/wormrc
--- old/kdetoys-3.90.1/amor/data/wormrc 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/amor/data/wormrc 2007-05-13 08:03:07.000000000 +0200
@@ -5,7 +5,6 @@
Description[af]=Klein Wurm
Description[ar]=دودة صغيرة
Description[be]=Маленькі чарвячок
-Description[bg]=Малкото Червейче
Description[br]=Buzugig
Description[ca]=Cuquet
Description[cs]=Červík
@@ -56,7 +55,6 @@
About[af]=Deur Bartosz Trudnowski\nMade vir my vrou
About[ar]=من Bartosz Trudnowski\nصنعته لزوجتي
About[be]=Аўтар Bartosz Trudnowski\nЗрабіў для жонкі
-About[bg]=Автор Бартоз Трудновски\nПосвещава се на съпругата на автора
About[br]=Gant Bartosz Trudnowski\nGraet evit ma wreg
About[ca]=Per Bartosz Trudnowski\nFet per a la meva dona
About[cs]=Autor Bartosz Trudnowski\nPro mou manželku
Files old/kdetoys-3.90.1/doc/amor/index.cache.bz2 and new/kdetoys/doc/amor/index.cache.bz2 differ
Files old/kdetoys-3.90.1/doc/kmoon/index.cache.bz2 and new/kdetoys/doc/kmoon/index.cache.bz2 differ
Files old/kdetoys-3.90.1/doc/kodo/index.cache.bz2 and new/kdetoys/doc/kodo/index.cache.bz2 differ
Files old/kdetoys-3.90.1/doc/kteatime/index.cache.bz2 and new/kdetoys/doc/kteatime/index.cache.bz2 differ
Files old/kdetoys-3.90.1/doc/kweather/index.cache.bz2 and new/kdetoys/doc/kweather/index.cache.bz2 differ
Files old/kdetoys-3.90.1/doc/kworldclock/index.cache.bz2 and new/kdetoys/doc/kworldclock/index.cache.bz2 differ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/eyesapplet/eyesapplet.desktop new/kdetoys/eyesapplet/eyesapplet.desktop
--- old/kdetoys-3.90.1/eyesapplet/eyesapplet.desktop 2007-05-03 10:36:17.000000000 +0200
+++ new/kdetoys/eyesapplet/eyesapplet.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -5,7 +5,6 @@
Name[af]=Oë
Name[ar]=عيون
Name[be]=Вочы
-Name[bg]=Очички
Name[br]=Daoulagad
Name[ca]=Ulls
Name[cs]=Oči
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/fifteenapplet/kfifteenapplet.desktop new/kdetoys/fifteenapplet/kfifteenapplet.desktop
--- old/kdetoys-3.90.1/fifteenapplet/kfifteenapplet.desktop 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/fifteenapplet/kfifteenapplet.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -5,7 +5,6 @@
Name[af]=Vyftien Dele
Name[ar]=خمسة عشرة قطعة
Name[be]=Пятнаццаць чарапкоў
-Name[bg]=Пъзел от 15 части
Name[ca]=Quinze peces
Name[cs]=Patnáct
Name[cy]=Pymtheg Darn
@@ -55,7 +54,6 @@
Comment=A little game with fifteen pieces
Comment[ar]= لعبة صغيرة مع خمسة عشرة قطعة
Comment[be]=Маленькая гульня з пятнаццацю чарапкамі
-Comment[bg]=Малък пъзел от 15 части
Comment[ca]=Una joguina amb quinze peces
Comment[cs]=Malá hra s patnácti kameny
Comment[cy]=Gêm fach efo pymtheg darn
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kteatime/CMakeLists.txt new/kdetoys/kteatime/CMakeLists.txt
--- old/kdetoys-3.90.1/kteatime/CMakeLists.txt 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/kteatime/CMakeLists.txt 2007-05-14 19:19:03.000000000 +0200
@@ -14,7 +14,7 @@
kde4_add_executable(kteatime ${kteatime_SRCS})
-target_link_libraries(kteatime ${KDE4_KIO_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} )
+target_link_libraries(kteatime ${KDE4_KIO_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} ${QT_QT3SUPPORT_LIBRARY})
install(TARGETS kteatime DESTINATION ${BIN_INSTALL_DIR} )
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kteatime/kteatime.desktop new/kdetoys/kteatime/kteatime.desktop
--- old/kdetoys-3.90.1/kteatime/kteatime.desktop 2007-05-03 10:36:11.000000000 +0200
+++ new/kdetoys/kteatime/kteatime.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -10,7 +10,6 @@
Name[x-test]=xxKTeaTimexx
GenericName=Tea Cooker
GenericName[be]=Прыгатаўленне гарбаты
-GenericName[bg]=Приготвяне на чай
GenericName[br]=Ar pod te
GenericName[ca]=El cuiner de te
GenericName[cs]=Vařič čaje
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/ktux/CMakeLists.txt new/kdetoys/ktux/CMakeLists.txt
--- old/kdetoys-3.90.1/ktux/CMakeLists.txt 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/ktux/CMakeLists.txt 2007-05-15 10:14:39.000000000 +0200
@@ -13,7 +13,7 @@
kde4_add_executable(ktux ${ktux_SRCS})
-target_link_libraries(ktux ${KDE4_KDEUI_LIBS} kscreensaver )
+target_link_libraries(ktux ${KDE4_KDEUI_LIBS} ${QT_QT3SUPPORT_LIBRARY} kscreensaver )
install(TARGETS ktux DESTINATION ${BIN_INSTALL_DIR} )
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/ktux/ktux.desktop new/kdetoys/ktux/ktux.desktop
--- old/kdetoys-3.90.1/ktux/ktux.desktop 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/ktux/ktux.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -2,7 +2,6 @@
Encoding=UTF-8
Name=KTux
Name[af]=Ktux
-Name[bg]=Тюкс
Name[eo]=Tuĉjo
Name[ko]=K턱스
Name[ta]= KTux
@@ -22,7 +21,6 @@
Name[af]=Opstelling...
Name[ar]=اعداد...
Name[be]=Настаўленні...
-Name[bg]=Конфигуриране...
Name[br]=Kefluniadur ...
Name[ca]=Configuració...
Name[cs]=Nastavení...
@@ -79,7 +77,6 @@
Exec=ktux -window-id %w
Name=Display in Specified Window
Name[be]=Паказваць у зададзеным вакне
-Name[bg]=Стартиране в избран прозорец
Name[br]=Diskwel er prenestr spisaet
Name[ca]=Mostra a la finestra especificada
Name[cs]=Zobrazit v určeném okně
@@ -130,7 +127,6 @@
Exec=ktux -root
Name=Display in Root Window
Name[be]=Паказваць у фанавым вакне
-Name[bg]=Стартиране в главния прозорец
Name[br]=Diskwel er prenestr gwrizienn
Name[ca]=Mostra a la finestra arrel
Name[cs]=Zobrazit na pozadí plochy
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kweather/CMakeLists.txt new/kdetoys/kweather/CMakeLists.txt
--- old/kdetoys-3.90.1/kweather/CMakeLists.txt 2007-05-03 10:36:17.000000000 +0200
+++ new/kdetoys/kweather/CMakeLists.txt 2007-05-14 19:19:03.000000000 +0200
@@ -57,7 +57,7 @@
kde4_add_executable(kweatherservice ${kweatherservice_SRCS})
-target_link_libraries(kweatherservice ${KDE4_KIO_LIBS} )
+target_link_libraries(kweatherservice ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY})
install(TARGETS kweatherservice DESTINATION ${BIN_INSTALL_DIR} )
@@ -92,7 +92,7 @@
kde4_add_plugin(weather_panelapplet ${weather_panelapplet_PART_SRCS})
-target_link_libraries(weather_panelapplet ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} kickermain )
+target_link_libraries(weather_panelapplet ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} kickermain ${KDE4_KUTILS_LIBS} )
install(TARGETS weather_panelapplet DESTINATION ${PLUGIN_INSTALL_DIR})
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kweather/kcmweather.desktop new/kdetoys/kweather/kcmweather.desktop
--- old/kdetoys-3.90.1/kweather/kcmweather.desktop 2007-05-03 10:36:17.000000000 +0200
+++ new/kdetoys/kweather/kcmweather.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -13,7 +13,6 @@
Name=Display
Name[ar]=الشاشة
Name[be]=Паказваць
-Name[bg]=Показване
Name[br]=Diskwel
Name[ca]=Pantalla
Name[cs]=Zobrazení
@@ -62,7 +61,6 @@
Comment=Display Setup
Comment[ar]=تعيين الشاشة
Comment[be]=Настаўленне паказу
-Comment[bg]=Настройки на показването
Comment[br]=Kefluniadur an Diskwel
Comment[ca]=Configuració de pantalla
Comment[cs]=Nastavení zobrazení
@@ -110,7 +108,6 @@
Comment[zh_TW]=顯示設定
Keywords=kweather, weather, configure, settings, display
Keywords[ar]=kweather برنامج, الطقس, تهيئة, إعدادات, شاشة
-Keywords[bg]=време, метеорологично, метеорология, показване, състояние, доклад, kweather, weather, configure, settings, display
Keywords[br]=kweather, amzer, kefluniañ, dibarzhoù, diskwel
Keywords[ca]=kweather, temps, configuració, paràmetres, pantalla
Keywords[cs]=kweather,počasí,nastavení,zobrazení
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kweather/kcmweatherservice.desktop new/kdetoys/kweather/kcmweatherservice.desktop
--- old/kdetoys-3.90.1/kweather/kcmweatherservice.desktop 2007-05-03 10:36:17.000000000 +0200
+++ new/kdetoys/kweather/kcmweatherservice.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -14,7 +14,6 @@
Name=Weather Service
Name[ar]=خدمة الأرصاد الجوية
Name[be]=Сервіс надвор'я
-Name[bg]=Сървър
Name[br]=Servij an amzer
Name[ca]=Servei meteorològic
Name[cs]=Služba počasí
@@ -63,7 +62,6 @@
Name[zh_TW]=氣象服務
Comment=Weather Service Setup
Comment[be]=Настаўленне сервісу надвор'я
-Comment[bg]=Настройки на метеорологичния сървър
Comment[br]=Kefluniadur servij an amzer
Comment[ca]=Configuració del servei meteorològic
Comment[cs]=Nastavení služby počasí
@@ -110,7 +108,6 @@
Comment[zh_TW]=氣象服務設定
Keywords=kweather, weather service, configure, settings
Keywords[ar]=kweather برنامج, خدمة الأرصاد الجوية والطقس, تهيئة, إعدادات, شاشة
-Keywords[bg]=време, метеорологично, метеорология, показване, състояние, доклад, kweather, weather service, configure, settings
Keywords[ca]=kweather, servei meteorològic, configuració, paràmetres
Keywords[cs]=kweather,služba počasí,nastavení
Keywords[cy]=kweather, ktywydd, tywydd, ffurfweddu, gosodiadau
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kweather/kweather.desktop new/kdetoys/kweather/kweather.desktop
--- old/kdetoys-3.90.1/kweather/kweather.desktop 2007-05-03 10:36:17.000000000 +0200
+++ new/kdetoys/kweather/kweather.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -11,7 +11,6 @@
Name=Weather Report
Name[ar]=تقرير الطقس
Name[be]=Прагноз надвор'я
-Name[bg]=Метеорологично време
Name[ca]=Informació del temps
Name[cs]=Zpráva o počasí
Name[cy]=Adroddiad Tywydd
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kweather/weatherbar_add.desktop new/kdetoys/kweather/weatherbar_add.desktop
--- old/kdetoys-3.90.1/kweather/weatherbar_add.desktop 2007-05-03 10:36:17.000000000 +0200
+++ new/kdetoys/kweather/weatherbar_add.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -6,7 +6,6 @@
Name=Sidebar Weather Report
Name[ar]=تقرير الطقس على الشريط الجانبي
Name[be]=Бакавы прагноз надвор'я
-Name[bg]=Метеорологично време
Name[ca]=Barra d'informació del temps
Name[cs]=Zpráva o počasí pro postranní lištu
Name[cy]=Adroddiad Tywydd i'r Bar Ochr
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kweather/weatherbar.desktop new/kdetoys/kweather/weatherbar.desktop
--- old/kdetoys-3.90.1/kweather/weatherbar.desktop 2007-05-03 10:36:17.000000000 +0200
+++ new/kdetoys/kweather/weatherbar.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -6,7 +6,6 @@
Name=Sidebar Weather Report
Name[ar]=تقرير الطقس على الشريط الجانبي
Name[be]=Бакавы прагноз надвор'я
-Name[bg]=Метеорологично време
Name[ca]=Barra d'informació del temps
Name[cs]=Zpráva o počasí pro postranní lištu
Name[cy]=Adroddiad Tywydd i'r Bar Ochr
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kworldwatch/applet.cpp new/kdetoys/kworldwatch/applet.cpp
--- old/kdetoys-3.90.1/kworldwatch/applet.cpp 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/kworldwatch/applet.cpp 2007-05-07 22:26:59.000000000 +0200
@@ -123,6 +123,6 @@
if (clicked && e->button() == Qt::LeftButton)
{
- KRun::run("kworldclock", KUrl::List());
+ KRun::run("kworldclock", KUrl::List(),this);
}
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kworldwatch/kdeworld.desktop new/kdetoys/kworldwatch/kdeworld.desktop
--- old/kdetoys-3.90.1/kworldwatch/kdeworld.desktop 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/kworldwatch/kdeworld.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -3,7 +3,6 @@
Comment[af]=Kde Wêreld horlosie deur Matthias Hoelzer-kluepfel
Comment[ar]=ساعة عالمية لKDE من ماتياس هولتسر-كلوبفل
Comment[be]=Сусветны гадзіннік KDE (аўтар Matthias Hoelzer-Kluepfel)
-Comment[bg]=Часовник, който показва часа в различни точки на света
Comment[br]=Eurier bedel KDE gant Matthias Hoelzer-Kluepfel
Comment[ca]=Rellotge mundial KDE per Matthias Hoelzer-Kluepfel
Comment[cs]=KDE WorldClock od Matthiase Hoelzer-Kluepfela
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kworldwatch/kworldclock.desktop new/kdetoys/kworldwatch/kworldclock.desktop
--- old/kdetoys-3.90.1/kworldwatch/kworldclock.desktop 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/kworldwatch/kworldclock.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -18,7 +18,6 @@
Name[x-test]=xxKWorldClockxx
GenericName=World Clock
GenericName[be]=Сусветны гадзіннік
-GenericName[bg]=Световен часовник
GenericName[br]=Eurier bedel
GenericName[ca]=Rellotge mundial
GenericName[cs]=Světové hodiny
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kworldwatch/kwwapplet.desktop new/kdetoys/kworldwatch/kwwapplet.desktop
--- old/kdetoys-3.90.1/kworldwatch/kwwapplet.desktop 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/kworldwatch/kwwapplet.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -5,7 +5,6 @@
Name=World Wide Watch
Name[af]=Wêreld Wye Waarneem
Name[be]=Сусветны гадзіннік
-Name[bg]=Световен часовник
Name[br]=Eurier bedel
Name[ca]=Rellotge de tot el món mundial
Name[cs]=Světové hodiny
@@ -50,7 +49,6 @@
Comment=Displays time and sunshine on a world map
Comment[ar]=يعرض الوقت و وقت شروق الشمس على خريطة عالمية
Comment[be]=Паказвае час і сонечны свет на карце свету
-Comment[bg]=Показване на часа и времето от денонощието на световната карта
Comment[ca]=Mostra l'hora i la llum del sol a un mapa del món
Comment[cs]=Zobrazuje čas a sluneční svit na světové mapě
Comment[cy]=Dangos amser ac heulwen ar fap y byd
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kworldwatch/maploader.cpp new/kdetoys/kworldwatch/maploader.cpp
--- old/kdetoys-3.90.1/kworldwatch/maploader.cpp 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/kworldwatch/maploader.cpp 2007-05-08 17:13:53.000000000 +0200
@@ -51,8 +51,9 @@
QStringList files = KGlobal::dirs()->findAllResources("data", "kworldclock/maps/*/*.desktop");
for (QStringList::Iterator it=files.begin(); it != files.end(); ++it)
{
- KDesktopFile conf(*it);
- result.append(new MapTheme(conf.readName(), conf.group("Theme").readEntry("Theme")));
+ KConfig conf(*it);
+ KConfigGroup group = conf.group("Theme");
+ result.append(new MapTheme(group.readEntry("Name"), group.readEntry("Theme")));
}
return result;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kworldwatch/maploader.h new/kdetoys/kworldwatch/maploader.h
--- old/kdetoys-3.90.1/kworldwatch/maploader.h 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/kworldwatch/maploader.h 2007-05-08 17:14:14.000000000 +0200
@@ -39,11 +39,11 @@
MapTheme() : _name(""), _tag(""), _id(0) {}
MapTheme(const QString &name, const QString &tag) : _name(name), _tag(tag), _id(0) {}
- QString tag() { return _tag; }
- QString name() { return _name; }
+ QString tag() const { return _tag; }
+ QString name() const { return _name; }
void setID(int i) { _id = i; }
- int ID() { return _id; }
+ int ID() const { return _id; }
private:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kworldwatch/maps/depths/depths.desktop new/kdetoys/kworldwatch/maps/depths/depths.desktop
--- old/kdetoys-3.90.1/kworldwatch/maps/depths/depths.desktop 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/kworldwatch/maps/depths/depths.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -3,7 +3,6 @@
Name[af]=Oppervlakte Diepte
Name[ar]=عمق السطح
Name[be]=Глыбіня паверхні
-Name[bg]=Релеф на земната повърхност
Name[br]=Krogad en egor
Name[ca]=Extensió de la superfície
Name[cs]=Plocha do hloubky
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kdetoys-3.90.1/kworldwatch/maps/flatworld/flatworld.desktop new/kdetoys/kworldwatch/maps/flatworld/flatworld.desktop
--- old/kdetoys-3.90.1/kworldwatch/maps/flatworld/flatworld.desktop 2007-05-03 10:36:10.000000000 +0200
+++ new/kdetoys/kworldwatch/maps/flatworld/flatworld.desktop 2007-05-13 08:03:07.000000000 +0200
@@ -1,7 +1,6 @@
[Theme]
Name=Flat World
Name[be]=Плоскі свет
-Name[bg]=Без релеф на земната повърхност
Name[br]=Bed kompez
Name[cs]=Plochý svět
Name[cy]=Byd Gwastad
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kdegraphics4
checked in at Mon May 28 23:38:42 CEST 2007.
--------
--- KDE/kdegraphics4/kdegraphics4.changes 2007-05-25 14:08:39.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdegraphics4/kdegraphics4.changes 2007-05-28 23:17:27.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 28 23:17:21 CEST 2007 - dmueller(a)suse.de
+
+- update to 3.90.1.svn668119
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdegraphics4.spec ++++++
--- /var/tmp/diff_new_pack.p29713/_old 2007-05-28 23:38:31.000000000 +0200
+++ /var/tmp/diff_new_pack.p29713/_new 2007-05-28 23:38:31.000000000 +0200
@@ -27,7 +27,7 @@
Summary: kdegraphics base package
URL: http://www.kde.org
Version: 3.90.1
-Release: 6
+Release: 9
Source0: kdegraphics.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: kdebase4-runtime
@@ -59,7 +59,7 @@
The KDE Team <kde(a)kde.org>
%prep
-%setup -q -n kdegraphics-3.90.1
+%setup -q -n kdegraphics
%patch
%build
@@ -613,6 +613,8 @@
/usr/share/kde4/services/scanservice.desktop
%changelog
+* Mon May 28 2007 - dmueller(a)suse.de
+- update to 3.90.1.svn668119
* Fri May 25 2007 - stbinner(a)suse.de
- split off -devel package
* Fri May 18 2007 - stbinner(a)suse.de
++++++ kdegraphics.tar.bz2 ++++++
++++ 8356 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kdegames4
checked in at Mon May 28 23:38:33 CEST 2007.
--------
--- KDE/kdegames4/kdegames4-carddecks.changes 2007-05-07 14:38:50.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdegames4/kdegames4-carddecks.changes 2007-05-28 23:38:17.634347000 +0200
@@ -1,0 +2,5 @@
+Mon May 28 23:15:38 CEST 2007 - dmueller(a)suse.de
+
+- update to 3.90.1.svn668119
+
+-------------------------------------------------------------------
kdegames4.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdegames4-carddecks.spec ++++++
--- /var/tmp/diff_new_pack.U28986/_old 2007-05-28 23:38:25.000000000 +0200
+++ /var/tmp/diff_new_pack.U28986/_new 2007-05-28 23:38:25.000000000 +0200
@@ -16,7 +16,7 @@
Summary: Default Card Decks for KDE Games
URL: http://www.kde.org
Version: 3.90.1
-Release: 1
+Release: 2
Source0: kdegames.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -93,6 +93,8 @@
/usr/share/apps/carddecks/svg-nicu-ornamental
%changelog
+* Mon May 28 2007 - dmueller(a)suse.de
+- update to 3.90.1.svn668119
* Mon May 07 2007 - stbinner(a)suse.de
- update to new SVN snapshot (roughly KDE 4.0 Alpha)
* Fri Apr 27 2007 - stbinner(a)suse.de
++++++ kdegames4.spec ++++++
--- /var/tmp/diff_new_pack.U28986/_old 2007-05-28 23:38:25.000000000 +0200
+++ /var/tmp/diff_new_pack.U28986/_new 2007-05-28 23:38:25.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdegames4 (Version 3.90.1.svn661144)
+# spec file for package kdegames4 (Version 3.90.1.svn668121)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -18,7 +18,7 @@
Group: System/GUI/KDE
Summary: General Data for KDE Games
URL: http://www.kde.org
-Version: 3.90.1.svn661144
+Version: 3.90.1.svn668121
Release: 1
Source0: kdegames.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +47,6 @@
Suggests: kde4-lskat
Suggests: kde4-squares
Suggests: kde4-kiriki
-%define prefix /usr
Patch: desktop-files.diff
%description
@@ -68,12 +67,9 @@
export CXXFLAGS="$CFLAGS"
mkdir build
cd build
- %ifarch x86_64 ppc64 s390x mips64 sparc64
- cmake -DCMAKE_INSTALL_PREFIX=%prefix -DCMAKE_BUILD_TYPE=debugfull ../ -DLIB_INSTALL_DIR=%prefix/lib64
- %else
- cmake -DCMAKE_INSTALL_PREFIX=%prefix -DCMAKE_BUILD_TYPE=debugfull ../
- %endif
- make
+ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=release \
+ -DLIB_INSTALL_DIR=%{_libdir} -DLIB_SUFFIX=$(echo %_lib | cut -b -f3-) ..
+ make %{?jobs:-j %jobs}
%install
cd build
@@ -183,7 +179,6 @@
/usr/include/KDE/KHighscore
/usr/include/KDE/KScoreDialog
/usr/include/KDE/KStandardGameAction
-/usr/include/KDE/KZoomMainWindow
/usr/include/kcarddialog.h
/usr/include/kgamesvgdocument.h
/usr/include/kchat.h
@@ -202,10 +197,14 @@
/usr/include/khighscore.h
/usr/include/kscoredialog.h
/usr/include/kstandardgameaction.h
-/usr/include/kzoommainwindow.h
/usr/include/libkdegames_export.h
+/usr/include/libksirtet
+/usr/include/KDE/KGameTheme
+/usr/include/kgametheme.h
+/usr/include/kgamethemeselector.h
/usr/share/apps/cmake/modules/FindLibKDEGames.cmake
/usr/share/apps/cmake/modules/GGZ.cmake
+/usr/share/apps/cmake/modules/FindLibKSirtet.cmake
%package -n kde4-katomic
Group: Amusements/Games/Board/Puzzle
Summary: Sokoban-like logic game
@@ -491,6 +490,7 @@
/usr/share/apps/kmines
%doc %lang(en) /usr/share/doc/HTML/en/kmines
/usr/share/icons/hicolor/*/apps/kmines.*
+/usr/share/config/kmines.knsrc
%package -n kde4-knetwalk
Group: Amusements/Games/Board/Puzzle
Summary: Puzzle game
@@ -939,9 +939,10 @@
%doc COPYING COPYING-DOCS COPYING.LIB README
/usr/share/apps/kdegames
/usr/share/icons/oxygen/*/actions/endturn.*
-/usr/share/icons/oxygen/*/actions/highscore.*
%changelog
+* Mon May 28 2007 - dmueller(a)suse.de
+- update to 3.90.1.svn668119
* Mon May 07 2007 - stbinner(a)suse.de
- update to new SVN snapshot (roughly KDE 4.0 Alpha)
* Fri Apr 27 2007 - stbinner(a)suse.de
++++++ kdegames.tar.bz2 ++++++
KDE/kdegames4/kdegames.tar.bz2 /mounts/work_src_done/STABLE/kdegames4/kdegames.tar.bz2 differ: byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package ufraw
checked in at Mon May 28 23:38:14 CEST 2007.
--------
--- ufraw/ufraw.changes 2007-03-13 00:40:26.000000000 +0100
+++ /mounts/work_src_done/STABLE/ufraw/ufraw.changes 2007-05-28 19:31:46.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 28 19:31:25 CEST 2007 - schwab(a)suse.de
+
+- Fix writing beyond array bounds.
+
+-------------------------------------------------------------------
New:
----
ufraw-boundary.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ufraw.spec ++++++
--- /var/tmp/diff_new_pack.t27747/_old 2007-05-28 23:38:10.000000000 +0200
+++ /var/tmp/diff_new_pack.t27747/_new 2007-05-28 23:38:10.000000000 +0200
@@ -19,12 +19,13 @@
Group: Productivity/Graphics/Other
Autoreqprov: on
Version: 0.11
-Release: 1
+Release: 27
%define vversion 0.11
Summary: The Unidentified Flying Raw
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-desktop.patch
Patch2: %{name}-gcc.patch
+Patch3: %{name}-boundary.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -67,6 +68,7 @@
%setup -q -n %{name}-%{vversion}
%patch
%patch2
+%patch3
%build
%{suse_update_config -f}
@@ -107,6 +109,8 @@
%_gimpplugindir/plug-ins/
%changelog
+* Mon May 28 2007 - schwab(a)suse.de
+- Fix writing beyond array bounds.
* Fri Mar 09 2007 - postadal(a)suse.cz
- updated to version 0.11
* option to restore highlights, relevant when applying negative
++++++ ufraw-boundary.patch ++++++
--- dcraw.cc
+++ dcraw.cc
@@ -5868,9 +5868,9 @@
if (!strncmp (make,"KODAK",5))
make[16] = model[16] = 0;
cp = make + strlen(make); /* Remove trailing spaces */
- while (*--cp == ' ') *cp = 0;
+ while (cp > make && *--cp == ' ') *cp = 0;
cp = model + strlen(model);
- while (*--cp == ' ') *cp = 0;
+ while (cp > model && *--cp == ' ') *cp = 0;
i = strlen(make); /* Remove make from model */
if (!strncmp (model, make, i) && model[i++] == ' ')
memmove (model, model+i, 64-i);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package slang
checked in at Mon May 28 23:38:04 CEST 2007.
--------
--- slang/slang.changes 2006-01-31 10:23:06.000000000 +0100
+++ /mounts/work_src_done/STABLE/slang/slang.changes 2007-05-28 17:22:46.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 28 17:22:16 CEST 2007 - nadvornik(a)suse.cz
+
+- do not package binaries in documentation directory
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ slang.spec ++++++
--- /var/tmp/diff_new_pack.q26970/_old 2007-05-28 23:37:55.000000000 +0200
+++ /var/tmp/diff_new_pack.q26970/_new 2007-05-28 23:37:55.000000000 +0200
@@ -1,20 +1,20 @@
#
# spec file for package slang (Version 2.0.5)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: slang
-License: GPL, Artistic License
+License: Artistic License, GNU General Public License (GPL)
Group: System/Libraries
Version: 2.0.5
-Release: 3
+Release: 50
Provides: slang%{version}
Autoreqprov: on
Summary: A Library for Display Control
@@ -92,6 +92,10 @@
#make runtests
cd doc
ln -s slangdoc.html index.html
+cd ../modules
+make clean
+cd ../slsh
+make clean
rm -rf $RPM_BUILD_ROOT/usr/share/doc/slang
rm -f /doc/tm/tools/{solarisobjs,i686objs}
@@ -121,7 +125,9 @@
%clean
rm -rf "$RPM_BUILD_ROOT"
-%changelog -n slang
+%changelog
+* Mon May 28 2007 - nadvornik(a)suse.cz
+- do not package binaries in documentation directory
* Tue Jan 31 2006 - nadvornik(a)suse.cz
- fixed typo in locale code [#146603]
* Wed Jan 25 2006 - mls(a)suse.de
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0