public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Phil Dibowitz <phil@ipom.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-sugarjar] f43: Convert to %autorelease and %autochangelog
Date: Wed, 10 Jun 2026 22:12:30 GMT [thread overview]
Message-ID: <178112955041.1.3028024238525539179.rpms-rubygem-sugarjar-9f573ea8f335@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rubygem-sugarjar
Branch : f43
Commit : 9f573ea8f335ba85b51057113c681ffa51b32ac3
Author : Phil Dibowitz <phil@ipom.com>
Date : 2026-06-10T21:40:07+00:00
Stats : +82/-81 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rubygem-sugarjar/c/9f573ea8f335ba85b51057113c681ffa51b32ac3?branch=f43
Log:
Convert to %autorelease and %autochangelog
[skip changelog]
---
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..4fa7157
--- /dev/null
+++ b/changelog
@@ -0,0 +1,80 @@
+* Mon Jun 08 2026 Phil Dibowitz <phil@ipom.com> - 3.0.0-1
+- New upstream version
+
+* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Thu Jan 08 2026 Phil Dibowitz <phil@ipom.com> - 2.0.2-1
+- New upstream version
+
+* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Mon May 12 2025 Phil Dibowitz <phil@ipom.com> - 2.0.1-1
+- New upstream version
+
+* Thu Feb 20 2025 Phil Dibowitz <phil@ipom.com> - 1.1.3-1
+- New upstream version
+
+* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.2-3
+- convert license to SPDX
+
+* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Fri Apr 26 2024 Phil Dibowitz <phil@ipom.com> - 1.1.2-1
+- New upstream version
+
+* Wed Feb 14 2024 Phil Dibowitz <phil@ipom.com> - 1.1.1-2
+- Release bump to handle f40 branch snafu
+
+* Mon Feb 12 2024 Phil Dibowitz <phil@ipom.com> - 1.1.1-1
+- New upstream version
+
+* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Sun Dec 31 2023 Phil Dibowitz <phil@ipom.com> - 1.1.0-1
+- Update to upstream 1.1.0
+- Prefer gh over hub
+
+* Sun Oct 22 2023 Phil Dibowitz <phil@ipom.com> - 1.0.0-1
+- Update to upstream 1.0.0
+
+* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.11-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.11-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Fri Oct 07 2022 Phil Dibowitz <phil@ipom.com> - 0.0.11-1
+- Update to upstream 0.0.11
+
+* Tue Aug 23 2022 Phil Dibowitz <phil@ipom.com> - 0.0.10-1
+- Update to upstream 0.0.10
+
+* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Mon Mar 08 2021 Phil Dibowitz <phil@ipom.com> - 0.0.9-4
+- Various specfile cleanups
+
+* Mon Mar 08 2021 Phil Dibowitz <phil@ipom.com> - 0.0.9-3
+- Add rspec BuildRequires for tests
+
+* Mon Mar 01 2021 Phil Dibowitz <phil@ipom.com> - 0.0.9-2
+- Use global instead of define
+- Mark the license as a license
+- Re-enable tests now that rubygem-mixlib-log exists
+
+* Sun Feb 28 2021 Phil Dibowitz <phil@ipom.com> - 0.0.9-1
+- Initial package
diff --git a/rubygem-sugarjar.spec b/rubygem-sugarjar.spec
index ab09d90..c344e91 100644
--- a/rubygem-sugarjar.spec
+++ b/rubygem-sugarjar.spec
@@ -12,7 +12,7 @@ workflows simpler.}
Name: rubygem-%{gem_name}
Version: %{version}
-Release: 1%{?dist}
+Release: %autorelease
Summary: A git/GitHub helper utility
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
License: Apache-2.0
@@ -105,83 +105,4 @@ rm -rf %{buildroot}
%{gem_spec}
%changelog
-* Mon Jun 08 2026 Phil Dibowitz <phil@ipom.com> - 3.0.0-1
-- New upstream version
-
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Thu Jan 08 2026 Phil Dibowitz <phil@ipom.com> - 2.0.2-1
-- New upstream version
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Mon May 12 2025 Phil Dibowitz <phil@ipom.com> - 2.0.1-1
-- New upstream version
-
-* Thu Feb 20 2025 Phil Dibowitz <phil@ipom.com> - 1.1.3-1
-- New upstream version
-
-* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.2-3
-- convert license to SPDX
-
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Fri Apr 26 2024 Phil Dibowitz <phil@ipom.com> - 1.1.2-1
-- New upstream version
-
-* Wed Feb 14 2024 Phil Dibowitz <phil@ipom.com> - 1.1.1-2
-- Release bump to handle f40 branch snafu
-
-* Mon Feb 12 2024 Phil Dibowitz <phil@ipom.com> - 1.1.1-1
-- New upstream version
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Sun Dec 31 2023 Phil Dibowitz <phil@ipom.com> - 1.1.0-1
-- Update to upstream 1.1.0
-- Prefer gh over hub
-
-* Sun Oct 22 2023 Phil Dibowitz <phil@ipom.com> - 1.0.0-1
-- Update to upstream 1.0.0
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.11-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.11-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Fri Oct 07 2022 Phil Dibowitz <phil@ipom.com> - 0.0.11-1
-- Update to upstream 0.0.11
-
-* Tue Aug 23 2022 Phil Dibowitz <phil@ipom.com> - 0.0.10-1
-- Update to upstream 0.0.10
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Mon Mar 08 2021 Phil Dibowitz <phil@ipom.com> - 0.0.9-4
-- Various specfile cleanups
-
-* Mon Mar 08 2021 Phil Dibowitz <phil@ipom.com> - 0.0.9-3
-- Add rspec BuildRequires for tests
-
-* Mon Mar 01 2021 Phil Dibowitz <phil@ipom.com> - 0.0.9-2
-- Use global instead of define
-- Mark the license as a license
-- Re-enable tests now that rubygem-mixlib-log exists
-
-* Sun Feb 28 2021 Phil Dibowitz <phil@ipom.com> - 0.0.9-1
-- Initial package
+%autochangelog
reply other threads:[~2026-06-10 22:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178112955041.1.3028024238525539179.rpms-rubygem-sugarjar-9f573ea8f335@fedoraproject.org \
--to=phil@ipom.com \
--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