rpms/ncurses/devel ncurses.spec, 1.55, 1.56 ncurses-5.5-chtypeaslong.patch, 1.2, NONE ncurses-5.5-chtypeaslong2.patch, 1.1, NONE ncurses-5.5-chtypeaslong3.patch, 1.1, NONE ncurses-5.5-chtypeaslongint.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 31 09:47:52 UTC 2006


Author: jnovy

Update of /cvs/dist/rpms/ncurses/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25187

Modified Files:
	ncurses.spec 
Removed Files:
	ncurses-5.5-chtypeaslong.patch ncurses-5.5-chtypeaslong2.patch 
	ncurses-5.5-chtypeaslong3.patch 
	ncurses-5.5-chtypeaslongint.patch 
Log Message:
* Fri Jan 31 2006 Jindrich Novy <jnovy at redhat.com> 5.5-18
- add --with-chtype=long to avoid type clashes on x86_64 (#178824)
- spec cleanup



Index: ncurses.spec
===================================================================
RCS file: /cvs/dist/rpms/ncurses/devel/ncurses.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ncurses.spec	27 Jan 2006 16:35:57 -0000	1.55
+++ ncurses.spec	31 Jan 2006 09:47:49 -0000	1.56
@@ -2,7 +2,7 @@
 Name: ncurses
 Version: 5.5
 %define includedirw %{_includedir}/ncursesw
-Release: 17
+Release: 18
 License: distributable
 Group: System Environment/Libraries
 URL: http://dickey.his.com/ncurses/ncurses.html
@@ -14,7 +14,6 @@
 Patch1: ncurses-5.4-xterm-kbs.patch
 Patch2: ncurses-5.4-filter.patch
 Patch3: ncurses-5.4-endwinfilter.patch
-Patch4: ncurses-5.5-chtypeaslong3.patch
 BuildRequires: sharutils
 BuildRoot: %{_tmppath}/%{name}-root
 
@@ -52,7 +51,6 @@
 %patch1 -p1 -b .xterm-kbs
 %patch2 -p1 -b .filter
 %patch3 -p1 -b .endwinfilter
-%patch4 -p1 -b .chtypeaslong3
 
 %build
 CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
@@ -67,14 +65,16 @@
 %configure --with-shared --with-cxx --without-ada --with-ospeed=unsigned \
    $WITH_GPM --enable-sigwinch --enable-hard-tabs --enable-xmc-glitch \
    --enable-colorfgbg $WITHOUT_XTERM_NEW \
-   --with-install-prefix=${RPM_BUILD_ROOT}
+   --with-install-prefix=${RPM_BUILD_ROOT} \
+   --with-chtype=long
 make
 cd ../widec
 ln -s ../configure .
 %configure --with-shared --with-cxx --without-ada --with-ospeed=unsigned \
    $WITH_GPM --enable-sigwinch --enable-hard-tabs --enable-xmc-glitch \
    --enable-colorfgbg $WITHOUT_XTERM_NEW --enable-widec \
-   --with-install-prefix=${RPM_BUILD_ROOT}
+   --with-install-prefix=${RPM_BUILD_ROOT} \
+   --with-chtype=long
 make
 cd ..
 
@@ -165,22 +165,11 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
-* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-17
-- Rebuild.
-
-* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-16
-- Rebuild.
-
-* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-15
-- Rebuild.
+* Fri Jan 31 2006 Jindrich Novy <jnovy at redhat.com> 5.5-18
+- add --with-chtype=long to avoid type clashes on x86_64 (#178824)
+- spec cleanup
 
-* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-14
-- Rebuild.
-
-* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-13
-- Rebuild.
-
-* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-12
+* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-17
 - Rebuild.
 
 * Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-11
@@ -198,24 +187,6 @@
 * Thu Dec 22 2005 Petr Raszyk <praszyk at redhat.com> 5.5-8
 - Strip *.so libs.
 
-* Thu Dec 22 2005 Petr Raszyk <praszyk at redhat.com> 5.5-7
-- Strip *.so libs.
-
-* Thu Dec 22 2005 Petr Raszyk <praszyk at redhat.com> 5.5-6
-- Strip *.so libs.
-
-* Thu Dec 22 2005 Petr Raszyk <praszyk at redhat.com> 5.5-5
-- Strip *.so libs.
-
-* Thu Dec 22 2005 Petr Raszyk <praszyk at redhat.com> 5.5-4
-- Strip *.so libs.
-
-* Wed Dec 21 2005 Petr Raszyk <praszyk at redhat.com> 5.5-3
-- Rebuild.
-
-* Wed Dec 21 2005 Petr Raszyk <praszyk at redhat.com> 5.5-2
-- Rebuild.
-
 * Wed Dec 21 2005 Petr Raszyk <praszyk at redhat.com> 5.5-1
 - Upgrade to ncurses 5.5
 


--- ncurses-5.5-chtypeaslong.patch DELETED ---


--- ncurses-5.5-chtypeaslong2.patch DELETED ---


--- ncurses-5.5-chtypeaslong3.patch DELETED ---


--- ncurses-5.5-chtypeaslongint.patch DELETED ---




More information about the fedora-cvs-commits mailing list