-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
Name: %{?scl_prefix}rubygem-%{gem_name} | ||
Version: 1.0.6 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
Summary: CSS parser based on the CSS Syntax Level 3 spec | ||
Group: Development/Languages | ||
License: MIT | ||
|
@@ -86,6 +86,9 @@ cp -a .%{gem_dir}/* \ | |
%{gem_instdir}/crass.gemspec | ||
%changelog | ||
* Thu Jul 13 2023 Eric D. Helms <[email protected]> - 1.0.6-3 | ||
- Test bump | ||
* Thu Mar 11 2021 Eric D. Helms <[email protected]> - 1.0.6-2 | ||
- Rebuild against rh-ruby27 | ||
|