]> git.pld-linux.org Git - packages/asymptote.git/commitdiff
- up to 1.87
authorZsolt Udvari <uzsolt@pld-linux.org>
Mon, 28 Sep 2009 21:38:44 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asymptote-memrchr.patch -> 1.3
    asymptote.spec -> 1.59

asymptote-memrchr.patch
asymptote.spec

index ce4bef51134dcb7800210811b17eb850497382d0..0d1bf0485e4ba26320cd71768f10893b6a961247 100644 (file)
@@ -1,22 +1,22 @@
---- asymptote-1.79-orig/prc/PRCdouble.h        2008-11-24 01:19:34.000000000 +0100
-+++ asymptote-1.79/prc/PRCdouble.h     2009-07-03 17:03:48.219746775 +0200
-@@ -110,7 +110,7 @@
- int stCOFDOECompare(const void*,const void*);
- #if defined(WORDS_BIG_ENDIAN)
--void *memrchr(const void *,int,size_t);
-+const void *memrchr(const void *,int,size_t);
- #endif
---- asymptote-1.79-orig/prc/PRCdouble.cc       2008-11-24 01:19:34.000000000 +0100
-+++ asymptote-1.79/prc/PRCdouble.cc    2009-07-03 18:20:34.655952764 +0200
+--- 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 @@
  }
  
- #if defined(WORDS_BIG_ENDIAN)
+ #ifdef WORDS_BIGENDIAN
 -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*);
+ #ifdef WORDS_BIGENDIAN
+-void *memrchr(const void *,int,size_t);
++const void *memrchr(const void *,int,size_t);
+ #endif
index 7a3f88e12dfa8970fd46903da8f8aa5dec604e3a..131ff75d186b5a4d154c310bd80a3a309a92c8d6 100644 (file)
@@ -2,12 +2,12 @@ Summary:      Asymptote is a powerful descriptive vector graphics language for techni
 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:       1.86
+Version:       1.87
 Release:       1
 License:       GPL v3
 Group:         Applications/Science
 Source0:       http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: 0dc9c827a5e6f3577b5bc5966cb90ca8
+# Source0-md5: 20caf50879b6173e18c03c4857fbd64b
 Patch0:                %{name}-memrchr.patch
 URL:           http://asymptote.sourceforge.net/
 BuildRequires: autoconf
This page took 0.08686 seconds and 4 git commands to generate.