[packages/satyr] - updated to 0.5 - updated rpm5/rpm45 patches

qboosh qboosh at pld-linux.org
Thu Jul 25 16:27:18 CEST 2013


commit 8d8d8ecb6c3149f19c38263ce6cc71d495ed0912
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jul 25 16:27:37 2013 +0200

    - updated to 0.5
    - updated rpm5/rpm45 patches

 satyr-libopcodes.patch | 10 +++++-----
 satyr-rpm45.patch      | 10 +++++-----
 satyr-rpm5.patch       | 10 +++++-----
 satyr.spec             |  6 +++---
 4 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/satyr.spec b/satyr.spec
index 0fee0c5..32e759e 100644
--- a/satyr.spec
+++ b/satyr.spec
@@ -1,12 +1,12 @@
 Summary:	Tools to create anonymous, machine-friendly problem reports
 Summary(pl.UTF-8):	Analizator śladów wywołań tworzonych przez GDB
 Name:		satyr
-Version:	0.3
-Release:	3
+Version:	0.5
+Release:	1
 License:	GPL v2+
 Group:		Development/Tools
 Source0:	https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.xz
-# Source0-md5:	cf760a025b9b479b18781b5dc166856a
+# Source0-md5:	5d14eecc4b927c56a4368d3f5f6cfff4
 Patch0:		%{name}-libopcodes.patch
 Patch1:		%{name}-rpm5.patch
 Patch2:		%{name}-rpm45.patch
diff --git a/satyr-libopcodes.patch b/satyr-libopcodes.patch
index f3571df..afbfab2 100644
--- a/satyr-libopcodes.patch
+++ b/satyr-libopcodes.patch
@@ -1,6 +1,6 @@
---- satyr-0.3/configure.ac.orig	2013-03-25 15:15:23.000000000 +0100
-+++ satyr-0.3/configure.ac	2013-04-05 19:26:39.520554933 +0200
-@@ -37,37 +37,10 @@
+--- satyr-0.5/configure.ac.orig	2013-07-25 15:58:49.666496568 +0200
++++ satyr-0.5/configure.ac	2013-07-25 16:01:02.469824330 +0200
+@@ -44,37 +44,10 @@
      [echo "will not be built.  If you want to build core fingerprinting support, please ensure"]
      [echo "that libopcodes is installed and its directory is included in the search path."]
      [echo "Then run configure again before attempting to build Satyr."]
@@ -28,14 +28,14 @@
 -done
 -AC_MSG_RESULT([$opcodes_pic])
 -
--[if test "$opcodes_pic" = "no"; then]
+-[if test "$opcodes_pic" = "no" -a "$target_cpu" = "x86_64"; then]
 -    [echo "The libopcodes library on your system was not compiled with PIC. The core backtrace fingerprinting support "]
 -    [echo "will not be built.  If you want to build core backtrace support, please ensure"]
 -    [echo "that the provided libopcodes is build with -fPIC."]
 -    [echo "Then run configure again before attempting to build Satyr."]
 -[fi]
 -
--test ! \( "$opcodes_pic" = "yes" -a "$have_libopcodes" = "yes" \)
+-test ! \( "$opcodes_pic" = "yes" -a "$have_libopcodes" = "yes" -a "$target_cpu" = "x86_64" \)
 -have_good_libopcodes=$?
  AM_CONDITIONAL(HAVE_LIBOPCODES, test $have_good_libopcodes -eq 1)
  AC_DEFINE_UNQUOTED(HAVE_LIBOPCODES, $have_good_libopcodes, [Have libopcodes compiled with -fPIC])
diff --git a/satyr-rpm45.patch b/satyr-rpm45.patch
index a5d6a55..4041117 100644
--- a/satyr-rpm45.patch
+++ b/satyr-rpm45.patch
@@ -1,11 +1,11 @@
---- satyr-0.3/lib/Makefile.am.orig	2013-03-18 14:41:43.000000000 +0100
-+++ satyr-0.3/lib/Makefile.am	2013-04-05 19:01:16.367253347 +0200
-@@ -74,7 +74,7 @@
+--- satyr-0.5/lib/Makefile.am.orig	2013-07-25 16:01:20.433156909 +0200
++++ satyr-0.5/lib/Makefile.am	2013-07-25 16:22:08.563104528 +0200
+@@ -50,7 +50,7 @@
  	unstrip.c \
  	utils.c
  
--libsatyr_la_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE $(GLIB_CFLAGS)
-+libsatyr_la_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE $(GLIB_CFLAGS) $(RPM_CFLAGS)
+-libsatyr_la_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -I$(top_srcdir)/include $(GLIB_CFLAGS)
++libsatyr_la_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -I$(top_srcdir)/include $(GLIB_CFLAGS) $(RPM_CFLAGS)
  libsatyr_la_LDFLAGS = -version-info 1:0:0 $(GLIB_LIBS)
  
  if HAVE_LIBOPCODES
diff --git a/satyr-rpm5.patch b/satyr-rpm5.patch
index 333128d..6efe34c 100644
--- a/satyr-rpm5.patch
+++ b/satyr-rpm5.patch
@@ -1,11 +1,11 @@
---- satyr-0.3/lib/Makefile.am.orig	2013-03-18 14:41:43.000000000 +0100
-+++ satyr-0.3/lib/Makefile.am	2013-04-05 19:01:16.367253347 +0200
-@@ -74,7 +74,7 @@
+--- satyr-0.5/lib/Makefile.am.orig	2013-07-25 16:01:20.433156909 +0200
++++ satyr-0.5/lib/Makefile.am	2013-07-25 16:22:08.563104528 +0200
+@@ -50,7 +50,7 @@
  	unstrip.c \
  	utils.c
  
--libsatyr_la_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE $(GLIB_CFLAGS)
-+libsatyr_la_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE $(GLIB_CFLAGS) $(RPM_CFLAGS)
+-libsatyr_la_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -I$(top_srcdir)/include $(GLIB_CFLAGS)
++libsatyr_la_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -I$(top_srcdir)/include $(GLIB_CFLAGS) $(RPM_CFLAGS)
  libsatyr_la_LDFLAGS = -version-info 1:0:0 $(GLIB_LIBS)
  
  if HAVE_LIBOPCODES
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/satyr.git/commitdiff/8d8d8ecb6c3149f19c38263ce6cc71d495ed0912



More information about the pld-cvs-commit mailing list