public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/bear] epel10: Switch to rpmautospec
Date: Sat, 11 Jul 2026 02:31:23 GMT	[thread overview]
Message-ID: <178373708347.1.14919871902800094418.rpms-bear-9d47caba5f28@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/bear
Branch : epel10
Commit : 9d47caba5f284ebe8f851d657d791ed88b24c398
Author : Dan Čermák <dan.cermak@cgc-instruments.com>
Date   : 2021-09-03T00:00:35+02:00
Stats  : +80/-79 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/bear/c/9d47caba5f284ebe8f851d657d791ed88b24c398?branch=epel10

Log:
Switch to rpmautospec

---
diff --git a/bear.spec b/bear.spec
index 6ff4b1b..0c85b44 100644
--- a/bear.spec
+++ b/bear.spec
@@ -1,6 +1,6 @@
 Name:           bear
 Version:        3.0.13
-Release:        4%{?dist}
+Release:        %autorelease
 Summary:        Tool that generates a compilation database for clang tooling
 
 License:        GPLv3+
@@ -71,81 +71,4 @@ mv %{buildroot}/%{_docdir}/Bear %{buildroot}/%{_docdir}/bear
 %doc %{_docdir}/bear
 
 %changelog
-* Sun Aug 01 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.0.13-4
-- Rebuild for grpc 1.39
-
-* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.13-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Mon Jul 05 2021 Richard Shaw <hobbes1069@gmail.com> - 3.0.13-2
-- Rebuild for new fmt version.
-
-* Mon Jun 28 2021 Dan Čermák <dan.cermak@cgc-instruments.com> - 3.0.13-1
-- New upstream release 3.0.13
-- Fixes rhbz#1976681
-
-* Tue Jun 01 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.0.12-1
-- Update to 3.0.12
-- Fixes rhbz#1966378
-- Drop bear.libexec-subdir.patch, merged upstream in PR#348 and included in the
-  current release
-
-* Mon May 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.0.11-1
-- Update to 3.0.11 (RHBZ#1921884)
-- Drop bear.missing-includes.patch, which was upstreamed
-- Rebase bear.libexec-subdir.patch from PR#348 as actually merged upstream
-- Disable LTO to work around RHBZ#1959600
-- Change pkgconfig(grpc) to pkgconfig(grpc++), and add pkgconfig(protobuf), to
-  match the actual modules searched for in source/CMakeLists.txt
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Sun Jan 24 2021 Till Hofmann <thofmann@fedoraproject.org> - 3.0.7-1
-- Update to 3.0.7
-
-* Wed Dec 30 11:58:35 CET 2020 Till Hofmann <thofmann@fedoraproject.org> - 3.0.6-1
-- Update to 3.0.6
-
-* Sun Sep 13 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 2.4.4-1
-- New upstream release 2.4.4 (rhbz#1877901)
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Sun Jan 26 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 2.4.3-1
-- Bump version to 2.4.3
-
-* Sun Sep  8 2019 Dan Čermák <dan.cermak@cgc-instruments.com> - 2.4.2-1
-- Bump version to 2.4.2
-
-* Wed Jul 31 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.4.1-1
-- Bump version to 2.4.1
-- Add %%{_datadir}/bash-completion/completions/bear to %%files
-
-* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Tue May 14 2019 Dan Čermák <dan.cermak@cgc-instruments.de> - 2.4.0-1
-- Bump version to 2.4.0
-
-* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.13-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 2.3.13-3
-- Rebuilt for Boost 1.69
-
-* Sat Nov 24 2018 Dan Čermák <dan.cermak@cgc-instruments.de> - 2.3.13-2
-- Implement suggestions from Robert-André Mauchin and Till Hofmann
-
-* Fri Oct  5 2018 Dan Čermák <dan.cermak@cgc-instruments.de> - 2.3.13-1
-- Bump version to 2.3.13
-
-* Tue Apr 10 2018 Dan Čermák <dan.cermak@cgc-instruments.de> 2.3.11-1
-- Bump version to 2.3.11
-
-* Thu Sep 03 2015 Pavel Odvody <podvody@redhat.com> 2.1.2-1.git15f4447
-- new package built with tito
+%autochangelog

diff --git a/changelog b/changelog
new file mode 100644
index 0000000..6115900
--- /dev/null
+++ b/changelog
@@ -0,0 +1,78 @@
+* Sun Aug 01 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.0.13-4
+- Rebuild for grpc 1.39
+
+* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.13-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Mon Jul 05 2021 Richard Shaw <hobbes1069@gmail.com> - 3.0.13-2
+- Rebuild for new fmt version.
+
+* Mon Jun 28 2021 Dan Čermák <dan.cermak@cgc-instruments.com> - 3.0.13-1
+- New upstream release 3.0.13
+- Fixes rhbz#1976681
+
+* Tue Jun 01 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.0.12-1
+- Update to 3.0.12
+- Fixes rhbz#1966378
+- Drop bear.libexec-subdir.patch, merged upstream in PR#348 and included in the
+  current release
+
+* Mon May 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.0.11-1
+- Update to 3.0.11 (RHBZ#1921884)
+- Drop bear.missing-includes.patch, which was upstreamed
+- Rebase bear.libexec-subdir.patch from PR#348 as actually merged upstream
+- Disable LTO to work around RHBZ#1959600
+- Change pkgconfig(grpc) to pkgconfig(grpc++), and add pkgconfig(protobuf), to
+  match the actual modules searched for in source/CMakeLists.txt
+
+* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Sun Jan 24 2021 Till Hofmann <thofmann@fedoraproject.org> - 3.0.7-1
+- Update to 3.0.7
+
+* Wed Dec 30 11:58:35 CET 2020 Till Hofmann <thofmann@fedoraproject.org> - 3.0.6-1
+- Update to 3.0.6
+
+* Sun Sep 13 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 2.4.4-1
+- New upstream release 2.4.4 (rhbz#1877901)
+
+* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Sun Jan 26 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 2.4.3-1
+- Bump version to 2.4.3
+
+* Sun Sep  8 2019 Dan Čermák <dan.cermak@cgc-instruments.com> - 2.4.2-1
+- Bump version to 2.4.2
+
+* Wed Jul 31 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.4.1-1
+- Bump version to 2.4.1
+- Add %%{_datadir}/bash-completion/completions/bear to %%files
+
+* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Tue May 14 2019 Dan Čermák <dan.cermak@cgc-instruments.de> - 2.4.0-1
+- Bump version to 2.4.0
+
+* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.13-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 2.3.13-3
+- Rebuilt for Boost 1.69
+
+* Sat Nov 24 2018 Dan Čermák <dan.cermak@cgc-instruments.de> - 2.3.13-2
+- Implement suggestions from Robert-André Mauchin and Till Hofmann
+
+* Fri Oct  5 2018 Dan Čermák <dan.cermak@cgc-instruments.de> - 2.3.13-1
+- Bump version to 2.3.13
+
+* Tue Apr 10 2018 Dan Čermák <dan.cermak@cgc-instruments.de> 2.3.11-1
+- Bump version to 2.3.11
+
+* Thu Sep 03 2015 Pavel Odvody <podvody@redhat.com> 2.1.2-1.git15f4447
+- new package built with tito

                 reply	other threads:[~2026-07-11  2:31 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=178373708347.1.14919871902800094418.rpms-bear-9d47caba5f28@fedoraproject.org \
    --to=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