Hello community,

here is the log from the commit of package latrace for openSUSE:Factory checked 
in at 2012-12-19 11:04:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/latrace (Old)
 and      /work/SRC/openSUSE:Factory/.latrace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "latrace", Maintainer is ""

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

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.latrace.new/latrace.changes     2012-12-19 
11:04:26.000000000 +0100
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Thu Jun 28 12:31:04 UTC 2012 - [email protected]
+
+- Update to version 0.5.11
+- Move private library to /usr/lib/latrace
+- Change to SPDX licensing format.
+- Remove not needed BuildRequires.
+
+-------------------------------------------------------------------
+Fri Jul 23 07:19:39 UTC 2010 - [email protected]
+
+- initial package (0.5.9)
+

New:
----
  latrace-0.5.11.tar.bz2
  latrace.changes
  latrace.spec
  rpmlintrc

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

Other differences:
------------------
++++++ latrace.spec ++++++
# vim: set sw=4 ts=4 et nu:
#
# spec file for package latrace
#
# Copyright (c) 2012 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:           latrace
Version:        0.5.11
Release:        0
Summary:        Trace Library Calls using LD_AUDIT
License:        GPL-3.0+
Group:          System/Monitoring
Source:         
http://people.redhat.com/jolsa/latrace/dl/latrace-%{version}.tar.bz2
Source99:       rpmlintrc
Url:            http://people.redhat.com/jolsa/latrace/index.shtml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  asciidoc
BuildRequires:  autoconf
BuildRequires:  bison
BuildRequires:  flex
BuildRequires:  xmlto

%description
latrace is a glibc 2.4+ LD_AUDIT frontend. It allows you to trace library calls
and get their statistics in a manner similar to the strace utility.

%prep
%setup -q

%build
autoconf
%configure --libdir=%{_libdir}/latrace
%__make V=1

%install
%makeinstall V=1

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYING ChangeLog README TODO ReleaseNotes
%config %dir %{_sysconfdir}/latrace.d
%config %dir %{_sysconfdir}/latrace.d/headers
%config %{_sysconfdir}/latrace.d/*.conf
%config %{_sysconfdir}/latrace.d/headers/*.h
%ifarch x86_64
%config %dir %{_sysconfdir}/latrace.d/headers/sysdeps
%config %dir %{_sysconfdir}/latrace.d/headers/sysdeps/*
%config %{_sysconfdir}/latrace.d/headers/sysdeps/*/*.h
%endif
%{_bindir}/latrace
%{_bindir}/latrace-ctl
%dir %{_libdir}/latrace
%{_libdir}/latrace/libltaudit.so.%{version}
%doc %{_mandir}/man1/latrace.1%{ext_man}

%changelog
++++++ rpmlintrc ++++++
addFilter("devel-file-in-non-devel-package.*")
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to