2 Commits

3 changed files with 21 additions and 0 deletions

12
tnef-gcc15.patch Normal file
View File

@@ -0,0 +1,12 @@
diff -upr tnef-1.4.18.orig/src/attr.h tnef-1.4.18/src/attr.h
--- tnef-1.4.18.orig/src/attr.h 2025-06-19 14:20:45.749720990 +0000
+++ tnef-1.4.18/src/attr.h 2025-06-19 14:22:32.598051539 +0000
@@ -69,6 +69,6 @@ typedef struct
extern void attr_dump (Attr* attr);
extern void attr_free (Attr* attr);
extern void copy_date_from_attr (Attr* attr, struct date* dt);
-extern Attr* attr_read ();
+extern Attr* attr_read (FILE* in);
#endif /* ATTR_H */

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 19 14:25:46 UTC 2025 - pgajdos@suse.com
- added patches
https://github.com/verdammelt/tnef/issues/48
+ tnef-gcc15.patch
-------------------------------------------------------------------
Tue Nov 7 10:10:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -26,6 +26,8 @@ URL: https://github.com/verdammelt/tnef
Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM ca0d1a1.patch -- Handle missing index/rindex functions in path.c
Patch0: %{url}/commit/ca0d1a1.patch
# https://github.com/verdammelt/tnef/issues/48
Patch1: tnef-gcc15.patch
BuildRequires: libtool
%description