rpms/syck/F-7 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 syck.spec, 1.14, 1.15

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Tue Sep 25 06:57:26 UTC 2007


Author: oliver

Update of /cvs/pkgs/rpms/syck/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8608

Modified Files:
	.cvsignore sources syck.spec 
Log Message:

* Devel spec to F-7
* Update for F-7 (0.55 -> 0.61*)
* Rebuild against new PHP to solve bug #304351



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/syck/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Aug 2005 08:15:11 -0000	1.2
+++ .cvsignore	25 Sep 2007 06:56:53 -0000	1.3
@@ -1 +1 @@
-syck-0.55.tar.gz
+syck-0.61+svn231+patches.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/syck/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Aug 2005 08:15:11 -0000	1.2
+++ sources	25 Sep 2007 06:56:53 -0000	1.3
@@ -1 +1 @@
-a57b7c46d81170b9318e2f384f77910c  syck-0.55.tar.gz
+66513c7b458bdadf12c97899eb33be67  syck-0.61+svn231+patches.tar.gz


Index: syck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/syck/F-7/syck.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- syck.spec	1 Aug 2007 10:46:04 -0000	1.14
+++ syck.spec	25 Sep 2007 06:56:53 -0000	1.15
@@ -1,23 +1,21 @@
-# $Id$
-
 %define			php_extdir %(php-config --extension-dir || echo %{_libdir}/php)
 %{!?php_version:%define php_version %(php-config --version || echo bad)}
 
-Name:			syck
-Summary:		YAML for C, Python, and PHP
+Name:		syck
+Summary:	YAML for C, Python, and PHP
 
-Version:		0.55
-Release:		17%{?dist}
+Version:	0.61
+Release:	2%{?dist}
 
-License:		BSD
-Group:			System Environment/Libraries
-URL:			http://whytheluckystiff.net/syck/
+License:	BSD
+Group:		System Environment/Libraries
+URL:		http://whytheluckystiff.net/syck/
 
-Source0:		http://rubyforge.org/frs/download.php/4492/%{name}-%{version}.tar.gz
+Source0:	http://pyyaml.org/download/pysyck/syck-%{version}+svn231+patches.tar.gz
 
-Patch0:			syck-0.55-libtool.patch
+Patch0:		syck-0.55-libtool.patch
 
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gawk bison flex libtool
 BuildRequires:	php-devel
 BuildRequires:	python-devel
@@ -36,10 +34,10 @@
 serialization, configuration settings, log files, Internet messaging and
 filtering. 
 
-%package		php
-Summary:		YAML module for php
-Group:			Development/Languages
-Requires:		php = %{php_version}
+%package	php
+Summary:	YAML module for php
+Group:		Development/Languages
+Requires:	php = %{php_version}
 
 %description	php
 Syck is an extension for reading and writing YAML swiftly in popular scripting
@@ -57,11 +55,9 @@
 
 The %{name}-php package contains the syck php extension.
 
-%package		python
-Summary:		YAML module for python
-Group:			Development/Languages
-#Requires:		python
-#Requires:		python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
+%package	python
+Summary:	YAML module for python
+Group:		Development/Languages
 
 %description	python
 Syck is an extension for reading and writing YAML swiftly in popular scripting
@@ -79,11 +75,11 @@
 
 The %{name}-python package contains the syck php extension.
 
-%package devel
+%package	devel
 Summary:	Static libraries and headers for developing with Syck
 Group:		Development/Libraries
 Requires:	syck = %{version}-%{release}
-%description devel
+%description	devel
 Syck is an extension for reading and writing YAML swiftly in popular scripting
 languages. As Syck loads the YAML, it stores the data directly in your
 language's symbol table. This means speed. This means power. This means Do not
@@ -101,7 +97,7 @@
 Syck.
 
 %prep
-%setup -q
+%setup -q -n syck-0.61+svn231+patches
 %patch0 -p1
 
 %build
@@ -185,9 +181,17 @@
 %{php_extdir}/*.so
 
 %changelog
-* Wed Aug 01 2007 Oliver Falk <oliver at linux-kernel.at>     - 0.55-17
+* Thu Sep 20 2007 Oliver Falk <oliver at linux-kernel.at>	- 0.61-2
 - Rebuild against new PHP
 
+* Tue Aug 21 2007 Oliver Falk <oliver at linux-kernel.at>	- 0.61-1
+- Update
+- Clean up spec a bit
+- Rebuild to make Jesse happy
+
+* Thu Jul 19 2007 Jesse Keating <jkeating at redhat.com> - 0.55-17
+- Rebuild against new PHP, again.
+
 * Thu May 24 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.55-16
 - Rebuild against new PHP
 




More information about the fedora-extras-commits mailing list