Update to 1.3
- Add missing <stdarg.h> include for va_list
This commit is contained in:
parent
12eab000c8
commit
c84026accb
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/libndp-20130607git39e1f53.tar.gz
|
/libndp-20130607git39e1f53.tar.gz
|
||||||
/libndp-1.0.tar.gz
|
/libndp-1.0.tar.gz
|
||||||
/libndp-1.2.tar.gz
|
/libndp-1.2.tar.gz
|
||||||
|
/libndp-1.3.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libndp
|
Name: libndp
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for Neighbor Discovery Protocol
|
Summary: Library for Neighbor Discovery Protocol
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -51,6 +51,10 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 26 2014 Jiri Pirko <jpirko@redhat.com> - 1.3-1
|
||||||
|
- Update to 1.3
|
||||||
|
- Add missing <stdarg.h> include for va_list
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user