Browse Source

cups-1.4.8-6, clearsilver-0.10.5-6, cifs-utils-5.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6102 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 12 years ago
parent
commit
ac9811f5a8
3 changed files with 16 additions and 5 deletions
  1. 5 2
      c/cifs-utils/cifs-utils-vl.spec
  2. 5 2
      c/clearsilver/clearsilver-vl.spec
  3. 6 1
      c/cups/cups-vl.spec

+ 5 - 2
c/cifs-utils/cifs-utils-vl.spec

@@ -1,6 +1,6 @@
 Name:           cifs-utils
-Version:        4.9
-Release:        2%{?_dist_release}
+Version:        5.3
+Release:        1%{?_dist_release}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Sat Apr 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3-1
+- new upstream release.
+
 * Thu Mar 24 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.9-2
 - initial build for Vine Linux.
 

+ 5 - 2
c/clearsilver/clearsilver-vl.spec

@@ -1,6 +1,6 @@
 %define name clearsilver
 %define version 0.10.5
-%define release 5%{_dist_release}
+%define release 6%{_dist_release}
 %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
 
 Summary: A fast, powerful, and language-neutral HTML template system.
@@ -34,7 +34,7 @@ Clearsilver は高速、強力で言語中立なテンプレートシステム
 %setup -q
 %patch0 -p1 -b .conf
 
-perl -pi -e 's/python_versions="2\.5/python_versions="2.6 2.5/' configure
+perl -pi -e 's/python_versions="2\.5/python_versions="2.7 2.6 2.5/' configure
 
 %build
 %configure --disable-csharp
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man*/*.gz
 
 %changelog
+* Sat Feb 25 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.5-6
+- rebuilt with python-2.7.
+
 * Sun May 15 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.5-5
 - rebuilt with perl-5.12.3 and python-2.6.
 

+ 6 - 1
c/cups/cups-vl.spec

@@ -8,7 +8,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4.8
-Release: 5%{?_dist_release}
+Release: 6%{?_dist_release}
 License: GPL
 Group: System Environment/Daemons
 
@@ -102,6 +102,7 @@ Patch100: cups-1.4.6-fix-template-ja.patch
 Patch101: cups-1.4.6-pstext-utf8.patch
 Patch102: cups-serverbin-compat2.patch
 Patch103: cups-serverbin-compat3.patch
+Patch104: cups-serverbin-compat4.patch
 
 Url: http://www.cups.org/
 BuildRoot: %{_tmppath}/%{name}-root
@@ -317,6 +318,7 @@ Common UNIX Printing SystemはUNIX操作環境においてポータブルな印
 %patch101 -p1 -b .pstext
 %patch102 -p0 -b .serverbin-compat2
 %patch103 -p0 -b .serverbin-compat3
+%patch104 -p1 -b .serverbin-compat4
 
 # make to use cjktexttops instead texttops.
 perl -pi -e 's/texttops$/cjktexttops/' conf/mime.convs.in
@@ -699,6 +701,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Apr 17 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.8-6
+- modified initscript and added Patch104 to deal with wrong drivers.
+
 * Sun Feb 12 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.8-5
 - fixed %%changelog.