Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2014-08-25 10:58:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4-runtime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes        
2014-07-16 16:19:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2014-08-25 10:58:20.000000000 +0200
@@ -1,0 +2,21 @@
+Fri Aug 15 08:22:33 UTC 2014 - [email protected]
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+-------------------------------------------------------------------
+Fri Aug  8 21:03:24 UTC 2014 - [email protected]
+
+- Use kde4_macros for includes
+- Install kdesu symlink via update-alternatives (for better coexistence
+  with kde-cli-tools)
+
+-------------------------------------------------------------------
+Thu Jul 17 16:44:22 UTC 2014 - [email protected]
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+-------------------------------------------------------------------

Old:
----
  kde-runtime-4.13.80.tar.xz

New:
----
  kde-runtime-4.14.0.tar.xz

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

Other differences:
------------------
++++++ kdebase4-runtime.spec ++++++
--- /var/tmp/diff_new_pack.eus9SQ/_old  2014-08-25 10:58:21.000000000 +0200
+++ /var/tmp/diff_new_pack.eus9SQ/_new  2014-08-25 10:58:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kdebase4-runtime
-Version:        4.13.80
+Version:        4.14.0
 Release:        0
 Summary:        The KDE Runtime Components
 License:        GPL-2.0+
@@ -82,6 +82,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(post):     shared-mime-info
 Requires(postun):   shared-mime-info
+Requires(post):     update-alternatives
+Requires(postun):   update-alternatives
 Requires:       %{name}-branding = %{_kde_branding_version}
 %kde4_runtime_requires
 
@@ -145,8 +147,15 @@
   install -m 644 %{SOURCE2} 
%{buildroot}%{_kde4_sysconfdir}/xdg/menus/kde4-settings.menu
   install -m 644 %{SOURCE3} %{buildroot}%{_kde4_datadir}/desktop-directories/
   mkdir -p %{buildroot}%{_kde4_prefix}/bin
-  ln -s %{_kde4_libexecdir}/kdesu %{buildroot}%{_kde4_bindir}/kdesu
-  rm -rf %{buildroot}%{_includedir}/KDE
+  # create a dummy target for /etc/alternatives/kdesu
+  install -d -m 755 %{buildroot}%{_sysconfdir}/alternatives/
+  touch %{buildroot}%{_sysconfdir}/alternatives/kdesu
+  chmod +x %{buildroot}%{_sysconfdir}/alternatives/kdesu
+  ln -s -f %{_sysconfdir}/alternatives/kdesu %{buildroot}%{_kde4_bindir}/kdesu
+  touch %{buildroot}%{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
+  mv %{buildroot}%{_kde4_mandir}/man1/kdesu.1 
%{buildroot}%{_kde4_mandir}/man1/kdesu-4.1
+  ln -s -f %{_sysconfdir}/alternatives/kdesu.1%{?ext_man} 
%{buildroot}%{_kde4_mandir}/man1/kdesu.1%{?ext_man}
+  rm -rf %{buildroot}%{_kde4_includedir}/KDE
   %suse_update_desktop_file -r knetattach    System Network
   %suse_update_desktop_file    Help          Documentation Viewer
   %fdupes -s %{buildroot}
@@ -156,11 +165,19 @@
 /sbin/ldconfig
 %{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
 %set_permissions %{_kde4_libexecdir}/kdesud
+%{_sbindir}/update-alternatives \
+    --install %{_kde4_bindir}/kdesu kdesu %{_kde4_libexecdir}/kdesu 20 \
+    --slave %{_kde4_mandir}/man1/kdesu.1.gz kdesu.1%{?ext_man} 
%{_kde4_mandir}/man1/kdesu-4.1%{?ext_man}
 
 %postun
 /sbin/ldconfig
 %{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
 
+if [ $1 -eq 0 ]; then
+    %{_sbindir}/update-alternatives --remove kdesu \
+        %{_kde4_libexecdir}/kdesu
+fi
+
 %verifyscript
 %verify_permissions -e %{_kde4_bindir}/kcheckpass
 %verify_permissions -e %{_kde4_bindir}/kdesud
@@ -177,9 +194,9 @@
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/knotify_export*
-%{_includedir}/knotifyconfig.h
-%{_includedir}/knotifyplugin.h
+%{_kde4_includedir}/knotify_export*
+%{_kde4_includedir}/knotifyconfig.h
+%{_kde4_includedir}/knotifyplugin.h
 
 %files
 %defattr(-,root,root)
@@ -207,7 +224,8 @@
 %{_kde4_configdir}/kshorturifilterrc
 
 # --- man file manuals ---
-%doc %{_kde4_mandir}/man1/kdesu.1*
+%doc %{_kde4_mandir}/man1/kdesu*.1*
+%ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
 %doc %{_kde4_mandir}/man1/plasmapkg.1.gz
 
 # --- html manuals  ---
@@ -500,6 +518,7 @@
 %{_kde4_bindir}/kde-mv
 %{_kde4_bindir}/kde-open
 %{_kde4_bindir}/kdesu
+%ghost %{_sysconfdir}/alternatives/kdesu
 %{_kde4_bindir}/keditfiletype
 %{_kde4_bindir}/kfile4
 %{_kde4_bindir}/kglobalaccel


++++++ kde-runtime-4.13.80.tar.xz -> kde-runtime-4.14.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdebase4-runtime/kde-runtime-4.13.80.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kde-runtime-4.14.0.tar.xz 
differ: char 27, line 1

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

Reply via email to