rpms/kile/FC-5 .cvsignore, 1.7, 1.8 kile.spec, 1.27, 1.28 sources, 1.7, 1.8

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Nov 25 16:22:33 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/kile/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21337

Modified Files:
	.cvsignore kile.spec sources 
Log Message:
* Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.3-1
- kile-1.9.3, CVE-2006-6085 (#217238)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kile/FC-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	27 Aug 2006 15:40:09 -0000	1.7
+++ .cvsignore	25 Nov 2006 16:22:03 -0000	1.8
@@ -1 +1,2 @@
 kile-1.9.2.tar.bz2
+kile-1.9.3.tar.bz2


Index: kile.spec
===================================================================
RCS file: /cvs/extras/rpms/kile/FC-5/kile.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- kile.spec	27 Aug 2006 15:40:09 -0000	1.27
+++ kile.spec	25 Nov 2006 16:22:03 -0000	1.28
@@ -1,7 +1,7 @@
 
 Name:	 kile
 Summary: (La)TeX source editor and TeX shell
-Version: 1.9.2
+Version: 1.9.3
 Release: 1%{?dist}
 
 License: GPL
@@ -47,7 +47,6 @@
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
-export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 
 %configure \
   --disable-rpath \
@@ -62,7 +61,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install%{!?debug_package:-strip} DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install \
   --add-category="X-Fedora" --vendor="" \
@@ -72,29 +71,18 @@
 ## File lists
 # locale's
 %find_lang %{name} || touch %{name}.lang
-# HTML (1.1)
+# HTML (1.0)
 HTML_DIR=$(kde-config --expandvars --install html)
 if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then
 for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do
   if [ -d $lang_dir ]; then
     lang=$(basename $lang_dir)
     echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
-    ## NEW: automated abs symlink -> rel symlink conversion -- Rex
-    ## not sure if this is worth the extra effort, but here it is...
+    # replace absolute symlinks with relative ones
     pushd $lang_dir
-    ROOT=$(echo $(pwd) | sed -e "s|$RPM_BUILD_ROOT||")
-    LINKS=$(find . -type l )
-    for LINK in $LINKS ; do
-    DST=$(echo $LINK | sed -e "s|./||" )
-    PRE=$(echo $DST | tr -c -d '/' | sed -e 's|/|../|g')
-    # skip if $SRC not inside $ROOT
-    test -z "$PRE" && continue
-    POST=$(readlink $LINK | sed -e "s|$ROOT||" )
-    # skip if not abs symlink
-    test -z "$(echo $POST | grep '^/')" && continue
-    SRC=$(echo $PRE$POST | sed -e 's|//|/|g')
-    rm -f $DST && ln -s $SRC $DST
-    done
+      for i in *; do
+        [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
+      done
     popd
   fi
 done
@@ -132,11 +120,20 @@
 
 
 %changelog
+* Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.3-1
+- kile-1.9.3, CVE-2006-6085 (#217238)
+
+* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.2-4
+- revert to saner/simpler symlink handling
+
+* Mon Aug 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.2-3
+- fc6 respin
+
 * Sun Aug 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.2-1
-- 1.9.2
+- kile-1.9.2
 
 * Sat Jun 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.1-1
-- 1.9.1
+- kile-1.9.1
 
 * Mon May 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9-2
 - safer abs->rel symlink conversion 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kile/FC-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	27 Aug 2006 15:40:09 -0000	1.7
+++ sources	25 Nov 2006 16:22:03 -0000	1.8
@@ -1 +1 @@
-2f4fa752595c9011fd9292d7ff99d124  kile-1.9.2.tar.bz2
+0404b4be7bced7123111c49918130a1f  kile-1.9.3.tar.bz2




More information about the scm-commits mailing list