]> git.pld-linux.org Git - packages/satyr.git/commitdiff
- updated to 0.5
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Jul 2013 14:27:37 +0000 (16:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Jul 2013 14:27:37 +0000 (16:27 +0200)
- updated rpm5/rpm45 patches

satyr-libopcodes.patch
satyr-rpm45.patch
satyr-rpm5.patch
satyr.spec

index f3571df0e4b32f7ebd05c9fca4d3f2dd10f8e72e..afbfab2b804e453d3a6dc5832228e67f79cb9c59 100644 (file)
@@ -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."]
 -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])
index a5d6a5592239b383ca1edfa2f7b0809467b96712..404111705048f7d4c696e7f5991db84e4a178dfe 100644 (file)
@@ -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
index 333128dcd5737185b707f0578db8ea5423e523a3..6efe34cf53b2460e367b479fbe592538f55d5edc 100644 (file)
@@ -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
index 0fee0c5e1dac770b533450d1997d9ea6f87ada84..32e759e5890cde2a7ff455c2e13a57fdf0870843 100644 (file)
@@ -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
This page took 0.090562 seconds and 4 git commands to generate.