From: Vincent Bernat Date: Fri, 12 Jul 2013 07:24:32 +0000 (+0200) Subject: packaging: update to 0.7.6 X-Git-Tag: 0.7.6~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03b0a19012f9457beb190993c3217878b6d7dd7d;p=thirdparty%2Flldpd.git packaging: update to 0.7.6 --- diff --git a/debian/changelog b/debian/changelog index 086c9b8b..072f3a97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -lldpd (0.7.5-0) UNRELEASED; urgency=low +lldpd (0.7.6-0) UNRELEASED; urgency=low * Unofficial package. - -- Vincent Bernat Sat, 22 Jun 2013 12:55:13 +0200 + -- Vincent Bernat Fri, 12 Jul 2013 09:20:42 +0200 diff --git a/osx/lldpd.rb b/osx/lldpd.rb index d355b6d7..a48fbdbf 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -2,8 +2,8 @@ require 'formula' class Lldpd < Formula homepage 'http://vincentbernat.github.com/lldpd/' - url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.5.tar.gz' - sha1 'a186228fbc41d474aefa6253aeb3e46d0cc73ce7' + url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.6.tar.gz' + sha1 'a16446db71aac8f5149cd8ab7286efe0559b427c' option 'with-snmp', "Build SNMP subagent support" option 'with-json', "Build JSON support for lldpcli" diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index cfaa2cb7..816e47f3 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -28,7 +28,7 @@ Summary: Implementation of IEEE 802.1ab (LLDP) Name: lldpd -Version: 0.7.5 +Version: 0.7.6 Release: 1%{?dist} License: MIT Group: System Environment/Daemons @@ -198,6 +198,7 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/lldpd/NEWS %doc %{_docdir}/lldpd/ChangeLog %doc %{_docdir}/lldpd/README.md +%doc %{_docdir}/lldpd/CONTRIBUTE.md %{_sbindir}/lldpd %{_sbindir}/lldpctl %{_sbindir}/lldpcli @@ -221,6 +222,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/lldp-const.h %changelog +* Fri Jul 12 2013 Vincent Bernat - 0.7.6-1 +- New upstream version. + * Sat Jun 22 2013 Vincent Bernat - 0.7.5-1 - New upstream version.