public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: releng-bot <releng-bot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/bign-handheld-thumbnailer] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
Date: Fri, 29 May 2026 00:51:13 +0000	[thread overview]
Message-ID: <rpms-bign-handheld-thumbnailer-3d72697287e0@fedoraproject.org> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: releng-bot <releng-bot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/bign-handheld-thumbnailer] f44: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
Date: Fri, 29 May 2026 16:46:06 +0000	[thread overview]
Message-ID: <rpms-bign-handheld-thumbnailer-3d72697287e0@fedoraproject.org> (raw)
Message-ID: <20260529164606.3qASpqlYuRXC3y0RLj8iLBjeSWz4QBilky-Xs9NEPe4@z> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: releng-bot <releng-bot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/bign-handheld-thumbnailer] f43: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784
Date: Fri, 29 May 2026 17:01:37 +0000	[thread overview]
Message-ID: <rpms-bign-handheld-thumbnailer-3d72697287e0@fedoraproject.org> (raw)
Message-ID: <20260529170137.WJ8Aqg90zU0M7I3SscSzqnGOPs67qtncYt5dUK_6ZPI@z> (raw)

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

             reply	other threads:[~2026-05-29  0:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-29  0:51 releng-bot [this message]
2026-05-29 16:46 ` [rpms/bign-handheld-thumbnailer] f44: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/83784 releng-bot
2026-05-29 17:01 ` [rpms/bign-handheld-thumbnailer] f43: " releng-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rpms-bign-handheld-thumbnailer-3d72697287e0@fedoraproject.org \
    --to=releng-bot@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox