Updating orc to release 0.4.5.

This commit is contained in:
Fabian Deutsch 2010-06-13 15:33:17 +00:00
parent 05fd7fce3d
commit af56137518
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
orc-0.4.4.tar.gz
orc-0.4.5.tar.gz

View File

@ -1,6 +1,6 @@
Name: orc
Version: 0.4.4
Release: 2%{?dist}
Version: 0.4.5
Release: 1%{?dist}
Summary: The Oil Run-time Compiler
Group: System Environment/Libraries
@ -68,6 +68,7 @@ make install DESTDIR=%{buildroot} INSTALL="install -p"
# Remove unneeded files.
find %{buildroot}/%{_libdir} -name \*.a -or -name \*.la -delete
find %{buildroot}/%{_libdir} -name liborc-test-\* -delete
rm -rf %{buildroot}/%{_libdir}/orc
touch -r stamp-h1 %{buildroot}%{_includedir}/%{name}-0.4/orc/orc-stdint.h
@ -111,6 +112,10 @@ make check
%changelog
* Mon Jun 14 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.5-1
- Updated to 0.4.5.
- Removed testing libraries from package.
* Mon Apr 05 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.4-2
- Docs as noarch.
- Sanitize timestamps of header files.

View File

@ -1 +1 @@
35f3b7283f391ab8ade7f94332940414 orc-0.4.4.tar.gz
e26e59428b13ec251916f34bea96eee5 orc-0.4.5.tar.gz