-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from dvdmuckle/dev
Release 1.2.2
- Loading branch information
Showing
12 changed files
with
41 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|