[krusader] 2.4.0-beta1

Radek Novacek rnovacek at fedoraproject.org
Mon Jun 27 07:08:32 UTC 2011


commit a3bef4f901a4bf7c2613aa42b7811c8bae082a60
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Mon Jun 27 09:08:05 2011 +0200

    2.4.0-beta1

 .gitignore                       |    1 +
 krusader-2.3.0-beta1-kdesu.patch |   12 --
 krusader-2.3.0-beta1-xz.patch    |  403 --------------------------------------
 krusader.spec                    |   20 +-
 sources                          |    2 +-
 5 files changed, 11 insertions(+), 427 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc18e51..6a3517c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 krusader-2.2.0-beta1.tar.bz2
 /krusader-2.3.0-beta1.tar.bz2
+/krusader-2.4.0-beta1.tar.bz2
diff --git a/krusader.spec b/krusader.spec
index 46f845d..2b03b22 100644
--- a/krusader.spec
+++ b/krusader.spec
@@ -1,7 +1,7 @@
 Name:		krusader
-Version:	2.3.0
+Version:	2.4.0
 %global beta beta1
-Release:	0.3.%{beta}%{?dist}
+Release:	0.1.%{beta}%{?dist}
 Summary:	An advanced twin-panel (commander-style) file-manager for KDE
 
 Group:		Applications/File
@@ -11,13 +11,6 @@ Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?beta:-%{b
 # adds default MIME type handlers for (tar.)lzma legacy archives
 # fixes bz2 (non-tar) MIME type
 Patch0:		krusader-2.3.0-beta1-default-mimetypes.patch
-# fix kdesu invocation for kdebase-runtime 4.6 (#705870, kde#271264)
-# https://bugs.kde.org/show_bug.cgi?id=271264
-Patch1:		krusader-2.3.0-beta1-kdesu.patch
-# upstream patches:
-# http://quickgit.kde.org/?p=krusader.git&a=commitdiff&h=a2db0b0fb5f58d0d648a362f75e3948f49cc87fc
-# adds XZ support to KrArc and the packing/unpacking functionality (#593525)
-Patch100:	krusader-2.3.0-beta1-xz.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -41,8 +34,6 @@ friendly, fast and looks great on your desktop! You should give it a try.
 
 %prep
 %setup -q -n %{name}-%{version}%{?beta:-%{beta}}
-%patch1 -p1 -b .kdesu
-%patch100 -p1 -b .xz
 # apply this one after the upstream patch since it touches the same file
 %patch0 -p1 -b .mimetypes
 
@@ -100,8 +91,15 @@ rm -rf %{buildroot}
 %{_kde4_iconsdir}/locolor/*/apps/*.png
 %{_kde4_datadir}/kde4/apps/krusader/
 %{_kde4_datadir}/kde4/services/*.protocol
+%{_mandir}/man1/krusader.1.gz
 
 %changelog
+* Mon Jun 27 2011 Radek Novacek <rnovacek at redhat.com> 2.4.0-0.1.beta1
+- Update to 2.4.0-beta1
+- Drop kdesu invocation patch, fixed upstream
+- Drop xz patch, fixed upstream
+- Install manpage
+
 * Tue May 24 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.3.0-0.3.beta1
 - Fix kdesu invocation for kdebase-runtime 4.6 (#705870, kde#271264)
 
diff --git a/sources b/sources
index c5e7cb2..6781684 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ef55648a2589a9a919d463acec3b830  krusader-2.3.0-beta1.tar.bz2
+d2340718d05d69e7f2a7f0846471ee12  krusader-2.4.0-beta1.tar.bz2


More information about the scm-commits mailing list