Skip to content

Commit

Permalink
Merge pull request #218 from dvdmuckle:bump-spec-and-ubuntu-version
Browse files Browse the repository at this point in the history
Bump versions and Ubuntu version
  • Loading branch information
dvdmuckle committed Aug 31, 2024
2 parents f36a2f9 + fbdc036 commit ca9e02c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ prepare-deb-build: go-build
mkdir -p debbuild
mv ../spc_* debbuild/
deb-bump-version:
dch -i -M -D "jammy"
dch -i -M -D "noble"
bump-and-prepare-deb-build: deb-bump-version prepare-deb-build
rpm-bump-spec:
rpmdev-bumpspec -u "David Muckle <[email protected]>" spc.spec
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
spc (1.2.2) noble; urgency=medium

* Update dependencies
* Build for 24.04

-- David Muckle <[email protected]> Sat, 31 Aug 2024 12:13:04 -0400

spc (1.2.1-1) jammy; urgency=medium

* Update dependencies
Expand Down
5 changes: 4 additions & 1 deletion spc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/dvdmuckle/spc

%global goipath github.com/dvdmuckle/spc
%global tag 1.2.1
%global tag 1.2.2
Version: %{tag}
%gometa

Expand Down Expand Up @@ -87,6 +87,9 @@ install -m 0644 -vpt %{buildroot}%{_mandir}/man1/ %{gobuilddir}/spcdocs/spc*
%gopkgfiles

%changelog
* Sat Aug 31 2024 David Muckle <[email protected]> - 1.2.2-1
- Update dependencies

* Thu Jul 04 2024 David Muckle <[email protected]> - 1.2.1-1
- Update dependencies

Expand Down

0 comments on commit ca9e02c

Please sign in to comment.