[speech-dispatcher] 0.8.1rc1, enable hardened build

Peter Robinson pbrobinson at fedoraproject.org
Fri Aug 29 09:55:51 UTC 2014


commit f09cbe4cb3ea40f37fb83136c9f132ca5b2e8e30
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Aug 29 10:55:48 2014 +0100

    0.8.1rc1, enable hardened build

 sources                    |    2 +-
 speech-dispatcher.spec     |   15 +++++++++++----
 speech-dispatcherd.service |    1 -
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/sources b/sources
index 2455b9e..4c27785 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d88691a64c676122f996230c107c392f  speech-dispatcher-0.8.tar.gz
+1aa025b26670ee5df84be98be202aede  speech-dispatcher-0.8.1~rc1.tar.gz
 2777d1ec18854230dce51fb75490c26e  sound-icons-0.1.tar.gz
diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec
index 9de270f..f0ce533 100644
--- a/speech-dispatcher.spec
+++ b/speech-dispatcher.spec
@@ -1,6 +1,8 @@
+%global _hardened_build 1
+
 Name:          speech-dispatcher
-Version:       0.8
-Release:       11%{?dist}
+Version:       0.8.1
+Release:       0.1rc1%{?dist}
 Summary:       To provide a high-level device independent layer for speech synthesis
 Group:         System Environment/Libraries
 
@@ -9,7 +11,8 @@ Group:         System Environment/Libraries
 # which makes %%_bindir/spdsend GPLv2.
 License:       GPLv2+ and GPLv2
 URL:           http://devel.freebsoft.org/speechd
-Source0:       http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
+#Source0:       http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
+Source0:       http://www.themuso.com/files/%{name}-%{version}~rc1.tar.gz
 Source1:       http://www.freebsoft.org/pub/projects/sound-icons/sound-icons-0.1.tar.gz
 Source2:       speech-dispatcherd.service
 Patch0: 0001-RPM-Cleanups.patch
@@ -89,7 +92,7 @@ Requires:       speech-dispatcher = %{version}-%{release}
 Python 3 module for speech-dispatcher
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}~rc1
 %patch1 -p1 -b .crash
 #%patch0 -p1
 #autoreconf -vif
@@ -207,6 +210,10 @@ fi
 %{python3_sitearch}/speechd*
 
 %changelog
+* Fri Aug 29 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.8.1-0.1rc1
+- 0.8.1 rc1
+- Enable hardened build
+
 * Thu Aug 21 2014 Kevin Fenzi <kevin at scrye.com> - 0.8-11
 - Rebuild for rpm bug 1131960
 
diff --git a/speech-dispatcherd.service b/speech-dispatcherd.service
index ce21c56..2b779a5 100644
--- a/speech-dispatcherd.service
+++ b/speech-dispatcherd.service
@@ -1,6 +1,5 @@
 [Unit]
 Description=Speech-Dispatcher an high-level device independent layer for speech synthesis.
-After=syslog.target
 
 [Service]
 Type=forking


More information about the scm-commits mailing list