[amide/f19] 1.0.4

Tom Callaway spot at fedoraproject.org
Tue Apr 23 19:56:33 UTC 2013


commit 179ba648811a7f091afbe605fbe1cd436e9f8d9e
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Apr 23 15:55:54 2013 -0400

    1.0.4

 amide-1.0.4-link-to-libstdc++.patch |   11 +++++++++++
 amide.spec                          |    9 +++++++--
 sources                             |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/amide-1.0.4-link-to-libstdc++.patch b/amide-1.0.4-link-to-libstdc++.patch
new file mode 100644
index 0000000..743769c
--- /dev/null
+++ b/amide-1.0.4-link-to-libstdc++.patch
@@ -0,0 +1,11 @@
+diff -up amide-1.0.4/doc/reference/Makefile.in.lstdc++ amide-1.0.4/doc/reference/Makefile.in
+--- amide-1.0.4/doc/reference/Makefile.in.lstdc++	2013-04-23 15:19:04.735587818 -0400
++++ amide-1.0.4/doc/reference/Makefile.in	2013-04-23 15:19:18.065587342 -0400
+@@ -378,6 +378,7 @@ GTKDOC_LIBS = \
+ 	$(FFMPEG_LIBS) \
+ 	$(AMIDE_LIBDCMDATA_LIBS) \
+ 	$(AMIDE_LDADD_WIN32) \
++	-lstdc++ \
+ 	$(OBJ_FILES)
+ 
+ 
diff --git a/amide.spec b/amide.spec
index b63e754..0b33fda 100644
--- a/amide.spec
+++ b/amide.spec
@@ -1,12 +1,13 @@
 Name:		amide
-Version:	1.0.0
-Release:	4%{?dist}
+Version:	1.0.4
+Release:	1%{?dist}
 Summary:	Program for viewing and analyzing medical image data sets
 
 Group:		Applications/Productivity
 License:	GPLv2+
 URL:		http://amide.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
+Patch0:         amide-1.0.4-link-to-libstdc++.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	dcmtk-devel >= 3.5.4
@@ -55,6 +56,7 @@ that use %{name}.
 
 %prep
 %setup -q
+%patch0 -p1 -b .lstcd++
 sed -i 's|Icon=%{name}_logo.png|Icon=%{name}_logo|g' etc/%{name}.desktop.in
 # configure does not pich up environment variables, so we use this dirty hack
 sed -i 's|"-g -O6 -Wall"|"$RPM_OPT_FLAGS"|g' configure
@@ -110,6 +112,9 @@ scrollkeeper-update -q || :
 %{_datadir}/gtk-doc/
 
 %changelog
+* Tue Apr 23 2013 Tom Callaway <spot at fedoraproject.org> - 1.0.4-1
+- update to 1.0.4
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index ec58e8d..1f268ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-660600aec949e72765d332eeaafbfadc  amide-1.0.0.tgz
+ac2df2698efab3f62beb3d3c648c963c  amide-1.0.4.tgz


More information about the scm-commits mailing list