rpms/exempi/devel .cvsignore, 1.9, 1.10 exempi.spec, 1.13, 1.14 sources, 1.9, 1.10 exempi-upstream_gcc44_fix.patch, 1.1, NONE

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon May 3 08:31:17 UTC 2010


Author: sochotni

Update of /cvs/pkgs/rpms/exempi/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1613/devel

Modified Files:
	.cvsignore exempi.spec sources 
Removed Files:
	exempi-upstream_gcc44_fix.patch 
Log Message:
exempi-2.1.1 - bugfix release

removed gcc-4.4 patch (included in upstream now)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/exempi/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	6 Jan 2009 16:41:21 -0000	1.9
+++ .cvsignore	3 May 2010 08:31:08 -0000	1.10
@@ -1 +1 @@
-exempi-2.1.0.tar.gz
+exempi-2.1.1.tar.gz


Index: exempi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exempi/devel/exempi.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- exempi.spec	24 Jul 2009 22:25:11 -0000	1.13
+++ exempi.spec	3 May 2010 08:31:08 -0000	1.14
@@ -1,12 +1,11 @@
 Summary:	Library for easy parsing of XMP metadata
 Name:		exempi
-Version:	2.1.0
-Release:	4%{?dist}
+Version:	2.1.1
+Release:	1%{?dist}
 License:	BSD
 Group:		System Environment/Libraries
 URL:		http://libopenraw.freedesktop.org/wiki/Exempi
 Source0:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
-Patch0:		exempi-upstream_gcc44_fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	boost-devel expat-devel zlib-devel pkgconfig
 
@@ -27,7 +26,6 @@ developing with exempi
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc44
 
 %build
 %configure LDFLAGS="-L%{_libdir}" CPPFLAGS="-I%{_includedir}"
@@ -36,7 +34,10 @@ sed -i 's|^hardcode_libdir_flag_spec=.*|
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 make %{?_smp_mflags}
-										
+
+%check
+make check
+
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
@@ -63,6 +64,11 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon May  3 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.1.1-1
+- Update to 2.1.1
+- Add testsuite execution
+- Removed build patch for gcc-4.4 (fixed in upstream)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/exempi/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	6 Jan 2009 16:41:21 -0000	1.9
+++ sources	3 May 2010 08:31:09 -0000	1.10
@@ -1 +1 @@
-30dfa5c394b4a3901c66f6e60e8b22e4  exempi-2.1.0.tar.gz
+62ecb5a01387b9f940a5429b3df67e65  exempi-2.1.1.tar.gz


--- exempi-upstream_gcc44_fix.patch DELETED ---



More information about the scm-commits mailing list