Accepting request 1255394 from home:wkazubski:test:hamradio

- update to latest git snapshot 20200210 to fix build for Factory
  and Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/1255394
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xforms?expand=0&rev=4
This commit is contained in:
Martin Hauke
2025-03-26 20:32:35 +00:00
committed by Git OBS Bridge
parent b0641f4d0f
commit 86f52f4038
5 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78cc6b07071bbeaa1f906e0a22d5e9980e48f8913577bc082d661afe5cb75696
size 2206406

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0988bddbf4a326a7a4e7eea1925c26354e88e46dccd1c19a7f2d19454ab8471
size 1496230

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 11 08:20:26 UTC 2023 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- update to latest git snapshot 20200210 to fix build for Factory
and Tumbleweed
-------------------------------------------------------------------
Thu Jul 7 13:02:40 UTC 2022 - Marcus Meissner <meissner@suse.com>

View File

@@ -18,18 +18,19 @@
%define sover 2
%define libname libxforms%{sover}
Name: xforms
Version: 1.2.4
Version: 1.2.5git20200210
Release: 0
Summary: Toolkit based on Xlib for X Window Systems
License: LGPL-2.1+
Group: Development/Libraries/X11
Url: http://xforms-toolkit.org/
Source: https://download.savannah.gnu.org/releases/xforms/%{name}-%{version}.tar.gz
Source1: https://download.savannah.gnu.org/releases/xforms/%{name}-%{version}.tar.gz.sig
#Source1: https://download.savannah.gnu.org/releases/xforms/%{name}-%{version}.tar.gz.sig
Source2: %name.keyring
BuildRequires: Mesa-libGL-devel
BuildRequires: libXpm-devel
BuildRequires: libjpeg-devel
BuildRequires: libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -63,12 +64,13 @@ allows construction of X applications. In addition, the library is
extensible and new objects can be created and added to the library.
%prep
%setup -q
%setup -q -n %{name}
# Remove build time references so build-compare can do its work
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" lib/version.c
%build
./autogen.sh
%configure \
--disable-static \
--enable-optimization="%{optflags}"