From bde98b110821c41c8dd38505db96b8ec903d365fcf9ba24179a97a9fcdfb7f7c Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 7 Dec 2009 15:02:14 +0000 Subject: [PATCH] Accepting request 25597 from devel:libraries:c_c++ Copy from devel:libraries:c_c++/libdnet based on submit request 25597 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/25597 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdnet?expand=0&rev=7 --- libdnet.changes | 5 +++++ libdnet.patch | 12 +++++++----- libdnet.spec | 8 ++++---- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/libdnet.changes b/libdnet.changes index a9f5376..bb3230f 100644 --- a/libdnet.changes +++ b/libdnet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 4 15:44:26 CET 2009 - dmueller@suse.de + +- refresh patches + ------------------------------------------------------------------- Tue Oct 20 19:46:05 CEST 2009 - crrodriguez@suse.de diff --git a/libdnet.patch b/libdnet.patch index 02f3585..2a9a08e 100644 --- a/libdnet.patch +++ b/libdnet.patch @@ -1,10 +1,12 @@ ---- configure.in -+++ configure.in -@@ -6,7 +6,6 @@ - dnl $Id: configure.in,v 1.66 2006/01/19 16:39:24 dugsong Exp $ +Index: configure.in +=================================================================== +--- configure.in.orig 2007-01-20 08:39:21.000000000 -0300 ++++ configure.in 2009-11-24 08:59:04.000000000 -0300 +@@ -6,7 +6,6 @@ dnl + dnl $Id: configure.in 638 2007-01-20 11:39:21Z dugsong $ AC_INIT(include/dnet.h) -AC_CONFIG_AUX_DIR(config) AC_SUBST(ac_aux_dir) - AM_INIT_AUTOMAKE(libdnet, 1.11) + AM_INIT_AUTOMAKE(libdnet, 1.12) diff --git a/libdnet.spec b/libdnet.spec index bda0f3a..81a8a4a 100644 --- a/libdnet.spec +++ b/libdnet.spec @@ -20,11 +20,11 @@ Name: libdnet BuildRequires: python-devel -License: BSD 3-clause (or similar) +License: BSD3c(or similar) Group: Development/Libraries/Other Summary: Library for Simple, Portable Interface to Low Level Networking Routines Version: 1.12 -Release: 1 +Release: 2 Url: http://code.google.com/p/libdnet/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://libdnet.googlecode.com/files/%name-%{version}.tar.bz2 @@ -54,7 +54,7 @@ Authors: Dug Song %package -n libdnet1 -License: BSD 3-clause (or similar) +License: BSD3c(or similar) Group: Development/Libraries/Other Summary: Library for Simple, Portable Interface to Low Level Networking Routines Provides: %{name} = %{version} @@ -85,7 +85,7 @@ Authors: Dug Song %package devel -License: BSD 3-clause (or similar) +License: BSD3c(or similar) Group: Development/Libraries/Other Summary: Devel files for libdnet Requires: libdnet1 = %{version} glibc-devel