forked from ElvishArtisan/GlassCoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2022-03-16 Fred Gleason <[email protected]>
* Fixed a bug that broke the 'make rpm' target. Signed-off-by: Fred Gleason <[email protected]>
- Loading branch information
1 parent
bacfb0e
commit f4cc4e2
Showing
2 changed files
with
5 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1024,3 +1024,5 @@ | |
2022-03-13 Fred Gleason <[email protected]> | ||
* Fixed a bug in glassconv(1) that caused lockups due to exhaustion | ||
of available file handles. | ||
2022-03-16 Fred Gleason <[email protected]> | ||
* Fixed a bug that broke the 'make rpm' target. |
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 |
---|---|---|
|
@@ -99,6 +99,7 @@ rm -rf $RPM_BUILD_ROOT | |
%files | ||
%defattr(-,root,root) | ||
%{_bindir}/glasscoder | ||
%{_bindir}/glassconv | ||
%{_mandir}/man1/glasscoder.1.gz | ||
%{_mandir}/man1/glasscommander.1.gz | ||
%{_mandir}/man1/glassgui.1.gz | ||
|
@@ -129,6 +130,8 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Thu Mar 17 2022 Fred Gleason <[email protected]> | ||
-- Added glassconv(1). | ||
* Mon Jan 10 2022 Fred Gleason <[email protected]> | ||
-- Replaced the 'qt-devel' build dependency with 'qt5-qtbase-devel'. | ||
* Thu Jan 23 2020 Fred Gleason <[email protected]> | ||
|