From 4283d5adfcdbfbb56871efcae1e719e172a3de18 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Fri, 7 Jun 2013 08:56:32 +0200 Subject: [PATCH] Update to git 39e1f53 --- .gitignore | 1 + libndp.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 105bf59..83abfc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libndp-20130504gitca3c399.tar.gz +/libndp-20130607git39e1f53.tar.gz diff --git a/libndp.spec b/libndp.spec index b388dc4..58c61c4 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,6 +1,6 @@ Name: libndp Version: 0.1 -Release: 1.20130504gitca3c399%{?dist} +Release: 2.20130607git39e1f53%{?dist} Summary: Library for Neighbor Discovery Protocol Group: System Environment/Libraries License: LGPLv2+ @@ -9,12 +9,12 @@ URL: http://www.libndp.org/ # following commands to generate the tarball: # git clone git://github.com/jpirko/libndp.git # cd libndp/ -# git reset --hard ca3c399 +# git reset --hard 39e1f53 # ./autogen.sh # ./configure # make distcheck -# mv libndp-0.1.tar.gz libndp-20130504gitca3c399.tar.gz -Source0: libndp-20130504gitca3c399.tar.gz +# mv libndp-0.1.tar.gz libndp-20130607git39e1f53.tar.gz +Source0: libndp-20130607git39e1f53.tar.gz %description This package contains a library which provides a wrapper @@ -57,6 +57,8 @@ find $RPM_BUILD_ROOT -name \*.la -delete %{_libdir}/pkgconfig/*.pc %changelog +* Fri Jun 07 2013 Jiri Pirko - 0.1-2.20130607git39e1f53 +- Update to git 39e1f53 * Sat May 04 2013 Jiri Pirko - 0.1-1.20130504gitca3c399 - Initial build. diff --git a/sources b/sources index f0a70e0..db735f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22e32167f1430f67d50bb58b94091078 libndp-20130504gitca3c399.tar.gz +1b0cbfae973d295feff13404b460ca76 libndp-20130607git39e1f53.tar.gz