]> git.pld-linux.org Git - packages/asymptote.git/commitdiff
- 2.13 auto/th/asymptote-2_13-1
authorZsolt Udvari <uzsolt@pld-linux.org>
Mon, 20 Jun 2011 07:00:02 +0000 (07:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asymptote-memrchr.patch -> 1.4
    asymptote.spec -> 1.88

asymptote-memrchr.patch
asymptote.spec

index 0d1bf0485e4ba26320cd71768f10893b6a961247..be4d17cf544caa270a8de0af62a63355568b9797 100644 (file)
@@ -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
  
index b745102780c4ed8ce09bbb299394ad045a967636..f4d7a192c242899a2132f2645daf39f2a4f3160b 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:       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
This page took 0.084774 seconds and 4 git commands to generate.