Hello community,

here is the log from the commit of package jigdo for openSUSE:Factory checked 
in at 2017-06-26 15:54:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jigdo (Old)
 and      /work/SRC/openSUSE:Factory/.jigdo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jigdo"

Mon Jun 26 15:54:55 2017 rev:7 rq:506051 version:0.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/jigdo/jigdo.changes      2017-03-20 
17:10:14.944056136 +0100
+++ /work/SRC/openSUSE:Factory/.jigdo.new/jigdo.changes 2017-06-26 
15:55:07.307476196 +0200
@@ -1,0 +2,8 @@
+Thu Jun 22 10:19:45 UTC 2017 - [email protected]
+
+- Disable libdb build as we want to remove berley db and this is
+  the only package depending on old 4.5 version
+- Add patch jigdo-0.7.1-debug.patch to build debug packages
+  Taken from Fedora
+
+-------------------------------------------------------------------

New:
----
  jigdo-0.7.1-debug.patch

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

Other differences:
------------------
++++++ jigdo.spec ++++++
--- /var/tmp/diff_new_pack.uLt2It/_old  2017-06-26 15:55:07.951385395 +0200
+++ /var/tmp/diff_new_pack.uLt2It/_new  2017-06-26 15:55:07.955384832 +0200
@@ -28,9 +28,9 @@
 Patch2:         jigdo-0.7.3-makefile-paths.patch
 Patch3:         jigdo-0.7.3-add-includes.patch
 Patch4:         jigdo-0.7.3-gcc7.patch
+Patch5:         jigdo-0.7.1-debug.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libbz2-devel
-BuildRequires:  libdb-4_5-devel
 BuildRequires:  zlib-devel
 Requires:       wget
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -52,14 +52,15 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
 %configure \
        --prefix=%{_prefix} \
        --infodir=%{_infodir} \
        --mandir=%{_mandir} \
+       --without-libdb \
        --with-gui=no
-
 make %{?_smp_mflags}
 
 %install
@@ -71,7 +72,6 @@
 %doc changelog COPYING README THANKS doc/*.html doc/*.txt
 %{_bindir}/*
 %{_mandir}/*/*
-%{_datadir}/locale/*/*/*
 %{_datadir}/%{name}
 
 %changelog

++++++ jigdo-0.7.1-debug.patch ++++++
diff -up jigdo-0.7.3/configure.debug jigdo-0.7.3/configure
--- jigdo-0.7.3/configure.debug 2006-05-19 17:16:14.000000000 -0400
+++ jigdo-0.7.3/configure       2008-08-05 11:03:24.000000000 -0400
@@ -2676,8 +2676,6 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS 
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS 
conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
-CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| \)-g\( \|$\)/ /'`
-CXXFLAGS=`echo "$CXXFLAGS" | sed 's/\(^\| \)-g\( \|$\)/ /'`
 IF_GXX2="#"
 IFNOT_GXX2=""
 if test "$GXX" = yes; then

Reply via email to