dfateyev pushed to srcpd (el5). "srcpd: 2.1.3 release"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 10 15:46:49 UTC 2015


From bb8747ace51bd2387a28bb8555518f7d4a83b039 Mon Sep 17 00:00:00 2001
From: Denis Fateyev <denis at fateyev.com>
Date: Sun, 10 May 2015 21:37:02 +0600
Subject: srcpd: 2.1.3 release


diff --git a/.gitignore b/.gitignore
index f06e3c7..fb22f8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /srcpd-2.1.2.tar.gz
+/srcpd-2.1.3.tar.bz2
diff --git a/sources b/sources
index 4563bc4..b274588 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bda8741db2c99b247a371daeee29d667  srcpd-2.1.2.tar.gz
+acca1b1378907b851f61cfe5220d74ae  srcpd-2.1.3.tar.bz2
diff --git a/srcpd-2.1.3-io-conditional.patch b/srcpd-2.1.3-io-conditional.patch
new file mode 100644
index 0000000..ddd65b2
--- /dev/null
+++ b/srcpd-2.1.3-io-conditional.patch
@@ -0,0 +1,63 @@
+--- a/configure	2013-01-26 23:11:51.000000000 +0600
++++ b/configure	2014-12-07 08:36:13.731991746 +0600
+@@ -4677,21 +4677,6 @@
+   with_DDLS88=yes
+ fi
+ 
+-if test "$with_DDLS88" = "yes"; then
+-
+-$as_echo "#define USE_DDLS88 1" >>confdefs.h
+-
+-   ((NUM_MODULES++))
+-fi
+- if test "$with_DDLS88" = yes; then
+-  USE_DDLS88_TRUE=
+-  USE_DDLS88_FALSE='#'
+-else
+-  USE_DDLS88_TRUE='#'
+-  USE_DDLS88_FALSE=
+-fi
+-
+-
+ # Check whether --enable-hsi88 was given.
+ if test "${enable_hsi88+set}" = set; then :
+   enableval=$enable_hsi88; with_HSI88="$leval"
+@@ -5342,7 +5327,7 @@
+ _ACEOF
+ 
+ else
+-  as_fn_error $? "essential header file is missing" "$LINENO" 5
++  with_DDLS88=no
+ fi
+ 
+ done
+@@ -6296,7 +6281,7 @@
+ if test "x$ac_cv_func_ioperm" = xyes; then :
+ 
+ else
+-  as_fn_error $? "support missing" "$LINENO" 5
++   with_DDLS88=no
+ fi
+ 
+     fi
+@@ -6496,6 +6481,20 @@
+   am__EXEEXT_FALSE=
+ fi
+ 
++if test "$with_DDLS88" = "yes"; then
++
++$as_echo "#define USE_DDLS88 1" >>confdefs.h
++
++   ((NUM_MODULES++))
++fi
++ if test "$with_DDLS88" = yes; then
++  USE_DDLS88_TRUE=
++  USE_DDLS88_FALSE='#'
++else
++  USE_DDLS88_TRUE='#'
++  USE_DDLS88_FALSE=
++fi
++
+ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+   as_fn_error $? "conditional \"AMDEP\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
diff --git a/srcpd.spec b/srcpd.spec
index 4f5e57a..ddde6c4 100644
--- a/srcpd.spec
+++ b/srcpd.spec
@@ -11,18 +11,18 @@
 %{?el6:%global _udevrulesdir /lib/udev/rules.d}
 
 Name:		srcpd
-Version:	2.1.2
-Release:	6%{?dist}
+Version:	2.1.3
+Release:	1%{?dist}
 Summary:	Simple Railroad Command Protocol (SRCP) server
 
 Group:		System Environment/Daemons
 License:	GPLv2
 URL:		http://srcpd.sourceforge.net/
-Source0:	http://sourceforge.net/projects/srcpd/files/srcpd/%{version}/srcpd-%{version}.tar.gz
+Source0:	http://sourceforge.net/projects/srcpd/files/srcpd/%{version}/srcpd-%{version}.tar.bz2
 Source1:	srcpd.service
 Source2:	srcpd.init
 
-Patch0:		srcpd-2.1.2-io-conditional.patch
+Patch0:		srcpd-2.1.3-io-conditional.patch
 Patch1:		srcpd-2.1.2-typedef.patch
 
 %{?el5:BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root}
@@ -135,6 +135,9 @@ exit 0
 
 
 %changelog
+* Sat May 09 2015 Denis Fateyev <denis at fateyev.com> - 2.1.3-1
+- Update to 2.1.3 release
+
 * Sat Dec 06 2014 Denis Fateyev <denis at fateyev.com> - 2.1.2-6
 - Conditional build for ddls88 plugin
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/srcpd.git/commit/?h=el5&id=bb8747ace51bd2387a28bb8555518f7d4a83b039


More information about the scm-commits mailing list