From 23b2fa51d09f33e13765a9e799f578eed7e487ce Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Mon, 10 Jul 2023 11:37:18 +0200 Subject: [PATCH 01/24] Update to 1.2.1 - Closes rhbz#2221524 --- .gitignore | 1 + sources | 2 +- xq.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 845c3b3..5711dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /xq-1.1.2.tar.gz /xq-1.1.3.tar.gz /xq-1.1.4.tar.gz +/xq-1.2.1.tar.gz diff --git a/sources b/sources index b960edb..983ab35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xq-1.1.4.tar.gz) = 3dcb3c9d9f40f9dc411c3617b9da36d7287a9432d34ae376437e3be975366508b2dc2dbf6a9545d87cec72e9322676fa2bffaf4b33435913e3f0f7432ccdbb3b +SHA512 (xq-1.2.1.tar.gz) = 500b3beba62640a73de04648151dfa3348335dc4562f6b2fb477eba0187d76a223b96a8ce8c80c11efe1f77e5930f4b82ddb3cf4bc90e27643df22cd334cc15a diff --git a/xq.spec b/xq.spec index 8d12e6d..daa2d33 100644 --- a/xq.spec +++ b/xq.spec @@ -3,7 +3,7 @@ # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.1.4 +Version: 1.2.1 %gometa -f From 6140519d4034d01bb8fff8a4943e97a05c9f26d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:15:30 +0000 Subject: [PATCH 02/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From e58b1da5ce44d12971cc14f1a8c4f9645a96dd71 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Tue, 10 Oct 2023 00:53:57 +0200 Subject: [PATCH 03/24] Update to 1.2.2 - Closes rhbz#2242951 --- .gitignore | 1 + sources | 2 +- xq.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5711dd4..e0d1f0f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /xq-1.1.3.tar.gz /xq-1.1.4.tar.gz /xq-1.2.1.tar.gz +/xq-1.2.2.tar.gz diff --git a/sources b/sources index 983ab35..daecb68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xq-1.2.1.tar.gz) = 500b3beba62640a73de04648151dfa3348335dc4562f6b2fb477eba0187d76a223b96a8ce8c80c11efe1f77e5930f4b82ddb3cf4bc90e27643df22cd334cc15a +SHA512 (xq-1.2.2.tar.gz) = 6c1b6532382499fed7105a739cc8a671680784da3a83b86512f80b4f10683219eb596a3f2eb018853504eeb91300c75a1e5ca5d08060b5bb9ff72ccf6674cf2e diff --git a/xq.spec b/xq.spec index daa2d33..42bcb52 100644 --- a/xq.spec +++ b/xq.spec @@ -3,7 +3,7 @@ # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.2.1 +Version: 1.2.2 %gometa -f From 3349d43b4732db17e32f89d35cb3edcd981d4fbc Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Fri, 13 Oct 2023 12:21:37 +0200 Subject: [PATCH 04/24] Add ldflags and remove devel package --- xq.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xq.spec b/xq.spec index 42bcb52..ce4a9fe 100644 --- a/xq.spec +++ b/xq.spec @@ -34,10 +34,12 @@ Source: %{gosource} %go_generate_buildrequires %build +export LDFLAGS="-X main.commit=fedora \ + -X main.version=%{version} \ + -X main.date=$(date -d "@${SOURCE_DATE_EPOCH}" +%Y-%m-%d)" %gobuild -o %{gobuilddir}/bin/xq %{goipath}/ %install -%gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ @@ -55,7 +57,5 @@ install -Dpm 0644 ./docs/%{name}.1 -t %{buildroot}%{_mandir}/man1/ %{_bindir}/* %{_mandir}/man1/%{name}.1* -%gopkgfiles - %changelog %autochangelog From 4ad7fc21c7807fb55c1f5d3581252316783e67e3 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Mon, 6 Nov 2023 10:43:00 +0100 Subject: [PATCH 05/24] Update to 1.2.3 - Closes rhbz#2248087 --- .gitignore | 1 + sources | 2 +- xq.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e0d1f0f..ae2e4de 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /xq-1.1.4.tar.gz /xq-1.2.1.tar.gz /xq-1.2.2.tar.gz +/xq-1.2.3.tar.gz diff --git a/sources b/sources index daecb68..bd8c1e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xq-1.2.2.tar.gz) = 6c1b6532382499fed7105a739cc8a671680784da3a83b86512f80b4f10683219eb596a3f2eb018853504eeb91300c75a1e5ca5d08060b5bb9ff72ccf6674cf2e +SHA512 (xq-1.2.3.tar.gz) = 86359c42c1cf0d89a51ed1be5d744482d9e94a4ee8bf78e8124740aa96d417c8b28cd565fe66d711e3703ddc49af4608ba740b8369797149320a1f4e41e40d57 diff --git a/xq.spec b/xq.spec index ce4a9fe..4199662 100644 --- a/xq.spec +++ b/xq.spec @@ -3,7 +3,7 @@ # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.2.2 +Version: 1.2.3 %gometa -f From c132c07ad8ee9f3edd25e0b945778779dc4f6e0f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:07:58 +0000 Subject: [PATCH 06/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7207b4c2b670953f63521da6b7453b6e2310386a Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Mon, 12 Feb 2024 00:23:32 +0100 Subject: [PATCH 07/24] Update to 1.2.4 - Closes rhbz#2259069 rhbz#2248415 rhbz#2229608 --- .gitignore | 1 + sources | 2 +- xq.spec | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ae2e4de..1ca902f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /xq-1.2.1.tar.gz /xq-1.2.2.tar.gz /xq-1.2.3.tar.gz +/xq-1.2.4.tar.gz diff --git a/sources b/sources index bd8c1e7..c1fb918 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xq-1.2.3.tar.gz) = 86359c42c1cf0d89a51ed1be5d744482d9e94a4ee8bf78e8124740aa96d417c8b28cd565fe66d711e3703ddc49af4608ba740b8369797149320a1f4e41e40d57 +SHA512 (xq-1.2.4.tar.gz) = bd8e5776f37b91007587f1b413540f6721bb0ce6b6f94bb848c428014b116c40a666e59cc2d69207af00c8cd4e7aa4308b4b9faed753dcc9bbb48db81a69c23c diff --git a/xq.spec b/xq.spec index 4199662..9f831bb 100644 --- a/xq.spec +++ b/xq.spec @@ -1,11 +1,11 @@ -# Generated by go2rpm 1.8.2 +# Generated by go2rpm 1.10.0 %bcond_without check # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.2.3 +Version: 1.2.4 -%gometa -f +%gometa -L -f %global goname xq @@ -15,7 +15,7 @@ Command-line XML and HTML beautifier and content extractor, similar to jq.} %global golicenses LICENSE %global godocs README.md -Name: %{goname} +Name: xq Release: %autorelease Summary: Command-line XML and HTML beautifier and content extractor @@ -29,6 +29,7 @@ Source: %{gosource} %prep %goprep +%autopatch -p1 %generate_buildrequires %go_generate_buildrequires From 58098f17ad28cd52a0b1e14487a29e195c9a5c84 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 11 Feb 2024 23:42:25 +0000 Subject: [PATCH 08/24] Rebuild for golang 1.22.0 From f95de38516cbf6c4447186277312a956772f6905 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:25:46 +0000 Subject: [PATCH 09/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From ad03361647b1128299993068e14541a330e7e9f2 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Tue, 3 Sep 2024 14:22:04 +0200 Subject: [PATCH 10/24] Update to 1.2.5 --- .gitignore | 1 + .packit.yaml | 19 +++++++++++++++++++ sources | 2 +- xq.spec | 31 ++++++++++++++++++++++++------- 4 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 .packit.yaml diff --git a/.gitignore b/.gitignore index 1ca902f..b85ad57 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /xq-1.2.2.tar.gz /xq-1.2.3.tar.gz /xq-1.2.4.tar.gz +/xq-1.2.5.tar.gz diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..33e658b --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,19 @@ +specfile_path: xq.spec + +upstream_package_name: xq +upstream_project_url: https://github.com/sibprogrammer/xq +downstream_package_name: xq + +upstream_tag_template: v{version} + +jobs: + +- job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + +- job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide diff --git a/sources b/sources index c1fb918..fbb525d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xq-1.2.4.tar.gz) = bd8e5776f37b91007587f1b413540f6721bb0ce6b6f94bb848c428014b116c40a666e59cc2d69207af00c8cd4e7aa4308b4b9faed753dcc9bbb48db81a69c23c +SHA512 (xq-1.2.5.tar.gz) = 8e5dcb254087c6f043dc8ebb292b49c007048cf0b4928753df3bac57963d80a80220e47a3fed876069620922afd31b12bbf4ad1899629e54f28a1dbc84ec9659 diff --git a/xq.spec b/xq.spec index 9f831bb..32c2dc1 100644 --- a/xq.spec +++ b/xq.spec @@ -1,14 +1,21 @@ -# Generated by go2rpm 1.10.0 -%bcond_without check +# Generated by go2rpm 1.14.0 +%bcond check 1 +%bcond bootstrap 0 + +%if %{with bootstrap} +%global debug_package %{nil} +%endif + +%if %{with bootstrap} +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ +%endif # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.2.4 +Version: 1.2.5 %gometa -L -f -%global goname xq - %global common_description %{expand: Command-line XML and HTML beautifier and content extractor, similar to jq.} @@ -28,35 +35,45 @@ Source: %{gosource} %gopkg %prep -%goprep +%goprep -A %autopatch -p1 +%if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires +%endif +%if %{without bootstrap} %build export LDFLAGS="-X main.commit=fedora \ -X main.version=%{version} \ -X main.date=$(date -d "@${SOURCE_DATE_EPOCH}" +%Y-%m-%d)" %gobuild -o %{gobuilddir}/bin/xq %{goipath}/ +%endif %install +%if %{without bootstrap} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ mv ./docs/%{name}.man ./docs/%{name}.1 install -Dpm 0644 ./docs/%{name}.1 -t %{buildroot}%{_mandir}/man1/ +%endif +%if %{without bootstrap} %if %{with check} %check %gocheck %endif +%endif +%if %{without bootstrap} %files %license LICENSE %doc README.md -%{_bindir}/* +%{_bindir}/xq %{_mandir}/man1/%{name}.1* +%endif %changelog %autochangelog From f1c63beb536c6f032170229c0600c9a9867d8d1e Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 23 Dec 2024 20:26:54 +0000 Subject: [PATCH 11/24] Update to 1.3.0 upstream release - Resolves: rhbz#2333882 Upstream tag: v1.3.0 Upstream commit: 86a75557 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 3 +++ sources | 2 +- xq.spec | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index b85ad57..17796fd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /xq-1.2.3.tar.gz /xq-1.2.4.tar.gz /xq-1.2.5.tar.gz +/xq-1.3.0.tar.gz diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..3826605 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.106.0. diff --git a/sources b/sources index fbb525d..15361da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xq-1.2.5.tar.gz) = 8e5dcb254087c6f043dc8ebb292b49c007048cf0b4928753df3bac57963d80a80220e47a3fed876069620922afd31b12bbf4ad1899629e54f28a1dbc84ec9659 +SHA512 (xq-1.3.0.tar.gz) = 5f8678d566f0fbaf9466771b20dde42dca8ef3d6a6c828031dd608279e6b2cefe4090bcc22b4ac098b3cac5a8150e2dc4a6c37a296fd1243bb46948368d33284 diff --git a/xq.spec b/xq.spec index 32c2dc1..99d7ab4 100644 --- a/xq.spec +++ b/xq.spec @@ -12,7 +12,7 @@ # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.2.5 +Version: 1.3.0 %gometa -L -f From 8b14713674099a4e839b8f0f2be24e48f254dcae Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:15:22 +0000 Subject: [PATCH 12/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 645981ad60a45407465b5b12e062e209325a69c7 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Thu, 10 Jul 2025 11:12:51 +0200 Subject: [PATCH 13/24] Adopt Go Vendor Tools --- .gitignore | 1 + go-vendor-tools.toml | 4 ++++ sources | 1 + xq.spec | 51 ++++++++++++++++---------------------------- 4 files changed, 24 insertions(+), 33 deletions(-) create mode 100644 go-vendor-tools.toml diff --git a/.gitignore b/.gitignore index 17796fd..2f74bbb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /xq-1.2.4.tar.gz /xq-1.2.5.tar.gz /xq-1.3.0.tar.gz +/xq-1.3.0-vendor.tar.bz2 diff --git a/go-vendor-tools.toml b/go-vendor-tools.toml new file mode 100644 index 0000000..28360f2 --- /dev/null +++ b/go-vendor-tools.toml @@ -0,0 +1,4 @@ +[archive] + +[licensing] +detector = "trivy" diff --git a/sources b/sources index 15361da..d8ff5fe 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (xq-1.3.0.tar.gz) = 5f8678d566f0fbaf9466771b20dde42dca8ef3d6a6c828031dd608279e6b2cefe4090bcc22b4ac098b3cac5a8150e2dc4a6c37a296fd1243bb46948368d33284 +SHA512 (xq-1.3.0-vendor.tar.bz2) = c303db74d474d6d021237dcecf7d4fe547764790ebd4bb11cf873433695b55e9f5af3a692aee548fbe79949eaa1bc716f0365cf7d039c95972830472dd67e231 diff --git a/xq.spec b/xq.spec index 99d7ab4..618a81d 100644 --- a/xq.spec +++ b/xq.spec @@ -1,14 +1,5 @@ -# Generated by go2rpm 1.14.0 +# Generated by go2rpm 1.16.0 %bcond check 1 -%bcond bootstrap 0 - -%if %{with bootstrap} -%global debug_package %{nil} -%endif - -%if %{with bootstrap} -%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ -%endif # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq @@ -19,61 +10,55 @@ Version: 1.3.0 %global common_description %{expand: Command-line XML and HTML beautifier and content extractor, similar to jq.} -%global golicenses LICENSE -%global godocs README.md - Name: xq Release: %autorelease Summary: Command-line XML and HTML beautifier and content extractor -License: MIT +# Generated by go-vendor-tools +License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT URL: %{gourl} -Source: %{gosource} +Source0: %{gosource} +# Generated by go-vendor-tools +Source1: %{archivename}-vendor.tar.bz2 +Source2: go-vendor-tools.toml + +BuildRequires: go-vendor-tools %description %{common_description} -%gopkg - %prep %goprep -A +%setup -q -T -D -a1 %{forgesetupargs} %autopatch -p1 -%if %{without bootstrap} %generate_buildrequires -%go_generate_buildrequires -%endif +%go_vendor_license_buildrequires -c %{S:2} -%if %{without bootstrap} %build -export LDFLAGS="-X main.commit=fedora \ +export GO_LDFLAGS="-X main.commit=fedora \ -X main.version=%{version} \ -X main.date=$(date -d "@${SOURCE_DATE_EPOCH}" +%Y-%m-%d)" %gobuild -o %{gobuilddir}/bin/xq %{goipath}/ -%endif %install -%if %{without bootstrap} +%go_vendor_license_install -c %{S:2} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ mv ./docs/%{name}.man ./docs/%{name}.1 install -Dpm 0644 ./docs/%{name}.1 -t %{buildroot}%{_mandir}/man1/ -%endif -%if %{without bootstrap} -%if %{with check} %check +%go_vendor_license_check -c %{S:2} +%if %{with check} %gocheck %endif -%endif -%if %{without bootstrap} -%files -%license LICENSE -%doc README.md +%files -f %{go_vendor_license_filelist} +%license vendor/modules.txt +%doc docs README.md %{_bindir}/xq %{_mandir}/man1/%{name}.1* -%endif %changelog %autochangelog From d5c13fdbf72e4e5be8c9f4cdc808b8297305ddd5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:03:18 +0000 Subject: [PATCH 14/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 4368278288a4e2dced43ea1f82d31969ac36be8a Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Sun, 27 Jul 2025 16:07:56 +0200 Subject: [PATCH 15/24] Miscellaneous packaging improvements - Use GO111MODULE=on. This is the modern way to build Go applications and also includes extra dependency metadata in the binary. - Use simpler %gotest macro instead of %gocheck script Ref: https://gitlab.com/fedora/sigs/go/go2rpm/-/commit/85a703ecaed69742d425a557c6a79c25db3d5e83 [skip changelog] --- go-vendor-tools.toml | 6 +++++- xq.spec | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/go-vendor-tools.toml b/go-vendor-tools.toml index 28360f2..2c22c5e 100644 --- a/go-vendor-tools.toml +++ b/go-vendor-tools.toml @@ -1,4 +1,8 @@ [archive] [licensing] -detector = "trivy" +detector = "askalono" +[[licensing.licenses]] +path = "vendor/gopkg.in/yaml.v3/LICENSE" +sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b" +expression = "MIT AND (MIT AND Apache-2.0)" diff --git a/xq.spec b/xq.spec index 618a81d..ceb0ec9 100644 --- a/xq.spec +++ b/xq.spec @@ -1,4 +1,4 @@ -# Generated by go2rpm 1.16.0 +# Generated by go2rpm 1.17.1 %bcond check 1 # https://github.com/sibprogrammer/xq @@ -7,8 +7,6 @@ Version: 1.3.0 %gometa -L -f -%global common_description %{expand: -Command-line XML and HTML beautifier and content extractor, similar to jq.} Name: xq Release: %autorelease @@ -24,7 +22,8 @@ Source2: go-vendor-tools.toml BuildRequires: go-vendor-tools -%description %{common_description} +%description +Command-line XML and HTML beautifier and content extractor. %prep %goprep -A @@ -35,6 +34,7 @@ BuildRequires: go-vendor-tools %go_vendor_license_buildrequires -c %{S:2} %build +%global gomodulesmode GO111MODULE=on export GO_LDFLAGS="-X main.commit=fedora \ -X main.version=%{version} \ -X main.date=$(date -d "@${SOURCE_DATE_EPOCH}" +%Y-%m-%d)" @@ -51,7 +51,7 @@ install -Dpm 0644 ./docs/%{name}.1 -t %{buildroot}%{_mandir}/man1/ %check %go_vendor_license_check -c %{S:2} %if %{with check} -%gocheck +%gotest ./... %endif %files -f %{go_vendor_license_filelist} From 435ce90bb0da92ef9b5adb3001f3a321b40bd1f2 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 15 Aug 2025 18:47:17 -0500 Subject: [PATCH 16/24] Rebuild for golang-1.25.0 From 73e89ed39eb98bbec5271e218efd33b44008bedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Fri, 10 Oct 2025 16:39:47 +0200 Subject: [PATCH 17/24] rebuild From 95d40b2fd71148960b25fdee7d8da1e20f104318 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:52:32 +0000 Subject: [PATCH 18/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 327ac8b51412639cf7b425ca9d8bf4fbc4d114b3 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 2 Feb 2026 20:04:01 -0600 Subject: [PATCH 19/24] Rebuild for https://fedoraproject.org/wiki/Changes/golang1.26 From 1d965962587eae3e960d461f146279a2cd54baff Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 27 Feb 2026 16:12:17 +0000 Subject: [PATCH 20/24] Update to 1.4.0 upstream release - Resolves: rhbz#2443356 Upstream tag: v1.4.0 Upstream commit: 02a8c391 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 3 +-- xq.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2f74bbb..93195d2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /xq-1.2.5.tar.gz /xq-1.3.0.tar.gz /xq-1.3.0-vendor.tar.bz2 +/xq-1.4.0.tar.gz diff --git a/README.packit b/README.packit index 3826605..ebfd30b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.106.0. +The file was generated using packit 1.15.0.post1.dev2+g8f2adf816. diff --git a/sources b/sources index d8ff5fe..4ef6b67 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (xq-1.3.0.tar.gz) = 5f8678d566f0fbaf9466771b20dde42dca8ef3d6a6c828031dd608279e6b2cefe4090bcc22b4ac098b3cac5a8150e2dc4a6c37a296fd1243bb46948368d33284 -SHA512 (xq-1.3.0-vendor.tar.bz2) = c303db74d474d6d021237dcecf7d4fe547764790ebd4bb11cf873433695b55e9f5af3a692aee548fbe79949eaa1bc716f0365cf7d039c95972830472dd67e231 +SHA512 (xq-1.4.0.tar.gz) = cceefae56e5794a988617b3c5ca9fcb3e81eb2961a57586fa913b54eecae915039fb226d48bbc8f8338a2be46198aa88a0a3e32bf6204dc2fda4e05b5a6aee6d diff --git a/xq.spec b/xq.spec index ceb0ec9..9227566 100644 --- a/xq.spec +++ b/xq.spec @@ -3,7 +3,7 @@ # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.3.0 +Version: 1.4.0 %gometa -L -f From 0e78a2c1e3a5938235b55fb58fa55bfd16845539 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Tue, 3 Mar 2026 17:40:15 +0100 Subject: [PATCH 21/24] Update packit config to support vendorized builds [skip changelog] --- .gitignore | 1 + .packit.yaml | 42 +++++++++++++++++++++++++++--------------- sources | 1 + 3 files changed, 29 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 93195d2..e2a8d15 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /xq-1.3.0.tar.gz /xq-1.3.0-vendor.tar.bz2 /xq-1.4.0.tar.gz +/xq-1.4.0-vendor.tar.bz2 diff --git a/.packit.yaml b/.packit.yaml index 33e658b..1ccc9ec 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,19 +1,31 @@ -specfile_path: xq.spec - -upstream_package_name: xq -upstream_project_url: https://github.com/sibprogrammer/xq +--- downstream_package_name: xq - -upstream_tag_template: v{version} +upstream_project_url: https://github.com/sibprogrammer/xq +upstream_tag_template: "v{version}" jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + rawhide: {} -- job: pull_from_upstream - trigger: release - dist_git_branches: - - fedora-rawhide - -- job: koji_build - trigger: commit - dist_git_branches: - - fedora-rawhide + - job: koji_build + trigger: commit + dist_git_branches: + - rawhide +actions: + post-modifications: + - | + sh -xeuc " + cd $PACKIT_DOWNSTREAM_REPO + export GOTOOLCHAIN=local+auto + spec="$PACKIT_DOWNSTREAM_PACKAGE_NAME.spec" + go_vendor_archive create --config go-vendor-tools.toml "$spec" + go_vendor_license \ + --config go-vendor-tools.toml \ + --path "$spec" \ + report \ + --verify-spec \ + --autofill=auto + " +create_sync_note: false diff --git a/sources b/sources index 4ef6b67..4819cb2 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (xq-1.4.0.tar.gz) = cceefae56e5794a988617b3c5ca9fcb3e81eb2961a57586fa913b54eecae915039fb226d48bbc8f8338a2be46198aa88a0a3e32bf6204dc2fda4e05b5a6aee6d +SHA512 (xq-1.4.0-vendor.tar.bz2) = aee69010da514bf6a4e468d6df536377517111b52651760ac112c444e3a0095d51d4ea9632030f39103ca02943deabe1532b1f062f02ff89fc40f7e408523108 From 7112a5f288f1fea405fc4b0966036f9e4ab7adbc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:25:16 +0000 Subject: [PATCH 22/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From c123e510a588e5ec0b16141d1aa397c99f0fcad6 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 11 Aug 2026 22:17:21 +0000 Subject: [PATCH 23/24] Update to 1.5.0 upstream release - Resolves: rhbz#2514430 Upstream tag: v1.5.0 Upstream commit: e1abbb35 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 2 ++ sources | 4 ++-- xq.spec | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2a8d15..2b3ca30 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ /xq-1.3.0-vendor.tar.bz2 /xq-1.4.0.tar.gz /xq-1.4.0-vendor.tar.bz2 +/xq-1.5.0.tar.gz +/xq-1.5.0-vendor.tar.bz2 diff --git a/sources b/sources index 4819cb2..ecb079b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (xq-1.4.0.tar.gz) = cceefae56e5794a988617b3c5ca9fcb3e81eb2961a57586fa913b54eecae915039fb226d48bbc8f8338a2be46198aa88a0a3e32bf6204dc2fda4e05b5a6aee6d -SHA512 (xq-1.4.0-vendor.tar.bz2) = aee69010da514bf6a4e468d6df536377517111b52651760ac112c444e3a0095d51d4ea9632030f39103ca02943deabe1532b1f062f02ff89fc40f7e408523108 +SHA512 (xq-1.5.0.tar.gz) = 3dcc8349553675c7501d40335dde6b173345a2e09f56732216cba678ebdefd315fa2ae7e3226ec985741a31e09f8f8b47d59d654b60a79478baf9b4c94a00377 +SHA512 (xq-1.5.0-vendor.tar.bz2) = 00803caaee7e07aff4c66d9f94d7bfce96f10927bf1743566adf42cccf623e32a5ddb9b07a2a5f558d2b2aab02bcf57b662d421dbff25edcf20d30559928be0a diff --git a/xq.spec b/xq.spec index 9227566..6cb1316 100644 --- a/xq.spec +++ b/xq.spec @@ -3,7 +3,7 @@ # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.4.0 +Version: 1.5.0 %gometa -L -f From 16d9be38a56d3ad75fdae8671ff2f23343299d87 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 23 Aug 2026 16:14:26 +0000 Subject: [PATCH 24/24] Update to 1.5.1 upstream release - Resolves: rhbz#2521650 Upstream tag: v1.5.1 Upstream commit: 9803fc95 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 2 ++ sources | 4 ++-- xq.spec | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2b3ca30..d120f45 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ /xq-1.4.0-vendor.tar.bz2 /xq-1.5.0.tar.gz /xq-1.5.0-vendor.tar.bz2 +/xq-1.5.1.tar.gz +/xq-1.5.1-vendor.tar.bz2 diff --git a/sources b/sources index ecb079b..113eefa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (xq-1.5.0.tar.gz) = 3dcc8349553675c7501d40335dde6b173345a2e09f56732216cba678ebdefd315fa2ae7e3226ec985741a31e09f8f8b47d59d654b60a79478baf9b4c94a00377 -SHA512 (xq-1.5.0-vendor.tar.bz2) = 00803caaee7e07aff4c66d9f94d7bfce96f10927bf1743566adf42cccf623e32a5ddb9b07a2a5f558d2b2aab02bcf57b662d421dbff25edcf20d30559928be0a +SHA512 (xq-1.5.1.tar.gz) = 016b17a6e6e39819c3a309c173ff31a5e0ead2439fdd51766ec0ee5d8c789bc6f7fe65ee2f75252a0d493c594c4aa63f3fb3ea59f6054d4807a6c22d07e8a559 +SHA512 (xq-1.5.1-vendor.tar.bz2) = 6df48b41d621c54328e860f49e9f4579fa5eaaa80262060d126c1a3f179039625f122851d418f0dd695b9e05ae5d3a3a143c6d4eac3011ef19343b1b7ad78356 diff --git a/xq.spec b/xq.spec index 6cb1316..ba0b904 100644 --- a/xq.spec +++ b/xq.spec @@ -3,7 +3,7 @@ # https://github.com/sibprogrammer/xq %global goipath github.com/sibprogrammer/xq -Version: 1.5.0 +Version: 1.5.1 %gometa -L -f