public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bign-handheld-thumbnailer] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
@ 2026-05-29 0:51 releng-bot
2026-05-29 16:46 ` [rpms/bign-handheld-thumbnailer] f44: " releng-bot
2026-05-29 17:01 ` [rpms/bign-handheld-thumbnailer] f43: " releng-bot
0 siblings, 2 replies; 3+ messages in thread
From: releng-bot @ 2026-05-29 0:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bign-handheld-thumbnailer
Branch : rawhide
Commit : 3d72697287e0e1df5f129e939142f5074566ad09
Author : releng-bot <releng-bot@fedoraproject.org>
Date : 2026-05-29T00:51:11+00:00
Stats : +119/-1 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/bign-handheld-thumbnailer/c/3d72697287e0e1df5f129e939142f5074566ad09?branch=rawhide
Log:
Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..81b15ee
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/v1.1.2.tar.gz
+/v1.1.3.tar.gz
+/v1.2.0.tar.gz
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1546723
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# bign-handheld-thumbnailer
+
+The bign-handheld-thumbnailer package
diff --git a/bign-handheld-thumbnailer.spec b/bign-handheld-thumbnailer.spec
new file mode 100644
index 0000000..355dfe8
--- /dev/null
+++ b/bign-handheld-thumbnailer.spec
@@ -0,0 +1,112 @@
+# Generated by rust2rpm 27
+%bcond check 1
+
+# prevent library files from being installed
+%global cargo_install_lib 0
+
+Name: bign-handheld-thumbnailer
+Version: 1.2.0
+Release: 3%{?dist}
+Summary: Thumbnailer for Nintendo handheld game consoles
+
+SourceLicense: GPL-2.0-or-later
+# 0BSD OR MIT OR Apache-2.0
+# Apache-2.0 OR MIT
+# BSD-3-Clause OR Apache-2.0
+# GPL-2.0-or-later
+# MIT
+# MIT OR Apache-2.0
+# MIT OR Zlib OR Apache-2.0
+# Unlicense OR MIT
+# Zlib OR Apache-2.0 OR MIT
+License: GPL-2.0-or-later AND MIT AND (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense)
+# LICENSE.dependencies contains a full license breakdown
+
+URL: https://github.com/MateusRodCosta/bign-handheld-thumbnailer
+Source: https://github.com/MateusRodCosta/bign-handheld-thumbnailer/archive/refs/tags/v%{version}.tar.gz
+
+BuildRequires: cargo-rpm-macros >= 26
+BuildRequires: meson
+
+%global _description %{expand:
+Thumbnailer for Nintendo handheld game consoles (DS and 3DS) roms and homebrew.}
+
+%description %{_description}
+
+%prep
+%autosetup -n bign-handheld-thumbnailer-%{version} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%meson -Dupdate_mime_database=false -Dgenerate_metainfo=true
+%meson_build
+%{cargo_license_summary}
+%{cargo_license} > LICENSE.dependencies
+
+%install
+%meson_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%files
+%license LICENSE
+%license LICENSE.dependencies
+%doc README.md
+%{_bindir}/bign-handheld-thumbnailer
+%dir %{_datadir}/mime
+%dir %{_datadir}/mime/packages
+%dir %{_datadir}/thumbnailers
+%{_datadir}/mime/packages/bign-handheld-thumbnailer.xml
+%{_datadir}/thumbnailers/bign-handheld-thumbnailer.thumbnailer
+%{_metainfodir}/dev.mateusrodcosta.bign_handheld_thumbnailer.metainfo.xml
+
+%changelog
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Sun Oct 19 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.2.0-1
+- Update to 1.2.0
+
+* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Tue Jul 15 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.3-1
+- Update to 1.1.3
+- Update summary and description
+- Remove meson_options.txt
+
+* Wed Jan 29 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.2-2
+- Own unowned directories under /usr/share
+
+* Mon Jan 27 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.2-1
+- Update to 1.1.2
+- Regenerate spec with rust2rpm 27 and adapt existing one
+
+* Fri Nov 22 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.1-1
+- Update to 1.1.1
+
+* Mon Sep 09 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.0-1
+- Update to 1.1.0
+
+* Mon May 20 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.1-2
+- Add forgotten dist tag
+
+* Sat May 18 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.1-1
+- Update to 1.0.1
+- Switch to new upstream meson build system
+- Start using manual RPM changelogs and add previous missing changelogs
+
+* Mon May 06 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.0-1
+- Update to 1.0.0
+
+* Thu May 02 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 0.9.0-1
+- Initial packaging
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks
diff --git a/sources b/sources
new file mode 100644
index 0000000..49a5c12
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (v1.2.0.tar.gz) = 44ee9f19fb7b2dcb06faeac83a7403fd46f233817a1d5a5126546e6683277f50db1b2de31224748ed495fb05344f9f55b8debb0d04f53d6932b6cbc5742b31e0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [rpms/bign-handheld-thumbnailer] f44: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
2026-05-29 0:51 [rpms/bign-handheld-thumbnailer] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784 releng-bot
@ 2026-05-29 16:46 ` releng-bot
2026-05-29 17:01 ` [rpms/bign-handheld-thumbnailer] f43: " releng-bot
1 sibling, 0 replies; 3+ messages in thread
From: releng-bot @ 2026-05-29 16:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bign-handheld-thumbnailer
Branch : f44
Commit : 3d72697287e0e1df5f129e939142f5074566ad09
Author : releng-bot <releng-bot@fedoraproject.org>
Date : 2026-05-29T00:51:11+00:00
Stats : +119/-1 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/bign-handheld-thumbnailer/c/3d72697287e0e1df5f129e939142f5074566ad09?branch=f44
Log:
Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..81b15ee
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/v1.1.2.tar.gz
+/v1.1.3.tar.gz
+/v1.2.0.tar.gz
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1546723
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# bign-handheld-thumbnailer
+
+The bign-handheld-thumbnailer package
diff --git a/bign-handheld-thumbnailer.spec b/bign-handheld-thumbnailer.spec
new file mode 100644
index 0000000..355dfe8
--- /dev/null
+++ b/bign-handheld-thumbnailer.spec
@@ -0,0 +1,112 @@
+# Generated by rust2rpm 27
+%bcond check 1
+
+# prevent library files from being installed
+%global cargo_install_lib 0
+
+Name: bign-handheld-thumbnailer
+Version: 1.2.0
+Release: 3%{?dist}
+Summary: Thumbnailer for Nintendo handheld game consoles
+
+SourceLicense: GPL-2.0-or-later
+# 0BSD OR MIT OR Apache-2.0
+# Apache-2.0 OR MIT
+# BSD-3-Clause OR Apache-2.0
+# GPL-2.0-or-later
+# MIT
+# MIT OR Apache-2.0
+# MIT OR Zlib OR Apache-2.0
+# Unlicense OR MIT
+# Zlib OR Apache-2.0 OR MIT
+License: GPL-2.0-or-later AND MIT AND (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense)
+# LICENSE.dependencies contains a full license breakdown
+
+URL: https://github.com/MateusRodCosta/bign-handheld-thumbnailer
+Source: https://github.com/MateusRodCosta/bign-handheld-thumbnailer/archive/refs/tags/v%{version}.tar.gz
+
+BuildRequires: cargo-rpm-macros >= 26
+BuildRequires: meson
+
+%global _description %{expand:
+Thumbnailer for Nintendo handheld game consoles (DS and 3DS) roms and homebrew.}
+
+%description %{_description}
+
+%prep
+%autosetup -n bign-handheld-thumbnailer-%{version} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%meson -Dupdate_mime_database=false -Dgenerate_metainfo=true
+%meson_build
+%{cargo_license_summary}
+%{cargo_license} > LICENSE.dependencies
+
+%install
+%meson_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%files
+%license LICENSE
+%license LICENSE.dependencies
+%doc README.md
+%{_bindir}/bign-handheld-thumbnailer
+%dir %{_datadir}/mime
+%dir %{_datadir}/mime/packages
+%dir %{_datadir}/thumbnailers
+%{_datadir}/mime/packages/bign-handheld-thumbnailer.xml
+%{_datadir}/thumbnailers/bign-handheld-thumbnailer.thumbnailer
+%{_metainfodir}/dev.mateusrodcosta.bign_handheld_thumbnailer.metainfo.xml
+
+%changelog
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Sun Oct 19 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.2.0-1
+- Update to 1.2.0
+
+* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Tue Jul 15 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.3-1
+- Update to 1.1.3
+- Update summary and description
+- Remove meson_options.txt
+
+* Wed Jan 29 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.2-2
+- Own unowned directories under /usr/share
+
+* Mon Jan 27 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.2-1
+- Update to 1.1.2
+- Regenerate spec with rust2rpm 27 and adapt existing one
+
+* Fri Nov 22 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.1-1
+- Update to 1.1.1
+
+* Mon Sep 09 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.0-1
+- Update to 1.1.0
+
+* Mon May 20 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.1-2
+- Add forgotten dist tag
+
+* Sat May 18 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.1-1
+- Update to 1.0.1
+- Switch to new upstream meson build system
+- Start using manual RPM changelogs and add previous missing changelogs
+
+* Mon May 06 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.0-1
+- Update to 1.0.0
+
+* Thu May 02 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 0.9.0-1
+- Initial packaging
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks
diff --git a/sources b/sources
new file mode 100644
index 0000000..49a5c12
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (v1.2.0.tar.gz) = 44ee9f19fb7b2dcb06faeac83a7403fd46f233817a1d5a5126546e6683277f50db1b2de31224748ed495fb05344f9f55b8debb0d04f53d6932b6cbc5742b31e0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [rpms/bign-handheld-thumbnailer] f43: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
2026-05-29 0:51 [rpms/bign-handheld-thumbnailer] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784 releng-bot
2026-05-29 16:46 ` [rpms/bign-handheld-thumbnailer] f44: " releng-bot
@ 2026-05-29 17:01 ` releng-bot
1 sibling, 0 replies; 3+ messages in thread
From: releng-bot @ 2026-05-29 17:01 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bign-handheld-thumbnailer
Branch : f43
Commit : 3d72697287e0e1df5f129e939142f5074566ad09
Author : releng-bot <releng-bot@fedoraproject.org>
Date : 2026-05-29T00:51:11+00:00
Stats : +119/-1 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/bign-handheld-thumbnailer/c/3d72697287e0e1df5f129e939142f5074566ad09?branch=f43
Log:
Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..81b15ee
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/v1.1.2.tar.gz
+/v1.1.3.tar.gz
+/v1.2.0.tar.gz
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1546723
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# bign-handheld-thumbnailer
+
+The bign-handheld-thumbnailer package
diff --git a/bign-handheld-thumbnailer.spec b/bign-handheld-thumbnailer.spec
new file mode 100644
index 0000000..355dfe8
--- /dev/null
+++ b/bign-handheld-thumbnailer.spec
@@ -0,0 +1,112 @@
+# Generated by rust2rpm 27
+%bcond check 1
+
+# prevent library files from being installed
+%global cargo_install_lib 0
+
+Name: bign-handheld-thumbnailer
+Version: 1.2.0
+Release: 3%{?dist}
+Summary: Thumbnailer for Nintendo handheld game consoles
+
+SourceLicense: GPL-2.0-or-later
+# 0BSD OR MIT OR Apache-2.0
+# Apache-2.0 OR MIT
+# BSD-3-Clause OR Apache-2.0
+# GPL-2.0-or-later
+# MIT
+# MIT OR Apache-2.0
+# MIT OR Zlib OR Apache-2.0
+# Unlicense OR MIT
+# Zlib OR Apache-2.0 OR MIT
+License: GPL-2.0-or-later AND MIT AND (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense)
+# LICENSE.dependencies contains a full license breakdown
+
+URL: https://github.com/MateusRodCosta/bign-handheld-thumbnailer
+Source: https://github.com/MateusRodCosta/bign-handheld-thumbnailer/archive/refs/tags/v%{version}.tar.gz
+
+BuildRequires: cargo-rpm-macros >= 26
+BuildRequires: meson
+
+%global _description %{expand:
+Thumbnailer for Nintendo handheld game consoles (DS and 3DS) roms and homebrew.}
+
+%description %{_description}
+
+%prep
+%autosetup -n bign-handheld-thumbnailer-%{version} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%meson -Dupdate_mime_database=false -Dgenerate_metainfo=true
+%meson_build
+%{cargo_license_summary}
+%{cargo_license} > LICENSE.dependencies
+
+%install
+%meson_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%files
+%license LICENSE
+%license LICENSE.dependencies
+%doc README.md
+%{_bindir}/bign-handheld-thumbnailer
+%dir %{_datadir}/mime
+%dir %{_datadir}/mime/packages
+%dir %{_datadir}/thumbnailers
+%{_datadir}/mime/packages/bign-handheld-thumbnailer.xml
+%{_datadir}/thumbnailers/bign-handheld-thumbnailer.thumbnailer
+%{_metainfodir}/dev.mateusrodcosta.bign_handheld_thumbnailer.metainfo.xml
+
+%changelog
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Sun Oct 19 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.2.0-1
+- Update to 1.2.0
+
+* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Tue Jul 15 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.3-1
+- Update to 1.1.3
+- Update summary and description
+- Remove meson_options.txt
+
+* Wed Jan 29 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.2-2
+- Own unowned directories under /usr/share
+
+* Mon Jan 27 2025 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.2-1
+- Update to 1.1.2
+- Regenerate spec with rust2rpm 27 and adapt existing one
+
+* Fri Nov 22 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.1-1
+- Update to 1.1.1
+
+* Mon Sep 09 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.1.0-1
+- Update to 1.1.0
+
+* Mon May 20 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.1-2
+- Add forgotten dist tag
+
+* Sat May 18 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.1-1
+- Update to 1.0.1
+- Switch to new upstream meson build system
+- Start using manual RPM changelogs and add previous missing changelogs
+
+* Mon May 06 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 1.0.0-1
+- Update to 1.0.0
+
+* Thu May 02 2024 Mateus Rodrigues Costa <mateusrodcosta@gmail.com> - 0.9.0-1
+- Initial packaging
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks
diff --git a/sources b/sources
new file mode 100644
index 0000000..49a5c12
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (v1.2.0.tar.gz) = 44ee9f19fb7b2dcb06faeac83a7403fd46f233817a1d5a5126546e6683277f50db1b2de31224748ed495fb05344f9f55b8debb0d04f53d6932b6cbc5742b31e0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-29 17:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 0:51 [rpms/bign-handheld-thumbnailer] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784 releng-bot
2026-05-29 16:46 ` [rpms/bign-handheld-thumbnailer] f44: " releng-bot
2026-05-29 17:01 ` [rpms/bign-handheld-thumbnailer] f43: " releng-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox