Skip to content

Commit

Permalink
2022-03-16 Fred Gleason <[email protected]>
Browse files Browse the repository at this point in the history
	* Fixed a bug that broke the 'make rpm' target.

Signed-off-by: Fred Gleason <[email protected]>
  • Loading branch information
ElvishArtisan committed Mar 17, 2022
1 parent bacfb0e commit f4cc4e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions glasscoder.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]>
Expand Down

0 comments on commit f4cc4e2

Please sign in to comment.