]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
packaging: update to 0.7.6
authorVincent Bernat <bernat@luffy.cx>
Fri, 12 Jul 2013 07:24:32 +0000 (09:24 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 12 Jul 2013 07:36:09 +0000 (09:36 +0200)
debian/changelog
osx/lldpd.rb
redhat/lldpd.spec

index 086c9b8b519055b9db846a41d712015eda805216..072f3a9772234c4804af0160b687600e1bdf7ad7 100644 (file)
@@ -1,5 +1,5 @@
-lldpd (0.7.5-0) UNRELEASED; urgency=low
+lldpd (0.7.6-0) UNRELEASED; urgency=low
 
   * Unofficial package.
 
- -- Vincent Bernat <bernat@debian.org>  Sat, 22 Jun 2013 12:55:13 +0200
+ -- Vincent Bernat <bernat@debian.org>  Fri, 12 Jul 2013 09:20:42 +0200
index d355b6d7aa586f64e0cafd7a0b2cf12dc2c51f33..a48fbdbf150481403fc40f31a15ab4911688df3b 100644 (file)
@@ -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"
index cfaa2cb74ad3c5a02ad438587e145dafcd1feaf7..816e47f316cb13c7e23c866d340ffc92900f929b 100644 (file)
@@ -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 <bernat@luffy.cx> - 0.7.6-1
+- New upstream version.
+
 * Sat Jun 22 2013 Vincent Bernat <bernat@luffy.cx> - 0.7.5-1
 - New upstream version.