Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
6 changed files with 2 additions and 120 deletions
|
|
@ -1 +0,0 @@
|
||||||
1
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
From eb770edd1c4dd9bf6c561f15564e4b8e10cc54b9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Chris Liddell <chris.liddell@artifex.com>
|
|
||||||
Date: Fri, 16 Mar 2018 10:19:43 +0000
|
|
||||||
Subject: [PATCH] Squash compiler warning in ijs code.
|
|
||||||
|
|
||||||
---
|
|
||||||
ijs_exec_unix.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/ijs_exec_unix.c b/ijs_exec_unix.c
|
|
||||||
index 862961913..622569416 100644
|
|
||||||
--- a/ijs_exec_unix.c
|
|
||||||
+++ b/ijs_exec_unix.c
|
|
||||||
@@ -75,7 +75,7 @@ ijs_exec_server(const char *server_cmd, int *pfd_to, int *pfd_from,
|
|
||||||
|
|
||||||
argv[i++] = (char *)server_cmd;
|
|
||||||
argv[i++] = NULL;
|
|
||||||
- status = execvp (argv[0], argv);
|
|
||||||
+ status = execvp (argv[0], (char * const *)argv);
|
|
||||||
if (status < 0)
|
|
||||||
exit (1);
|
|
||||||
}
|
|
||||||
--
|
|
||||||
2.43.0
|
|
||||||
|
|
||||||
1
ci.fmf
1
ci.fmf
|
|
@ -1 +0,0 @@
|
||||||
resultsdb-testcase: separate
|
|
||||||
25
gating.yaml
25
gating.yaml
|
|
@ -1,25 +0,0 @@
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- fedora-*
|
|
||||||
decision_context: bodhi_update_push_testing
|
|
||||||
subject_type: koji_build
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
|
||||||
|
|
||||||
#Rawhide
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- fedora-*
|
|
||||||
decision_context: bodhi_update_push_stable
|
|
||||||
subject_type: koji_build
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
|
||||||
|
|
||||||
#gating rhel
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-*
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
|
||||||
33
libijs.spec
33
libijs.spec
|
|
@ -13,9 +13,9 @@
|
||||||
Name: libijs
|
Name: libijs
|
||||||
Summary: IJS Raster Image Transport Protocol Library
|
Summary: IJS Raster Image Transport Protocol Library
|
||||||
Version: 0.35
|
Version: 0.35
|
||||||
Release: 25%{?dist}
|
Release: 16%{?dist}
|
||||||
|
|
||||||
License: AGPL-3.0-or-later
|
License: AGPLv3+
|
||||||
|
|
||||||
URL: https://ghostscript.com/
|
URL: https://ghostscript.com/
|
||||||
Source: https://github.com/ArtifexSoftware/ijs/archive/%{version}.tar.gz#/ijs-%{version}.tar.gz
|
Source: https://github.com/ArtifexSoftware/ijs/archive/%{version}.tar.gz#/ijs-%{version}.tar.gz
|
||||||
|
|
@ -36,8 +36,6 @@ BuildRequires: libtool
|
||||||
# Upstream patches -- official upstream patches released by upstream since the
|
# Upstream patches -- official upstream patches released by upstream since the
|
||||||
# ---------------- last rebase that are necessary for any reason:
|
# ---------------- last rebase that are necessary for any reason:
|
||||||
#Patch000: example000.patch
|
#Patch000: example000.patch
|
||||||
# https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=eb770edd1c
|
|
||||||
Patch: 0001-Squash-compiler-warning-in-ijs-code.patch
|
|
||||||
|
|
||||||
|
|
||||||
# Downstream patches -- these should be always included when doing rebase:
|
# Downstream patches -- these should be always included when doing rebase:
|
||||||
|
|
@ -135,33 +133,6 @@ install -m 0644 -p ijs_spec.pdf %{buildroot}%{_docdir}/%{name}
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-25
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-24
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-23
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-22
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-21
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 09 2024 Zdenek Dohnal <zdohnal@redhat.com> - 0.35-20
|
|
||||||
- fix FTBFS with GCC 14
|
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-19
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 16 2023 Richard Lescak <rlescak@redhat.com> - 0.35-18
|
|
||||||
- SPDX migration
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-16
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-16
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
37
plans.fmf
37
plans.fmf
|
|
@ -1,37 +0,0 @@
|
||||||
/tier1-internal:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://gitlab.com/redhat/centos-stream/tests/libijs.git
|
|
||||||
name: /plans/tier1/internal
|
|
||||||
|
|
||||||
/tier1-public:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://gitlab.com/redhat/centos-stream/tests/libijs.git
|
|
||||||
name: /plans/tier1/public
|
|
||||||
|
|
||||||
/tier2-tier3-internal:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://gitlab.com/redhat/centos-stream/tests/libijs.git
|
|
||||||
name: /plans/tier2-tier3/internal
|
|
||||||
|
|
||||||
/tier2-tier3-public:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://gitlab.com/redhat/centos-stream/tests/libijs.git
|
|
||||||
name: /plans/tier2-tier3/public
|
|
||||||
|
|
||||||
|
|
||||||
/others-internal:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://gitlab.com/redhat/centos-stream/tests/libijs.git
|
|
||||||
name: /plans/others/internal
|
|
||||||
|
|
||||||
/others-public:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://gitlab.com/redhat/centos-stream/tests/libijs.git
|
|
||||||
name: /plans/others/public
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue