Hello community,

here is the log from the commit of package kommander for openSUSE:Factory 
checked in at 2017-02-06 15:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kommander (Old)
 and      /work/SRC/openSUSE:Factory/.kommander.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kommander"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kommander/kommander.changes      2017-01-18 
21:52:36.068971955 +0100
+++ /work/SRC/openSUSE:Factory/.kommander.new/kommander.changes 2017-02-06 
15:22:28.305505793 +0100
@@ -1,0 +2,5 @@
+Sat Feb  4 01:10:24 UTC 2017 - [email protected]
+
+- Rename kommander-runtime package back to kommander
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kommander.spec ++++++
--- /var/tmp/diff_new_pack.yVyz9d/_old  2017-02-06 15:22:28.809433743 +0100
+++ /var/tmp/diff_new_pack.yVyz9d/_new  2017-02-06 15:22:28.813433171 +0100
@@ -22,7 +22,7 @@
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-Summary:        Base package for kommander
+Summary:        Runtime for Kommander dialogs and application
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://quanta.sf.net
@@ -34,10 +34,17 @@
 BuildRequires:  ruby-devel
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Provides:       kde4-kommander = 4.3.0
+Obsoletes:      kde4-kommander < 4.3.0
+Provides:       kdewebdev4 = 4.7.1
+Obsoletes:      kdewebdev4 < 4.7.1
+Provides:       kommander-runtime = %{version}
+Obsoletes:      kommander-runtime <= %{version}
 
 %description
-This package suggests the packages which are built from the kommander
-module.
+Kommander is a creator of full main window applications without the
+need to use any programming language. This is the runtime to execute
+dialogs and application created with the kde3-kommander application.
 
 %prep
 %setup -q
@@ -53,43 +60,27 @@
   %kde_post_install
   %fdupes -s %{buildroot}
 
-%package -n kommander-runtime
-Summary:        Runtime for Kommander dialogs and application
-Group:          System/GUI/KDE
-Provides:       kde4-kommander = 4.3.0
-Obsoletes:      kde4-kommander < 4.3.0
-Provides:       kommander = 4.3.0
-Obsoletes:      kommander < 4.3.0
-Provides:       kdewebdev4 = 4.7.1
-Obsoletes:      kdewebdev4 < 4.7.1
-%{kde4_runtime_requires}
-
-%description -n kommander-runtime
-Kommander is a creator of full main window applications without the
-need to use any programming language. This is the runtime to execute
-dialogs and application created with the kde3-kommander application.
-
-%post   -n kommander-runtime -p /sbin/ldconfig
-%postun -n kommander-runtime -p /sbin/ldconfig
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
-%files -n kommander-runtime
+%files
 %defattr(-,root,root)
 %{_bindir}/kommander
 %{_libdir}/libkommandercore.so.*
 %{_libdir}/libkommanderwidgets.so.*
 %{_kde4_htmldir}/en/kommander/
 
-%package -n kommander-runtime-devel
+%package runtime-devel
 Summary:        Development files for kommander-runtime
 Group:          Development/Libraries/KDE
-Requires:       kommander-runtime = %{version}
+Requires:       %{name} = %{version}
 %{kde4_runtime_requires}
 
-%description -n kommander-runtime-devel
+%description runtime-devel
 This package provides development libraries and headers needed to build 
software
-using kommander-runtime
+using kommander.
 
-%files -n kommander-runtime-devel
+%files runtime-devel
 %defattr(-,root,root)
 %{_kde4_includedir}/kommander*.h
 %{_kde4_includedir}/specials.h


Reply via email to