rpms/indent/devel .cvsignore, 1.7, 1.8 indent.spec, 1.38, 1.39 sources, 1.7, 1.8 indent-2.2.9-cdw.patch, 1.2, NONE indent-2.2.9-explicits.patch, 1.2, NONE

Petr Pisar ppisar at fedoraproject.org
Tue Jul 20 07:20:22 UTC 2010


Author: ppisar

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

Modified Files:
	.cvsignore indent.spec sources 
Removed Files:
	indent-2.2.9-cdw.patch indent-2.2.9-explicits.patch 
Log Message:
2.2.11 bump


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/indent/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	12 Mar 2008 15:32:13 -0000	1.7
+++ .cvsignore	20 Jul 2010 07:20:20 -0000	1.8
@@ -1 +1 @@
-indent-2.2.10.tar.gz
+indent-2.2.11.tar.gz


Index: indent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/indent/devel/indent.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- indent.spec	11 Aug 2009 13:40:06 -0000	1.38
+++ indent.spec	20 Jul 2010 07:20:22 -0000	1.39
@@ -1,17 +1,16 @@
 # -*- coding: utf-8 -*-
 Summary: A GNU program for formatting C code
 Name: indent
-Version: 2.2.10
-Release: 5%{?dist}
+Version: 2.2.11
+Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Text
 URL: http://indent.isidore-it.eu/beautify.html
 Source: http://indent.isidore-it.eu/%{name}-%{version}.tar.gz
-Patch3: indent-2.2.9-explicits.patch
-Patch4: indent-2.2.9-cdw.patch
 Patch5: indent-2.2.9-lcall.patch
 Patch7: indent-2.2.9-man.patch
-BuildRequires: gettext texinfo texi2html
+#BuildRequires: gettext texinfo texi2html
+BuildRequires: texinfo texi2html
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -27,15 +26,13 @@ you want a program to format your code.
 
 %prep
 %setup -q
-%patch3 -p1
-%patch4 -p1
 %patch5 -p1
 %patch7 -p1
 
 %build
 %configure
-# Parallel make doesn't work
-make
+## Parallel make doesn't work
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,14 +59,20 @@ if [ "$1" = 0 ]; then
 fi
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README
 %defattr(-,root,root)
+%doc AUTHORS COPYING NEWS README ChangeLog*
 %{_bindir}/indent
 %{_mandir}/man1/indent.*
 %{_infodir}/indent.info*
 
 
 %changelog
+* Tue Jul 20 2010 Petr Pisar <ppisar at redhat.com> - 2.2.11-1
+- 2.2.11 bump (#457064)
+- Remove useless patches: indent-2.2.9-cdw.patch, indent-2.2.9-explicits.patch
+- Reenable parallel build
+- Distribute upstream changelogs
+
 * Tue Aug 11 2009 Roman Rakus <rrakus at redhat.com> - 2.2.10-5
 - Don't print errors in post and preun sections (#515935)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/indent/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	12 Mar 2008 15:32:13 -0000	1.7
+++ sources	20 Jul 2010 07:20:22 -0000	1.8
@@ -1 +1 @@
-be35ea62705733859fbf8caf816d8959  indent-2.2.10.tar.gz
+98beafca62472805a3739d3867d5d70f  indent-2.2.11.tar.gz


--- indent-2.2.9-cdw.patch DELETED ---


--- indent-2.2.9-explicits.patch DELETED ---



More information about the scm-commits mailing list