-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
1 parent
18b01b4
commit 8c9fd03
Showing
2 changed files
with
5 additions
and
2 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
%define name ruby-install | ||
%define version 0.9.4 | ||
%define version 0.10.0 | ||
%define release 1 | ||
|
||
%define buildroot %{_topdir}/BUILDROOT | ||
|
@@ -36,6 +36,9 @@ make install PREFIX=%{buildroot}/usr | |
%{_defaultdocdir}/%{name}-%{version}/* | ||
|
||
%changelog | ||
* Wed Feb 05 2025 Postmodern <[email protected]> - 0.10.0-1 | ||
- Rebuilt for version 0.10.0. | ||
|
||
* Fri Dec 13 2024 Postmodern <[email protected]> - 0.9.4-1 | ||
- Rebuilt for version 0.9.4. | ||
|
||
|
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 +1 @@ | ||
c24c12b179ce197e38b72ec2c80ef93e ruby-install-0.9.4.tar.gz | ||
fcddfbd8e82d508ea764c23f8637d65e ruby-install-0.10.0.tar.gz |