Hello community,

here is the log from the commit of package libm4ri for openSUSE:Factory checked 
in at 2012-12-05 13:56:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libm4ri (Old)
 and      /work/SRC/openSUSE:Factory/.libm4ri.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libm4ri", Maintainer is ""

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

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.libm4ri.new/libm4ri.changes     2012-12-05 
13:56:05.000000000 +0100
@@ -0,0 +1,23 @@
+-------------------------------------------------------------------
+Thu Nov 29 18:46:40 UTC 2012 - [email protected]
+
+- Update to new upstream release 0.0.20120613
+* support for reading and writing 1-bit PNG images
+* much improved performance for 4<e≤8
+
+-------------------------------------------------------------------
+Sun Feb 26 11:46:53 UTC 2012 - [email protected]
+
+- fix build for SEL-11
+- add pkg-config to build requirements
+- remove unneeded xv requirement 
+
+-------------------------------------------------------------------
+Sun Nov 20 07:59:52 UTC 2011 - [email protected]
+
+- new version 20111004
+
+-------------------------------------------------------------------
+Tue Sep 27 22:11:12 UTC 2011 - [email protected]
+
+- Initial package (version 0.0.20110715) for build.opensuse.org

New:
----
  libm4ri.changes
  libm4ri.spec
  m4ri-20120613.tar.gz

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

Other differences:
------------------
++++++ libm4ri.spec ++++++
#
# spec file for package libm4ri
#
# Copyright (c) 2011 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:           libm4ri
%define date    20120613
%define lname   libm4ri-0_0_%date
Version:        0.0.%date
Release:        0
Group:          Productivity/Scientific/Math
Summary:        Library for fast linear arithmetic over F_2
License:        GPL-2.0+
URL:            http://m4ri.sagemath.org/

#Hg-Clone:      https://bitbucket.org/malb/m4ri/
Source:         m4ri-%date.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkgconfig
%if 0%{?sles_version}
BuildRequires:  libpng-devel
%else
BuildRequires:  pkgconfig(libpng)
%endif

%description
M4RI is a library for fast arithmetic with dense matrices over F_2.

%package -n %lname
Summary:        Library for fast linear arithmetic over F_2
Group:          System/Libraries

%description -n %lname
M4RI is a library for fast arithmetic with dense matrices over F_2.

%package devel
Summary:        Development files for F_2 arithmetic with libm4ri
Group:          Development/Libraries/C and C++
Requires:       %lname = %version

%description devel
M4RI is a library for fast arithmetic with dense matrices over F_2.

%prep
%setup -qn m4ri-%date

%build
#
# 1. Need to disable SSE (this will cause the absence of -msse rather than
# the inclusion of -mno-sse, thankfully) - we cannot be sure if CPU has it.
#
# 2. Since the x86_64 specifies SSE2 as inclusive, not having -mno-sse
# anywhere is just fine.
#
# 3. Set cache size manually, because otherwise it will pick whatever the
# build host had, which is dumb. 32K:128K matches AMD T-Bred, and is also
# fitting within Core i7. Let's hope that's ok.
#
%configure --disable-static --disable-sse --with-cachesize=32768:131072
make %{?_smp_mflags};

%install
b="%buildroot";
make install DESTDIR="$b";
rm -f "$b/%_libdir"/*.la;

%files -n %lname
%defattr(-,root,root)
%_libdir/libm4ri-%version.so

%files devel
%defattr(-,root,root)
%_libdir/libm4ri.so
%_libdir/pkgconfig/m4ri.pc
%_includedir/m4ri

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to