public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfig] epel10.2: New upstream release 3.2.7b
@ 2026-05-30 14:28 Hans de Goede
0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2026-05-30 14:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xfig
Branch : epel10.2
Commit : b49b11d2e5a0f040645806e8425fc26462105911
Author : Hans de Goede <hdegoede@redhat.com>
Date : 2020-01-16T11:02:05+01:00
Stats : +11/-17 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/xfig/c/b49b11d2e5a0f040645806e8425fc26462105911?branch=epel10.2
Log:
New upstream release 3.2.7b
---
diff --git a/.gitignore b/.gitignore
index ee34dba..50b47b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ xfig.3.2.5b.full.tar.gz
/xfig-3.2.6.tar.xz
/xfig-3.2.6a.tar.xz
/xfig-3.2.7a.tar.xz
+/xfig-3.2.7b.tar.xz
diff --git a/sources b/sources
index b7c4295..9193668 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (xfig-3.2.7a.tar.xz) = d5c8c6f1d7fb0ce9565e71eb7b9fad00b797c321c29542c1cf68d93b7fd1f018c72d1eeb242735b9741fb4b48ac8e93c68589bb89737e497fffdf67068a1cd04
+SHA512 (xfig-3.2.7b.tar.xz) = f3396ebf8a5961909e58b05b60117fd7bbc8c24fabbd47f108eaea9586f4180af572faffe077b1a5dcbf669ebd69b1c2791f302c126dea62a44aa1592de66f73
SHA512 (xfig-icons.tar.gz) = f7d9b314d57994d479712740dcac4a2c924ddacea028db1c6cdeef36fb7d846885c45d21499f7453c750c265eeb5877e4b032454911ce91667ccc550cb2112e5
diff --git a/xfig-3.2.7a-spline-fix.patch b/xfig-3.2.7a-spline-fix.patch
deleted file mode 100644
index 01ccee1..0000000
--- a/xfig-3.2.7a-spline-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up xfig-3.2.7a/src/d_spline.c~ xfig-3.2.7a/src/d_spline.c
---- xfig-3.2.7a/src/d_spline.c~ 2016-07-23 23:10:27.000000000 +0200
-+++ xfig-3.2.7a/src/d_spline.c 2019-01-11 16:49:43.562644931 +0100
-@@ -168,7 +168,7 @@ make_sfactors(F_spline *spl)
- {
- F_point *p = spl->points;
- F_sfactor *sp, *cur_sp;
-- int type_s = approx_spline(spl) ? S_SPLINE_APPROX : S_SPLINE_INTERP;
-+ double type_s = approx_spline(spl) ? S_SPLINE_APPROX : S_SPLINE_INTERP;
-
- spl->sfactors = NULL;
- if ((sp = create_sfactor()) == NULL)
diff --git a/xfig.rpmlintrc b/xfig.rpmlintrc
new file mode 100644
index 0000000..d4619a7
--- /dev/null
+++ b/xfig.rpmlintrc
@@ -0,0 +1,2 @@
+addFilter("W: spelling-error.*")
+addFilter("W: invalid-url Source1")
diff --git a/xfig.spec b/xfig.spec
index fe1e531..9fa81b0 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -2,8 +2,8 @@
Summary: An X Window System tool for drawing basic vector graphics
Name: xfig
-Version: 3.2.7a
-Release: 4%{?dist}
+Version: 3.2.7b
+Release: 1%{?dist}
License: MIT
URL: https://en.wikipedia.org/wiki/Xfig
Source0: http://downloads.sourceforge.net/mcj/xfig-%{version}.tar.xz
@@ -13,9 +13,8 @@ Source3: xfig.appdata.xml
Patch0: xfig-3.2.5a-default-apps.patch
Patch1: xfig-3.2.5-urwfonts.patch
-Patch2: xfig-3.2.7a-spline-fix.patch
-BuildRequires: gcc
+BuildRequires: gcc libtool
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libICE-devel
@@ -63,6 +62,7 @@ for i in doc/html/japanese/button_frame.fig doc/html/japanese/japanese.ps \
doc/html/animate.js; do
sed -i.orig 's/\r//' $i; touch -r $i.orig $i; rm $i.orig
done
+autoreconf -i
%build
@@ -105,6 +105,9 @@ appstream-util validate-relax --nonet \
%changelog
+* Thu Jan 16 2020 Hans de Goede <hdegoede@redhat.com> - 3.2.7b-1
+- New upstream release 3.2.7b
+
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.7a-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-30 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 14:28 [rpms/xfig] epel10.2: New upstream release 3.2.7b Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox