Hello community,

here is the log from the commit of package t38modem for openSUSE:Factory 
checked in at 2015-08-02 22:45:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/t38modem (Old)
 and      /work/SRC/openSUSE:Factory/.t38modem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "t38modem"

Changes:
--------
--- /work/SRC/openSUSE:Factory/t38modem/t38modem.changes        2013-03-08 
09:54:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.t38modem.new/t38modem.changes   2015-08-02 
22:45:58.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jul 24 09:37:20 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 3.12.1
+* Added ability to set Q.931 bearer capability information element for
+  H.323 connections.
+* Enabled dialing characters # and * in extension number.
+* Replaced hardcoded timeouts by S7 value (V.250).
+- Switch from openh323 to opal backend
+
+-------------------------------------------------------------------

Old:
----
  t38modem-0.7.0.tar.bz2

New:
----
  v3.12.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ t38modem.spec ++++++
--- /var/tmp/diff_new_pack.DO34iT/_old  2015-08-02 22:45:59.000000000 +0200
+++ /var/tmp/diff_new_pack.DO34iT/_new  2015-08-02 22:45:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package t38modem
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,49 +17,39 @@
 
 
 Name:           t38modem
-BuildRequires:  SDL-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libdv
-BuildRequires:  openh323-devel
-BuildRequires:  openldap2-devel
-BuildRequires:  pwlib-devel
-BuildRequires:  speex-devel
-Url:            http://www.openh323.org
+Version:        3.12.1
+Release:        0
 Summary:        T.38 for OpenH323 (modem-compatible interface for IP telephony)
 License:        MPL-1.1
 Group:          Productivity/Telephony/H323/Servers
-Version:        0.7.0
-Release:        0
-Source0:        t38modem-%{version}.tar.bz2
+Url:            http://www.openh323.org
+
+Source:         
https://github.com/PeteDavidson/t38modem/archive/v%version.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(opal) >= 3.10
 
 %description
 This package contains a modem interface for IP telephony using the
 H.323 and T.38 protocol standards. It implements a 'tty' interface
 which resembles a FAX modem. A sample HylaFAX setup is also provided.
 
-
-
 %prep
-%setup -q -n t38modem
+%setup -q
 
 %build
-make PREFIX=/usr OPENH323DIR=/usr/share/openh323 OH323_LIBDIR=%{_libdir} opt
+make CFLAGS="%optflags" CXXFLAGS="%optflags" %{?_smp_mflags}
 
 %install
-export M=`uname -m`
-case $M in
-       *86)      M="x86" ;;
-       armv7l)   M="armv7hl" ;;
-esac
-export M
-mkdir -p $RPM_BUILD_ROOT/usr/sbin
-install -c obj_linux_"$M"_r/t38modem $RPM_BUILD_ROOT/usr/sbin
+b="%buildroot"
+mkdir -p "$b/%_sbindir"
+cp -a t38modem "$b/%_sbindir/"
 
 %files
 %defattr(-,root,root)
-%doc README
+%doc ReadMe.txt
 %doc HylaFAX/config.ttyx
-/usr/sbin/t38modem
+%_sbindir/t38modem
 
 %changelog


Reply via email to