From e8bf2e155f4c5b9316c3b4211f3f9354d79885e0 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 17 2013 21:54:53 +0000 Subject: tag 0.31.3 --- diff --git a/NEWS b/NEWS index c28bf47..52e96e6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ 0.31.3 - Fix use of incorrectly-named facilities in the LSB header in the init script. Provide systemd configuration files. + Some internal plumbing to possibly emit signals in addition to + reply messages in the future. 0.31.2 - Notice when we fail to register a name with the message bus. 0.31.1 - Tweak init script exit status when given an unrecognized command. 0.31 - Set permissions on intermediate directories correctly when the diff --git a/configure.ac b/configure.ac index d0f9a30..3519c81 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(oddjob,0.31.2) +AC_INIT(oddjob,0.31.3) AC_PREREQ(2.59) PACKAGE_NAME_CAPS=`echo $PACKAGE_NAME | tr '[a-z]' '[A-Z]'` AC_DEFINE_UNQUOTED(PACKAGE_NAME_CAPS,"$PACKAGE_NAME_CAPS",[Define to the package name, in caps.]) diff --git a/oddjob.spec b/oddjob.spec index be9e1c7..3a00998 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -16,7 +16,7 @@ %endif Name: oddjob -Version: 0.31.2 +Version: 0.31.3 Release: 1%{?dist} Source: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz Summary: A D-Bus service which runs odd jobs on behalf of client applications @@ -215,7 +215,7 @@ fi exit 0 %if %{systemd} -%triggerun -- oddjobd < 0.31.2 +%triggerun -- oddjobd < 0.31.3 # Save the current service runlevel info, in case the user wants to apply # the enabled status manually later, by running # "systemd-sysv-convert --apply oddjobd". @@ -244,7 +244,7 @@ exit 0 %changelog * Thu Jan 17 2013 Nalin Dahyabhai 0.31.3-1 -- use newer systemd macros +- use newer systemd macros (#857375) * Wed Nov 21 2012 Nalin Dahyabhai 0.31.2-3 - add that dependency to the right subpackage