]> git.pld-linux.org Git - packages/bin86.git/commitdiff
- rediffed master
authorMarcin Krol <hawk@tld-linux.org>
Sun, 9 Jun 2024 13:14:18 +0000 (15:14 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 9 Jun 2024 13:14:18 +0000 (15:14 +0200)
bin86-x64.patch
bin86.spec

index 571dfd984f7c2879b4c6d489534e3c226c03f975..d22a9e56d0aa15024a9f9248d15179cabb7e196e 100644 (file)
@@ -1,8 +1,8 @@
-diff -ur bin86-0.16.18.orig/ld/x86_aout.h bin86-0.16.18/ld/x86_aout.h
---- bin86-0.16.18.orig/ld/x86_aout.h   2003-01-28 22:17:14.000000000 +0000
-+++ bin86-0.16.18/ld/x86_aout.h        2012-09-29 14:00:55.188509488 +0000
-@@ -13,7 +13,9 @@
- typedef long Long;
+diff -urNp -x '*.orig' bin86-0.16.21.org/ld/x86_aout.h bin86-0.16.21/ld/x86_aout.h
+--- bin86-0.16.21.org/ld/x86_aout.h    2013-10-29 16:44:51.000000000 +0100
++++ bin86-0.16.21/ld/x86_aout.h        2024-06-09 15:14:00.075072680 +0200
+@@ -19,7 +19,9 @@ typedef long Long;
+ typedef int32_t Long;
  #define __OUT_OK 1
  #else
 -typedef char Long[4];
@@ -10,5 +10,5 @@ diff -ur bin86-0.16.18.orig/ld/x86_aout.h bin86-0.16.18/ld/x86_aout.h
 +#include <sys/types.h>
 +typedef int32_t Long;
  #endif
+ #endif
  
- struct        exec {                  /* a.out header */
index c9ba86276eed5b4416b3561ca5729226f0b7926e..44b63963d234226d9940958fcc4d198b6858ed5d 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR.UTF-8):   Assembler e Linker para modo real 80x86
 Summary(tr.UTF-8):     Gerçek kip 80x86 çeviricisi ve bağlayıcısı
 Name:          bin86
 Version:       0.16.21
-Release:       1
+Release:       3
 License:       GPL
 Group:         Development/Languages
 Source0:       http://v3.sk/~lkundrak/dev86/%{name}-%{version}.tar.gz
@@ -15,7 +15,7 @@ Source0:      http://v3.sk/~lkundrak/dev86/%{name}-%{version}.tar.gz
 Patch0:                %{name}-x64.patch
 URL:           http://v3.sk/~lkundrak/dev86/
 Obsoletes:     dev86
-ExclusiveArch: %{ix86} %{x8664}
+ExclusiveArch: %{ix86} %{x8664} x32
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -61,7 +61,7 @@ programlar, bu pakete gereksinim duyarlar.
 
 %prep
 %setup -q
-%ifarch %{x8664}
+%ifarch %{x8664} x32
 %patch0 -p1
 %endif
 
This page took 0.121084 seconds and 4 git commands to generate.