rpms/libkate/devel libkate.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 libkate-0.3.1-noredef.patch, 1.1, NONE libkate-0.3.1-python_no_shebang.patch, 1.1, NONE

Nicolas Chauvet kwizart at fedoraproject.org
Mon May 11 11:22:39 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/libkate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28146

Modified Files:
	libkate.spec sources .cvsignore 
Removed Files:
	libkate-0.3.1-noredef.patch 
	libkate-0.3.1-python_no_shebang.patch 
Log Message:
Update to 0.3.3



Index: libkate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libkate/devel/libkate.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libkate.spec	10 Apr 2009 23:05:40 -0000	1.1
+++ libkate.spec	11 May 2009 11:22:09 -0000	1.2
@@ -1,16 +1,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           libkate
-Version:        0.3.1
-Release:        3%{?dist}
+Version:        0.3.3
+Release:        1%{?dist}
 Summary:        Libraries to handle the Kate bitstream format
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://code.google.com/p/libkate/
 Source0:        http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
-Patch0:         libkate-0.3.1-noredef.patch
-Patch1:         libkate-0.3.1-python_no_shebang.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -56,10 +54,6 @@ The %{name}-utils package contains the k
 
 %prep
 %setup -q
-#Prevent conflict with GNU getline() in recent rawhide
-%patch0 -p1 -b .noredef
-#Remove shebangs
-%patch1 -p1 -b .noshebangs
 
 # We regenerate theses files at built step
 rm tools/kate_parser.{c,h}
@@ -128,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 11 2009 kwizart < kwizart at gmail.com > - 0.3.3-1
+- Update to 0.3.3
+
 * Fri Apr 10 2009 kwizart < kwizart at gmail.com > - 0.3.1-3
 - Use Fedora compliant (using version) _docdir directory.
 - Remove shebangs when not needed.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libkate/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	10 Apr 2009 23:05:40 -0000	1.2
+++ sources	11 May 2009 11:22:09 -0000	1.3
@@ -1 +1 @@
-d94894c5b6f12c0a5fed34307a32bb9d  libkate-0.3.1.tar.gz
+328ea1eb451f460514a096668d3bf076  libkate-0.3.3.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libkate/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	10 Apr 2009 23:05:40 -0000	1.2
+++ .cvsignore	11 May 2009 11:22:09 -0000	1.3
@@ -1 +1 @@
-libkate-0.3.1.tar.gz
+libkate-0.3.3.tar.gz


--- libkate-0.3.1-noredef.patch DELETED ---


--- libkate-0.3.1-python_no_shebang.patch DELETED ---




More information about the scm-commits mailing list