Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2014-11-04 17:28:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2014-10-17 08:50:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2014-11-04 17:28:19.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Oct 30 18:41:49 UTC 2014 - [email protected]
+
+- add desktop file for yast2-packager (bnc#892936)
+  - add build dependency on yast2_theme for the icon
+- 3.1.53
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-3.1.52.tar.bz2

New:
----
  yast2-packager-3.1.53.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.ECZ2CA/_old  2014-11-04 17:28:20.000000000 +0100
+++ /var/tmp/diff_new_pack.ECZ2CA/_new  2014-11-04 17:28:20.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.52
+Version:        3.1.53
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -30,6 +30,7 @@
 BuildRequires:  yast2-storage
 BuildRequires:  yast2-testsuite
 BuildRequires:  yast2-xml
+BuildRequires:  yast2_theme
 BuildRequires:  rubygem(rspec)
 
 # HwDetection
@@ -117,6 +118,14 @@
 %install
 %yast_install
 
+%suse_update_desktop_file yast2-packager
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+
 %files
 %defattr(-,root,root)
 %dir %{yast_yncludedir}/checkmedia
@@ -126,6 +135,7 @@
 %{yast_clientdir}/*.rb
 %{yast_moduledir}/*
 %{yast_desktopdir}/*.desktop
+%{_datadir}/applications/*.desktop
 %{yast_scrconfdir}/*
 %{yast_execcompdir}/servers_non_y2/ag_*
 %dir %{yast_docdir}

++++++ yast2-packager-3.1.52.tar.bz2 -> yast2-packager-3.1.53.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.52/.travis.yml 
new/yast2-packager-3.1.53/.travis.yml
--- old/yast2-packager-3.1.52/.travis.yml       1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-packager-3.1.53/.travis.yml       2014-10-31 17:54:25.000000000 
+0100
@@ -0,0 +1,14 @@
+language: cpp
+compiler:
+    - gcc
+before_install:
+    # disable rvm, use system Ruby
+    - rvm reset
+    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+    - sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite yast2 
yast2-pkg-bindings yast2-country-data yast2-storage" -g rspec:2.14.1
+script:
+    - make -f Makefile.cvs
+    - make
+    - sudo make install
+    - make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.52/README.md 
new/yast2-packager-3.1.53/README.md
--- old/yast2-packager-3.1.52/README.md 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-packager-3.1.53/README.md 2014-10-31 17:54:25.000000000 +0100
@@ -0,0 +1,5 @@
+# YaST - The Package Management Libraries #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-packager.svg?branch=master)](https://travis-ci.org/yast/yast-packager)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-packager-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-packager-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.52/desktop/Makefile.am 
new/yast2-packager-3.1.53/desktop/Makefile.am
--- old/yast2-packager-3.1.52/desktop/Makefile.am       1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-packager-3.1.53/desktop/Makefile.am       2014-10-31 
17:54:25.000000000 +0100
@@ -0,0 +1,5 @@
+# overrides devtools
+desktopdir = $(datadir)/applications
+desktop_DATA = yast2-packager.desktop
+
+EXTRA_DIST = $(desktop_DATA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.52/desktop/yast2-packager.desktop 
new/yast2-packager-3.1.53/desktop/yast2-packager.desktop
--- old/yast2-packager-3.1.52/desktop/yast2-packager.desktop    1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-packager-3.1.53/desktop/yast2-packager.desktop    2014-10-31 
17:54:25.000000000 +0100
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Install/Remove Software
+GenericName=Install/Remove Software
+Exec=xdg-su -c "/sbin/yast2 sw_single %F"
+Icon=yast-sw_single
+Terminal=false
+Type=Application
+Categories=System;PackageManager;X-SuSE-ControlCenter-System;
+MimeType=application/x-rpm;application/x-redhat-package-manager;
+NotShowIn=KDE;GNOME;MATE;
+StartupNotify=true
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.52/package/yast2-packager.changes 
new/yast2-packager-3.1.53/package/yast2-packager.changes
--- old/yast2-packager-3.1.52/package/yast2-packager.changes    2014-10-16 
12:58:14.000000000 +0200
+++ new/yast2-packager-3.1.53/package/yast2-packager.changes    2014-10-31 
17:54:25.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Oct 30 18:41:49 UTC 2014 - [email protected]
+
+- add desktop file for yast2-packager (bnc#892936)
+  - add build dependency on yast2_theme for the icon
+- 3.1.53
+
+-------------------------------------------------------------------
 Thu Oct 16 08:54:15 UTC 2014 - [email protected]
 
 - fixed crash when using custom license in firstboot workflow
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.52/package/yast2-packager.spec 
new/yast2-packager-3.1.53/package/yast2-packager.spec
--- old/yast2-packager-3.1.52/package/yast2-packager.spec       2014-10-16 
12:58:14.000000000 +0200
+++ new/yast2-packager-3.1.53/package/yast2-packager.spec       2014-10-31 
17:54:25.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.52
+Version:        3.1.53
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -29,6 +29,7 @@
 BuildRequires: yast2-country-data yast2-xml update-desktop-files 
yast2-testsuite
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-storage
+BuildRequires:  yast2_theme
 BuildRequires:  rubygem(rspec)
 
 # HwDetection
@@ -107,6 +108,14 @@
 %install
 %yast_install
 
+%suse_update_desktop_file yast2-packager
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+
 
 %files
 %defattr(-,root,root)
@@ -117,6 +126,7 @@
 %{yast_clientdir}/*.rb
 %{yast_moduledir}/*
 %{yast_desktopdir}/*.desktop
+%{_datadir}/applications/*.desktop
 %{yast_scrconfdir}/*
 %{yast_execcompdir}/servers_non_y2/ag_*
 %dir %{yast_docdir}

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

Reply via email to