[packages/satyr] - updated to 0.9 - updated rpm5/rpm45 patches - removed obsolete format patch

qboosh qboosh at pld-linux.org
Sat Sep 21 22:07:19 CEST 2013


commit 8f9a4bf07f8ec87514ab7100ffe20181d895642a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 21 22:07:43 2013 +0200

    - updated to 0.9
    - updated rpm5/rpm45 patches
    - removed obsolete format patch

 satyr-format.patch | 11 -----------
 satyr-rpm45.patch  |  6 +++---
 satyr-rpm5.patch   |  6 +++---
 satyr.spec         |  9 ++++-----
 4 files changed, 10 insertions(+), 22 deletions(-)
---
diff --git a/satyr.spec b/satyr.spec
index c677188..6d22c77 100644
--- a/satyr.spec
+++ b/satyr.spec
@@ -1,16 +1,15 @@
 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.7
+Version:	0.9
 Release:	1
 License:	GPL v2+
 Group:		Development/Tools
 Source0:	https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.xz
-# Source0-md5:	4442705d594b2a8553d93d898d81122e
+# Source0-md5:	d1d58dfc3896f35dd7be00f1ab4a6b7c
 Patch0:		%{name}-libopcodes.patch
 Patch1:		%{name}-rpm5.patch
 Patch2:		%{name}-rpm45.patch
-Patch3:		%{name}-format.patch
 URL:		http://fedorahosted.org/abrt/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -93,7 +92,6 @@ Wiązania Pythona do biblioteki Satyr.
 %else
 %patch2 -p1
 %endif
-%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -131,7 +129,7 @@ rm -rf $RPM_BUILD_ROOT
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libsatyr.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libsatyr.so.1
+%attr(755,root,root) %ghost %{_libdir}/libsatyr.so.2
 
 %files devel
 %defattr(644,root,root,755)
@@ -144,3 +142,4 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py_sitedir}/satyr
 %{py_sitedir}/satyr/__init__.py[co]
 %attr(755,root,root) %{py_sitedir}/satyr/_satyr.so
+%{_mandir}/man3/satyr-python.3*
diff --git a/satyr-format.patch b/satyr-format.patch
deleted file mode 100644
index 2161694..0000000
--- a/satyr-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- satyr-0.5/lib/report.c.orig	2013-06-17 11:10:07.000000000 +0200
-+++ satyr-0.5/lib/report.c	2013-07-25 16:49:04.553138969 +0200
-@@ -149,7 +149,7 @@
-     {
-         char *stacktrace = sr_java_stacktrace_to_json(report->java_stacktrace);
-         dismantle_object(stacktrace);
--        sr_strbuf_append_strf(strbuf, stacktrace);
-+        sr_strbuf_append_strf(strbuf, "%s", stacktrace);
-         free(stacktrace);
-     }
- 
diff --git a/satyr-rpm45.patch b/satyr-rpm45.patch
index 619fe61..fa91ed6 100644
--- a/satyr-rpm45.patch
+++ b/satyr-rpm45.patch
@@ -1,12 +1,12 @@
---- satyr-0.7/lib/Makefile.am.orig	2013-09-03 20:52:57.770063717 +0200
-+++ satyr-0.7/lib/Makefile.am	2013-09-03 21:06:11.176697086 +0200
+--- satyr-0.9/lib/Makefile.am.orig	2013-09-21 21:55:53.857973024 +0200
++++ satyr-0.9/lib/Makefile.am	2013-09-21 21:56:30.191304832 +0200
 @@ -50,7 +50,7 @@
  	unstrip.c \
  	utils.c
  
 -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 -export-symbols-regex '^sr_' $(GLIB_LIBS)
+ libsatyr_la_LDFLAGS = -version-info 2:0:0 -export-symbols-regex '^sr_' $(GLIB_LIBS)
  
  if HAVE_LIBOPCODES
 --- satyr-0.3/configure.ac.orig	2013-04-05 19:30:55.747216259 +0200
diff --git a/satyr-rpm5.patch b/satyr-rpm5.patch
index 3e1a07a..6ec0160 100644
--- a/satyr-rpm5.patch
+++ b/satyr-rpm5.patch
@@ -1,12 +1,12 @@
---- satyr-0.7/lib/Makefile.am.orig	2013-09-03 20:52:57.770063717 +0200
-+++ satyr-0.7/lib/Makefile.am	2013-09-03 21:06:11.176697086 +0200
+--- satyr-0.9/lib/Makefile.am.orig	2013-09-21 21:55:53.857973024 +0200
++++ satyr-0.9/lib/Makefile.am	2013-09-21 21:56:30.191304832 +0200
 @@ -50,7 +50,7 @@
  	unstrip.c \
  	utils.c
  
 -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 -export-symbols-regex '^sr_' $(GLIB_LIBS)
+ libsatyr_la_LDFLAGS = -version-info 2:0:0 -export-symbols-regex '^sr_' $(GLIB_LIBS)
  
  if HAVE_LIBOPCODES
 --- satyr-0.3/configure.ac.orig	2013-04-05 19:30:55.747216259 +0200
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list