Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9186 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 9 years ago
parent
commit
680a055f18
1 changed files with 6 additions and 3 deletions
  1. 6 3
      i/install-assist-LibreOffice/install-assist-LibreOffice-vl.spec

+ 6 - 3
i/install-assist-LibreOffice/install-assist-LibreOffice-vl.spec

@@ -1,5 +1,5 @@
 %define pkgname LibreOffice
-%define version	4.3.3
+%define version	4.3.5
 %ifarch %{ix86}
 %define	uarch	x86
 %define	pkgarch	x86
@@ -27,7 +27,7 @@ Group:		Applications/Productivity
 
 ExclusiveArch:	%{ix86} x86_64
 # Requires(posttrans) not yet implemented. So we use (post) instead.
-Requires(post):	self-build-setup >= 0.9.0
+Requires(post):	self-build-setup >= 1.0
 Requires:	glibc >= 2.5
 Requires:	gtk2 >= 2.10.4
 Requires:	libgnome >= 2.16
@@ -527,7 +527,7 @@ QUEDIR=/var/cache/self-build
 [ ! -d ${QUEDIR} ] && %__mkdir_p ${QUEDIR}
 
 (cd ${tmp}
-    ## If exists cached tarballs, copy them into ${tmp}
+    ## If the cached tarballs exist, copy them into ${tmp}
     if [ "${CACHE_DOWNLOADED_FILES}" = "yes" ]; then
        for i in %{dlurl}; do 
        	   [ -f ${QUEDIR}/$(basename $i) ] && %__cp -af ${QUEDIR}/$(basename $i) ${tmp}; done
@@ -553,6 +553,9 @@ QUEDIR=/var/cache/self-build
 %files
 
 %changelog
+* Fri Dec 19 2014 Munehiro Yamamoto <munepi@vinelinux.org> 4.3.5-1
+- new upstream release 
+
 * Tue Nov  4 2014 Munehiro Yamamoto <munepi@vinelinux.org> 4.3.3-1
 - new upstream release