Update to version 0.3.0.
This commit is contained in:
parent
9c9e0ce483
commit
0742237d81
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/cmocka-0.2.0.tar.gz
|
/cmocka-0.2.0.tar.gz
|
||||||
|
/cmocka-0.3.0.tar.gz
|
||||||
|
@ -3,8 +3,8 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
|
||||||
Name: cmocka
|
Name: cmocka
|
||||||
Version: 0.2.0
|
Version: 0.3.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -123,8 +123,12 @@ popd
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/cmocka.h
|
%{_includedir}/cmocka.h
|
||||||
%{_libdir}/libcmocka.so
|
%{_libdir}/libcmocka.so
|
||||||
|
%{_libdir}/pkgconfig/cmocka.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 05 2013 - Andreas Schneider <asn@redhat.com> - 0.3.0-1
|
||||||
|
- Update to version 0.3.0.
|
||||||
|
|
||||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user