Update to 0.4.6.
This commit is contained in:
parent
6d21939c74
commit
4d5a75ec36
@ -1 +1 @@
|
|||||||
orc-0.4.5.tar.gz
|
orc-0.4.6.tar.gz
|
||||||
|
14
orc.spec
14
orc.spec
@ -1,6 +1,6 @@
|
|||||||
Name: orc
|
Name: orc
|
||||||
Version: 0.4.5
|
Version: 0.4.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Oil Run-time Compiler
|
Summary: The Oil Run-time Compiler
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -78,7 +78,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifnarch s390 s390x
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -103,6 +105,7 @@ make check
|
|||||||
%{_includedir}/%{name}-0.4/
|
%{_includedir}/%{name}-0.4/
|
||||||
%{_libdir}/liborc-*.so
|
%{_libdir}/liborc-*.so
|
||||||
%{_libdir}/pkgconfig/orc-0.4.pc
|
%{_libdir}/pkgconfig/orc-0.4.pc
|
||||||
|
%{_bindir}/orc-bugreport
|
||||||
|
|
||||||
%files compiler
|
%files compiler
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -111,6 +114,13 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 22 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.6-1
|
||||||
|
- Updated to 0.4.6.
|
||||||
|
- New orc-bugreport added.
|
||||||
|
|
||||||
|
* Tue Jul 13 2010 Dan Horák <dan[at]danny.cz> - 0.4.5-3
|
||||||
|
- don't run test on s390(x)
|
||||||
|
|
||||||
* Sun Jun 13 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.5-2
|
* Sun Jun 13 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.5-2
|
||||||
- Added removed testing libraries to package.
|
- Added removed testing libraries to package.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user