From e0f2a4ddc685fa627cdce6360b01e0234a674b6e40735ce70e2240df3d6bf8a6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 13 Jul 2007 16:12:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdaemon?expand=0&rev=3 --- libdaemon-0.11.tar.bz2 | 3 --- libdaemon-0.12.tar.bz2 | 3 +++ libdaemon.changes | 6 ++++++ libdaemon.spec | 7 +++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 libdaemon-0.11.tar.bz2 create mode 100644 libdaemon-0.12.tar.bz2 diff --git a/libdaemon-0.11.tar.bz2 b/libdaemon-0.11.tar.bz2 deleted file mode 100644 index ab86ff0..0000000 --- a/libdaemon-0.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19527316ac1a4c2e147e995479afb2340120a85a10371c00fcddf93bf6b77a26 -size 250567 diff --git a/libdaemon-0.12.tar.bz2 b/libdaemon-0.12.tar.bz2 new file mode 100644 index 0000000..e819506 --- /dev/null +++ b/libdaemon-0.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339654e6002c12a78bee88a55a048182583af70db28625e0da47539bb0d8c6b9 +size 257901 diff --git a/libdaemon.changes b/libdaemon.changes index befdc76..4f9fa53 100644 --- a/libdaemon.changes +++ b/libdaemon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 11 20:08:26 CEST 2007 - seife@suse.de + +- Update to version 0.12 + + make daemon_close_all() actually work properly + ------------------------------------------------------------------- Tue Jul 3 19:36:21 CEST 2007 - maw@suse.de diff --git a/libdaemon.spec b/libdaemon.spec index 1e904de..92d83ea 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -1,5 +1,5 @@ # -# spec file for package libdaemon (Version 0.11) +# spec file for package libdaemon (Version 0.12) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: libdaemon BuildRequires: doxygen lynx URL: http://0pointer.de/lennart/projects/libdaemon/ -Version: 0.11 +Version: 0.12 Release: 1 Summary: Lightweight C library That Eases the Writing of UNIX Daemons License: LGPL v2 or later @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT /usr/include/libdaemon %changelog +* Wed Jul 11 2007 - seife@suse.de +- Update to version 0.12 + + make daemon_close_all() actually work properly * Tue Jul 03 2007 - maw@suse.de - Update to version 0.11 + automatically detect whether lynx is installed