diff --git a/libdnet-1.11.tar.bz2 b/libdnet-1.11.tar.bz2 deleted file mode 100644 index 48a9f8d..0000000 --- a/libdnet-1.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:545297e1d028372781b18c46a5963f7cfd2c2cdc2b058fd30c82e57f3c16291f -size 321954 diff --git a/libdnet-1.12.tar.bz2 b/libdnet-1.12.tar.bz2 new file mode 100644 index 0000000..41f769e --- /dev/null +++ b/libdnet-1.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bf2f7662280d558b107692cdc830ba7aa1faf028e4b8e3fc74940c4e421821 +size 334765 diff --git a/libdnet.changes b/libdnet.changes index 939b0e0..a9f5376 100644 --- a/libdnet.changes +++ b/libdnet.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 20 19:46:05 CEST 2009 - crrodriguez@suse.de + +- Update to version 1.12, various bugfixes including + support for newwer python versions +- update download URLs + ------------------------------------------------------------------- Tue Oct 9 09:09:20 CEST 2007 - crrodriguez@suse.de diff --git a/libdnet.spec b/libdnet.spec index 12d5bc4..bda0f3a 100644 --- a/libdnet.spec +++ b/libdnet.spec @@ -1,5 +1,5 @@ # -# spec file for package libdnet (Version 1.11) +# spec file for package libdnet (Version 1.12) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,14 +20,14 @@ Name: libdnet BuildRequires: python-devel -License: BSD 3-Clause +License: BSD 3-clause (or similar) Group: Development/Libraries/Other Summary: Library for Simple, Portable Interface to Low Level Networking Routines -Version: 1.11 -Release: 89 -Url: http://libdnet.sourceforge.net/ +Version: 1.12 +Release: 1 +Url: http://code.google.com/p/libdnet/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: %name-%{version}.tar.bz2 +Source0: http://libdnet.googlecode.com/files/%name-%{version}.tar.bz2 Patch0: %name.patch %description @@ -54,7 +54,7 @@ Authors: Dug Song %package -n libdnet1 -License: BSD 3-Clause +License: BSD 3-clause (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 +License: BSD 3-clause (or similar) Group: Development/Libraries/Other Summary: Devel files for libdnet Requires: libdnet1 = %{version} glibc-devel @@ -149,9 +149,3 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man?/dnet.*.gz %changelog -* Tue Oct 09 2007 crrodriguez@suse.de -- fix build by adapting to the library packaging policy -- remove useless libtool archive -- correct some minor packaging issues -* Thu Sep 21 2006 dmueller@suse.de -- Initial package (1.11)