rpms/orc/devel .cvsignore,1.2,1.3 orc.spec,1.1,1.2 sources,1.2,1.3

Fabian Deutsch fabiand at fedoraproject.org
Sun Jun 13 15:33:17 UTC 2010


Author: fabiand

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

Modified Files:
	.cvsignore orc.spec sources 
Log Message:
Updating orc to release 0.4.5.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/orc/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	14 Apr 2010 12:36:52 -0000	1.2
+++ .cvsignore	13 Jun 2010 15:33:17 -0000	1.3
@@ -1 +1 @@
-orc-0.4.4.tar.gz
+orc-0.4.5.tar.gz


Index: orc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/orc/devel/orc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- orc.spec	14 Apr 2010 12:36:52 -0000	1.1
+++ orc.spec	13 Jun 2010 15:33:17 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		orc
-Version:	0.4.4
-Release:	2%{?dist}
+Version:	0.4.5
+Release:	1%{?dist}
 Summary:	The Oil Run-time Compiler
 
 Group:		System Environment/Libraries
@@ -68,6 +68,7 @@ make install DESTDIR=%{buildroot} INSTAL
 
 # Remove unneeded files.
 find %{buildroot}/%{_libdir} -name \*.a -or -name \*.la -delete
+find %{buildroot}/%{_libdir} -name liborc-test-\* -delete
 rm -rf %{buildroot}/%{_libdir}/orc
 
 touch -r stamp-h1 %{buildroot}%{_includedir}/%{name}-0.4/orc/orc-stdint.h   
@@ -111,6 +112,10 @@ make check
 
 
 %changelog
+* Mon Jun 14 2010 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.5-1
+- Updated to 0.4.5.
+- Removed testing libraries from package.
+
 * Mon Apr 05 2010 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.4-2
 - Docs as noarch.
 - Sanitize timestamps of header files.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/orc/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	14 Apr 2010 12:36:52 -0000	1.2
+++ sources	13 Jun 2010 15:33:17 -0000	1.3
@@ -1 +1 @@
-35f3b7283f391ab8ade7f94332940414  orc-0.4.4.tar.gz
+e26e59428b13ec251916f34bea96eee5  orc-0.4.5.tar.gz



More information about the scm-commits mailing list