From 11775aa458bdc72b9493aea0df386d3dd651a86d Mon Sep 17 00:00:00 2001 From: sugarfillet <18705174754@163.com> Date: Fri, 3 Apr 2020 15:25:15 +0800 Subject: [PATCH] fix XSANE_BUGTRACKER_UR --- xsane.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xsane.spec b/xsane.spec index 1cd487a..55aee56 100644 --- a/xsane.spec +++ b/xsane.spec @@ -4,7 +4,7 @@ Name: xsane Version: 0.999 -Release: 29 +Release: 30 Summary: X Window System front-end for the SANE scanner interface License: GPLv2+ URL: http://www.xsane.org/ @@ -72,7 +72,7 @@ mkdir build-with-gimp mkdir build-without-gimp %build -CFLAGS='%optflags -fno-strict-aliasing -DXSANE_BUGTRACKER_URL=\"http://bugzilla.redhat.com\"' +CFLAGS='%optflags -fno-strict-aliasing -DXSANE_BUGTRACKER_URL=\"https://gitee.com/organizations/src-openeuler/issues\"' export CFLAGS pushd build-with-gimp %configure --enable-gimp @@ -159,6 +159,9 @@ fi %{_mandir}/man1/* %changelog +* Fri Apr 3 2020 songshuaishuai - 0.999-30 +- fix XSANE_BUGTRACKER_URL + * Tue Nov 22 2019 openEuler Buildteam - 0.999-29 - Package init