#2 Updated to 1.12.0_beta1
Closed 3 years ago by belegdol. Opened 4 years ago by belegdol.
Unknown source master  into  master

file modified
+1
@@ -10,3 +10,4 @@

  /resiprocate-1.10.0.tar.gz

  /resiprocate-1.10.1.tar.gz

  /resiprocate-1.10.2.tar.gz

+ /resiprocate-1.12.0_beta1.tar.gz

file modified
+13 -5
@@ -1,11 +1,13 @@

+ %global beta beta1

+ 

  Name: resiprocate

- Version: 1.10.2

- Release: 32%{?dist}

+ Version: 1.12.0

+ Release: 0.1.%{beta}%{?dist}

  Summary: SIP and TURN stacks, with SIP proxy and TURN server implementations

  License: VSL

  Url: http://www.resiprocate.org

- Source: https://www.resiprocate.org/files/pub/reSIProcate/releases/%name-%version.tar.gz

- BuildRequires:  gcc-c++

+ Source: https://github.com/resiprocate/resiprocate/archive/%{name}-%{version}_%{beta}/%{name}-%{version}_%{beta}.tar.gz

+ BuildRequires: gcc-c++

  BuildRequires: libtool automake autoconf

  BuildRequires: asio-devel

  BuildRequires: boost-devel
@@ -41,6 +43,7 @@

  %endif

  %endif

  BuildRequires: xerces-c-devel

+ BuildRequires: /usr/bin/pathfix.py

  Requires: openssl >= 0.9.8

  %if %use_systemd

  Requires(post): systemd
@@ -137,9 +140,11 @@

  such as the repro SIP proxy.

  

  %prep

- %setup -q

+ %setup -q -n %{name}-%{name}-%{version}_%{beta}

+ pathfix.py -pni "%{__python2} %{py2_shbang_opts}" reTurn/psql-user-extract

  

  %build

+ autoreconf -i

  PYCONFIG=/usr/bin/python2.7-config

  [ -x $PYCONFIG ] || PYCONFIG=/usr/bin/python2.6-config

  if [ ! -x $PYCONFIG ] ; then echo "python*-config not found" ; exit 1 ; fi
@@ -392,6 +397,9 @@

  %{_sbindir}/clicktocall

  

  %changelog

+ * Sat Nov 03 2018 Julian Sikorski <belegdol@fedoraproject.org> - 1.12.0-0.1.beta1

+ - Updated to 1.12.0_beta1

+ 

  * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-32

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- 4f7e0da9c0e119b29a3460f85bb284f9  resiprocate-1.10.2.tar.gz

+ SHA512 (resiprocate-1.12.0_beta1.tar.gz) = 49f4176cd3af35cbdb5d73c35ad925fcacadff2d4465cf49267c4f6845450e4fd9288e4c6fe49e0dc80b413635ee2e2cb662a07ca2e962ffd45a8ef1fa7e8c6a

no initial comment

Pull-Request has been closed by belegdol

3 years ago