Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2015-05-23 12:58:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-07 09:06:29.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2015-05-23 12:58:47.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr  8 10:26:53 UTC 2015 - dims...@opensuse.org
+
+- Install appdata.xml file in order to show up in AppStream based
+  software centers (currently only GNOME Software).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-control-center.spec ++++++
--- /var/tmp/diff_new_pack.BkRa2x/_old  2015-05-23 12:58:48.000000000 +0200
+++ /var/tmp/diff_new_pack.BkRa2x/_new  2015-05-23 12:58:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-control-center
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -98,6 +98,8 @@
 
 %files
 %defattr(-,root,root)
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/YaST.appdata.xml
 %{_datadir}/applications/YaST.desktop
 %dir %{_datadir}/kde4/
 %dir %{_datadir}/kde4/services

++++++ yast2-control-center-3.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-3.1.5/.travis.yml 
new/yast2-control-center-3.1.5/.travis.yml
--- old/yast2-control-center-3.1.5/.travis.yml  2014-11-04 13:55:12.000000000 
+0100
+++ new/yast2-control-center-3.1.5/.travis.yml  2015-05-20 16:10:08.000000000 
+0200
@@ -2,13 +2,15 @@
 compiler:
     - gcc
 before_install:
+    # 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
     # 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"
+    - sudo apt-get update -q
+    - sudo apt-get install 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-3.1.5/CONTRIBUTING.md 
new/yast2-control-center-3.1.5/CONTRIBUTING.md
--- old/yast2-control-center-3.1.5/CONTRIBUTING.md      2014-11-05 
15:10:11.000000000 +0100
+++ new/yast2-control-center-3.1.5/CONTRIBUTING.md      2015-05-20 
16:10:08.000000000 +0200
@@ -12,13 +12,13 @@
 -----------
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-3.1.5/package/yast2-control-center.changes 
new/yast2-control-center-3.1.5/package/yast2-control-center.changes
--- old/yast2-control-center-3.1.5/package/yast2-control-center.changes 
2014-11-05 15:10:11.000000000 +0100
+++ new/yast2-control-center-3.1.5/package/yast2-control-center.changes 
2015-05-20 16:10:08.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Apr  8 10:26:53 UTC 2015 - dims...@opensuse.org
+
+- Install appdata.xml file in order to show up in AppStream based
+  software centers (currently only GNOME Software).
+
+-------------------------------------------------------------------
 Thu Oct 30 21:22:52 UTC 2014 - hrvoje.sen...@gmail.com
 
 - Install YaST-systemsettings.desktop also to KF5 services directory,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-3.1.5/package/yast2-control-center.spec 
new/yast2-control-center-3.1.5/package/yast2-control-center.spec
--- old/yast2-control-center-3.1.5/package/yast2-control-center.spec    
2014-11-05 15:10:11.000000000 +0100
+++ new/yast2-control-center-3.1.5/package/yast2-control-center.spec    
2015-05-20 16:10:08.000000000 +0200
@@ -98,6 +98,8 @@
 
 %files
 %defattr(-,root,root)
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/YaST.appdata.xml
 %{_datadir}/applications/YaST.desktop
 %dir %{_datadir}/kde4/
 %dir %{_datadir}/kde4/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-3.1.5/src/CMakeLists.txt 
new/yast2-control-center-3.1.5/src/CMakeLists.txt
--- old/yast2-control-center-3.1.5/src/CMakeLists.txt   2014-11-05 
15:10:11.000000000 +0100
+++ new/yast2-control-center-3.1.5/src/CMakeLists.txt   2015-05-20 
16:10:08.000000000 +0200
@@ -61,6 +61,7 @@
 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 )
+INSTALL(FILES YaST.appdata.xml DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/appdata )
 
 SET(MODELS_TEST_SRCS
   models_test.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-3.1.5/src/YaST.appdata.xml 
new/yast2-control-center-3.1.5/src/YaST.appdata.xml
--- old/yast2-control-center-3.1.5/src/YaST.appdata.xml 1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-control-center-3.1.5/src/YaST.appdata.xml 2015-05-20 
16:10:08.000000000 +0200
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">YaST.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>YaST</name>
+  <summary>Configuration / Control center</summary>
+  <description>
+    <p>
+      YaST is both an extremely flexible installer and a powerful control 
center. It's an all-purpose tool for computing.                
+    </p>
+    <p>
+      A multitude of modules allows to flexibly extend the capabilities of 
YaST.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot 
type="default">http://yast.github.io/assets/images/screenshots/screenshot_1.png</screenshot>
+  </screenshots>
+  <url type="homepage">http://yast.github.io/</url>
+  <updatecontact>yast-de...@opensuse.org</updatecontact>
+</application>


Reply via email to