Hello community,

here is the log from the commit of package Botan for openSUSE:Factory checked 
in at 2012-08-22 14:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Botan (Old)
 and      /work/SRC/openSUSE:Factory/.Botan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Botan", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/Botan/Botan.changes      2012-02-08 
15:37:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.Botan.new/Botan.changes 2012-08-22 
14:36:04.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 16 09:06:44 UTC 2012 - dmuel...@suse.com
+
+- don't fiddle with march settings, we want the distro defaults
+  (fixes build on ARM)
+
+-------------------------------------------------------------------

New:
----
  dont-set-mach-value.diff

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

Other differences:
------------------
++++++ Botan.spec ++++++
--- /var/tmp/diff_new_pack.8omLhi/_old  2012-08-22 14:36:06.000000000 +0200
+++ /var/tmp/diff_new_pack.8omLhi/_new  2012-08-22 14:36:06.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define version_suffix 1_10-0
 %define short_version 1.10
 
@@ -33,8 +34,11 @@
 Patch4:         Botan-no-buildtime.patch
 Patch5:         Botan-qt_thread_support.patch
 Patch6:         Botan-fix_pkgconfig.patch 
+Patch7:         dont-set-mach-value.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       zlib, bzip2 >= 1.0.2, gmp >= 4.1
+Requires:       bzip2 >= 1.0.2
+Requires:       gmp >= 4.1
+Requires:       zlib
 BuildRequires:  bzip2 >= 1.0.2
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
@@ -65,7 +69,8 @@
 %package        -n libbotan-devel
 Summary:        Development files for Botan
 Group:          Development/Libraries/C and C++
-Requires:       gmp-devel libbz2-devel
+Requires:       gmp-devel
+Requires:       libbz2-devel
 Provides:       Botan-devel = %{version}
 Obsoletes:      Botan-devel < %{version}
 Requires:       libbotan-%{version_suffix} = %{version}
@@ -84,6 +89,7 @@
 %patch4
 %patch5
 %patch6
+%patch7
 
 %build
 export RPM_OPT_FLAGS

++++++ dont-set-mach-value.diff ++++++
We don't want any fiddling with -march, our flags via %optflags are always right

--- configure.py
+++ configure.py
@@ -1081,7 +1081,7 @@
                                      options.cpu, options.debug_build),
 
         'lib_opt': cc.library_opt_flags(options),
-        'mach_opt': cc.mach_opts(options.arch, options.cpu),
+        'mach_opt': '',
         'check_opt': '' if options.no_optimizations else cc.check_opt_flags,
         'lang_flags': cc.lang_flags + options.extra_flags,
         'warn_flags': warning_flags(cc.warning_flags,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to