Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5901 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
adefe50461
3 changed files with 16 additions and 5 deletions
  1. 4 1
      P/PyYAML/PyYAML-vl.spec
  2. 7 3
      l/lzip/lzip-vl.spec
  3. 5 1
      lib/liby/libyaml/libyaml-vl.spec

+ 4 - 1
P/PyYAML/PyYAML-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           PyYAML
 Version:        3.10
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        YAML parser and emitter for Python
 
 Group:          Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.10-3
+- rebuilt with libyaml-0.1.4
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10-2
 - rebuild with python-2.7.2
 

+ 7 - 3
l/lzip/lzip-vl.spec

@@ -1,5 +1,5 @@
 Name:           lzip
-Version:        1.12
+Version:        1.13
 Release:        1%{?_dist_release}
 Summary:        LZMA compressor with integrity checking
 
@@ -9,7 +9,7 @@ URL:            http://www.nongnu.org/lzip/lzip.html
 Source0:        http://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz
 
 # 2009-02-15: sent to upstream bug report mailinglist lzip-bug@nongnu.org
-Patch0:         lzip-1.4-missing_cstdio.patch
+#Patch0:         lzip-1.4-missing_cstdio.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 Requires(post): /sbin/install-info
@@ -24,7 +24,7 @@ format (.lz) is not compatible with the lzma file format (.lzma).
 
 %prep
 %setup -q
-%patch0 -p1 -b .missing_cstdio
+#%patch0 -p1 -b .missing_cstdio
 
 %build
 %configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
@@ -66,6 +66,10 @@ fi
 
 
 %changelog
+* Mon Mar 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.13-1
+- Update to new release
+- dropt patch0
+
 * Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.12-1
 - Update to new release
 

+ 5 - 1
lib/liby/libyaml/libyaml-vl.spec

@@ -1,7 +1,7 @@
 Summary:        YAML 1.1 parser and emitter written in C
 
 Name:           libyaml
-Version:        0.1.2
+Version:        0.1.4
 Release:        1%{?_dist_release}
 
 Group:          Development/Libraries
@@ -61,10 +61,14 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc doc/html
 %{_libdir}/%{name}*.so
+%{_libdir}/pkgconfig/yaml-0.1.pc
 %{_includedir}/yaml.h
 
 
 %changelog
+* Mon Mar 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.4-1
+- new upstream release
+
 * Wed Jun 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.2-1
 - initial build for Vine Linux