Hello community,

here is the log from the commit of package srecord for openSUSE:Factory checked 
in at 2014-08-06 15:31:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/srecord (Old)
 and      /work/SRC/openSUSE:Factory/.srecord.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "srecord"

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

--- /dev/null   2014-07-24 01:57:42.080040256 +0200
+++ /work/SRC/openSUSE:Factory/.srecord.new/srecord.changes     2014-08-06 
15:31:52.000000000 +0200
@@ -0,0 +1,40 @@
+-------------------------------------------------------------------
+Sat Aug  2 18:01:25 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 1.64
+  * Fixed some warnings in test 38
+  * Fixed bugs regarding the formatting of some of the examples
+    where lines were wrapping the wrong way.
+  * Cleaned up a few recent compiler and doxygen warnings.
+  * Added prefix and postfix strings to the C Array format which
+    are applied at each end of the data array declaration. This
+    allows the user to add various compiler directives such as
+    location flags or non-standard load address specifiers.
+  * when converting from AOMF Fixed Sourceforge bug 11 raised by
+    patryks. In the analysis, it was discovered that a start address
+    (of zero) was being generated when converting from AOMF. AOMF
+    does not support the concept of an execution start address.
+  * Fixed the length field description in extended tektronix
+    documentation. The implementation was already correct.
+  * Added a regression test for calculated address for CRC
+- spec file cleanup
+
+-------------------------------------------------------------------
+Sun Apr 27 11:45:25 UTC 2014 - w...@ire.pw.edu.pl - 1.63-9
+
+- updated to 1.63
+
+-------------------------------------------------------------------
+* Wed Aug 14 2013 W. Kazubski <w...@ire.pw.edu.pl> - 1.62-8
+
+- updated to 1.62
+
+-------------------------------------------------------------------
+* Sun May 12 2013 W. Kazubski <w...@ire.pw.edu.pl> - 1.61-7
+
+- updated to 1.61
+
+-------------------------------------------------------------------
+* Sun Sep 9 2012 W. Kazubski <w...@ire.pw.edu.pl> - 1.60-3
+
+- initial specfile based on one provided by homepage

New:
----
  srecord-1.64.tar.gz
  srecord.changes
  srecord.spec

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

Other differences:
------------------
++++++ srecord.spec ++++++
#
# spec file for package srecord
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#


Name:           srecord
Version:        1.64
%define so_ver  0
Release:        0
Summary:        Hex/bin format conversion package
License:        GPL-3.0+
Group:          Development/Tools/Other
Url:            http://srecord.sourceforge.net/
Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  boost-devel
BuildRequires:  diffutils
BuildRequires:  gcc-c++
BuildRequires:  ghostscript
BuildRequires:  groff
BuildRequires:  libgcrypt-devel
BuildRequires:  libtool
BuildRequires:  pkg-config
BuildRequires:  sharutils
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The srecord package is a collection of powerful tools for manipulating EPROM
load files. It reads and writes numerous EPROM file formats, and can perform
many different manipulations.

%package     -n lib%{name}%{so_ver}
Summary:        Srecord libraries
Group:          System/Libraries

%description -n lib%{name}%{so_ver}
This package contains the shared libraries for programs that manipulate EPROM
load files.

%package        devel
Summary:        Srecord development files
Group:          Development/Libraries/C and C++
Requires:       lib%{name}%{so_ver} = %{version}

%description    devel
This package contains libraries and header files for compiling programs
that manipulate EPROM load files.

%package        doc
Summary:        Srecord PDF documentation
Group:          Documentation/Other
BuildArch:      noarch

%description    doc
The srecord package is a collection of powerful tools for manipulating EPROM
load files. It reads and writes numerous EPROM file formats, and can perform
many different manipulations.

This package contains documentation in PDF format.

%prep
%setup -q

%build
%configure
make -j1

%install
make DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -delete -print
rm -f %{buildroot}%{_libdir}/libsrecord.a
mkdir %{buildroot}/%{_docdir}
mv %{buildroot}/%{_datadir}/doc/%{name} %{buildroot}/%{_docdir}/%{name}

%check
make sure

%post -n lib%{name}%{so_ver} -p /sbin/ldconfig

%postun -n lib%{name}%{so_ver} -p /sbin/ldconfig

%files
%defattr (-,root,root)
%doc AUTHORS LICENSE README
%{_bindir}/srec_cat
%{_bindir}/srec_cmp
%{_bindir}/srec_info
%{_mandir}/man1/srec_*.1.gz
%{_mandir}/man5/srec_*.5.gz
%exclude %{_docdir}/%{name}/*.pdf

%files -n lib%{name}%{so_ver}
%defattr (-,root,root,-)
%{_libdir}/libsrecord.so.%{so_ver}*

%files devel
%defattr (-,root,root)
%{_libdir}/libsrecord.so
%{_includedir}/srecord
%{_libdir}/pkgconfig/srecord.pc
%{_mandir}/man3/srecord.3.gz
%{_mandir}/man3/srecord_license.3.gz

%files doc
%defattr (-,root,root)
%{_docdir}/%{name}/*.pdf

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to