rpms/asymptote/devel .cvsignore, 1.25, 1.26 asymptote.spec, 1.29, 1.30 sources, 1.25, 1.26

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sat Jun 30 18:09:24 UTC 2007


Author: jpo

Update of /cvs/extras/rpms/asymptote/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv335

Modified Files:
	.cvsignore asymptote.spec sources 
Log Message:
Update to 1.32.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/asymptote/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	27 Jun 2007 20:08:00 -0000	1.25
+++ .cvsignore	30 Jun 2007 18:08:48 -0000	1.26
@@ -1 +1 @@
-asymptote-1.31.src.tgz
+asymptote-1.32.src.tgz


Index: asymptote.spec
===================================================================
RCS file: /cvs/extras/rpms/asymptote/devel/asymptote.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- asymptote.spec	27 Jun 2007 20:08:00 -0000	1.29
+++ asymptote.spec	30 Jun 2007 18:08:48 -0000	1.30
@@ -4,7 +4,7 @@
 %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp
 
 Name:           asymptote
-Version:        1.31
+Version:        1.32
 Release:        1%{?dist}
 Summary:        Descriptive vector graphics language
 
@@ -117,18 +117,18 @@
 
 
 %triggerin -- vim-common
-VIMVERNEW=`rpm -q --qf='%%{epoch}:%%{version}\n' vim-common | sort | tail -n 1 | sed -e 's/[0-9]*://' | sed -e 's/\.[0-9]*$//' | sed -e 's/\.//'`
+VIMVERNEW=`rpm -q --qf='%%{epoch} %%{version}\n' vim-common | sort -n | tail -n 1 | sed -e 's/[^ ]* \([^.]*\)\.\([^.]*\).*/\1\2/'`
 [ -d %{_datadir}/vim/vim${VIMVERNEW}/syntax ] && \
     cd %{_datadir}/vim/vim${VIMVERNEW}/syntax && \
     ln -sf ../../../%{name}/asy.vim . || :
 
 %triggerun -- vim-common
-VIMVEROLD=`rpm -q --qf='%%{epoch}:%%{version}\n' vim-common | sort | head -n 1 | sed -e 's/[0-9]*://' | sed -e 's/\.[0-9]*$//' | sed -e 's/\.//'`
+VIMVEROLD=`rpm -q --qf='%%{epoch} %%{version}\n' vim-common | sort -n | head -n 1 | sed -e 's/[^ ]* \([^.]*\)\.\([^.]*\).*/\1\2/'`
 [ $2 = 0 ] && rm -f %{_datadir}/vim/vim${VIMVEROLD}/syntax/asy.vim || :
 
 %triggerpostun -- vim-common
-VIMVEROLD=`rpm -q --qf='%%{epoch}:%%{version}\n' vim-common | sort | head -n 1 | sed -e 's/[0-9]*://' | sed -e 's/\.[0-9]*$//' | sed -e 's/\.//'`
-VIMVERNEW=`rpm -q --qf='%%{epoch}:%%{version}\n' vim-common | sort | tail -n 1 | sed -e 's/[0-9]*://' | sed -e 's/\.[0-9]*$//' | sed -e 's/\.//'`
+VIMVEROLD=`rpm -q --qf='%%{epoch} %%{version}\n' vim-common | sort -n | head -n 1 | sed -e 's/[^ ]* \([^.]*\)\.\([^.]*\).*/\1\2/'`
+VIMVERNEW=`rpm -q --qf='%%{epoch} %%{version}\n' vim-common | sort -n | tail -n 1 | sed -e 's/[^ ]* \([^.]*\)\.\([^.]*\).*/\1\2/'`
 if [ $1 = 1 ]; then
     rm -f %{_datadir}/vim/vim${VIMVEROLD}/syntax/asy.vim || :
     [ -d %{_datadir}/vim/vim${VIMVERNEW}/syntax ] && \
@@ -150,6 +150,10 @@
 
 
 %changelog
+* Sat Jun 30 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.32-1
+- Update to 1.32.
+- vim-common triggers: correction and improvements (#246131).
+
 * Wed Jun 27 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.31-1
 - Update to 1.31.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/asymptote/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	27 Jun 2007 20:08:00 -0000	1.25
+++ sources	30 Jun 2007 18:08:48 -0000	1.26
@@ -1 +1 @@
-a8fb6d140a3f2ff5c345bb95c620d5d0  asymptote-1.31.src.tgz
+e4ac9d5e2f61db59c7f059edf36dec90  asymptote-1.32.src.tgz




More information about the scm-commits mailing list