Hello community,
here is the log from the commit of package yast2-control-center for
openSUSE:Factory checked in at 2014-11-07 09:05:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old)
and /work/SRC/openSUSE:Factory/.yast2-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-control-center"
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes
2014-04-05 16:48:42.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
2014-11-07 09:06:29.000000000 +0100
@@ -1,0 +2,13 @@
+Thu Oct 30 21:22:52 UTC 2014 - [email protected]
+
+- Install YaST-systemsettings.desktop also to KF5 services directory,
+ so it is also shown in Plasma5 session
+- 3.1.5
+
+-------------------------------------------------------------------
+Thu Oct 30 16:15:42 UTC 2014 - [email protected]
+
+- ignore desktop files whose Hidden attribute is set to "true"
+- 3.1.4
+
+-------------------------------------------------------------------
Old:
----
yast2-control-center-3.1.3.tar.bz2
New:
----
yast2-control-center-3.1.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-control-center.spec ++++++
--- /var/tmp/diff_new_pack.0DfwDf/_old 2014-11-07 09:06:30.000000000 +0100
+++ /var/tmp/diff_new_pack.0DfwDf/_new 2014-11-07 09:06:30.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-control-center
-Version: 3.1.3
+Version: 3.1.5
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -102,6 +102,8 @@
%dir %{_datadir}/kde4/
%dir %{_datadir}/kde4/services
%{_datadir}/kde4/services/YaST-systemsettings.desktop
+%dir %{_datadir}/kservices5
+%{_datadir}/kservices5/YaST-systemsettings.desktop
%{_datadir}/pixmaps/yast.png
%files qt
++++++ yast2-control-center-3.1.3.tar.bz2 -> yast2-control-center-3.1.5.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-control-center-3.1.3/.travis.yml
new/yast2-control-center-3.1.5/.travis.yml
--- old/yast2-control-center-3.1.3/.travis.yml 1970-01-01 01:00:00.000000000
+0100
+++ new/yast2-control-center-3.1.5/.travis.yml 2014-11-04 13:55:12.000000000
+0100
@@ -0,0 +1,19 @@
+language: cpp
+compiler:
+ - gcc
+before_install:
+ # install Qt 5.3 from a launchpad repository
+ - sudo add-apt-repository ppa:beineri/opt-qt532 -y
+ # a newer cmake is required, here is a backport for 12.04 LTS
+ - sudo add-apt-repository ppa:kalakris/cmake -y
+ # install yast2-devtools from YaST:Head:Travis
+ - wget
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+ - sh ./travis_setup.sh -p "qt53base yast2-devtools cmake"
+script:
+ # the Qt5 ackage is in /opt, set the environment first using the bundled
script
+ - . /opt/qt53/bin/qt53-env.sh
+ - make -f Makefile.cvs
+ - cd build
+ - make -j 4
+ - sudo make install
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-control-center-3.1.3/MAINTAINER
new/yast2-control-center-3.1.5/MAINTAINER
--- old/yast2-control-center-3.1.3/MAINTAINER 2014-03-19 14:55:38.000000000
+0100
+++ new/yast2-control-center-3.1.5/MAINTAINER 2014-11-05 15:10:11.000000000
+0100
@@ -1 +1 @@
-Martin Vidner <[email protected]>
+Deprecated file. Use `osc maintainer yast2-control-center` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-control-center-3.1.3/README.md
new/yast2-control-center-3.1.5/README.md
--- old/yast2-control-center-3.1.3/README.md 1970-01-01 01:00:00.000000000
+0100
+++ new/yast2-control-center-3.1.5/README.md 2014-11-04 13:55:12.000000000
+0100
@@ -0,0 +1,5 @@
+# YaST - The Control Center #
+
+[](https://travis-ci.org/yast/yast-control-center)
+[](https://ci.opensuse.org/view/Yast/job/yast-control-center-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-control-center-3.1.3/package/yast2-control-center.changes
new/yast2-control-center-3.1.5/package/yast2-control-center.changes
--- old/yast2-control-center-3.1.3/package/yast2-control-center.changes
2014-04-04 16:50:46.000000000 +0200
+++ new/yast2-control-center-3.1.5/package/yast2-control-center.changes
2014-11-05 15:10:11.000000000 +0100
@@ -1,4 +1,17 @@
-------------------------------------------------------------------
+Thu Oct 30 21:22:52 UTC 2014 - [email protected]
+
+- Install YaST-systemsettings.desktop also to KF5 services directory,
+ so it is also shown in Plasma5 session
+- 3.1.5
+
+-------------------------------------------------------------------
+Thu Oct 30 16:15:42 UTC 2014 - [email protected]
+
+- ignore desktop files whose Hidden attribute is set to "true"
+- 3.1.4
+
+-------------------------------------------------------------------
Fri Apr 4 14:44:54 UTC 2014 - [email protected]
- CMakeFile: QT5_USE_MODULES is deprecated in Qt5.3 (H Senjan)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-control-center-3.1.3/package/yast2-control-center.spec
new/yast2-control-center-3.1.5/package/yast2-control-center.spec
--- old/yast2-control-center-3.1.3/package/yast2-control-center.spec
2014-04-04 16:50:46.000000000 +0200
+++ new/yast2-control-center-3.1.5/package/yast2-control-center.spec
2014-11-05 15:10:11.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-control-center
-Version: 3.1.3
+Version: 3.1.5
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -102,6 +102,8 @@
%dir %{_datadir}/kde4/
%dir %{_datadir}/kde4/services
%{_datadir}/kde4/services/YaST-systemsettings.desktop
+%dir %{_datadir}/kservices5
+%{_datadir}/kservices5/YaST-systemsettings.desktop
%{_datadir}/pixmaps/yast.png
%files qt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-control-center-3.1.3/src/CMakeLists.txt
new/yast2-control-center-3.1.5/src/CMakeLists.txt
--- old/yast2-control-center-3.1.3/src/CMakeLists.txt 2014-04-04
16:50:46.000000000 +0200
+++ new/yast2-control-center-3.1.5/src/CMakeLists.txt 2014-11-05
15:10:11.000000000 +0100
@@ -60,6 +60,7 @@
INSTALL(FILES yast.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps )
INSTALL(FILES YaST.desktop DESTINATION
${CMAKE_INSTALL_PREFIX}/share/applications )
INSTALL(FILES YaST-systemsettings.desktop DESTINATION
${CMAKE_INSTALL_PREFIX}/share/kde4/services )
+INSTALL(FILES YaST-systemsettings.desktop DESTINATION
${CMAKE_INSTALL_PREFIX}/share/kservices5 )
SET(MODELS_TEST_SRCS
models_test.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-control-center-3.1.3/src/yqdesktopfilesmodel.cpp
new/yast2-control-center-3.1.5/src/yqdesktopfilesmodel.cpp
--- old/yast2-control-center-3.1.3/src/yqdesktopfilesmodel.cpp 2014-03-19
14:55:38.000000000 +0100
+++ new/yast2-control-center-3.1.5/src/yqdesktopfilesmodel.cpp 2014-11-04
13:55:12.000000000 +0100
@@ -142,13 +142,13 @@
PropertyMap data;
data = readDesktopFile(filename);
- if ( ! data.empty() )
+ if ( ! data.empty() && data.value("Hidden") != "true" )
{
d->cache.insert(filename, data);
qDebug() << filename << " has index " << count;
success++;
}
- // readDesktopFiles returned empty map - skip those
+ // readDesktopFile returned an empty map or a hidden desktop file's map
- skip those
else
{
qDebug() << "Skipping " << filename << ", read returned no
reasonable data";
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]