[smb4k] Update to Smb4K 1.1.1, the first bug fix release of the stable 1.1 branch.

Sérgio Monteiro Basto sergiomb at fedoraproject.org
Thu Mar 27 05:39:03 UTC 2014


commit a30e0d2e459381056b9927812ec2592275fcd092
Author: Sérgio Basto <sergio at serjux.com>
Date:   Thu Mar 27 05:39:02 2014 +0000

    Update to Smb4K 1.1.1, the first bug fix release of the stable 1.1 branch.
    
      This release fixes a crash bug and a potential security issue (rhbz #1079820)

 .gitignore |    1 +
 smb4k.spec |   20 ++++++++++++++------
 sources    |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77ff7c8..b5316b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ smb4k-0.10.7.tar.bz2
 /smb4k-1.0.7.tar.bz2
 /smb4k-1.0.8.tar.bz2
 /smb4k-1.0.9.tar.bz2
+/smb4k-1.1.1.tar.xz
diff --git a/smb4k.spec b/smb4k.spec
index 403a5b8..eca2fae 100644
--- a/smb4k.spec
+++ b/smb4k.spec
@@ -1,5 +1,5 @@
 Name:		smb4k
-Version:	1.0.9
+Version:	1.1.1
 Release:	1%{?dist}
 Summary:	The SMB/CIFS Share Browser for KDE
 
@@ -7,7 +7,7 @@ Group:		Applications/Internet
 License:	GPLv2+
 URL:		http://smb4k.sourceforge.net/
 
-Source0: http://downloads.sourceforge.net/smb4k/%{name}-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/smb4k/%{name}-%{version}.tar.xz
 
 BuildRequires:	cmake >= 2.6.0
 BuildRequires:	kdelibs4-devel >= 4.4.0
@@ -38,6 +38,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 make install DESTDIR=%{buildroot} -C %{_target_platform}
 # delete .so 
 rm %{buildroot}%{_kde4_libdir}/libsmb4kc*.so
+rm %{buildroot}%{_kde4_libdir}/libkdeinit4_smb4k*.so
 
 # add-category Network, because is Network application, search and map SMB/CIFS shares of LAN.
 # add-category KDE, because is Application based on KDE libraries.
@@ -74,7 +75,7 @@ fi
 /usr/bin/gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
 
 %files -f %{name}.lang
-%doc AUTHORS BUGS ChangeLog COPYING README TODO
+%doc AUTHORS BUGS ChangeLog COPYING README
 %{_kde4_bindir}/*
 %{_kde4_libdir}/kde4/smb4k*
 %{_kde4_libdir}/libsmb4k*
@@ -84,12 +85,19 @@ fi
 %{_kde4_iconsdir}/oxygen/*/apps/smb4k.png
 %{_kde4_appsdir}/kconf_update/*
 %{_kde4_appsdir}/smb4k/
+%{_kde4_appsdir}/plasma/plasmoids/smb4k-qml/
 %{_kde4_libexecdir}/mounthelper
-%{_sysconfdir}/dbus-1/system.d/de.berlios.smb4k.mounthelper.conf
-%{_datadir}/dbus-1/system-services/de.berlios.smb4k.mounthelper.service
-%{_datadir}/polkit-1/actions/de.berlios.smb4k.mounthelper.policy
+%{_sysconfdir}/dbus-1/system.d/net.sourceforge.smb4k.mounthelper.conf
+%{_datadir}/dbus-1/system-services/net.sourceforge.smb4k.mounthelper.service
+%{_datadir}/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy
+%{_datadir}/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy
+%{_datadir}/kde4/services/plasma-applet-smb4k-qml.desktop
 
 %changelog
+* Thu Mar 27 2014 Sérgio Basto <sergio at serjux.com> - 1.1.1-1
+- Update to Smb4K 1.1.1, the first bug fix release of the stable 1.1 branch.
+  This release fixes a crash bug and a potential security issue (rhbz #1079820)
+
 * Sat Nov 09 2013 Sérgio Basto <sergio at serjux.com> - 1.0.9-1
 - Update 1.0.9, bugfix release.
 
diff --git a/sources b/sources
index 6930979..9d7b642 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a27698842663c6197228ff3c282a079  smb4k-1.0.9.tar.bz2
+81259c6a6a1a7ac83383c10b99952bef  smb4k-1.1.1.tar.xz


More information about the scm-commits mailing list