Hello community,

here is the log from the commit of package fec for openSUSE:Factory checked in 
at 2017-05-24 16:46:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fec (Old)
 and      /work/SRC/openSUSE:Factory/.fec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fec"

Wed May 24 16:46:43 2017 rev:1 rq:491950 version:3.0.0+git.20160910

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.fec.new/fec.changes     2017-05-24 
16:46:44.173234379 +0200
@@ -0,0 +1,44 @@
+-------------------------------------------------------------------
+Thu Apr 27 10:55:59 UTC 2017 - [email protected]
+
+- Fix truncated summary
+
+-------------------------------------------------------------------
+Mon Apr 24 12:33:11 UTC 2017 - [email protected]
+
+- Add metadata into archive
+- Update dependencies
+- Small packaging cleanup
+
+-------------------------------------------------------------------
+Tue Apr 04 11:25:39 UTC 2017 - [email protected]
+
+- Update to version 3.0.0+git.20160910:
+  * Clarify build instructions
+  * Add DESTDIR var to makefile
+
+-------------------------------------------------------------------
+Mon Dec 28 11:52:14 UTC 2015 - [email protected]
+
+- Update to version 3.0.0.git1451125651.320b841:
+  + dotprod.c make compile in case PORT
+  + make it compile on arm too
+  + add autoheader to bootstrap
+  + Add -lm to makefile.in
+  + Add CMake support
+  + Fix generation of libfec.pc
+  + cmake: further improvements
+  + Add option "BUILD_32BIT_ON_64BIT" for 32-bit library building on a 64-bit 
system
+  + Fix multiple definition "peakval_mmx", "peakval_sse2" and "peakval_ss" 
errors.
+
+-------------------------------------------------------------------
+Sat Sep 12 21:41:42 UTC 2015 - [email protected]
+
+- Update to version 0.0.0.git1442094055.5a9540b:
+  + cmake: another round of fixes
+
+-------------------------------------------------------------------
+Sat Sep 12 20:20:49 UTC 2015 - [email protected]
+
+- initial package
+

New:
----
  _service
  _servicedata
  fec-3.0.0+git.20160910.tar.xz
  fec.changes
  fec.spec

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

Other differences:
------------------
++++++ fec.spec ++++++
#
# spec file for package fec
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define sover   3
Name:           fec
Version:        3.0.0+git.20160910
Release:        0
Summary:        Library with several forward error correction (FEC) functions
License:        LGPL-2.1
Group:          System/Libraries
Url:            https://github.com/Opendigitalradio/ka9q-fec
Source:         %{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  pkgconfig
BuildRequires:  git-core

%description
A library that provides a set of functions that implement several
popular forward error correction (FEC) algorithms and several low-level routines
useful in modems implemented with digital signal processing (DSP).

%package -n libfec%{sover}
Summary:        Library with several forward error correction (FEC) functions
Group:          System/Libraries

%description -n libfec%{sover}
A library that provides a set of functions that implement several
popular forward error correction (FEC) algorithms and several low-level routines
useful in modems implemented with digital signal processing (DSP).

%package devel
Summary:        Development files for the libfec library
Group:          Development/Libraries/C and C++
Requires:       libfec%{sover} = %{version}

%description devel
A library that provides a set of functions that implement several
popular forward error correction (FEC) algorithms and several low-level routines
useful in modems implemented with digital signal processing (DSP).

This subpackage contains libraries and header files for developing
applications that want to make use of libfec.

%prep
%setup -q

%build
%cmake
%make_jobs

%install
%cmake_install

%post   -n libfec%{sover} -p /sbin/ldconfig
%postun -n libfec%{sover} -p /sbin/ldconfig

%files -n libfec%{sover}
%defattr(-,root,root)
%doc LICENSE README README.x86-64
%{_libdir}/libfec.so.%{sover}

%files devel
%defattr(-,root,root)
%{_includedir}/fec.h
%{_libdir}/libfec.so
%{_libdir}/pkgconfig/libfec.pc

%changelog
++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/Opendigitalradio/ka9q-fec.git</param>
    <param name="package-meta">yes</param>
    <param name="revision">master</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">fec</param>
    <param name="versionformat">3.0.0+git.%cd</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/Opendigitalradio/ka9q-fec.git</param>
              <param 
name="changesrevision">8b843ea04acc26d159ef052da812290877ba8479</param></service></servicedata>

Reply via email to