rpms/kshutdown/FC-6 .cvsignore, 1.3, 1.4 kshutdown.spec, 1.3, 1.4 sources, 1.3, 1.4

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Fri Apr 20 10:57:53 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/kshutdown/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17942/FC-6

Modified Files:
	.cvsignore kshutdown.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kshutdown/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Jan 2007 14:32:01 -0000	1.3
+++ .cvsignore	20 Apr 2007 10:57:19 -0000	1.4
@@ -1 +1 @@
-kshutdown-0.9.1beta.tar.bz2
+kshutdown-1.0.tar.bz2


Index: kshutdown.spec
===================================================================
RCS file: /cvs/extras/rpms/kshutdown/FC-6/kshutdown.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kshutdown.spec	3 Feb 2007 12:46:28 -0000	1.3
+++ kshutdown.spec	20 Apr 2007 10:57:19 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           kshutdown
-Version:        0.9.1beta
-Release:        2%{?dist}
+Version:        1.0
+Release:        1%{?dist}
 Summary:        KShutDown is an advanced shut down utility for KDE
 
 Group:          Applications/System
@@ -48,7 +48,7 @@
     # replace absolute symlinks with relative ones
     pushd $lang_dir
       for i in *; do
-        [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
+        [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../../en/common $i/common
       done
     popd
   fi
@@ -72,7 +72,11 @@
 %doc AUTHORS COPYING NEWS README TODO VERSION
 
 %{_bindir}/%{name}
+
+# Should at all cost ship the .la file if not we'll struck the bug #224430
+# "The KShutDown applet could not be loaded. Please check your installation."
 %{_libdir}/kde3/%{name}lockout_panelapplet.la
+
 %{_libdir}/kde3/%{name}lockout_panelapplet.so
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/apps/%{name}
@@ -82,6 +86,9 @@
 
 
 %Changelog
+* Sat Apr 20 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> 1.0-1
+- New upstream release
+
 * Sat Feb 03 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> 0.9.1beta-2
 - bug fix #224430
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kshutdown/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Jan 2007 14:32:01 -0000	1.3
+++ sources	20 Apr 2007 10:57:19 -0000	1.4
@@ -1 +1 @@
-44bd0ff7c6fae44eb24831ebf8446954  kshutdown-0.9.1beta.tar.bz2
+dbacab8f1453599e9bad89e088248c68  kshutdown-1.0.tar.bz2




More information about the scm-commits mailing list