packages: asymptote/asymptote.spec, asymptote/asymptote-memrchr.patch - 2.13

uzsolt uzsolt at pld-linux.org
Mon Jun 20 09:00:07 CEST 2011


Author: uzsolt                       Date: Mon Jun 20 07:00:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 2.13

---- Files affected:
packages/asymptote:
   asymptote.spec (1.87 -> 1.88) , asymptote-memrchr.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/asymptote/asymptote.spec
diff -u packages/asymptote/asymptote.spec:1.87 packages/asymptote/asymptote.spec:1.88
--- packages/asymptote/asymptote.spec:1.87	Fri May 27 14:03:30 2011
+++ packages/asymptote/asymptote.spec	Mon Jun 20 09:00:02 2011
@@ -3,12 +3,12 @@
 Summary(hu.UTF-8):	Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz
 Summary(pl.UTF-8):	Język opisu grafiki wektorowej do rysunków technicznych
 Name:		asymptote
-Version:	2.10
+Version:	2.13
 Release:	1
 License:	GPL v3
 Group:		Applications/Science
 Source0:	http://downloads.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5:	774067a30e54308a061aed20098c01d9
+# Source0-md5:	7ef34150583d6fd617eae23803a3ead3
 Patch0:		%{name}-memrchr.patch
 URL:		http://asymptote.sourceforge.net/
 BuildRequires:	autoconf
@@ -247,6 +247,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.88  2011/06/20 07:00:02  uzsolt
+- 2.13
+
 Revision 1.87  2011/05/27 12:03:30  uzsolt
 - 2.10
 

================================================================
Index: packages/asymptote/asymptote-memrchr.patch
diff -u packages/asymptote/asymptote-memrchr.patch:1.3 packages/asymptote/asymptote-memrchr.patch:1.4
--- packages/asymptote/asymptote-memrchr.patch:1.3	Mon Sep 28 23:38:44 2009
+++ packages/asymptote/asymptote-memrchr.patch	Mon Jun 20 09:00:02 2011
@@ -1,22 +1,22 @@
---- asymptote-1.87-orig/prc/PRCdouble.cc	2009-09-20 07:28:23.000000000 +0200
-+++ asymptote-1.87/prc/PRCdouble.cc	2009-09-28 23:28:48.070083578 +0200
-@@ -23,7 +23,7 @@
- }
+--- asymptote-2.13/prc/PRCdouble.cc~	2011-06-19 15:40:51.000000000 +0200
++++ asymptote-2.13/prc/PRCdouble.cc	2011-06-20 08:40:37.743723350 +0200
+@@ -24,7 +24,7 @@
  
  #ifdef WORDS_BIGENDIAN
+ #ifndef HAVE_MEMRCHR
 -void *memrchr(const void *buf,int c,size_t count)
 +const void *memrchr(const void *buf,int c,size_t count)
  {
    unsigned char
        *pcBuffer=(unsigned char *)buf,
---- asymptote-1.87-orig/prc/PRCdouble.h	2009-09-20 07:28:23.000000000 +0200
-+++ asymptote-1.87/prc/PRCdouble.h	2009-09-28 23:28:24.637377760 +0200
-@@ -106,7 +106,7 @@
- int stCOFDOECompare(const void*,const void*);
+--- asymptote-2.13/prc/PRCdouble.h~	2011-06-19 15:40:51.000000000 +0200
++++ asymptote-2.13/prc/PRCdouble.h	2011-06-20 08:44:40.604913141 +0200
+@@ -133,7 +133,7 @@
  
  #ifdef WORDS_BIGENDIAN
+ #ifndef HAVE_MEMRCHR
 -void *memrchr(const void *,int,size_t);
 +const void *memrchr(const void *,int,size_t);
  #endif
- 
+ #endif
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asymptote/asymptote.spec?r1=1.87&r2=1.88&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asymptote/asymptote-memrchr.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list