fox 1.7.82-1 (x86_64;znver1;aarch64) 2023-17409
9999

Status published
Submitter benbullard79 [@T] cox.net
Platform rolling
Repository unsupported
URL https://abf.openmandriva.org/build_lists/329962
Packages
fox-1.7.82-1.x86_64.source
fox-example-apps-1.7.82-1.x86_64.binary
fox-example-apps-debuginfo-1.7.82-1.x86_64.debuginfo
lib64fox-1.7.82-1.x86_64.binary
lib64fox-debuginfo-1.7.82-1.x86_64.debuginfo
lib64fox-devel-1.7.82-1.x86_64.binary
lib64fox-devel-debuginfo-1.7.82-1.x86_64.debuginfo
fox-1.7.82-1.znver1.source
fox-example-apps-1.7.82-1.znver1.binary
fox-example-apps-debuginfo-1.7.82-1.znver1.debuginfo
lib64fox-1.7.82-1.znver1.binary
lib64fox-debuginfo-1.7.82-1.znver1.debuginfo
lib64fox-devel-1.7.82-1.znver1.binary
lib64fox-devel-debuginfo-1.7.82-1.znver1.debuginfo
fox-1.7.82-1.aarch64.source
fox-example-apps-1.7.82-1.aarch64.binary
fox-example-apps-debuginfo-1.7.82-1.aarch64.debuginfo
lib64fox-1.7.82-1.aarch64.binary
lib64fox-debuginfo-1.7.82-1.aarch64.debuginfo
lib64fox-devel-1.7.82-1.aarch64.binary
lib64fox-devel-debuginfo-1.7.82-1.aarch64.debuginfo
Build Date 2023-04-06 02:08:56 +0000 UTC
Last Updated 2023-04-09 02:15:55.00758642 +0000 UTC
$ git diff --patch-with-stat --summary 287a0e9b4e2b3e807a74a9e9482c3a65014e2d32..d9c2d1063f74d905207bfed7188842114ea0edaa

 .abf.yml                 |  2 +-
 fox-1.7.79-compile.patch | 21 ---------------------
 fox.spec                 | 11 ++++++-----
 3 files changed, 7 insertions(+), 27 deletions(-)
 delete mode 100644 fox-1.7.79-compile.patch

diff --git a/.abf.yml b/.abf.yml
index 25084ab..3ac294d 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -8,4 +8,4 @@ sources:
   fox-shutterbug-16.png: 18ab3443eb4dc2373797c2c4820a7aba32a621ef
   fox-shutterbug-32.png: 7ea877d4c9d6a919906d2f28c93fb2976843f73f
   fox-shutterbug-48.png: be5ac15849920a57c5da0b1dbd0a9f478d985fb1
-  fox-1.7.80.tar.gz: f0480fe1780bcb00ef92882a192cf82c967649df
+  fox-1.7.82.tar.gz: c6f2f0e28ca87c54fe55aee2ea2ded4dc9fdf687
diff --git a/fox-1.7.79-compile.patch b/fox-1.7.79-compile.patch
deleted file mode 100644
index d7dfdaa..0000000
--- a/fox-1.7.79-compile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up fox-1.7.79/lib/FXRex.cpp.omv~ fox-1.7.79/lib/FXRex.cpp
---- fox-1.7.79/lib/FXRex.cpp.omv~	2022-09-26 03:12:07.772888307 +0200
-+++ fox-1.7.79/lib/FXRex.cpp	2022-09-26 03:12:38.265056930 +0200
-@@ -4673,7 +4673,7 @@ FXRex::FXRex(const FXString& pattern,FXi
- /*******************************************************************************/
- 
- #ifdef TOPIC_REXDUMP
--#include "fxrexdbg.h"
-+//#include "fxrexdbg.h"
- #endif
- 
- 
-@@ -4715,7 +4715,7 @@ FXRex::Error FXRex::parse(const FXchar*
-                 // Install new program
-                 code=prog;
- #ifdef TOPIC_REXDUMP
--                if(getTraceTopic(TOPIC_REXDUMP)){ dump(adjustedpattern,code); }
-+//                if(getTraceTopic(TOPIC_REXDUMP)){ dump(adjustedpattern,code); }
- #endif
-                 freeElms(adjustedpattern);
-                 return ErrOK;
diff --git a/fox.spec b/fox.spec
index b7c524c..8bba416 100644
--- a/fox.spec
+++ b/fox.spec
@@ -1,6 +1,7 @@
-%define major		1.7
+%define major		%(echo %{version} |cut -d. -f1-2)
 
-%define libname		%mklibname %{name} %{major}
+%define oldlibname	%mklibname %{name} 1.7
+%define libname		%mklibname %{name}
 %define libnamedev	%mklibname -d %{name}
 %define name_ex_apps	%{name}-example-apps
 
@@ -8,11 +9,11 @@
 %define icon_name_adie	%{name}-adie.png
 
 %define _disable_rebuild_configure 1
-%define _empty_manifest_terminate_build 0
+%undefine _debugsource_packages
 
 Summary:	The FOX C++ GUI Toolkit
 Name:		fox
-Version:	1.7.80
+Version:	1.7.82
 Release:	1
 License:	LGPLv2+
 Group:		Development/C++
@@ -27,7 +28,6 @@ Source12:	%{name}_adie_48.png
 Source20:	%{name}_calc_16.png
 Source21:	%{name}_calc_32.png
 Source22:	%{name}_calc_48.png
-Patch0:		fox-1.7.79-compile.patch
 BuildRequires:	pkgconfig(glu)
 BuildRequires:	cups-devel
 BuildRequires:	bzip2-devel
@@ -56,6 +56,7 @@ Editor, file browser and calculator, written with FOX
 %package -n %{libname}
 Summary:	The FOX C++ GUI Toolkit - Libraries
 Group:		System/Libraries
+Obsoletes:	%{oldlibname} < %{EVRD}
 
 %description -n %{libname}
 FOX is a C++-Based Library for Graphical User Interface Development
Not Available

benbullard79 [@T] cox.netNo Comment.597d 07hrs
benbullard79 [@T] cox.netNo Comment.594d 22hrs
benbullard79 [@T] cox.netNo Comment.594d 22hrs