New upstream version 0.12
This commit is contained in:
parent
f3c1d3d33f
commit
2c4a933d3f
@ -1 +1 @@
|
||||
libdaemon-0.11.tar.gz
|
||||
libdaemon-0.12.tar.gz
|
||||
|
@ -1,14 +1,13 @@
|
||||
Name: libdaemon
|
||||
Version: 0.11
|
||||
Release: 2%{?dist}
|
||||
Summary: library for writing UNIX daemons
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for writing UNIX daemons
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPL
|
||||
URL: http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Patch0: libdaemon-0.11-stdarg-fix.patch
|
||||
|
||||
# Requires lynx to build the docs
|
||||
BuildRequires: lynx
|
||||
@ -28,7 +27,7 @@ It consists of the following parts:
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: libraries and header files for libdaemon development
|
||||
Summary: Libraries and header files for libdaemon development
|
||||
Requires: libdaemon = %{version}
|
||||
|
||||
%description devel
|
||||
@ -37,7 +36,6 @@ necessary for developing programs using libdaemon.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .stdarg-fix
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -70,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jul 11 2007 Lennart Poettering <lpoetter@redhat.com> - 0.12-1
|
||||
- Update to upstream 0.12. (Basically just includes patch from 0.11-2)
|
||||
|
||||
* Mon Jul 2 2007 Dan Williams <dcbw@redhat.com> - 0.11-2
|
||||
- Fix double-free bug when closing daemon file descriptor (avahi.org #148)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user