drop unneeded patch
OBS-URL: https://build.opensuse.org/package/show/science/conauto?expand=0&rev=2
This commit is contained in:
parent
cd2ad0eda7
commit
2f5df2e163
@ -2,4 +2,3 @@
|
|||||||
Thu Sep 17 08:31:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Thu Sep 17 08:31:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Initial package (version 2.03) for build.opensuse.org
|
- Initial package (version 2.03) for build.opensuse.org
|
||||||
- Add multipledef.patch
|
|
||||||
|
@ -24,7 +24,6 @@ License: GPL-3.0-or-later
|
|||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://sites.google.com/site/giconauto/
|
URL: https://sites.google.com/site/giconauto/
|
||||||
Source: https://sites.google.com/site/giconauto/home/conauto-2.03.tar.gz
|
Source: https://sites.google.com/site/giconauto/home/conauto-2.03.tar.gz
|
||||||
#Patch1: multipledef.patch
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
From: Jan Engelhardt <jengelh@inai.de>
|
|
||||||
Date: 2020-09-17 10:32:23.591643664 +0200
|
|
||||||
|
|
||||||
It's either gcc -fcommon, or a source patch.
|
|
||||||
|
|
||||||
---
|
|
||||||
src/mismatches.c | 2 ++
|
|
||||||
src/mismatches.h | 2 +-
|
|
||||||
2 files changed, 3 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: conauto-2.03/src/mismatches.c
|
|
||||||
===================================================================
|
|
||||||
--- conauto-2.03.orig/src/mismatches.c
|
|
||||||
+++ conauto-2.03/src/mismatches.c
|
|
||||||
@@ -23,6 +23,8 @@
|
|
||||||
#define TRUE 1
|
|
||||||
#define FALSE 0
|
|
||||||
|
|
||||||
+uint16_t mismatch_found_hash;
|
|
||||||
+
|
|
||||||
void mark_new_mismatch ( Partition *p, uint8_t *mm_marked, Info_Vertex *info_vert, uint16_t mmv )
|
|
||||||
{
|
|
||||||
const MismatchCollection *mm = p->mm_collection;
|
|
||||||
Index: conauto-2.03/src/mismatches.h
|
|
||||||
===================================================================
|
|
||||||
--- conauto-2.03.orig/src/mismatches.h
|
|
||||||
+++ conauto-2.03/src/mismatches.h
|
|
||||||
@@ -22,7 +22,7 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <inttypes.h>
|
|
||||||
|
|
||||||
-uint16_t mismatch_found_hash;
|
|
||||||
+extern uint16_t mismatch_found_hash;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
uint16_t *mismatch_hash;
|
|
Loading…
Reference in New Issue
Block a user