Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9b4e8aac3 | ||
|
|
bc05bec36b | ||
|
|
f48661ab28 | ||
|
|
8447a981ae | ||
|
|
6d3e0e65e0 | ||
|
|
b21b8b4789 | ||
|
|
7584ee5cb3 | ||
|
|
0d8d0a46d7 | ||
|
|
c7af5c81f5 | ||
|
|
76228f9946 | ||
|
|
8f4de15336 | ||
|
|
f0a0c6a9e0 | ||
|
|
3510845e9e |
6 changed files with 120 additions and 2 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
25
0001-Squash-compiler-warning-in-ijs-code.patch
Normal file
25
0001-Squash-compiler-warning-in-ijs-code.patch
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
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
Normal file
1
ci.fmf
Normal file
|
|
@ -0,0 +1 @@
|
|||
resultsdb-testcase: separate
|
||||
25
gating.yaml
Normal file
25
gating.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
--- !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
|
||||
Summary: IJS Raster Image Transport Protocol Library
|
||||
Version: 0.35
|
||||
Release: 16%{?dist}
|
||||
Release: 25%{?dist}
|
||||
|
||||
License: AGPLv3+
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
URL: https://ghostscript.com/
|
||||
Source: https://github.com/ArtifexSoftware/ijs/archive/%{version}.tar.gz#/ijs-%{version}.tar.gz
|
||||
|
|
@ -36,6 +36,8 @@ BuildRequires: libtool
|
|||
# Upstream patches -- official upstream patches released by upstream since the
|
||||
# ---------------- last rebase that are necessary for any reason:
|
||||
#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:
|
||||
|
|
@ -133,6 +135,33 @@ install -m 0644 -p ijs_spec.pdf %{buildroot}%{_docdir}/%{name}
|
|||
# =============================================================================
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
37
plans.fmf
Normal file
37
plans.fmf
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/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