From svn at tinysofa.org Sun Aug 1 13:11:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 1 Aug 2004 23:11:54 +1000 (EST) Subject: [tinysofa-svn] r3320 - in tinysofa/releases/1.1/courier-imap/current: sources specs Message-ID: <20040801131154.450A14E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-01 23:11:54 +1000 (Sun, 01 Aug 2004) New Revision: 3320 Added: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-3.0.6.tar.bz2 Removed: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-2.2.1.tar.bz2 Modified: tinysofa/releases/1.1/courier-imap/current/sources/courier-imapd.conf tinysofa/releases/1.1/courier-imap/current/sources/courier-pop3d.conf tinysofa/releases/1.1/courier-imap/current/sources/courier-pop3sd.conf tinysofa/releases/1.1/courier-imap/current/sources/courier-simapd.conf tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec Log: New upstream Deleted: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-2.2.1.tar.bz2 =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-3.0.6.tar.bz2 =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-3.0.6.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/courier-imap/current/sources/courier-imapd.conf =================================================================== --- tinysofa/releases/1.1/courier-imap/current/sources/courier-imapd.conf 2004-08-01 11:30:33 UTC (rev 3319) +++ tinysofa/releases/1.1/courier-imap/current/sources/courier-imapd.conf 2004-08-01 13:11:54 UTC (rev 3320) @@ -1,11 +1,11 @@ -##VERSION: $Id: imapd.dist.in,v 1.22 2003/02/27 04:42:20 mrsam Exp $ +##VERSION: $Id: imapd.dist.in,v 1.29 2004/04/18 15:54:39 mrsam Exp $ # # imapd created from imapd.dist by sysconftool # # Do not alter lines that begin with ##, they are used when upgrading # this configuration. # -# Copyright 1998 - 2002 Double Precision, Inc. See COPYING for +# Copyright 1998 - 2004 Double Precision, Inc. See COPYING for # distribution information. # # This configuration file sets various options for the Courier-IMAP server @@ -81,6 +81,8 @@ # # The default is set during the initial configuration. # +# If this is currently set to AUTHMODULES="authdaemon", DO NOT CHANGE IT. +# Instead, change the parameter authmodulelist in authdaemonrc. AUTHMODULES="authdaemon" @@ -97,6 +99,9 @@ # DEBUG_LOGIN=0 - turn off login debugging # DEBUG_LOGIN=1 - turn on login debugging # DEBUG_LOGIN=2 - turn on login debugging + log passwords too +# +# Note that most information is sent to syslog at level 'debug', so +# you may need to modify your /etc/syslog.conf to be able to see it. DEBUG_LOGIN=0 @@ -113,6 +118,22 @@ IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE" +##NAME: KEYWORDS_CAPABILITY:0 +# +# IMAP_KEYWORDS=1 enables custom IMAP keywords. Set this option to 0 to +# disable custom keywords. + +IMAP_KEYWORDS=1 + +##NAME: SMAP1_CAPABILITY:0 +# +# EXPERIMENTAL +# +# To enable the experimental "Simple Mail Access Protocol" extensions, +# uncomment the following setting. +# +# SMAP_CAPABILITY=SMAP1 + ##NAME: IMAP_CAPABILITY_ORIG:1 # # For use by webadmin @@ -207,11 +228,20 @@ # multiple access to the same folder. This incurs slight additional # overhead. Concurrent multiple access will still work without this setting, # however occasionally a minor race condition may result in an IMAP client -# downloading the same message twice. +# downloading the same message twice, or a keyword update will fail. # +# IMAP_USELOCKS=1 is strongly recommended when shared folders are used. -IMAP_USELOCKS=0 +IMAP_USELOCKS=1 +##NAME: IMAP_SHAREDINDEXFILE:0 +# +# The index of all accessible folders. Do not change this setting unless +# you know what you're doing. See README.sharedfolders for additional +# information. + +IMAP_SHAREDINDEXFILE=/etc/courier-imap/shared/index + ##NAME: IMAP_ENHANCEDIDLE:0 # # If Courier was compiled with the File Alteration Monitor, setting @@ -334,3 +364,9 @@ # # for more information. # + +##NAME: MAILDIRPATH:0 +# +# MAILDIRPATH - directory name of the maildir directory. +# +MAILDIRPATH=Maildir Modified: tinysofa/releases/1.1/courier-imap/current/sources/courier-pop3d.conf =================================================================== --- tinysofa/releases/1.1/courier-imap/current/sources/courier-pop3d.conf 2004-08-01 11:30:33 UTC (rev 3319) +++ tinysofa/releases/1.1/courier-imap/current/sources/courier-pop3d.conf 2004-08-01 13:11:54 UTC (rev 3320) @@ -1,4 +1,4 @@ -##VERSION: $Id: pop3d.dist.in,v 1.6 2002/10/01 03:00:15 mrsam Exp $ +##VERSION: $Id: pop3d.dist.in,v 1.9 2004/04/18 15:54:39 mrsam Exp $ # # pop3d created from pop3d.dist by sysconftool # @@ -41,6 +41,9 @@ ## module. ## ######################################################################### +# +# If this is currently set to AUTHMODULES="authdaemon", DO NOT CHANGE IT. +# Instead, change the parameter authmodulelist in authdaemonrc. AUTHMODULES="authdaemon" @@ -58,6 +61,9 @@ # DEBUG_LOGIN=0 - turn off login debugging # DEBUG_LOGIN=1 - turn on login debugging # DEBUG_LOGIN=2 - turn on login debugging + log passwords too +# +# Note that most information is sent to syslog at level 'debug', so +# you may need to modify your /etc/syslog.conf to be able to see it. DEBUG_LOGIN=0 @@ -132,3 +138,9 @@ # # for more information. # + +##NAME: MAILDIRPATH:0 +# +# MAILDIRPATH - directory name of the maildir directory. +# +MAILDIRPATH=Maildir Modified: tinysofa/releases/1.1/courier-imap/current/sources/courier-pop3sd.conf =================================================================== --- tinysofa/releases/1.1/courier-imap/current/sources/courier-pop3sd.conf 2004-08-01 11:30:33 UTC (rev 3319) +++ tinysofa/releases/1.1/courier-imap/current/sources/courier-pop3sd.conf 2004-08-01 13:11:54 UTC (rev 3320) @@ -1,4 +1,4 @@ -##VERSION: $Id: pop3d-ssl.dist.in,v 1.9 2002/08/28 12:32:19 mrsam Exp $ +##VERSION: $Id: pop3d-ssl.dist.in,v 1.10 2004/01/24 20:09:31 mrsam Exp $ # # pop3d-ssl created from pop3d-ssl.dist by sysconftool # @@ -65,6 +65,8 @@ # for more information. # + + ##NAME: POP3_STARTTLS:0 # # Whether or not to implement the POP3 STLS extension: @@ -91,7 +93,6 @@ # at your own risk. Only the basic SSL/TLS functionality is known to be # working. Keep this in mind as you play with the following variables. - COURIERTLS=/usr/bin/couriertls ##NAME: TLS_PROTOCOL:0 @@ -141,7 +142,7 @@ # servers, and is optional for SSL/TLS clients. TLS_CERTFILE is usually # treated as confidential, and must not be world-readable. # -TLS_CERTFILE=/etc/ssl/certs/pop3d.pem +TLS_CERTFILE=/usr/share/courier-imap/pop3d.pem ##NAME: TLS_TRUSTCERTS:0 # @@ -181,5 +182,5 @@ # problems with SSL clients. Disable SSL caching by commenting out the # following settings: -TLS_CACHEFILE=/var/spool/courier/sslcache +TLS_CACHEFILE=/var/couriersslcache TLS_CACHESIZE=524288 Modified: tinysofa/releases/1.1/courier-imap/current/sources/courier-simapd.conf =================================================================== --- tinysofa/releases/1.1/courier-imap/current/sources/courier-simapd.conf 2004-08-01 11:30:33 UTC (rev 3319) +++ tinysofa/releases/1.1/courier-imap/current/sources/courier-simapd.conf 2004-08-01 13:11:54 UTC (rev 3320) @@ -1,4 +1,4 @@ -##VERSION: $Id: imapd-ssl.dist.in,v 1.8 2002/08/11 20:00:20 mrsam Exp $ +##VERSION: $Id: imapd-ssl.dist.in,v 1.9 2004/01/24 20:09:26 mrsam Exp $ # # imapd-ssl created from imapd-ssl.dist by sysconftool # @@ -52,21 +52,8 @@ SSLPIDFILE=/var/run/imapd-ssl.pid -##NAME: IMAPDSSLSTART:0 +##IMAPDSSLSTART:0 # -# Different pid files, so that both instances of couriertcpd can coexist -# happily. -# -# You can also redefine AUTHMODULES and IMAP_CAPABILITY, although I can't -# think of why you'd want to do that. -# -# -# Ok, the following settings are new to imapd-ssl: -# -# Whether or not to start IMAP over SSL on simap port: -# -#IMAPDSSLSTART=YES -# # This variable is not used in tinysofa. # Service startup control is provided by the chkconfig utility. # Try: @@ -78,6 +65,7 @@ + ##NAME: IMAPDSTARTTLS:0 # # Whether or not to implement IMAP STARTTLS extension instead: @@ -157,7 +145,7 @@ # servers, and is optional for SSL/TLS clients. TLS_CERTFILE is usually # treated as confidential, and must not be world-readable. # -TLS_CERTFILE=/etc/ssl/certs/imapd.pem +TLS_CERTFILE=/usr/share/courier-imap/imapd.pem ##NAME: TLS_TRUSTCERTS:0 # @@ -198,5 +186,6 @@ # problems with SSL clients. Disable SSL caching by commenting out the # following settings: -TLS_CACHEFILE=/var/spool/courier/sslcache +TLS_CACHEFILE=/var/couriersslcache TLS_CACHESIZE=524288 + Modified: tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec =================================================================== --- tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec 2004-08-01 11:30:33 UTC (rev 3319) +++ tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec 2004-08-01 13:11:54 UTC (rev 3320) @@ -1,7 +1,7 @@ Summary: Courier-IMAP server Name: courier-imap -Version: 2.2.1 -Release: 7jh +Version: 3.0.6 +Release: 1gd License: GPL Group: extra Source: http://unc.dl.sourceforge.net/sourceforge/courier/courier-imap-%{version}.tar.bz2 @@ -197,7 +197,6 @@ %{_prefix}/%{_lib}/%{name}/imapd.rc %{_prefix}/%{_lib}/%{name}/makedatprog %{_prefix}/%{_lib}/%{name}/couriertcpd - %{_prefix}/%{_lib}/%{name}/courierlogger %{_prefix}/%{_lib}/%{name}/imapd-ssl.rc %{_prefix}/%{_lib}/%{name}/pop3d.rc %{_prefix}/%{_lib}/%{name}/pop3d-ssl.rc @@ -238,6 +237,10 @@ %changelog +* Sun Jul 1 2004 Gerald Dachs 3.0.6-1gd +- New upstream version +- updated config files + * Wed May 19 2004 tsintegrate 2.2.1-6ts - current (2.2.1-5ts) integrated as 2.2.1-6ts for release 1.0-U1 From svn at tinysofa.org Sun Aug 1 13:16:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 1 Aug 2004 23:16:12 +1000 (EST) Subject: [tinysofa-svn] r3321 - in contrib/clamav/current: sources specs Message-ID: <20040801131612.E51F64E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-01 23:16:12 +1000 (Sun, 01 Aug 2004) New Revision: 3321 Added: contrib/clamav/current/sources/clamav-0.75.1.tar.gz Removed: contrib/clamav/current/sources/clamav-0.74.tar.gz Modified: contrib/clamav/current/specs/clamav.spec Log: New upstream Deleted: contrib/clamav/current/sources/clamav-0.74.tar.gz =================================================================== (Binary files differ) Added: contrib/clamav/current/sources/clamav-0.75.1.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/clamav/current/sources/clamav-0.75.1.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: contrib/clamav/current/specs/clamav.spec =================================================================== --- contrib/clamav/current/specs/clamav.spec 2004-08-01 13:11:54 UTC (rev 3320) +++ contrib/clamav/current/specs/clamav.spec 2004-08-01 13:16:12 UTC (rev 3321) @@ -1,7 +1,7 @@ Summary: An antivirus toolkit for Unix Name: clamav -Version: 0.74 -Release: 1ok +Version: 0.75.1 +Release: 1gd License: GPL Group: tinysofa contrib URL: http://www.clamav.net @@ -46,7 +46,7 @@ %package doc Summary: Documentation for %{name} -Requires: %{name}=%{version}-%{release} +Requires: %{name} = %{version}-%{release} Group: tinysofa contrib %description doc @@ -81,7 +81,7 @@ %install [ -n "%buildroot" -a "%buildroot" != / ] && rm -rf %buildroot -install -d %buildroot%{_initdir}/ +install -d %buildroot%{_initrddir}/ install -d %buildroot%{_sysconfdir}/sysconfig/ install -d %buildroot%{_sysconfdir}/logrotate.d/ install -d %buildroot%{_sysconfdir}/log.d/scripts/services/ @@ -93,8 +93,8 @@ %{__make} install DESTDIR=%buildroot rm -f %buildroot%{_mandir}/man8/clamav-milter.8* -install %{SOURCE1} %buildroot%{_initdir}/clamd -install %{SOURCE3} %buildroot%{_initdir}/freshclam +install %{SOURCE1} %buildroot%{_initrddir}/clamd +install %{SOURCE3} %buildroot%{_initrddir}/freshclam install %{SOURCE5} %buildroot%{_sysconfdir}/sysconfig/freshclam # Make sure we create with the correct user/group @@ -120,7 +120,6 @@ %clean [ -n "%buildroot" -a "%buildroot" != / ] && rm -rf %buildroot - %pre if [ -z "`getent group %{group_name}`" ] ; then /usr/sbin/groupadd -g %{group_id} %{group_name} @@ -131,27 +130,24 @@ fi %post -/sbin/chkconfig --add clamd -/sbin/chkconfig --add freshclam -/sbin/restart_maybe clamd > /dev/null 2>&1 -/sbin/restart_maybe freshclam > /dev/null 2>&1 +%service_post clamd +%service_post freshclam %preun -if [ $1 = 0 ]; then - service clamd stop > /dev/null 2>&1 - service freshclam stop > /dev/null 2>&1 - /sbin/chkconfig --del clamd - /sbin/chkconfig --del freshclam -fi +%service_preun clamd +%service_preun freshclam +%postun +%service_postun clamd +%service_postun freshclam %files %defattr(-,root,root) %attr(0640,root,%{group_name}) %config %{_sysconfdir}/clamav.conf %attr(0640,root,%{group_name}) %config %{_sysconfdir}/freshclam.conf %attr(0640,root,%{group_name}) %config %{_sysconfdir}/sysconfig/freshclam -%{_initdir}/clamd -%{_initdir}/freshclam +%{_initrddir}/clamd +%{_initrddir}/freshclam %{_sysconfdir}/logrotate.d/clamd %{_sysconfdir}/logrotate.d/freshclam %{_bindir}/* @@ -185,6 +181,9 @@ %changelog +* Sun Aug 01 2004 Gerald Dachs 0.75.1-1gd +- New upstream + * Thu Jul 07 2004 Omar Kilani 0.74-1ok - New upstream. From svn at tinysofa.org Sun Aug 1 14:56:24 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 00:56:24 +1000 (EST) Subject: [tinysofa-svn] r3322 - in contrib/dnsmasq/current: sources specs Message-ID: <20040801145624.976BD4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 00:56:24 +1000 (Mon, 02 Aug 2004) New Revision: 3322 Added: contrib/dnsmasq/current/sources/dnsmasq-2.10.tar.gz Removed: contrib/dnsmasq/current/sources/dnsmasq-2.9.tar.gz Modified: contrib/dnsmasq/current/specs/dnsmasq.spec Log: New upstream Added: contrib/dnsmasq/current/sources/dnsmasq-2.10.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/dnsmasq/current/sources/dnsmasq-2.10.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Deleted: contrib/dnsmasq/current/sources/dnsmasq-2.9.tar.gz =================================================================== (Binary files differ) Modified: contrib/dnsmasq/current/specs/dnsmasq.spec =================================================================== --- contrib/dnsmasq/current/specs/dnsmasq.spec 2004-08-01 13:16:12 UTC (rev 3321) +++ contrib/dnsmasq/current/specs/dnsmasq.spec 2004-08-01 14:56:24 UTC (rev 3322) @@ -1,6 +1,6 @@ Summary: A lightweight caching nameserver Name: dnsmasq -Version: 2.9 +Version: 2.10 Release: 1gd Group: Network/Services Source: http://www.thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz @@ -30,41 +30,44 @@ %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -mkdir -p -m 755 $RPM_BUILD_ROOT%{_initdir} +mkdir -p -m 755 $RPM_BUILD_ROOT%{_initrddir} mkdir -p -m 755 $RPM_BUILD_ROOT%{_sysconfdir} make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} MANDIR=%{_mandir} install -install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initdir}/%{name} +install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/%{name} install -m 600 %{SOURCE2} \ $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot - %post -/sbin/chkconfig --add %{name} -/sbin/restart_maybe %{name} 2>&1 +%service_post %{name} %preun -if [ "$1" = "0" ]; then - /sbin/service %{name} stop 2>&1 - /sbin/chkconfig --del %{name} -fi +%service_preun %{name} +%postun +%service_postun %{name} + %files # --- files owned by this package %defattr(-,root,root) %doc CHANGELOG COPYING FAQ UPGRADING_to_2.0 doc.html setup.html %doc dnsmasq.conf.example %config (noreplace) %{_sysconfdir}/%{name}.conf -%{_initdir}/%{name} +%{_initrddir}/%{name} %{_sbindir}/dnsmasq %{_mandir}/man8/dnsmasq.8* %changelog +* Sat Aug 01 2004 Gerald Dachs 2.10-1gd +- new upstream version +- fixed spec file +- added try-restart to initrd file + * Tue Jun 24 2004 Gerald Dachs 2.9-1gd - new upstream version From svn at tinysofa.org Sun Aug 1 17:08:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 03:08:51 +1000 (EST) Subject: [tinysofa-svn] r3323 - / Message-ID: <20040801170851.477C04E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 03:08:51 +1000 (Mon, 02 Aug 2004) New Revision: 3323 Added: contribx/ Removed: contrib/ Log: - move contrib Copied: contribx (from rev 3322, contrib) From svn at tinysofa.org Sun Aug 1 17:09:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 03:09:23 +1000 (EST) Subject: [tinysofa-svn] r3324 - / Message-ID: <20040801170923.8649F4E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 03:09:23 +1000 (Mon, 02 Aug 2004) New Revision: 3324 Added: contrib/ Log: - make contrib directory From svn at tinysofa.org Sun Aug 1 17:11:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 03:11:21 +1000 (EST) Subject: [tinysofa-svn] r3325 - contrib Message-ID: <20040801171121.3A4164E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 03:11:21 +1000 (Mon, 02 Aug 2004) New Revision: 3325 Added: contrib/1.0/ Log: - copy contrib from revision 3320 Copied: contrib/1.0 (from rev 3320, contrib) From svn at tinysofa.org Sun Aug 1 17:12:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 03:12:03 +1000 (EST) Subject: [tinysofa-svn] r3326 - / contrib Message-ID: <20040801171203.C9A014E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 03:12:03 +1000 (Mon, 02 Aug 2004) New Revision: 3326 Added: contrib/1.1/ Removed: contribx/ Log: - create 1.1 contrib Copied: contrib/1.1 (from rev 3325, contribx) From svn at tinysofa.org Sun Aug 1 19:42:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 05:42:45 +1000 (EST) Subject: [tinysofa-svn] r3327 - tinysofa/releases/1.1/apt/current/sources Message-ID: <20040801194245.376974E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 05:42:45 +1000 (Mon, 02 Aug 2004) New Revision: 3327 Modified: tinysofa/releases/1.1/apt/current/sources/rpmpriorities Log: - change tinysofa-release -> release Modified: tinysofa/releases/1.1/apt/current/sources/rpmpriorities =================================================================== --- tinysofa/releases/1.1/apt/current/sources/rpmpriorities 2004-08-01 17:12:03 UTC (rev 3326) +++ tinysofa/releases/1.1/apt/current/sources/rpmpriorities 2004-08-01 19:42:45 UTC (rev 3327) @@ -13,7 +13,7 @@ mount pam passwd - tinysofa-release + release rpm setup Important: From svn at tinysofa.org Sun Aug 1 19:44:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 05:44:45 +1000 (EST) Subject: [tinysofa-svn] r3328 - contrib tinysofa/releases/1.1 Message-ID: <20040801194445.774124E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 05:44:45 +1000 (Mon, 02 Aug 2004) New Revision: 3328 Added: contrib/tinysofa-utils/ Removed: tinysofa/releases/1.1/tinysofa-utils/ Log: - move tinysofa-utils to contrib Copied: contrib/tinysofa-utils (from rev 3327, tinysofa/releases/1.1/tinysofa-utils) From svn at tinysofa.org Sun Aug 1 19:44:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 05:44:45 +1000 (EST) Subject: [tinysofa-svn] r3328 - contrib tinysofa/releases/1.1 Message-ID: <20040801194445.7F2424E855D@minbar.tinysofa.org> Author: jh Date: 2004-08-02 05:44:45 +1000 (Mon, 02 Aug 2004) New Revision: 3328 Added: contrib/tinysofa-utils/ Removed: tinysofa/releases/1.1/tinysofa-utils/ Log: - move tinysofa-utils to contrib Copied: contrib/tinysofa-utils (from rev 3327, tinysofa/releases/1.1/tinysofa-utils) From svn at tinysofa.org Sun Aug 1 19:46:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 05:46:34 +1000 (EST) Subject: [tinysofa-svn] r3329 - contrib tinysofa/releases/1.1 Message-ID: <20040801194634.DBE194E855D@minbar.tinysofa.org> Author: jh Date: 2004-08-02 05:46:34 +1000 (Mon, 02 Aug 2004) New Revision: 3329 Added: contrib/jfsutils/ Removed: tinysofa/releases/1.1/jfsutils/ Log: - move jfsutils to contrib Copied: contrib/jfsutils (from rev 3328, tinysofa/releases/1.1/jfsutils) From svn at tinysofa.org Sun Aug 1 19:46:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 05:46:34 +1000 (EST) Subject: [tinysofa-svn] r3329 - contrib tinysofa/releases/1.1 Message-ID: <20040801194634.D45164E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 05:46:34 +1000 (Mon, 02 Aug 2004) New Revision: 3329 Added: contrib/jfsutils/ Removed: tinysofa/releases/1.1/jfsutils/ Log: - move jfsutils to contrib Copied: contrib/jfsutils (from rev 3328, tinysofa/releases/1.1/jfsutils) From svn at tinysofa.org Sun Aug 1 21:03:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:03:49 +1000 (EST) Subject: [tinysofa-svn] r3330 - contrib/1.1/perl-archive-tar/current/specs Message-ID: <20040801210349.3C0484E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:03:49 +1000 (Mon, 02 Aug 2004) New Revision: 3330 Modified: contrib/1.1/perl-archive-tar/current/specs/perl-archive-tar.spec Log: big cleanup Modified: contrib/1.1/perl-archive-tar/current/specs/perl-archive-tar.spec =================================================================== --- contrib/1.1/perl-archive-tar/current/specs/perl-archive-tar.spec 2004-08-01 19:46:34 UTC (rev 3329) +++ contrib/1.1/perl-archive-tar/current/specs/perl-archive-tar.spec 2004-08-01 21:03:49 UTC (rev 3330) @@ -1,54 +1,54 @@ -# Derived values -%define module Archive-Tar -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Archive-Tar -Summary: Perl module %{module} +Summary:The Perl module Archive-Tar. Name: perl-archive-tar Version: 1.10 -Release: 1gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/K/KA/KANE/%{module}-%{version}.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl perl-io-zlib -Requires: perl-io-zlib -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-io-zlib +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} perl-io-zlib +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Archive-Tar. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc MANIFEST README %changelog +* Tue Jul 27 2004 Gerald Dachs 1.10-2gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 1.10-1gd - new upstream version From svn at tinysofa.org Sun Aug 1 21:03:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:03:53 +1000 (EST) Subject: [tinysofa-svn] r3331 - contrib/1.1/perl-archive-zip/current/specs Message-ID: <20040801210353.A6D1D4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:03:53 +1000 (Mon, 02 Aug 2004) New Revision: 3331 Modified: contrib/1.1/perl-archive-zip/current/specs/perl-archive-zip.spec Log: big cleanup Modified: contrib/1.1/perl-archive-zip/current/specs/perl-archive-zip.spec =================================================================== --- contrib/1.1/perl-archive-zip/current/specs/perl-archive-zip.spec 2004-08-01 21:03:49 UTC (rev 3330) +++ contrib/1.1/perl-archive-zip/current/specs/perl-archive-zip.spec 2004-08-01 21:03:53 UTC (rev 3331) @@ -1,67 +1,52 @@ -# Derived values -%define module Archive-Zip -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Archive-Zip -Summary: Perl module %{module} +Summary:The Perl module Archive-Zip. Name: perl-archive-zip Version: 1.12 Release: 1gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/N/NE/NEDKONZ/%{module}-%{version}.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl -Requires: perl-io-zlib -Requires: perl = %{perlver} -Provides: %{module} = %{version} +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Archive-Zip. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist -%changelog -* Sat Jul 17 2004 Gerald Dachs 1.12-1gd -- new upstream version +%clean +%clean_buildroot -* Sun Apr 18 2004 Gerald Dachs 1.09-16gd -- Rebuilt for tinysofa +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc Changes INSTALL README -* Mon Mar 8 2004 Chr. Toldnes -- Rebuilt for TSL 2.1 +%changelog +* Tue Jul 27 2004 Gerald Dachs 1.12-1gd +- autogenerated by cpan2rpm -* Thu Feb 12 2004 Gerald Dachs 1.09-2gd -- fixed permission on directory -- added docs -* Fri Jan 30 2004 Erlend Midttun -- Initial release for Trustix based off a few others. - From svn at tinysofa.org Sun Aug 1 21:03:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:03:58 +1000 (EST) Subject: [tinysofa-svn] r3332 - contrib/1.1/perl-berkeleydb/current/specs Message-ID: <20040801210358.E04474E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:03:58 +1000 (Mon, 02 Aug 2004) New Revision: 3332 Modified: contrib/1.1/perl-berkeleydb/current/specs/perl-berkeleydb.spec Log: big cleanup Modified: contrib/1.1/perl-berkeleydb/current/specs/perl-berkeleydb.spec =================================================================== --- contrib/1.1/perl-berkeleydb/current/specs/perl-berkeleydb.spec 2004-08-01 21:03:53 UTC (rev 3331) +++ contrib/1.1/perl-berkeleydb/current/specs/perl-berkeleydb.spec 2004-08-01 21:03:58 UTC (rev 3332) @@ -1,50 +1,57 @@ -%define real_name BerkeleyDB -%define real_version 0.25 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname BerkeleyDB -Summary: Perl extension for Berkeley DB version 2, 3 or 4 -Name: perl-berkeleydb -Version: %{real_version} -Release: 2gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} db4 -BuildRequires: perl-devel >= %{perl_version} db4-devel -Buildroot: %{_tmppath}/%{name}-root +Summary: Perl extension for Berkeley DB version 2, 3 or 4 +Name: perl-berkeleydb +Version: 0.25 +Release: 3gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} db4 +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} db4-devel +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description -Perl extension for Berkeley DB version 2, 3 or 4 +Perl extension for Berkeley DB version 2, 3 or 4 %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes README -%{siteperl}/%{_arch}-linux-thread-multi/* -%{_mandir}/man3/* %changelog -* Sat Jul 17 2004 Gerald Dachs 0.25-2gd +* Tue Jul 27 2004 Gerald Dachs 0.25-3gd +- autogenerated by cpan2rpm + +at Jul 17 2004 Gerald Dachs 0.25-2gd - cleaned up spec file * Wed Jun 23 2004 Gerald Dachs 0.25-1gd - packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:04:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:08 +1000 (EST) Subject: [tinysofa-svn] r3334 - contrib/1.1/perl-compress-zlib/current/specs Message-ID: <20040801210408.5F7A44E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:08 +1000 (Mon, 02 Aug 2004) New Revision: 3334 Modified: contrib/1.1/perl-compress-zlib/current/specs/perl-compress-zlib.spec Log: big cleanup Modified: contrib/1.1/perl-compress-zlib/current/specs/perl-compress-zlib.spec =================================================================== --- contrib/1.1/perl-compress-zlib/current/specs/perl-compress-zlib.spec 2004-08-01 21:04:03 UTC (rev 3333) +++ contrib/1.1/perl-compress-zlib/current/specs/perl-compress-zlib.spec 2004-08-01 21:04:08 UTC (rev 3334) @@ -1,57 +1,54 @@ -# Derived values -%define module Compress-Zlib -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Compress-Zlib -Summary: Perl module %{module} +Summary:The Perl module Compress-Zlib. Name: perl-compress-zlib Version: 1.33 -Release: 17gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.33.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildRequires: perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Compress-Zlib. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc ANNOUNCE Changes MANIFEST README %changelog +* Tue Jul 27 2004 Gerald Dachs 1.33-18gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 1.33-17gd - cleaned up spec file @@ -68,3 +65,4 @@ * Fri Jan 30 2004 Erlend Midttun - Initial release for Trustix based off a few others. + From svn at tinysofa.org Sun Aug 1 21:04:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:03 +1000 (EST) Subject: [tinysofa-svn] r3333 - contrib/1.1/perl-business-isbn/current/specs Message-ID: <20040801210403.5266F4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:03 +1000 (Mon, 02 Aug 2004) New Revision: 3333 Modified: contrib/1.1/perl-business-isbn/current/specs/perl-business-isbn.spec Log: big cleanup Modified: contrib/1.1/perl-business-isbn/current/specs/perl-business-isbn.spec =================================================================== --- contrib/1.1/perl-business-isbn/current/specs/perl-business-isbn.spec 2004-08-01 21:03:58 UTC (rev 3332) +++ contrib/1.1/perl-business-isbn/current/specs/perl-business-isbn.spec 2004-08-01 21:04:03 UTC (rev 3333) @@ -1,48 +1,55 @@ -%define real_name Business-ISBN -%define real_version 1.72 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Business-ISBN Summary: work with International Standard Book Numbers -Name: perl-business-isbn -Version: %{real_version} -Release: 1gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} -BuildRequires: perl-devel >= %{perl_version} -Buildroot: %{_tmppath}/%{name}-root -BuildArch: noarch +Name: perl-business-isbn +Version: 1.72 +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-test-manifest +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description work with International Standard Book Numbers %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes isbns.txt MANIFEST -%{siteperl}/* -%{_mandir}/man3/* %changelog +* Tue Jul 27 2004 Gerald Dachs 1.72-2gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 1.72-1gd - packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:04:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:22 +1000 (EST) Subject: [tinysofa-svn] r3337 - contrib/1.1/perl-digest-perl-md5/current/specs Message-ID: <20040801210422.B03E34E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:22 +1000 (Mon, 02 Aug 2004) New Revision: 3337 Modified: contrib/1.1/perl-digest-perl-md5/current/specs/perl-digest-perl-md5.spec Log: big cleanup Modified: contrib/1.1/perl-digest-perl-md5/current/specs/perl-digest-perl-md5.spec =================================================================== --- contrib/1.1/perl-digest-perl-md5/current/specs/perl-digest-perl-md5.spec 2004-08-01 21:04:17 UTC (rev 3336) +++ contrib/1.1/perl-digest-perl-md5/current/specs/perl-digest-perl-md5.spec 2004-08-01 21:04:22 UTC (rev 3337) @@ -1,55 +1,54 @@ -# Derived values -%define module Digest-Perl-MD5 -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Digest-Perl-MD5 -Summary: Perl module %{module} +Summary:The Perl module Digest-Perl-MD5. Name: perl-digest-perl-md5 Version: 1.6 -Release: 1gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/D/DE/DELTA/%{module}-%{version}.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Digest-Perl-MD5. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} -perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' `find . -type f -print` %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc CHANGES INSTALL MANIFEST + %changelog +* Tue Jul 27 2004 Gerald Dachs 1.6-2gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 1.6-1gd - new upstream version From svn at tinysofa.org Sun Aug 1 21:04:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:12 +1000 (EST) Subject: [tinysofa-svn] r3335 - contrib/1.1/perl-convert-tnef/current/specs Message-ID: <20040801210412.C6BFB4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:12 +1000 (Mon, 02 Aug 2004) New Revision: 3335 Modified: contrib/1.1/perl-convert-tnef/current/specs/perl-convert-tnef.spec Log: big cleanup Modified: contrib/1.1/perl-convert-tnef/current/specs/perl-convert-tnef.spec =================================================================== --- contrib/1.1/perl-convert-tnef/current/specs/perl-convert-tnef.spec 2004-08-01 21:04:08 UTC (rev 3334) +++ contrib/1.1/perl-convert-tnef/current/specs/perl-convert-tnef.spec 2004-08-01 21:04:12 UTC (rev 3335) @@ -1,55 +1,54 @@ -# Derived values -%define module Convert-TNEF -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Convert-TNEF -Summary: Perl module %{module} +Summary:The Perl module Convert-TNEF. Name: perl-convert-tnef Version: 0.17 -Release: 17gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOUGW/Convert-TNEF-0.17.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl perl-mime-tools -Requires: perl = %{perlver} -Requires: perl-mime-tools -Provides: %{module} = %{version} +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-mime-tools +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-mime-tools +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Convert-TNEF. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes MANIFEST README %changelog -* Sat Jul 17 2004 Gerald Dachs 0.17-17gd -- cleaned up spec file +* Tue Jul 27 2004 Gerald Dachs 0.17-18gd +- autogenerated by cpan2rpm * Sun Apr 18 2004 Gerald Dachs 0.17-16gd - Rebuilt for tinysofa From svn at tinysofa.org Sun Aug 1 21:04:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:32 +1000 (EST) Subject: [tinysofa-svn] r3339 - contrib/1.1/perl-html-tagset/current/specs Message-ID: <20040801210432.B6A864E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:32 +1000 (Mon, 02 Aug 2004) New Revision: 3339 Modified: contrib/1.1/perl-html-tagset/current/specs/perl-html-tagset.spec Log: big cleanup Modified: contrib/1.1/perl-html-tagset/current/specs/perl-html-tagset.spec =================================================================== --- contrib/1.1/perl-html-tagset/current/specs/perl-html-tagset.spec 2004-08-01 21:04:28 UTC (rev 3338) +++ contrib/1.1/perl-html-tagset/current/specs/perl-html-tagset.spec 2004-08-01 21:04:32 UTC (rev 3339) @@ -1,50 +1,54 @@ -%define real_name HTML-Tagset -%define real_version 3.03 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname HTML-Tagset -Summary: HTML Tagset for perl -Name: perl-html-tagset -Version: %{real_version} -Release: 17gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} -BuildArch: noarch -BuildRequires: perl-devel >= 5.8.0-12bg -Buildroot: %{_tmppath}/%{name}-root +Summary: HTML Tagset for perl +Name: perl-html-tagset +Version: 3.03 +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description This module contains data tables useful in dealing with HTML. %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc ChangeLog README -%dir %{siteperl}/HTML -%{siteperl}/HTML/Tagset.pm -%{_mandir}/man3/HTML::Tagset* %changelog +* Tue Jul 27 2004 Gerald Dachs 3.03-18gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 3.03-17gd - cleaned up spec file @@ -62,3 +66,4 @@ * Tue Sep 2 2003 Goetz Bock 3.03-1bg - build for Trustix 2.0 (aka Cloud) - Contrib + From svn at tinysofa.org Sun Aug 1 21:04:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:37 +1000 (EST) Subject: [tinysofa-svn] r3340 - contrib/1.1/perl-inline/current/specs Message-ID: <20040801210437.E23D34E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:37 +1000 (Mon, 02 Aug 2004) New Revision: 3340 Modified: contrib/1.1/perl-inline/current/specs/perl-inline.spec Log: big cleanup Modified: contrib/1.1/perl-inline/current/specs/perl-inline.spec =================================================================== --- contrib/1.1/perl-inline/current/specs/perl-inline.spec 2004-08-01 21:04:32 UTC (rev 3339) +++ contrib/1.1/perl-inline/current/specs/perl-inline.spec 2004-08-01 21:04:37 UTC (rev 3340) @@ -1,56 +1,58 @@ -%define real_name Inline -%define real_version 0.44 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Inline -Summary: Write Perl subroutines in other programming languages. -Name: perl-inline -Version: %{real_version} -Release: 2gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} +Summary: Write Perl subroutines in other programming languages. +Name: perl-inline +Version: 0.44 +Release: 3gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} Requires: perl-parse-recdescent BuildRequires: perl-parse-recdescent -BuildRequires: perl-devel >= %{perl_version} -Buildroot: %{_tmppath}/%{name}-root +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description Write Perl subroutines in other programming languages. %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build -echo y | %{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes README -%{siteperl}/%{_arch}-linux-thread-multi/auto/Inline -%{siteperl}/Inline.pm -%{siteperl}/*.pod -%{siteperl}/auto/Inline -%{siteperl}/Inline -%{_mandir}/man3/* %changelog +* Tue Jul 27 2004 Gerald Dachs 0.44-3gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 0.44-2gd - cleaned up spec file * Wed Jun 23 2004 Gerald Dachs 0.44-1gd - packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:04:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:18 +1000 (EST) Subject: [tinysofa-svn] r3336 - contrib/1.1/perl-convert-uulib/current/specs Message-ID: <20040801210418.1F14D4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:17 +1000 (Mon, 02 Aug 2004) New Revision: 3336 Modified: contrib/1.1/perl-convert-uulib/current/specs/perl-convert-uulib.spec Log: big cleanup Modified: contrib/1.1/perl-convert-uulib/current/specs/perl-convert-uulib.spec =================================================================== --- contrib/1.1/perl-convert-uulib/current/specs/perl-convert-uulib.spec 2004-08-01 21:04:12 UTC (rev 3335) +++ contrib/1.1/perl-convert-uulib/current/specs/perl-convert-uulib.spec 2004-08-01 21:04:17 UTC (rev 3336) @@ -1,55 +1,56 @@ -# Derived values -%define module Convert-UUlib -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Convert-UUlib -Summary: Perl module %{module} +Summary:The Perl module Convert-UUlib. Name: perl-convert-uulib Version: 1.03 -Release: 1gd -License: distributable -Group: Trustix Contrib -Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{module}-%{version}.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Convert-UUlib. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc COPYING COPYING.Artistic COPYING.GNU Changes MANIFEST README %doc example-decoder doc + %changelog +* Tue Jul 27 2004 Gerald Dachs 1.03-1gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 1.03-1gd - new upstream version From svn at tinysofa.org Sun Aug 1 21:04:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:28 +1000 (EST) Subject: [tinysofa-svn] r3338 - contrib/1.1/perl-html-parser/current/specs Message-ID: <20040801210428.4B7FA4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:28 +1000 (Mon, 02 Aug 2004) New Revision: 3338 Modified: contrib/1.1/perl-html-parser/current/specs/perl-html-parser.spec Log: big cleanup Modified: contrib/1.1/perl-html-parser/current/specs/perl-html-parser.spec =================================================================== --- contrib/1.1/perl-html-parser/current/specs/perl-html-parser.spec 2004-08-01 21:04:22 UTC (rev 3337) +++ contrib/1.1/perl-html-parser/current/specs/perl-html-parser.spec 2004-08-01 21:04:28 UTC (rev 3338) @@ -1,21 +1,18 @@ -%define real_name HTML-Parser -%define real_version 3.36 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname HTML-Parser -Summary: HTML Parser for perl -Name: perl-html-parser -Version: %{real_version} -Release: 1gd -Source: %{real_name}-%{real_version}.tar.gz -Patch: %{real_name}-3.31-force-unicode.patch -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version}, perl-html-tagset +Summary:i HTML Parser for perl +Name: perl-html-parser +Version: 3.36 +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-html-tagset +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} BuildRequires: perl-html-tagset -BuildRequires: perl-devel >= 5.8.0-12bg -Buildroot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description This is a collection of modules that parse and extract information @@ -25,31 +22,38 @@ HTML::Parser to create and extract information from HTML syntax trees. %prep -%setup -q -n %{real_name}-%{real_version} -%patch -p1 +%setup -q -n %{perlname}-%{version} + %build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -DUNICODE_ENTITIES -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes README -%{siteperl}/* -%{_mandir}/man3/* %changelog +* Tue Jul 27 2004 Gerald Dachs 3.36-2gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 3.36-1gd - new upstream version @@ -71,3 +75,4 @@ * Tue Sep 2 2003 Goetz Bock 3.31-1bg - build for Trustix 2.0 (aka Cloud) - Contrib + From svn at tinysofa.org Sun Aug 1 21:04:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:52 +1000 (EST) Subject: [tinysofa-svn] r3343 - contrib/1.1/perl-io-stringy/current/specs Message-ID: <20040801210452.BEE384E855D@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:52 +1000 (Mon, 02 Aug 2004) New Revision: 3343 Modified: contrib/1.1/perl-io-stringy/current/specs/perl-io-stringy.spec Log: big cleanup Modified: contrib/1.1/perl-io-stringy/current/specs/perl-io-stringy.spec =================================================================== --- contrib/1.1/perl-io-stringy/current/specs/perl-io-stringy.spec 2004-08-01 21:04:47 UTC (rev 3342) +++ contrib/1.1/perl-io-stringy/current/specs/perl-io-stringy.spec 2004-08-01 21:04:52 UTC (rev 3343) @@ -1,54 +1,54 @@ -%define class IO -%define subclass stringy -# Derived values -%define module %{class}-%{subclass} -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname IO-stringy -Summary: Perl module %{module} +Summary:The Perl module IO-stringy. Name: perl-io-stringy Version: 2.109 -Release: 17gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/IO-stringy-2.109.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module IO-stringy. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc COPYING README docs MANIFEST README.system examples + %changelog +* Tue Jul 27 2004 Gerald Dachs 2.109-18gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 2.109-17gd - cleaned up spec file From svn at tinysofa.org Sun Aug 1 21:04:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:42 +1000 (EST) Subject: [tinysofa-svn] r3341 - contrib/1.1/perl-io-multiplex/current/specs Message-ID: <20040801210442.C13A34E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:42 +1000 (Mon, 02 Aug 2004) New Revision: 3341 Modified: contrib/1.1/perl-io-multiplex/current/specs/perl-io-multiplex.spec Log: big cleanup Modified: contrib/1.1/perl-io-multiplex/current/specs/perl-io-multiplex.spec =================================================================== --- contrib/1.1/perl-io-multiplex/current/specs/perl-io-multiplex.spec 2004-08-01 21:04:37 UTC (rev 3340) +++ contrib/1.1/perl-io-multiplex/current/specs/perl-io-multiplex.spec 2004-08-01 21:04:42 UTC (rev 3341) @@ -1,52 +1,54 @@ -# Derived values -%define module IO-Multiplex -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname IO-Multiplex -Summary: Perl module %{module} +Summary:The Perl module IO-Multiplex. Name: perl-io-multiplex Version: 1.08 -Release: 17gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-1.08.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module IO-Multiplex. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes MANIFEST README TODO %changelog +* Tue Jul 27 2004 Gerald Dachs 1.08-18gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 1.08-17gd - cleaned up spec file From svn at tinysofa.org Sun Aug 1 21:05:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:12 +1000 (EST) Subject: [tinysofa-svn] r3347 - contrib/1.1/perl-mailtools/current/specs Message-ID: <20040801210512.F1C744E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:12 +1000 (Mon, 02 Aug 2004) New Revision: 3347 Modified: contrib/1.1/perl-mailtools/current/specs/perl-mailtools.spec Log: big cleanup Modified: contrib/1.1/perl-mailtools/current/specs/perl-mailtools.spec =================================================================== --- contrib/1.1/perl-mailtools/current/specs/perl-mailtools.spec 2004-08-01 21:05:07 UTC (rev 3346) +++ contrib/1.1/perl-mailtools/current/specs/perl-mailtools.spec 2004-08-01 21:05:12 UTC (rev 3347) @@ -1,62 +1,55 @@ -# Derived values -%define module MailTools -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname MailTools -Summary: Perl module %{module} +Summary:The Perl module MailTools. Name: perl-mailtools Version: 1.62 -Release: 1gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/%{module}-%{version}.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl perl-time-date -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-timedate +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-timedate +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module MailTools. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc ChangeLog README MANIFEST README.demos examples + %changelog +* Tue Jul 27 2004 Gerald Dachs 1.62-1gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 1.62-1gd - new upstream version @@ -76,3 +69,4 @@ * Fri Jan 30 2004 Erlend Midttun - Initial release for Trustix based off a few others. + From svn at tinysofa.org Sun Aug 1 21:05:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:18 +1000 (EST) Subject: [tinysofa-svn] r3348 - contrib/1.1/perl-mime-tools/current/specs Message-ID: <20040801210518.2F8C84E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:17 +1000 (Mon, 02 Aug 2004) New Revision: 3348 Modified: contrib/1.1/perl-mime-tools/current/specs/perl-mime-tools.spec Log: big cleanup Modified: contrib/1.1/perl-mime-tools/current/specs/perl-mime-tools.spec =================================================================== --- contrib/1.1/perl-mime-tools/current/specs/perl-mime-tools.spec 2004-08-01 21:05:12 UTC (rev 3347) +++ contrib/1.1/perl-mime-tools/current/specs/perl-mime-tools.spec 2004-08-01 21:05:17 UTC (rev 3348) @@ -1,66 +1,58 @@ -# Derived values -%define module MIME-tools -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname MIME-tools -Summary: Perl module %{module} +Summary:The Perl module MIME-tools. Name: perl-mime-tools Version: 6.200_02 -Release: 18gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/MIME-tools-6.200_02.tar.gz +Release: 19gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz Patch0: perl-mime-tools-6.200_02-no-v5.6.patch -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl perl-io-stringy perl-mailtools -BuildRequires: perl-unicode-map >= 0.112, perl-unicode-string >= 2.06 -Requires: perl-io-stringy perl-mailtools -Requires: perl-unicode-map >= 0.112, perl-unicode-string >= 2.06 -Requires: perl = %{perlver} -Provides: %{module} = %{version} +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-io-stringy perl-mailtools +Requires: perl-unicode-map >= 0.112, perl-unicode-string >= 2.06 +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-io-stringy perl-mailtools +BuildRequires: perl-unicode-map >= 0.112, perl-unicode-string >= 2.06 +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module MIME-tools. %prep -%setup -q -n %{module}-%{version} -%patch -p1 +%setup -q -n %{perlname}-%{version} +%patch -p1 %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc COPYING README-OR-DIE examples testmsgs INSTALLING MANIFEST README + %changelog +* Tue Jul 27 2004 Gerald Dachs 6.200_02-19gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 6.200_02-18gd - patched v5.6 away From svn at tinysofa.org Sun Aug 1 21:04:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:48 +1000 (EST) Subject: [tinysofa-svn] r3342 - contrib/1.1/perl-io-socket-ssl/current/specs Message-ID: <20040801210448.2F6454E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:47 +1000 (Mon, 02 Aug 2004) New Revision: 3342 Modified: contrib/1.1/perl-io-socket-ssl/current/specs/perl-io-socket-ssl.spec Log: big cleanup Modified: contrib/1.1/perl-io-socket-ssl/current/specs/perl-io-socket-ssl.spec =================================================================== --- contrib/1.1/perl-io-socket-ssl/current/specs/perl-io-socket-ssl.spec 2004-08-01 21:04:42 UTC (rev 3341) +++ contrib/1.1/perl-io-socket-ssl/current/specs/perl-io-socket-ssl.spec 2004-08-01 21:04:47 UTC (rev 3342) @@ -1,53 +1,55 @@ -# Derived values -%define module IO-Socket-SSL -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname IO-Socket-SSL -Summary: Perl module %{module} +Summary:The Perl module IO-Socket-SSL. Name: perl-io-socket-ssl Version: 0.96 -Release: 1gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/B/BE/BEHROOZI/%{module}-%{version}.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-net-ssleay +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-net-ssleay +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module IO-Socket-SSL. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc BUGS MANIFEST README docs Changes certs example - + %changelog +* Tue Jul 27 2004 Gerald Dachs 0.96-2gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 0.96-1gd - new upstream version From svn at tinysofa.org Sun Aug 1 21:05:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:52 +1000 (EST) Subject: [tinysofa-svn] r3354 - contrib/1.1/perl-unicode-map/current/specs Message-ID: <20040801210552.484B34E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:52 +1000 (Mon, 02 Aug 2004) New Revision: 3354 Modified: contrib/1.1/perl-unicode-map/current/specs/perl-unicode-map.spec Log: big cleanup Modified: contrib/1.1/perl-unicode-map/current/specs/perl-unicode-map.spec =================================================================== --- contrib/1.1/perl-unicode-map/current/specs/perl-unicode-map.spec 2004-08-01 21:05:47 UTC (rev 3353) +++ contrib/1.1/perl-unicode-map/current/specs/perl-unicode-map.spec 2004-08-01 21:05:52 UTC (rev 3354) @@ -1,59 +1,55 @@ -# Derived values -%define module Unicode-Map -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Unicode-Map -Summary: Perl module %{module} +Summary:The Perl module Unicode-Map. Name: perl-unicode-map Version: 0.112 -Release: 17gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWARTZ/Unicode-Map-0.112.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildRequires: perl perl-libwww-perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-libwww-perl +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-libwww-perl +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Unicode-Map. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc COPYING MANIFEST README Changes INSTALL %changelog +* Tue Jul 27 2004 Gerald Dachs 0.112-18gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 0.112-17gd - cleaned up spec file @@ -70,4 +66,3 @@ * Fri Jan 30 2004 Erlend Midttun - Initial release for Trustix based off a few others. - From svn at tinysofa.org Sun Aug 1 21:05:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:07 +1000 (EST) Subject: [tinysofa-svn] r3346 - contrib/1.1/perl-mail-clamav/current/specs Message-ID: <20040801210507.E6D3A4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:07 +1000 (Mon, 02 Aug 2004) New Revision: 3346 Modified: contrib/1.1/perl-mail-clamav/current/specs/perl-mail-clamav.spec Log: big cleanup Modified: contrib/1.1/perl-mail-clamav/current/specs/perl-mail-clamav.spec =================================================================== --- contrib/1.1/perl-mail-clamav/current/specs/perl-mail-clamav.spec 2004-08-01 21:05:02 UTC (rev 3345) +++ contrib/1.1/perl-mail-clamav/current/specs/perl-mail-clamav.spec 2004-08-01 21:05:07 UTC (rev 3346) @@ -1,53 +1,55 @@ -%define real_name Mail-ClamAV -%define real_version 0.11 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Mail-ClamAV -Summary: Perl extension for the clamav virus scanner -Name: perl-mail-clamav -Version: %{real_version} -Release: 1gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} perl-inline clamav zlib -BuildRequires: perl-devel >= %{perl_version} perl-inline clamav-devel zlib-devel -Buildroot: %{_tmppath}/%{name}-root +Summary: Perl extension for the clamav virus scanner +Name: perl-mail-clamav +Version: 0.11 +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-inline clamav zlib +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-inline clamav-devel zlib-devel +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description Perl extension for the clamav virus scanner %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) -%doc Changes README -%dir %{siteperl}/%{_arch}-linux-thread-multi/auto/Mail -%dir %{siteperl}/%{_arch}-linux-thread-multi/auto/Mail/ClamAV -%{siteperl}/%{_arch}-linux-thread-multi/auto/Mail/ClamAV/ClamAV.so -%{siteperl}/%{_arch}-linux-thread-multi/auto/Mail/ClamAV/ClamAV.bs -%dir %{siteperl}/%{_arch}-linux-thread-multi/Mail -%{siteperl}/%{_arch}-linux-thread-multi/Mail/ClamAV.pm -%{_mandir}/man3/* +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc Changes INSTALL README %changelog +* Tue Jul 27 2004 Gerald Dachs 0.11-2gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 0.11-1gd - new upstream version @@ -56,3 +58,4 @@ * Wed Jun 23 2004 Gerald Dachs 0.10-1gd - packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:05:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:35 +1000 (EST) Subject: [tinysofa-svn] r3351 - contrib/1.1/perl-parse-recdescent/current/specs Message-ID: <20040801210535.68DA84E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:35 +1000 (Mon, 02 Aug 2004) New Revision: 3351 Modified: contrib/1.1/perl-parse-recdescent/current/specs/perl-parse-recdescent.spec Log: big cleanup Modified: contrib/1.1/perl-parse-recdescent/current/specs/perl-parse-recdescent.spec =================================================================== --- contrib/1.1/perl-parse-recdescent/current/specs/perl-parse-recdescent.spec 2004-08-01 21:05:26 UTC (rev 3350) +++ contrib/1.1/perl-parse-recdescent/current/specs/perl-parse-recdescent.spec 2004-08-01 21:05:35 UTC (rev 3351) @@ -1,52 +1,57 @@ -%define real_name Parse-RecDescent -%define real_version 1.94 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Parse-RecDescent -Summary: Generate Recursive-Descent Parsers -Name: perl-parse-recdescent -Version: %{real_version} -Release: 2gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} -BuildRequires: perl-devel >= %{perl_version} -Buildroot: %{_tmppath}/%{name}-root +Summary: Generate Recursive-Descent Parsers +Name: perl-parse-recdescent +Version: 1.94 +Release: 3gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description -Generate Recursive-Descent Parsers +Generate Recursive-Descent Parsers %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes README -%dir %{siteperl}/Parse -%{siteperl}/Parse/RecDescent.pm -%{siteperl}/Parse/RecDescent.pod -%{_mandir}/man3/Parse::RecDescent.3.gz %changelog +* Tue Jul 27 2004 Gerald Dachs 1.94-3gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 1.94-2gd - cleaned up spec file * Wed Jun 23 2004 Gerald Dachs 1.94-1gd - packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:05:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:22 +1000 (EST) Subject: [tinysofa-svn] r3349 - contrib/1.1/perl-net-cidr/current/specs Message-ID: <20040801210522.55C934E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:22 +1000 (Mon, 02 Aug 2004) New Revision: 3349 Modified: contrib/1.1/perl-net-cidr/current/specs/perl-net-cidr.spec Log: big cleanup Modified: contrib/1.1/perl-net-cidr/current/specs/perl-net-cidr.spec =================================================================== --- contrib/1.1/perl-net-cidr/current/specs/perl-net-cidr.spec 2004-08-01 21:05:17 UTC (rev 3348) +++ contrib/1.1/perl-net-cidr/current/specs/perl-net-cidr.spec 2004-08-01 21:05:22 UTC (rev 3349) @@ -1,50 +1,55 @@ -%define real_name Net-CIDR -%define real_version 0.09 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Net-CIDR Summary: Net-CIDR Perl module Name: perl-net-cidr -Version: %{real_version} -Release: 2gd -Packager: mailscanner at ecs.soton.ac.uk -License: GPL or Artistic -Group: tinysofa contrib -URL: http://search.cpan.org/dist/Net-CIDR/ -BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildArch: noarch -BuildRequires: perl -Source0: %{real_name}-%{real_version}.tar.gz +Version: 0.09 +Release: 3gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description Net-CIDR Perl module %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(755,root,root) -%{siteperl}/Net/CIDR.pm -%{_mandir}/man3/Net::CIDR.3.gz +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc Changes README %changelog -* Sat Jul 17 2004 Gerald Dachs 0.09-2gd +* Tue Jul 27 2004 Gerald Dachs 0.09-3gd +- autogenerated by cpan2rpm + + Sat Jul 17 2004 Gerald Dachs 0.09-2gd - cleaned up spec file * Sat Mar 6 2004 Gerald Dachs 0.09-1gd From svn at tinysofa.org Sun Aug 1 21:05:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:02 +1000 (EST) Subject: [tinysofa-svn] r3345 - contrib/1.1/perl-libwww-perl/current/specs Message-ID: <20040801210502.B58FE4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:02 +1000 (Mon, 02 Aug 2004) New Revision: 3345 Modified: contrib/1.1/perl-libwww-perl/current/specs/perl-libwww-perl.spec Log: big cleanup Modified: contrib/1.1/perl-libwww-perl/current/specs/perl-libwww-perl.spec =================================================================== --- contrib/1.1/perl-libwww-perl/current/specs/perl-libwww-perl.spec 2004-08-01 21:04:58 UTC (rev 3344) +++ contrib/1.1/perl-libwww-perl/current/specs/perl-libwww-perl.spec 2004-08-01 21:05:02 UTC (rev 3345) @@ -1,20 +1,18 @@ -%define real_name libwww-perl -%define real_version 5.800 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname libwww-perl Summary: programming interface to the World-Wide Web -Name: perl-libwww-perl -Version: %{real_version} -Release: 1gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} -BuildRequires: perl-devel >= %{perl_version} perl-uri perl-html-parser -Buildroot: %{_tmppath}/%{name}-root -BuildArch: noarch +Name: perl-libwww-perl +Version: 5.800 +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-uri perl-html-parser +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description The libwww-perl collection is a set of Perl modules which provides a @@ -24,9 +22,11 @@ contain modules that are of more general use and even classes that help you implement simple HTTP servers. + %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build # no microsoft support rm lib/LWP/Authen/Ntlm.pm @@ -35,28 +35,34 @@ # no gnome support rm lib/LWP/Protocol/GHTTP.pm -echo "n" | %{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +echo "n" | %{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes MANIFEST README README.SSL -%{_bindir}/* -%{siteperl}/* -%{_mandir}/man1/* -%{_mandir}/man3/* %changelog +* Tue Jul 27 2004 Gerald Dachs 5.800-2gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 5.800-1gd - packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:04:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:04:58 +1000 (EST) Subject: [tinysofa-svn] r3344 - contrib/1.1/perl-io-zlib/current/specs Message-ID: <20040801210458.484234E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:04:58 +1000 (Mon, 02 Aug 2004) New Revision: 3344 Modified: contrib/1.1/perl-io-zlib/current/specs/perl-io-zlib.spec Log: big cleanup Modified: contrib/1.1/perl-io-zlib/current/specs/perl-io-zlib.spec =================================================================== --- contrib/1.1/perl-io-zlib/current/specs/perl-io-zlib.spec 2004-08-01 21:04:52 UTC (rev 3343) +++ contrib/1.1/perl-io-zlib/current/specs/perl-io-zlib.spec 2004-08-01 21:04:58 UTC (rev 3344) @@ -1,52 +1,55 @@ -# Derived values -%define module IO-Zlib -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname IO-Zlib -Summary: Perl module %{module} +Summary:The Perl module IO-Zlib. Name: perl-io-zlib Version: 1.01 -Release: 17gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-1.01.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl perl-compress-zlib -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-compress-zlib +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-compress-zlib +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module IO-Zlib. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc ChangeLog MANIFEST README %changelog +* Tue Jul 27 2004 Gerald Dachs 1.01-18gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 1.01-17gd - cleaned up spec file From svn at tinysofa.org Sun Aug 1 21:05:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:27 +1000 (EST) Subject: [tinysofa-svn] r3350 - contrib/1.1/perl-net-server/current/specs Message-ID: <20040801210527.1B8B24E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:26 +1000 (Mon, 02 Aug 2004) New Revision: 3350 Modified: contrib/1.1/perl-net-server/current/specs/perl-net-server.spec Log: big cleanup Modified: contrib/1.1/perl-net-server/current/specs/perl-net-server.spec =================================================================== --- contrib/1.1/perl-net-server/current/specs/perl-net-server.spec 2004-08-01 21:05:22 UTC (rev 3349) +++ contrib/1.1/perl-net-server/current/specs/perl-net-server.spec 2004-08-01 21:05:26 UTC (rev 3350) @@ -1,55 +1,54 @@ -# Derived values -%define module Net-Server -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Net-Server -Summary: Perl module %{module} +Summary:The Perl module Net-Server. Name: perl-net-server Version: 0.87 Release: 1gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/B/BB/BBB/%{module}-%{version}.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildArch: noarch -BuildRequires: perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Net-Server. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes MANIFEST.SKIP MANIFEST README examples %changelog +* Tue Jul 27 2004 Gerald Dachs 0.87-2gd +- autogenerated by cpan2rpm + * Sun Jul 18 2004 Gerald Dachs 0.87-1gd - new upstream version From svn at tinysofa.org Sun Aug 1 21:06:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:06:02 +1000 (EST) Subject: [tinysofa-svn] r3356 - contrib/1.1/perl-unix-syslog/current/specs Message-ID: <20040801210602.967174E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:06:02 +1000 (Mon, 02 Aug 2004) New Revision: 3356 Modified: contrib/1.1/perl-unix-syslog/current/specs/perl-unix-syslog.spec Log: big cleanup Modified: contrib/1.1/perl-unix-syslog/current/specs/perl-unix-syslog.spec =================================================================== --- contrib/1.1/perl-unix-syslog/current/specs/perl-unix-syslog.spec 2004-08-01 21:05:56 UTC (rev 3355) +++ contrib/1.1/perl-unix-syslog/current/specs/perl-unix-syslog.spec 2004-08-01 21:06:02 UTC (rev 3356) @@ -1,55 +1,55 @@ -# Derived values -%define module Unix-Syslog -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Unix-Syslog -Summary: Perl module %{module} +Summary:The Perl module Unix-Syslog. Name: perl-unix-syslog Version: 0.100 -Release: 17gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-0.100.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildRequires: perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Unix-Syslog. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Artistic Changes MANIFEST README + %changelog +* Tue Jul 27 2004 Gerald Dachs 0.100-18gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 0.100-17gd - cleaned up spec file From svn at tinysofa.org Sun Aug 1 21:06:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:06:07 +1000 (EST) Subject: [tinysofa-svn] r3357 - contrib/1.1/perl-uri/current/specs Message-ID: <20040801210607.E04104E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:06:07 +1000 (Mon, 02 Aug 2004) New Revision: 3357 Modified: contrib/1.1/perl-uri/current/specs/perl-uri.spec Log: big cleanup Modified: contrib/1.1/perl-uri/current/specs/perl-uri.spec =================================================================== --- contrib/1.1/perl-uri/current/specs/perl-uri.spec 2004-08-01 21:06:02 UTC (rev 3356) +++ contrib/1.1/perl-uri/current/specs/perl-uri.spec 2004-08-01 21:06:07 UTC (rev 3357) @@ -1,50 +1,58 @@ -%define real_name URI -%define real_version 1.31 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname URI Summary: URI - Uniform Resource Identifiers (absolute and relative) -Name: perl-uri -Version: %{real_version} -Release: 2gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} perl-business-isbn -BuildRequires: perl-devel >= %{perl_version} -Buildroot: %{_tmppath}/%{name}-root +Name: perl-uri +Version: 1.31 +Release: 3gd +License: Artistic, GPL +Group: group +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} perl-business-isbn +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-business-isbn +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} %description URI - Uniform Resource Identifiers (absolute and relative) %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{perlname}-%{version} + %build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot -%files -%defattr(-,root,root,0755) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %doc Changes README -%{siteperl}/* -%{_mandir}/man3/* %changelog +* Tue Jul 27 2004 Gerald Dachs 1.31-3gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 1.31-2gd - cleaned up spec file * Wed Jun 23 2004 Gerald Dachs 1.31-1gd - packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:05:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:41 +1000 (EST) Subject: [tinysofa-svn] r3352 - in contrib/1.1: . perl-test-manifest perl-test-manifest/current perl-test-manifest/current/sources perl-test-manifest/current/specs Message-ID: <20040801210541.BB8014E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:41 +1000 (Mon, 02 Aug 2004) New Revision: 3352 Added: contrib/1.1/perl-test-manifest/ contrib/1.1/perl-test-manifest/current/ contrib/1.1/perl-test-manifest/current/sources/ contrib/1.1/perl-test-manifest/current/sources/Test-Manifest-0.93.tar.gz contrib/1.1/perl-test-manifest/current/specs/ contrib/1.1/perl-test-manifest/current/specs/perl-test-manifest.spec Log: big cleanup Added: contrib/1.1/perl-test-manifest/current/sources/Test-Manifest-0.93.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/perl-test-manifest/current/sources/Test-Manifest-0.93.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/perl-test-manifest/current/specs/perl-test-manifest.spec =================================================================== --- contrib/1.1/perl-test-manifest/current/specs/perl-test-manifest.spec 2004-08-01 21:05:35 UTC (rev 3351) +++ contrib/1.1/perl-test-manifest/current/specs/perl-test-manifest.spec 2004-08-01 21:05:41 UTC (rev 3352) @@ -0,0 +1,53 @@ +%define perlname Test-Manifest + +Summary: The Perl module Test-Manifest. +Name: perl-test-manifest +Version: 0.93 +Release: 1gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} + + +%description +The Perl module Test-Manifest. + +%prep +%setup -q -n %{perlname}-%{version} + + +%build +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc Changes + +%changelog +* Tue Jul 27 2004 Gerald Dachs 0.93-1gd +- autogenerated by cpan2rpm + + From svn at tinysofa.org Sun Aug 1 21:05:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:47 +1000 (EST) Subject: [tinysofa-svn] r3353 - in contrib/1.1: . perl-timedate/current/specs Message-ID: <20040801210547.47DCA4E855D@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:47 +1000 (Mon, 02 Aug 2004) New Revision: 3353 Added: contrib/1.1/perl-timedate/ contrib/1.1/perl-timedate/current/specs/perl-timedate.spec Removed: contrib/1.1/perl-timedate/current/specs/perl-time-date.spec Log: big cleanup Copied: contrib/1.1/perl-timedate (from rev 3326, contrib/1.1/perl-time-date) Deleted: contrib/1.1/perl-timedate/current/specs/perl-time-date.spec =================================================================== --- contrib/1.1/perl-time-date/current/specs/perl-time-date.spec 2004-08-01 17:12:03 UTC (rev 3326) +++ contrib/1.1/perl-timedate/current/specs/perl-time-date.spec 2004-08-01 21:05:47 UTC (rev 3353) @@ -1,48 +0,0 @@ -%define real_name TimeDate -%define real_version 1.16 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) - -Summary: This is the perl5 TimeDate distribution. -Name: perl-time-date -Version: %{real_version} -Release: 1gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} -BuildRequires: perl-devel >= %{perl_version} -Buildroot: %{_tmppath}/%{name}-root -BuildArch: noarch - -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} - -%description -This is the perl5 TimeDate distribution. - -%prep -%setup -q -n %{real_name}-%{real_version} - -%build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} - -%install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -%makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} - -for file in ".packlist" "perllocal.pod"; do - find $RPM_BUILD_ROOT -name $file | xargs rm -done - -%clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,0755) -%doc ChangeLog MANIFEST README -%{siteperl}/* -%{_mandir}/man3/* - -%changelog -* Sun Jul 18 2004 Gerald Dachs 1.16-1gd -- packaged for tinysofa Added: contrib/1.1/perl-timedate/current/specs/perl-timedate.spec =================================================================== --- contrib/1.1/perl-time-date/current/specs/perl-timedate.spec 2004-08-01 17:12:03 UTC (rev 3326) +++ contrib/1.1/perl-timedate/current/specs/perl-timedate.spec 2004-08-01 21:05:47 UTC (rev 3353) @@ -0,0 +1,54 @@ +%define perlname TimeDate + +Summary: This is the perl5 TimeDate distribution. +Name: perl-timedate +Version: 1.16 +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} + + +%description +This is the perl5 TimeDate distribution. + +%prep +%setup -q -n %{perlname}-%{version} + + +%build +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc ChangeLog MANIFEST README + +%changelog +* Tue Jul 27 2004 Gerald Dachs 1.16-2gd +- autogenerated by cpan2rpm + +* Sun Jul 18 2004 Gerald Dachs 1.16-1gd +- packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:05:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:05:57 +1000 (EST) Subject: [tinysofa-svn] r3355 - contrib/1.1/perl-unicode-string/current/specs Message-ID: <20040801210557.2A6324E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:05:56 +1000 (Mon, 02 Aug 2004) New Revision: 3355 Modified: contrib/1.1/perl-unicode-string/current/specs/perl-unicode-string.spec Log: big cleanup Modified: contrib/1.1/perl-unicode-string/current/specs/perl-unicode-string.spec =================================================================== --- contrib/1.1/perl-unicode-string/current/specs/perl-unicode-string.spec 2004-08-01 21:05:52 UTC (rev 3354) +++ contrib/1.1/perl-unicode-string/current/specs/perl-unicode-string.spec 2004-08-01 21:05:56 UTC (rev 3355) @@ -1,56 +1,54 @@ -# Derived values -%define module Unicode-String -%define perlver %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) +%define perlname Unicode-String -Summary: Perl module %{module} +Summary:The Perl module Unicode-String. Name: perl-unicode-string Version: 2.07 -Release: 17gd -License: distributable -Group: tinysofa contrib -Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-2.07.tar.gz -Url: http://www.cpan.org -BuildRoot: /var/tmp/%{name}-buildroot-%(id -nu)/ -BuildRequires: perl -Requires: perl = %{perlver} -Provides: %{module} = %{version} +Release: 18gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -%define siteperl /usr/lib/perl5/site_perl/%{perlver} %description -%{module} module from CPAN for perl +The Perl module Unicode-String. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{perlname}-%{version} + %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} -make +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc Changes MANIFEST README + %changelog +* Tue Jul 27 2004 Gerald Dachs 2.07-18gd +- autogenerated by cpan2rpm + * Sat Jul 17 2004 Gerald Dachs 2.07-17gd - cleaned up spec file @@ -68,3 +66,4 @@ * Fri Jan 30 2004 Erlend Midttun - Initial release for Trustix based off a few others. + From svn at tinysofa.org Sun Aug 1 21:10:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:10:36 +1000 (EST) Subject: [tinysofa-svn] r3358 - in contrib/1.1: . perl-timedate/current/specs Message-ID: <20040801211036.DBB524E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:10:36 +1000 (Mon, 02 Aug 2004) New Revision: 3358 Added: contrib/1.1/perl-timedate/ Removed: contrib/1.1/perl-timedate/ contrib/1.1/perl-timedate/current/specs/perl-time-date.spec Log: big cleanup Copied: contrib/1.1/perl-timedate (from rev 3326, contrib/1.1/perl-time-date) Deleted: contrib/1.1/perl-timedate/current/specs/perl-time-date.spec =================================================================== --- contrib/1.1/perl-time-date/current/specs/perl-time-date.spec 2004-08-01 17:12:03 UTC (rev 3326) +++ contrib/1.1/perl-timedate/current/specs/perl-time-date.spec 2004-08-01 21:10:36 UTC (rev 3358) @@ -1,48 +0,0 @@ -%define real_name TimeDate -%define real_version 1.16 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) - -Summary: This is the perl5 TimeDate distribution. -Name: perl-time-date -Version: %{real_version} -Release: 1gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} -BuildRequires: perl-devel >= %{perl_version} -Buildroot: %{_tmppath}/%{name}-root -BuildArch: noarch - -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} - -%description -This is the perl5 TimeDate distribution. - -%prep -%setup -q -n %{real_name}-%{real_version} - -%build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} - -%install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -%makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} - -for file in ".packlist" "perllocal.pod"; do - find $RPM_BUILD_ROOT -name $file | xargs rm -done - -%clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,0755) -%doc ChangeLog MANIFEST README -%{siteperl}/* -%{_mandir}/man3/* - -%changelog -* Sun Jul 18 2004 Gerald Dachs 1.16-1gd -- packaged for tinysofa From svn at tinysofa.org Sun Aug 1 21:10:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:10:56 +1000 (EST) Subject: [tinysofa-svn] r3359 - in contrib/1.1: . perl-timedate/current/specs Message-ID: <20040801211056.3A3DD4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:10:56 +1000 (Mon, 02 Aug 2004) New Revision: 3359 Added: contrib/1.1/perl-timedate/ Removed: contrib/1.1/perl-timedate/ contrib/1.1/perl-timedate/current/specs/perl-time-date.spec Log: big cleanup Copied: contrib/1.1/perl-timedate (from rev 3326, contrib/1.1/perl-time-date) Deleted: contrib/1.1/perl-timedate/current/specs/perl-time-date.spec =================================================================== --- contrib/1.1/perl-time-date/current/specs/perl-time-date.spec 2004-08-01 17:12:03 UTC (rev 3326) +++ contrib/1.1/perl-timedate/current/specs/perl-time-date.spec 2004-08-01 21:10:56 UTC (rev 3359) @@ -1,48 +0,0 @@ -%define real_name TimeDate -%define real_version 1.16 -%define perl_version %(rpm -q perl --queryformat '%%{version}' 2>/dev/null) - -Summary: This is the perl5 TimeDate distribution. -Name: perl-time-date -Version: %{real_version} -Release: 1gd -Source: %{real_name}-%{real_version}.tar.gz -License: Perl -Group: tinysofa contrib -Requires: perl >= %{perl_version} -BuildRequires: perl-devel >= %{perl_version} -Buildroot: %{_tmppath}/%{name}-root -BuildArch: noarch - -%define siteperl /usr/lib/perl5/site_perl/%{perl_version} - -%description -This is the perl5 TimeDate distribution. - -%prep -%setup -q -n %{real_name}-%{real_version} - -%build -%{__perl} Makefile.PL INSTALLDIRS=site PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} - -%install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -%makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} - -for file in ".packlist" "perllocal.pod"; do - find $RPM_BUILD_ROOT -name $file | xargs rm -done - -%clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,0755) -%doc ChangeLog MANIFEST README -%{siteperl}/* -%{_mandir}/man3/* - -%changelog -* Sun Jul 18 2004 Gerald Dachs 1.16-1gd -- packaged for tinysofa From svn at tinysofa.org Sun Aug 1 21:17:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:17:21 +1000 (EST) Subject: [tinysofa-svn] r3360 - contrib/1.1/perl-timedate/current/specs Message-ID: <20040801211721.1E74F4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:17:20 +1000 (Mon, 02 Aug 2004) New Revision: 3360 Added: contrib/1.1/perl-timedate/current/specs/perl-timedate.spec Log: big cleanup Added: contrib/1.1/perl-timedate/current/specs/perl-timedate.spec =================================================================== --- contrib/1.1/perl-timedate/current/specs/perl-timedate.spec 2004-08-01 21:10:56 UTC (rev 3359) +++ contrib/1.1/perl-timedate/current/specs/perl-timedate.spec 2004-08-01 21:17:20 UTC (rev 3360) @@ -0,0 +1,54 @@ +%define perlname TimeDate + +Summary: This is the perl5 TimeDate distribution. +Name: perl-timedate +Version: 1.16 +Release: 2gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} + + +%description +This is the perl5 TimeDate distribution. + +%prep +%setup -q -n %{perlname}-%{version} + + +%build +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc ChangeLog MANIFEST README + +%changelog +* Tue Jul 27 2004 Gerald Dachs 1.16-2gd +- autogenerated by cpan2rpm + +* Sun Jul 18 2004 Gerald Dachs 1.16-1gd +- packaged for tinysofa + From svn at tinysofa.org Sun Aug 1 21:25:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:25:36 +1000 (EST) Subject: [tinysofa-svn] r3361 - in contrib/1.1/perl-net-ssleay/current: sources specs Message-ID: <20040801212536.339074E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:25:35 +1000 (Mon, 02 Aug 2004) New Revision: 3361 Added: contrib/1.1/perl-net-ssleay/current/sources/Net_SSLeay.pm-1.26.tar.gz Removed: contrib/1.1/perl-net-ssleay/current/sources/Net_SSLeay.pm-1.25.tar.gz Modified: contrib/1.1/perl-net-ssleay/current/specs/perl-net-ssleay.spec Log: big cleanup Deleted: contrib/1.1/perl-net-ssleay/current/sources/Net_SSLeay.pm-1.25.tar.gz =================================================================== (Binary files differ) Added: contrib/1.1/perl-net-ssleay/current/sources/Net_SSLeay.pm-1.26.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/perl-net-ssleay/current/sources/Net_SSLeay.pm-1.26.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: contrib/1.1/perl-net-ssleay/current/specs/perl-net-ssleay.spec =================================================================== --- contrib/1.1/perl-net-ssleay/current/specs/perl-net-ssleay.spec 2004-08-01 21:17:20 UTC (rev 3360) +++ contrib/1.1/perl-net-ssleay/current/specs/perl-net-ssleay.spec 2004-08-01 21:25:35 UTC (rev 3361) @@ -1,55 +1,55 @@ -%define real_name Net_SSLeay.pm -%define perl_sitearch %(eval "`perl -V:installsitearch`"; echo $installsitearch) -%define perl_archlib %(eval "`perl -V:installarchlib`"; echo $installarchlib) -%define perlversion %(eval "`perl -V:version`"; echo $version) +%define perlname Net_SSLeay.pm +Summary:The Perl module Net::SSLeay. +Name: perl-net-ssleay +Version: 1.26 +Release: 1gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} -Summary: Net::SSLeay Perl module for using OpenSSL -Name: perl-net-ssleay -Version: 1.25 -Release: 1bg -URL: http://www.cpan.org -Source: http://www.cpan.org/modules/by-module/Net/%{real_name}-%{version}.tar.gz -License: GPL -Group: tinysofa contrib -Requires: perl, openssl -BuildRequires: perl-devel, openssl-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root -Prefix: %{_prefix} %description -Net::SSLeay Perl module for using OpenSSL +The Perl module Net::SSLeay. +%prep +%setup -q -n %{perlname}-%{version} -%prep -q -%setup -q -n %{real_name}-%{version} - %build -%{__perl} Makefile.PL -make OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} -pi -e "s|/usr/local/bin/perl|/usr/bin/perl|" SSLeay.pm examples/*.pl +%{__perl} Makefile.PL %{_prefix} DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + %clean -[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot} +%clean_buildroot +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc Changes README.Win32 examples Credits RECIPE.Win32 MANIFEST +%doc QuickRef README typemap -%files -%defattr(0755,root,root,0755) -%{perl_sitearch}/auto/Net/SSLeay -%{perl_sitearch}/Net/ptrtstrun.pl -%{perl_sitearch}/Net/SSLeay.pm -%{perl_sitearch}/Net/SSLeay/ -%{_mandir}/man3/Net::SSLeay.3* -%{_mandir}/man3/Net::SSLeay::Handle.3* +%changelog +* Tue Jul 27 2004 Gerald Dachs 1.26-1gd +- autogenerated by cpan2rpm -%changelog -* Wed May 26 2004 Goetz Bock -- build for tinysofa contrib + From svn at tinysofa.org Sun Aug 1 21:30:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 07:30:48 +1000 (EST) Subject: [tinysofa-svn] r3362 - contrib/1.1 Message-ID: <20040801213048.7FAC64E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 07:30:48 +1000 (Mon, 02 Aug 2004) New Revision: 3362 Removed: contrib/1.1/perl-time-date/ Log: big cleanup From svn at tinysofa.org Sun Aug 1 22:09:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 08:09:01 +1000 (EST) Subject: [tinysofa-svn] r3363 - contrib/1.1/perl-digest-perl-md5/current/specs Message-ID: <20040801220901.F37734E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 08:09:01 +1000 (Mon, 02 Aug 2004) New Revision: 3363 Modified: contrib/1.1/perl-digest-perl-md5/current/specs/perl-digest-perl-md5.spec Log: big -cleanup Modified: contrib/1.1/perl-digest-perl-md5/current/specs/perl-digest-perl-md5.spec =================================================================== --- contrib/1.1/perl-digest-perl-md5/current/specs/perl-digest-perl-md5.spec 2004-08-01 21:30:48 UTC (rev 3362) +++ contrib/1.1/perl-digest-perl-md5/current/specs/perl-digest-perl-md5.spec 2004-08-01 22:09:01 UTC (rev 3363) @@ -3,7 +3,7 @@ Summary:The Perl module Digest-Perl-MD5. Name: perl-digest-perl-md5 Version: 1.6 -Release: 2gd +Release: 3gd License: Artistic, GPL Group: contrib Source: %{perlname}-%{version}.tar.gz @@ -21,6 +21,7 @@ %build +%{__perl} -pi -e "s|/usr/bin/false|/bin/false|" lib/Digest/Perl/MD5.pm %{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor 1.6-3gd +- fixed wrong path to false + * Tue Jul 27 2004 Gerald Dachs 1.6-2gd - autogenerated by cpan2rpm From svn at tinysofa.org Sun Aug 1 22:25:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 08:25:13 +1000 (EST) Subject: [tinysofa-svn] r3364 - in contrib/1.1: . perl-digest-sha1 perl-digest-sha1/current perl-digest-sha1/current/sources perl-digest-sha1/current/specs Message-ID: <20040801222513.C726C4E855C@minbar.tinysofa.org> Author: gda Date: 2004-08-02 08:25:13 +1000 (Mon, 02 Aug 2004) New Revision: 3364 Added: contrib/1.1/perl-digest-sha1/ contrib/1.1/perl-digest-sha1/current/ contrib/1.1/perl-digest-sha1/current/sources/ contrib/1.1/perl-digest-sha1/current/sources/Digest-SHA1-2.10.tar.gz contrib/1.1/perl-digest-sha1/current/specs/ contrib/1.1/perl-digest-sha1/current/specs/perl-digest-sha1.spec Log: new rpm Added: contrib/1.1/perl-digest-sha1/current/sources/Digest-SHA1-2.10.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/perl-digest-sha1/current/sources/Digest-SHA1-2.10.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/perl-digest-sha1/current/specs/perl-digest-sha1.spec =================================================================== --- contrib/1.1/perl-digest-sha1/current/specs/perl-digest-sha1.spec 2004-08-01 22:09:01 UTC (rev 3363) +++ contrib/1.1/perl-digest-sha1/current/specs/perl-digest-sha1.spec 2004-08-01 22:25:13 UTC (rev 3364) @@ -0,0 +1,53 @@ +%define perlname Digest-SHA1 + +Summary:The Perl module Digest::SHA1 +Name: perl-digest-sha1 +Version: 2.10 +Release: 1gd +License: Artistic, GPL +Group: contrib +Source: %{perlname}-%{version}.tar.gz +URL: http://www.cpan.org/ +Requires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRoot: %{_tmppath}/%{name}-%{version} + + +%description +The Perl module Digest::SHA1. + +%prep +%setup -q -n %{perlname}-%{version} + + +%build +%{__perl} Makefile.PL %{_prefix} DESTDIR=%{buildroot} INSTALLDIRS=vendor %{name}-%{version}-filelist +find %{buildroot} -type f -print |\ +%{__sed} "s|%{buildroot}||g" >>%{name}-%{version}-filelist + +%clean +%clean_buildroot + +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) +%doc Changes README fip180-1.html MANIFEST + +%changelog +* Sun Aug 1 2004 Gerald Dachs 2.10-1gd +- new rpm + + From svn at tinysofa.org Mon Aug 2 06:58:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 16:58:18 +1000 (EST) Subject: [tinysofa-svn] r3365 - in contrib: . 1.1 Message-ID: <20040802065818.E99524E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 16:58:17 +1000 (Mon, 02 Aug 2004) New Revision: 3365 Added: contrib/1.1/jfsutils/ Removed: contrib/jfsutils/ Log: - move jfsutils to 1.1 contrib Copied: contrib/1.1/jfsutils (from rev 3364, contrib/jfsutils) From svn at tinysofa.org Mon Aug 2 07:04:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 17:04:16 +1000 (EST) Subject: [tinysofa-svn] r3366 - in contrib: . 1.1 Message-ID: <20040802070416.5006F4E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 17:04:16 +1000 (Mon, 02 Aug 2004) New Revision: 3366 Added: contrib/1.1/tinysofa-utils/ Removed: contrib/tinysofa-utils/ Log: move tinysofa-utils to 1.1 contrib Copied: contrib/1.1/tinysofa-utils (from rev 3365, contrib/tinysofa-utils) From svn at tinysofa.org Mon Aug 2 07:11:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 17:11:27 +1000 (EST) Subject: [tinysofa-svn] r3367 - contrib/1.1 Message-ID: <20040802071127.7236C4E855C@minbar.tinysofa.org> Author: jh Date: 2004-08-02 17:11:27 +1000 (Mon, 02 Aug 2004) New Revision: 3367 Removed: contrib/1.1/unzip/ contrib/1.1/zip/ Log: - remove zip and unzip From svn at tinysofa.org Mon Aug 2 13:22:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 2 Aug 2004 23:22:25 +1000 (EST) Subject: [tinysofa-svn] r3368 - in contrib/1.1/smartmontools/current: sources specs Message-ID: <20040802132225.DF3364E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-02 23:22:23 +1000 (Mon, 02 Aug 2004) New Revision: 3368 Modified: contrib/1.1/smartmontools/current/sources/smartd.init contrib/1.1/smartmontools/current/specs/smartmontools.spec Log: - port to tinysofa 1.1 Modified: contrib/1.1/smartmontools/current/sources/smartd.init =================================================================== --- contrib/1.1/smartmontools/current/sources/smartd.init 2004-08-02 07:11:27 UTC (rev 3367) +++ contrib/1.1/smartmontools/current/sources/smartd.init 2004-08-02 13:22:23 UTC (rev 3368) @@ -50,8 +50,14 @@ status) status $prog ;; + try-restart|condrestart) + if status $prog > /dev/null; then + $0 stop + $0 start + fi + ;; *) - echo $"Usage: $0 {start|stop|reload|report|restart|status}" + echo $"Usage: $0 {start|stop|reload|report|try-restart|restart|status}" RETVAL=1 esac Modified: contrib/1.1/smartmontools/current/specs/smartmontools.spec =================================================================== --- contrib/1.1/smartmontools/current/specs/smartmontools.spec 2004-08-02 07:11:27 UTC (rev 3367) +++ contrib/1.1/smartmontools/current/specs/smartmontools.spec 2004-08-02 13:22:23 UTC (rev 3368) @@ -1,15 +1,14 @@ Name: smartmontools Summary: disks and devices S.M.A.R.T. monitor Version: 5.31 -Release: 1jh +Release: 2jh License: GPL Group: tinysofa contrib Source: %{name}-%{version}.tar.gz Source1: smartd.init URL: http://smartmontools.sourceforge.net/ -Prereq: /sbin/chkconfig /sbin/restart_maybe -Requires: /sbin/service -BuildRoot: %{_tmppath}/%{name}-root +%service_requires +BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: smartctl smartd ucsc-smartsuite smartsuite @@ -31,17 +30,15 @@ %build -%configure --with-initscriptdir=%{_initdir} -%{__make} %{?_smp_mflags} +%configure --with-initscriptdir=%{_initrddir} +%make %install -[ -n "%{buildroot}" -a "%{buildroot}" != / ] && %{__rm} -rf -- "%{buildroot}" +%makeinstall initddir=%{buildroot}%{_initrddir} -%makeinstall initddir=%{buildroot}%{_initdir} +%{__install} -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/smartd -%{__install} -m 755 %{SOURCE1} %{buildroot}%{_initdir}/smartd - %{__mkdir_p} %{buildroot}%{_sysconfdir}/sysconfig %{__cat} << __EOF__ > %{buildroot}%{_sysconfdir}/sysconfig/smartmontools smartd_opts="" @@ -54,7 +51,7 @@ %defattr(-,root,root,755) %attr(755,root,root) %{_sbindir}/smartd %attr(755,root,root) %{_sbindir}/smartctl -%attr(755,root,root) %{_initdir}/smartd +%attr(755,root,root) %{_initrddir}/smartd %attr(644,root,root) %{_mandir}/man8/smartctl.8* %attr(644,root,root) %{_mandir}/man8/smartd.8* %attr(644,root,root) %{_mandir}/man5/smartd.conf.5* @@ -65,21 +62,22 @@ %clean -[ -n "%{buildroot}" -a "%{buildroot}" != / ] && %{__rm} -rf -- "%{buildroot}" +%clean_buildroot %post -/sbin/chkconfig --add smartd -/sbin/restart_maybe smartd +%service_post smartd - %preun -if [ "$1" = 0 ]; then - /sbin/service smartd stop > /dev/null 2>&1 || : - /sbin/chkconfig --del smartd || : -fi +%service_post smartd +%postun +%service_postun smartd + %changelog +* Mon Aug 2 2004 Jaakko Heinonen 5.31-2jh +- port to tinysofa 1.1 + * Wed May 26 2004 Jaakko Heinonen 5.31-1jh - initial tinysofa contrib package based on smartmontools spec file From svn at tinysofa.org Mon Aug 2 15:26:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 01:26:32 +1000 (EST) Subject: [tinysofa-svn] r3369 - contrib/1.1 tinysofa/releases/1.1 Message-ID: <20040802152632.827E24E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-03 01:26:31 +1000 (Tue, 03 Aug 2004) New Revision: 3369 Added: contrib/1.1/dmapi/ Removed: tinysofa/releases/1.1/dmapi/ Log: - move dmapi to contrib Copied: contrib/1.1/dmapi (from rev 3368, tinysofa/releases/1.1/dmapi) From svn at tinysofa.org Mon Aug 2 15:26:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 01:26:32 +1000 (EST) Subject: [tinysofa-svn] r3369 - contrib/1.1 tinysofa/releases/1.1 Message-ID: <20040802152632.5ACB34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 01:26:31 +1000 (Tue, 03 Aug 2004) New Revision: 3369 Added: contrib/1.1/dmapi/ Removed: tinysofa/releases/1.1/dmapi/ Log: - move dmapi to contrib Copied: contrib/1.1/dmapi (from rev 3368, tinysofa/releases/1.1/dmapi) From svn at tinysofa.org Mon Aug 2 15:27:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 01:27:21 +1000 (EST) Subject: [tinysofa-svn] r3370 - contrib/1.1 tinysofa/releases/1.1 Message-ID: <20040802152721.0F6464E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 01:27:20 +1000 (Tue, 03 Aug 2004) New Revision: 3370 Added: contrib/1.1/xfsdump/ Removed: tinysofa/releases/1.1/xfsdump/ Log: - move xfsdump to contrib Copied: contrib/1.1/xfsdump (from rev 3369, tinysofa/releases/1.1/xfsdump) From svn at tinysofa.org Mon Aug 2 15:27:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 01:27:21 +1000 (EST) Subject: [tinysofa-svn] r3370 - contrib/1.1 tinysofa/releases/1.1 Message-ID: <20040802152721.159C54E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-03 01:27:20 +1000 (Tue, 03 Aug 2004) New Revision: 3370 Added: contrib/1.1/xfsdump/ Removed: tinysofa/releases/1.1/xfsdump/ Log: - move xfsdump to contrib Copied: contrib/1.1/xfsdump (from rev 3369, tinysofa/releases/1.1/xfsdump) From svn at tinysofa.org Mon Aug 2 15:27:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 01:27:46 +1000 (EST) Subject: [tinysofa-svn] r3371 - contrib/1.1 tinysofa/releases/1.1 Message-ID: <20040802152746.9AF254E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 01:27:46 +1000 (Tue, 03 Aug 2004) New Revision: 3371 Added: contrib/1.1/xfsprogs/ Removed: tinysofa/releases/1.1/xfsprogs/ Log: - move xfsprogs to contrib Copied: contrib/1.1/xfsprogs (from rev 3370, tinysofa/releases/1.1/xfsprogs) From svn at tinysofa.org Mon Aug 2 15:27:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 01:27:46 +1000 (EST) Subject: [tinysofa-svn] r3371 - contrib/1.1 tinysofa/releases/1.1 Message-ID: <20040802152746.A08844E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-03 01:27:46 +1000 (Tue, 03 Aug 2004) New Revision: 3371 Added: contrib/1.1/xfsprogs/ Removed: tinysofa/releases/1.1/xfsprogs/ Log: - move xfsprogs to contrib Copied: contrib/1.1/xfsprogs (from rev 3370, tinysofa/releases/1.1/xfsprogs) From svn at tinysofa.org Mon Aug 2 17:01:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 03:01:33 +1000 (EST) Subject: [tinysofa-svn] r3372 - in contrib/1.1/spamassassin/current: sources specs Message-ID: <20040802170133.BDDE64E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-03 03:01:33 +1000 (Tue, 03 Aug 2004) New Revision: 3372 Modified: contrib/1.1/spamassassin/current/sources/spamassassin.initd contrib/1.1/spamassassin/current/specs/spamassassin.spec Log: package cleanup Modified: contrib/1.1/spamassassin/current/sources/spamassassin.initd =================================================================== --- contrib/1.1/spamassassin/current/sources/spamassassin.initd 2004-08-02 15:27:46 UTC (rev 3371) +++ contrib/1.1/spamassassin/current/sources/spamassassin.initd 2004-08-02 17:01:33 UTC (rev 3372) @@ -161,7 +161,7 @@ reload rc=$? ;; - condrestart) + condrestart|try-restart) condrestart rc=$? ;; @@ -170,7 +170,7 @@ rc=$? ;; *) - echo $"Usage: $0 {start|stop|restart|status}" + echo $"Usage: $0 {start|stop|restart|status|condrestart|try-restart}" rc=3 # unimplemented feature ;; esac Modified: contrib/1.1/spamassassin/current/specs/spamassassin.spec =================================================================== --- contrib/1.1/spamassassin/current/specs/spamassassin.spec 2004-08-02 15:27:46 UTC (rev 3371) +++ contrib/1.1/spamassassin/current/specs/spamassassin.spec 2004-08-02 17:01:33 UTC (rev 3372) @@ -1,27 +1,22 @@ -%define __check_files %{nil} -#%include /usr/lib/rpm/macros.perl %define real_name Mail-SpamAssassin -%define real_version 2.63 Summary: a spam filter for email which can be invoked from mail delivery agents Name: spamassassin -Group: tinysofa contrib -Version: %{real_version} -Release: 17gd +Group: contrib +Version: 2.63 +Release: 18gd License: Artistic -Source: http:/spamassassin.org/released/%{real_name}-%{real_version}.tar.gz +Source: http:/spamassassin.org/released/%{real_name}-%{version}.tar.gz Source1: spamassassin.initd Source2: spamassassin.sysconfig Patch: spamassassin-confdir.patch Patch1: spamassassin-2.63-archiveiterator.patch URL: http:/spamassassin.org -Prefix: %{_prefix} +#Prefix: %{_prefix} Prereq: /sbin/chkconfig Requires: perl-mail-spamassassin = %{version}-%{release} Buildroot: %{_tmppath}/%{name}-root -%define perl_sitelib %(eval "`%{__perl} -V:installsitelib`"; echo "$installsitelib") - %description SpamAssassin provides you with a way to reduce, if not completely eliminate, Unsolicited Bulk Email (or "spam") from your incoming email. @@ -35,8 +30,9 @@ %package tools Summary: Miscellaneous tools and documentation for SpamAssassin -Group: tinysofa contrib +Group: contrib Requires: perl-mail-spamassassin = %{version}-%{release} +Requires: perl-digest-sha1 %description tools Miscellaneous tools and documentation from various authors, distributed @@ -46,7 +42,7 @@ %package -n perl-mail-spamassassin Summary: SpamAssassin e-mail filter Perl modules Requires: perl >= 5.004 perl-html-parser -Group: tinysofa contrib +Group: contrib %description -n perl-mail-spamassassin Mail::SpamAssassin is a module to identify spam using text analysis and @@ -58,58 +54,49 @@ %prep -%setup -q -n %{real_name}-%{real_version} +%setup -q -n %{real_name}-%{version} %patch -p1 %patch1 -p1 %build -%{__perl} Makefile.PL PREFIX=%{_prefix} SYSCONFDIR=%{_sysconfdir} DESTDIR=$RPM_BUILD_ROOT < /dev/null +%{__perl} Makefile.PL PREFIX=%{_prefix} SYSCONFDIR=%{_sysconfdir} DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor < /dev/null %{__make} %{__make} spamd/libspamc.so %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/%{_initdir} +install -d $RPM_BUILD_ROOT/%{_initrddir} install -d $RPM_BUILD_ROOT/%{_includedir} install -d $RPM_BUILD_ROOT/etc/spamassassin install -d $RPM_BUILD_ROOT/etc/sysconfig install -d -m 0755 $RPM_BUILD_ROOT/var/lib/spamassassin/shared -# Specify the man dir locations since Perl sometimes gets it wrong... :( -%makeinstall \ - INSTALLMAN1DIR=%{_mandir}/man1 \ - INSTALLMAN3DIR=%{_mandir}/man3 \ - INSTALLSITEMAN1DIR=%{_mandir}/man1 \ - INSTALLSITEMAN3DIR=%{_mandir}/man3 \ - INSTALLVENDORMAN1DIR=%{_mandir}/man1 \ - INSTALLVENDORMAN3DIR=%{_mandir}/man3 +%makeinstall -install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initdir}/spamassassin +install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/spamassassin install -m 0644 spamd/libspamc.so $RPM_BUILD_ROOT/%{_libdir} install -m 0644 spamd/libspamc.h $RPM_BUILD_ROOT/%{_includedir}/libspamc.h install -m 0644 rules/local.cf $RPM_BUILD_ROOT/etc/spamassassin/ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/spamassassin +%{__rm} -f %{buildroot}%{perl_vendorarch}/auto/Mail/SpamAssassin/.packlist +%{__rm} -f %{buildroot}%{perl_archlib}/perllocal.pod [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %post -/sbin/chkconfig --add spamassassin -/sbin/restart_maybe spamassassin +%service_post spamassassin - %preun -if [ $1 = 0 ]; then - /sbin/service spamassassin stop >/dev/null 2>&1 - /sbin/chkconfig --del spamassassin -fi +%service_preun spamassassin +%postun +%service_postun spamassassin %files %defattr(-,root,root) @@ -117,7 +104,7 @@ %attr(0755,root,root) %{_bindir}/* %attr(0644,root,root) %{_includedir}/* %attr(0644,root,root) %{_libdir}/*.so -%attr(0755,root,root) %{_initdir}/spamassassin +%attr(0755,root,root) %{_initrddir}/spamassassin %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/spamassassin # Shared directory. Not writeable by rpm default. %attr(755,root,root) /var/lib/spamassassin/shared @@ -131,10 +118,10 @@ %files -n perl-mail-spamassassin %defattr(0644,root,root,0755) -%dir %{perl_sitelib}/Mail/ -%{perl_sitelib}/Mail/SpamAssassin.pm -%dir %{perl_sitelib}/Mail/SpamAssassin/ -%{perl_sitelib}/Mail/SpamAssassin/* +%dir %{perl_vendorlib}/Mail/ +%{perl_vendorlib}/Mail/SpamAssassin.pm +%dir %{perl_vendorlib}/Mail/SpamAssassin/ +%{perl_vendorlib}/Mail/SpamAssassin/* %dir %{_sysconfdir}/spamassassin %config(noreplace) %{_sysconfdir}/spamassassin/* %{_datadir}/spamassassin @@ -142,6 +129,14 @@ %changelog +* Mon Aug 2 2004 Gerald Dachs 2.63-18gd +- initdir -> initrddir +- gets now installed to perl_vendorlib +- changed group +- buildrequires perl-digest-sha1 +- general cleanup +- fixed initscript + * Sun Jun 27 2004 Gerald Dachs 2.63-17gd - changed group From svn at tinysofa.org Mon Aug 2 18:53:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 04:53:46 +1000 (EST) Subject: [tinysofa-svn] r3373 - in tinysofa/releases/1.1/nss_ldap/current: sources specs Message-ID: <20040802185346.78C8D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 04:53:46 +1000 (Tue, 03 Aug 2004) New Revision: 3373 Added: tinysofa/releases/1.1/nss_ldap/current/sources/nss_ldap-220.tar.gz Removed: tinysofa/releases/1.1/nss_ldap/current/sources/nss_ldap-217.tar.gz Modified: tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec Log: - new upstream - clean up spec file Deleted: tinysofa/releases/1.1/nss_ldap/current/sources/nss_ldap-217.tar.gz =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/nss_ldap/current/sources/nss_ldap-220.tar.gz =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/nss_ldap/current/sources/nss_ldap-220.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec =================================================================== --- tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec 2004-08-02 17:01:33 UTC (rev 3372) +++ tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec 2004-08-02 18:53:46 UTC (rev 3373) @@ -1,15 +1,15 @@ Summary: The NSS LDAP modules Name: nss_ldap -Version: 217 -Release: 3jh +Version: 220 +Release: 1jh License: LGPL URL: http://www.padl.com/ Source0: http://www.padl.com/download/%{name}-%{version}.tar.gz Group: extra -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: ldapclients-common kerberos5-libs openldap-libs db4 BuildRequires: automake autoconf openldap-devel db4-devel cyrus-sasl-devel -BuildRequires: kerberos5-devel +BuildRequires: kerberos5-devel openssl-devel %description This package includes a LDAP access client: nss_ldap. @@ -29,34 +29,49 @@ aclocal autoconf automake -./configure \ ---enable-rfc2307bis \ ---enable-schema-mapping +export CFLAGS="$CFLAGS -fPIC" +# FIXME: libraries from /usr should be linked statically! +#export LDFLAGS="$LDFLAGS -static -lssl" +%configure \ + --libdir=/%{_lib} \ + --with-ldap=openldap \ + --enable-rfc2307bis \ + --enable-schema-mapping -make +%make + %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/{etc,lib,usr/lib} -make install \ - DESTDIR=$RPM_BUILD_ROOT \ +%{__mkdir_p} \ + %{buildroot}%{_sysconfdir} \ + %{buildroot}/%{_lib} \ + %{buildroot}%{_libdir} + +%makeinstall_std \ INST_UID=`id -un` \ INST_GID=`id -gn` + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot + %files %defattr(-,root,root) -%attr(0755,root,root) /lib/*.so* -%attr(0755,root,root) /usr/lib/*.so* +%attr(0755,root,root) /%{_lib}/*.so* +%attr(0755,root,root) %{_libdir}/*.so* %doc ANNOUNCE README ChangeLog AUTHORS NEWS COPYING %doc nsswitch.ldap %exclude %{_sysconfdir}/ldap.conf %exclude %{_sysconfdir}/nsswitch.ldap + %changelog +* Mon Aug 2 2004 Jaakko Heinonen 220-1jh +- new upstream +- clean up spec file + * Wed May 19 2004 tsintegrate 217-2ts - current (217-1ts) integrated as 217-2ts for release 1.0-U1 From svn at tinysofa.org Mon Aug 2 19:09:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 05:09:50 +1000 (EST) Subject: [tinysofa-svn] r3374 - in tinysofa/releases/1.1/mkinitrd/current: sources specs Message-ID: <20040802190950.7587F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 05:09:50 +1000 (Tue, 03 Aug 2004) New Revision: 3374 Added: tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.24.tar.bz2 Removed: tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.21.tar.bz2 Modified: tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec Log: - new upstream Deleted: tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.21.tar.bz2 =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.24.tar.bz2 =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.24.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec =================================================================== --- tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec 2004-08-02 18:53:46 UTC (rev 3373) +++ tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec 2004-08-02 19:09:50 UTC (rev 3374) @@ -1,7 +1,7 @@ Summary: Creates an initial ramdisk image for preloading modules. Name: mkinitrd -Version: 3.5.21 -Release: 5jh +Version: 3.5.24 +Release: 1jh License: GPL Group: main Source: mkinitrd-%{version}.tar.bz2 @@ -17,7 +17,7 @@ Requires: module-init-tools, modutils BuildRequires: dietlibc, perl -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Mkinitrd creates filesystem images for use as initial ramdisk (initrd) @@ -43,14 +43,13 @@ %build export CC="gcc %{?no_stack_protector}" -make +%make %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" make BUILDROOT=$RPM_BUILD_ROOT mandir=%{_mandir} install %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files %defattr(-,root,root) @@ -58,6 +57,9 @@ %{_mandir}/man8/* %changelog +* Mon Aug 2 2004 Jaakko Heinonen 3.5.24-1jh +- 3.5.24 + * Mon May 24 2004 tsintegrate 3.5.21-4ts - current (3.5.21-5ok) integrated as 3.5.21-4ts for release 1.0-U1 From svn at tinysofa.org Mon Aug 2 19:28:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 05:28:55 +1000 (EST) Subject: [tinysofa-svn] r3375 - in contrib/1.1/amavisd-new/current: sources specs Message-ID: <20040802192855.977694E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-03 05:28:55 +1000 (Tue, 03 Aug 2004) New Revision: 3375 Added: contrib/1.1/amavisd-new/current/sources/amavisd-new-20040701-dspam-3.0.0.patch Modified: contrib/1.1/amavisd-new/current/sources/amavisd.init contrib/1.1/amavisd-new/current/specs/amavisd-new.spec Log: specfile cleanup Added: contrib/1.1/amavisd-new/current/sources/amavisd-new-20040701-dspam-3.0.0.patch =================================================================== --- contrib/1.1/amavisd-new/current/sources/amavisd-new-20040701-dspam-3.0.0.patch 2004-08-02 19:09:50 UTC (rev 3374) +++ contrib/1.1/amavisd-new/current/sources/amavisd-new-20040701-dspam-3.0.0.patch 2004-08-02 19:28:55 UTC (rev 3375) @@ -0,0 +1,23 @@ +--- amavisd-new-20040701/amavisd.orig 2004-08-02 21:14:35.000000000 +0200 ++++ amavisd-new-20040701/amavisd 2004-08-02 21:20:37.000000000 +0200 +@@ -9859,7 +9859,7 @@ + or die "Can't create file $dspam_fname: $!"; + $fh->seek(0,0) or die "Can't rewind mail file: $!"; + my($proc_fh,$pid) = run_command('&'.fileno($fh), "&1", $dspam, +- qw(--stdout --deliver-spam) ); ++ qw(--stdout --user amavisd --mode=tum --deliver=spam,innocent) ); + # keep X-DSPAM-*, ignore other changes e.g. Content-Transfer-Encoding + while (defined($_ = $proc_fh->getline)) { # scan mail header from DSPAM + $dspam_fh->print($_) or die "Can't write to $dspam_fname: $!"; +@@ -9951,9 +9951,9 @@ + if ($dspam ne '' && defined $spam_level) { # DSPAM auto-learn + my($eat, at options); + if ( $spam_level > 5.0 && $dspam_result eq 'Innocent') +- { $eat = 'SPAM'; @options = qw(--stdout --addspam) } ++ { $eat = 'SPAM'; @options = qw(--stdout --source=error --class=spam --user amavisd --mode=tum) } + elsif ($spam_level < 1.0 && $dspam_result eq 'Spam') +- { $eat = 'HAM'; @options = qw(--stdout --falsepositive) } ++ { $eat = 'HAM'; @options = qw(--stdout --source=error --class=innocent --user amavisd --mode=tum) } + if (defined $eat && $dspam_signature ne '') { + do_log(2, "DSPAM learn $eat ($spam_level), $dspam_signature"); + my($proc_fh,$pid) = run_command($dspam_fname, "&1", $dspam, @options); Modified: contrib/1.1/amavisd-new/current/sources/amavisd.init =================================================================== --- contrib/1.1/amavisd-new/current/sources/amavisd.init 2004-08-02 19:09:50 UTC (rev 3374) +++ contrib/1.1/amavisd-new/current/sources/amavisd.init 2004-08-02 19:28:55 UTC (rev 3375) @@ -10,14 +10,7 @@ # pidfile: /var/amavis/amavisd.pid # Source function library. -if [ -f /etc/init.d/functions ]; then - . /etc/init.d/functions -elif [ -f /etc/rc.d/init.d/functions ]; then - . /etc/rc.d/init.d/functions -else - echo "Could not find functions file. Exiting." - exit 1 -fi +. /etc/init.d/functions # Source networking configuration. . /etc/sysconfig/network @@ -66,8 +59,12 @@ action $"Reloading ${prog_base}:" ${prog} -c ${prog_config_file} reload RETVAL=$? ;; + condrestart|try-restart) + test -f /var/lock/subsys/${prog_base} && $0 restart || : + RETVAL=$? + ;; *) - echo "Usage: $0 {start|stop|status|restart|reload}" + echo "Usage: $0 {start|stop|status|restart|reload|condrestart|try-restart}" exit 1 esac Modified: contrib/1.1/amavisd-new/current/specs/amavisd-new.spec =================================================================== --- contrib/1.1/amavisd-new/current/specs/amavisd-new.spec 2004-08-02 19:09:50 UTC (rev 3374) +++ contrib/1.1/amavisd-new/current/specs/amavisd-new.spec 2004-08-02 19:28:55 UTC (rev 3375) @@ -1,7 +1,7 @@ %define realversion 20040701 Name: amavisd-new Version: 0.0.%{realversion} -Release: 1gd +Release: 2gd Summary: AMaViSd-new - A Mail Virus Scanner URL: http://www.ijs.si/software/amavisd/ License: GPL @@ -9,6 +9,7 @@ Source0: %{name}-%{realversion}.tar.gz Source1: amavisd.init Source2: amavisd.conf +Patch: amavisd-new-20040701-dspam-3.0.0.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{realversion}-%{release}-root @@ -34,9 +35,6 @@ Requires: perl-berkeleydb Requires: perl-uri -# May also be used. -#Requires: lha >= 1.14g, unarj, unrar, zoo, uncompress - %define user_name amavis %define user_id 257 %define group_name amavis @@ -55,22 +53,10 @@ %prep %setup -q -n %{name}-%{realversion} +%patch -p1 -b .dspam + perl -pi -e 's|/var/amavis|/var/spool/amavis|' amavisd -%build -# --enable-all includes support for all virus scanners, -# not only for those installed (i.e. antivir) - -# build might need the user/group -if [ -z "`getent group %{group_name}`" ] ; then - /usr/sbin/groupadd -g %{group_id} %{group_name} -fi -if [ -z "`getent passwd %{user_name}`" ] ; then - /usr/sbin/useradd -M -d /no/dir -g %{group_name} -s /bin/false \ - -u %{user_id} %{user_name} -fi - - %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT @@ -79,16 +65,15 @@ install -d -m 0700 $RPM_BUILD_ROOT/var/spool/amavis install -d -m 0700 $RPM_BUILD_ROOT/var/spool/amavis/db install -d -m 0700 $RPM_BUILD_ROOT/var/spool/amavis/virusmails -install -d -m 0755 $RPM_BUILD_ROOT/usr/sbin +install -d -m 0755 $RPM_BUILD_ROOT/%{_sbindir} -install -d -m 0755 $RPM_BUILD_ROOT/etc/init.d -install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/etc/init.d/amavisd -install -m 0640 %{SOURCE2} $RPM_BUILD_ROOT/etc/amavisd.conf -install -m 0755 amavisd $RPM_BUILD_ROOT/usr/sbin/amavisd -#install -m 0755 amavisdconf $RPM_BUILD_ROOT/usr/sbin/ +install -d -m 0755 $RPM_BUILD_ROOT/%{_initrddir} +install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/amavisd +install -m 0640 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/amavisd.conf +install -m 0755 amavisd $RPM_BUILD_ROOT/%{_sbindir}/amavisd %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %pre if [ -z "`getent group %{group_name}`" ] ; then @@ -101,40 +86,36 @@ %post -if [ -z "`grep "^virusalert:" /etc/postfix/aliases`" ]; then +if [ -f /etc/postfix/aliases ]; then + if [ -z "`grep "^virusalert:" /etc/postfix/aliases`" ]; then echo "virusalert: root" >> /etc/postfix/aliases if [ -x /usr/bin/newaliases ] ; then - /usr/bin/newaliases > /dev/null 2>&1 + /usr/bin/newaliases > /dev/null 2>&1 else - echo "Can't exec newaliases. Please run it manually" + echo "Can't exec newaliases. Please run it manually" fi + fi fi -/sbin/chkconfig --add amavisd -/sbin/restart_maybe amavisd >/dev/null 2>&1 +%service_post amavisd %preun -if [ "$1" = 0 ] ; then - /sbin/service amavisd stop >/dev/null 2>&1 - /sbin/chkconfig --del amavisd >/dev/null 2>&1 -fi +%service_preun amavisd %postun -if [ "$1" -ge "1" ]; then - /sbin/restart_maybe amavisd >/dev/null 2>&1 -fi +%service_postun amavisd %files %defattr(-,root,root) %doc AAAREADME.first INSTALL LICENSE MANIFEST README_FILES RELEASE_NOTES -%doc test-messages -%attr(640,root,amavis) %config(noreplace) /etc/amavisd.conf +%doc LDAP.schema amavisd.conf amavisd.conf-default amavisd.conf-sample +%doc test-messages helper-progs +%attr(640,root,amavis) %config(noreplace) %{_sysconfdir}/amavisd.conf %defattr(755,root,root) -/etc/init.d/amavisd -/usr/sbin/amavisd -#/usr/sbin/amavisdconf +%{_initrddir}/amavisd +%{_sbindir}/amavisd %defattr(700,amavis,root) %dir /var/spool/amavis %dir /var/spool/amavis/db @@ -142,6 +123,11 @@ %changelog +* Mon Aug 02 2004 Gerald Dachs 20040701-2gd +- cleaned up spec file +- added condrestart, try-restart to initscript +- added patch for dspam 3.0.0 compatibility + * Thu Jul 07 2004 Omar Kilani 20040701-1ok - 20040701. From svn at tinysofa.org Tue Aug 3 04:24:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 14:24:39 +1000 (EST) Subject: [tinysofa-svn] r3376 - tinysofa/releases/1.1/mod_php4/current/specs Message-ID: <20040803042439.58A484E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 14:24:38 +1000 (Tue, 03 Aug 2004) New Revision: 3376 Modified: tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec Log: - apache -> httpd Modified: tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec =================================================================== --- tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec 2004-08-02 19:28:55 UTC (rev 3375) +++ tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec 2004-08-03 04:24:38 UTC (rev 3376) @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-root Requires: webserver, gmp, openssl, bzip2, zlib, rpm >= 3.0.6, db4 Obsoletes: mod_php3 -BuildRequires: apache apache-devel >= 2 apr-util-devel apr-devel +BuildRequires: httpd httpd-devel >= 2 apr-util-devel apr-devel BuildRequires: postgresql-devel, mysql-devel, openldap-devel BuildRequires: zlib-devel, gmp-devel, flex, bison, byacc, bzip2-devel BuildRequires: cyrus-imapd-devel, libpng-devel, libjpeg-devel From svn at tinysofa.org Tue Aug 3 04:48:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 14:48:48 +1000 (EST) Subject: [tinysofa-svn] r3377 - tinysofa/releases/1.1/mod_php4/current/specs Message-ID: <20040803044848.116AF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 14:48:47 +1000 (Tue, 03 Aug 2004) New Revision: 3377 Modified: tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec Log: - mode apache -> httpd Modified: tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec =================================================================== --- tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec 2004-08-03 04:24:38 UTC (rev 3376) +++ tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec 2004-08-03 04:48:47 UTC (rev 3377) @@ -212,11 +212,11 @@ make %install -mkdir -p $RPM_BUILD_ROOT/usr/lib/apache +mkdir -p $RPM_BUILD_ROOT/usr/lib/httpd mkdir -p $RPM_BUILD_ROOT/etc/httpd mkdir -p $RPM_BUILD_ROOT/usr/share/php4/ mkdir -p $RPM_BUILD_ROOT/usr/bin -install -s -m 755 .libs/libphp4.so $RPM_BUILD_ROOT/usr/lib/apache +install -s -m 755 .libs/libphp4.so $RPM_BUILD_ROOT/usr/lib/httpd install -s -m 755 sapi/cli/php $RPM_BUILD_ROOT/usr/bin #ugly hack, apxs pretends on changing the httpd.conf, so @@ -255,7 +255,7 @@ %files %defattr(-,root,root) -/usr/lib/apache/libphp4.so +/usr/lib/httpd/libphp4.so %config(noreplace) /etc/httpd/php.ini %config(noreplace) /etc/httpd/conf.d/httpd-mod_php4.conf %doc CODING_STANDARDS CREDITS EXTENSIONS INSTALL LICENSE NEWS From svn at tinysofa.org Tue Aug 3 05:14:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 15:14:27 +1000 (EST) Subject: [tinysofa-svn] r3378 - tinysofa/releases/1.1/mod_php4/current/specs Message-ID: <20040803051427.DFFB74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 15:14:27 +1000 (Tue, 03 Aug 2004) New Revision: 3378 Modified: tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec Log: - increase release number Modified: tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec =================================================================== --- tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec 2004-08-03 04:48:47 UTC (rev 3377) +++ tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec 2004-08-03 05:14:27 UTC (rev 3378) @@ -7,7 +7,7 @@ Summary: The PHP4 HTML-embedded scripting language for use with Apache. Name: mod_php4 Version: 4.3.8 -Release: 1jh +Release: 2jh Group: extra Source0: http://www.php.net/distributions/php-%{version}.tar.bz2 Source1: php.ini @@ -336,6 +336,9 @@ /usr/share/php4/sysvshm.so %changelog +* Tue Aug 3 2004 Jaakko Heinonen 4.3.8-2jh +- apache -> httpd changes + * Thu Jun 24 2004 tsintegrate 4.3.7-2ts - current (4.3.7-1ts) integrated as 4.3.7-2ts for release 1.0-U2 From svn at tinysofa.org Tue Aug 3 05:25:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 15:25:12 +1000 (EST) Subject: [tinysofa-svn] r3379 - tinysofa/releases/1.1/mod_php4/current/specs Message-ID: <20040803052512.639F14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 15:25:12 +1000 (Tue, 03 Aug 2004) New Revision: 3379 Modified: tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec Log: - correct libphp4.so location Modified: tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec =================================================================== --- tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec 2004-08-03 05:14:27 UTC (rev 3378) +++ tinysofa/releases/1.1/mod_php4/current/specs/mod_php4.spec 2004-08-03 05:25:12 UTC (rev 3379) @@ -212,11 +212,9 @@ make %install -mkdir -p $RPM_BUILD_ROOT/usr/lib/httpd mkdir -p $RPM_BUILD_ROOT/etc/httpd mkdir -p $RPM_BUILD_ROOT/usr/share/php4/ mkdir -p $RPM_BUILD_ROOT/usr/bin -install -s -m 755 .libs/libphp4.so $RPM_BUILD_ROOT/usr/lib/httpd install -s -m 755 sapi/cli/php $RPM_BUILD_ROOT/usr/bin #ugly hack, apxs pretends on changing the httpd.conf, so @@ -255,7 +253,7 @@ %files %defattr(-,root,root) -/usr/lib/httpd/libphp4.so +/usr/lib/httpd/modules/libphp4.so %config(noreplace) /etc/httpd/php.ini %config(noreplace) /etc/httpd/conf.d/httpd-mod_php4.conf %doc CODING_STANDARDS CREDITS EXTENSIONS INSTALL LICENSE NEWS From svn at tinysofa.org Tue Aug 3 05:51:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 15:51:57 +1000 (EST) Subject: [tinysofa-svn] r3380 - tinysofa/misc/comps/releases/1.1 Message-ID: <20040803055157.599244E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 15:51:57 +1000 (Tue, 03 Aug 2004) New Revision: 3380 Modified: tinysofa/misc/comps/releases/1.1/comps Log: - remove libapt, tinysofa-utils and xfsprogs Modified: tinysofa/misc/comps/releases/1.1/comps =================================================================== --- tinysofa/misc/comps/releases/1.1/comps 2004-08-03 05:25:12 UTC (rev 3379) +++ tinysofa/misc/comps/releases/1.1/comps 2004-08-03 05:51:57 UTC (rev 3380) @@ -102,16 +102,13 @@ sysklogd sysvinit apt - libapt tar termcap tmpwatch - tinysofa-utils util-linux vim which words - xfsprogs yp-tools ypbind-mt zlib From svn at tinysofa.org Tue Aug 3 05:55:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 15:55:34 +1000 (EST) Subject: [tinysofa-svn] r3381 - tinysofa/misc/comps/releases/1.1 Message-ID: <20040803055534.E36E74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 15:55:34 +1000 (Tue, 03 Aug 2004) New Revision: 3381 Modified: tinysofa/misc/comps/releases/1.1/comps Log: - remove anonftp - move wget to Base (required by apt) Modified: tinysofa/misc/comps/releases/1.1/comps =================================================================== --- tinysofa/misc/comps/releases/1.1/comps 2004-08-03 05:51:57 UTC (rev 3380) +++ tinysofa/misc/comps/releases/1.1/comps 2004-08-03 05:55:34 UTC (rev 3381) @@ -107,6 +107,7 @@ tmpwatch util-linux vim + wget which words yp-tools @@ -161,7 +162,6 @@ nc lftp perl - wget rdate rsync stunnel @@ -212,7 +212,6 @@ } 0 Vsftpd FTP server { - anonftp libcap vsftpd } From svn at tinysofa.org Tue Aug 3 09:40:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 19:40:59 +1000 (EST) Subject: [tinysofa-svn] r3382 - in tinysofa/releases/1.1/tftp/current: sources specs Message-ID: <20040803094059.6684E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 19:40:58 +1000 (Tue, 03 Aug 2004) New Revision: 3382 Modified: tinysofa/releases/1.1/tftp/current/sources/tftp-xinetd tinysofa/releases/1.1/tftp/current/specs/tftp.spec Log: - move data directory to /srv/tftpboot Modified: tinysofa/releases/1.1/tftp/current/sources/tftp-xinetd =================================================================== --- tinysofa/releases/1.1/tftp/current/sources/tftp-xinetd 2004-08-03 05:55:34 UTC (rev 3381) +++ tinysofa/releases/1.1/tftp/current/sources/tftp-xinetd 2004-08-03 09:40:58 UTC (rev 3382) @@ -10,7 +10,7 @@ wait = yes user = root server = /usr/sbin/in.tftpd - server_args = -s /tftpboot -u tftpd + server_args = -s /srv/tftpboot -u tftpd disable = yes per_source = 11 cps = 100 2 Modified: tinysofa/releases/1.1/tftp/current/specs/tftp.spec =================================================================== --- tinysofa/releases/1.1/tftp/current/specs/tftp.spec 2004-08-03 05:55:34 UTC (rev 3381) +++ tinysofa/releases/1.1/tftp/current/specs/tftp.spec 2004-08-03 09:40:58 UTC (rev 3382) @@ -3,7 +3,7 @@ Summary: The client for the Trivial File Transfer Protocol (TFTP). Name: tftp Version: %{tftp_hpa_version} -Release: 2jh +Release: 3jh Copyright: BSD Group: extra Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz @@ -59,13 +59,13 @@ MANDIR=%{_mandir} install -m 755 -d %{buildroot}%{_sysconfdir}/xinetd.d/ \ - %{buildroot}/tftpboot + %{buildroot}/srv/tftpboot install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/xinetd.d/tftp %pre server %groupadd tftpd 112 -%useradd tftpd 112 tftpd -d /tftpboot -s /bin/false +%useradd tftpd 112 tftpd -d /srv/tftpboot -s /bin/false %post server /sbin/service xinetd reload > /dev/null 2>&1 || : @@ -88,12 +88,15 @@ %files server %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/tftp -%dir /tftpboot +%dir /srv/tftpboot %{_sbindir}/in.tftpd %{_mandir}/man8/* %changelog +* Tue Aug 3 2004 Jaakko Heinonen 0.36-3jh +- move data directory to /srv/tfpboot + * Wed Jul 28 2004 Jaakko Heinonen 0.36-2jh - enable pie From svn at tinysofa.org Tue Aug 3 13:11:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 23:11:20 +1000 (EST) Subject: [tinysofa-svn] r3383 - projects/ts-anaconda/trunk Message-ID: <20040803131120.E0C094E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 23:11:20 +1000 (Tue, 03 Aug 2004) New Revision: 3383 Modified: projects/ts-anaconda/trunk/findpackageset.py Log: - add import string Modified: projects/ts-anaconda/trunk/findpackageset.py =================================================================== --- projects/ts-anaconda/trunk/findpackageset.py 2004-08-03 09:40:58 UTC (rev 3382) +++ projects/ts-anaconda/trunk/findpackageset.py 2004-08-03 13:11:20 UTC (rev 3383) @@ -1,4 +1,5 @@ import rpm +import string from constants import * # set DB_PRIVATE to make rpm happy From svn at tinysofa.org Tue Aug 3 13:59:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 3 Aug 2004 23:59:04 +1000 (EST) Subject: [tinysofa-svn] r3384 - in tinysofa/releases/1.1/anaconda/current: sources specs Message-ID: <20040803135904.670034E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-03 23:59:04 +1000 (Tue, 03 Aug 2004) New Revision: 3384 Added: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.3.tar.bz2 Removed: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.2.tar.bz2 Modified: tinysofa/releases/1.1/anaconda/current/sources/anaconda-jfs-xfs.patch tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec Log: - ts-anaconda 1.1.3 Modified: tinysofa/releases/1.1/anaconda/current/sources/anaconda-jfs-xfs.patch =================================================================== --- tinysofa/releases/1.1/anaconda/current/sources/anaconda-jfs-xfs.patch 2004-08-03 13:11:20 UTC (rev 3383) +++ tinysofa/releases/1.1/anaconda/current/sources/anaconda-jfs-xfs.patch 2004-08-03 13:59:04 UTC (rev 3384) @@ -20,3 +20,25 @@ self.name = "xfs" self.maxSize = 2 * 1024 * 1024 +--- ts-anaconda-1.1.3/scripts/upd-instroot.xfs-jfs ++++ ts-anaconda-1.1.3/scripts/upd-instroot +@@ -95,8 +95,8 @@ + ash e2fsprogs util-linux mdadm popt mount procps rpm + anaconda anaconda-runtime hwdata kudzu-devel + kudzu db3 rpm-python bzip2 bzip2-libs dosfstools pciutils +- reiserfsprogs jfsutils parted busybox-anaconda libcom_err +- libgcc libstdc++ xfsprogs beecrypt elfutils-libelf tzdata ++ reiserfsprogs parted busybox-anaconda libcom_err ++ libgcc libstdc++ beecrypt elfutils-libelf tzdata + slang" + + if [ $ARCH = i586 -o $ARCH = i386 ]; then +@@ -115,7 +115,7 @@ + ftp readline gzip popt specspo util-linux rpm rpm-devel + open grep net-tools traceroute tar procps textutils sed + ncurses bash cpio mt-st iputils sh-utils +- pciutils pam reiserfsprogs jfsutils xfsprogs" ++ pciutils pam reiserfsprogs" + + #if [ -z "$NEEDGR" ]; then + # PACKAGESGR="bash" Deleted: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.2.tar.bz2 =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.3.tar.bz2 =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.3.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec =================================================================== --- tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-03 13:11:20 UTC (rev 3383) +++ tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-03 13:59:04 UTC (rev 3384) @@ -1,7 +1,7 @@ # The modutils tarball should be kept in track with modutils.src.rpm ExclusiveArch: i386 i586 Name: anaconda -Version: 1.1.2 +Version: 1.1.3 Release: 1jh Epoch: 1 License: GPL From svn at tinysofa.org Tue Aug 3 16:31:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 4 Aug 2004 02:31:56 +1000 (EST) Subject: [tinysofa-svn] r3385 - tinysofa/releases/1.1/rsync/current/specs Message-ID: <20040803163156.B5AE84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-04 02:31:56 +1000 (Wed, 04 Aug 2004) New Revision: 3385 Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec Log: - move upgrade workaround to %%pre script Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec =================================================================== --- tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-03 13:59:04 UTC (rev 3384) +++ tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-03 16:31:56 UTC (rev 3385) @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.6.2 -Release: 5jh +Release: 6jh Group: main # TAG: for pre versions use #Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz @@ -83,13 +83,16 @@ %{_mandir}/man5/rsyncd.conf.5* -%triggerpostun server -- rsync < 2.6.2-5 +%pre server if [ -d /var/log/rsync ] && [ ! -e /var/log/rsync.old ]; then %{__mv} -f /var/log/rsync /var/log/rsync.old fi %changelog +* Tue Aug 3 2004 Jaakko Heinonen 2.6.2-6jh +- move upgrade workaround to %%pre script + * Thu Jul 29 2004 Jaakko Heinonen 2.6.2-5jh - add trigger to upgrade from old version correctly From svn at tinysofa.org Tue Aug 3 16:36:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 4 Aug 2004 02:36:51 +1000 (EST) Subject: [tinysofa-svn] r3386 - tinysofa/releases/1.1/glibc/current/specs Message-ID: <20040803163651.EF7F24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-04 02:36:51 +1000 (Wed, 04 Aug 2004) New Revision: 3386 Modified: tinysofa/releases/1.1/glibc/current/specs/glibc.spec Log: - -i18n-common obsoletes tuning Modified: tinysofa/releases/1.1/glibc/current/specs/glibc.spec =================================================================== --- tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-03 16:31:56 UTC (rev 3385) +++ tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-03 16:36:51 UTC (rev 3386) @@ -169,8 +169,9 @@ Conflicts: %{name} < %{version} Conflicts: %{name} > %{version} Autoreq: false -%rename glibc-locales %rename glibc-common +Obsoletes: glibc-locales +Provides: glibc-locales PreReq: %{name} = %{version}-%{release} Requires: glibc-i18n-en_US Group: i18n From svn at tinysofa.org Tue Aug 3 16:44:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 4 Aug 2004 02:44:57 +1000 (EST) Subject: [tinysofa-svn] r3387 - tinysofa/releases/1.1/bind/current/specs Message-ID: <20040803164457.9894F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-04 02:44:57 +1000 (Wed, 04 Aug 2004) New Revision: 3387 Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec Log: - minor spec file cleanup Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-03 16:36:51 UTC (rev 3386) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-03 16:44:57 UTC (rev 3387) @@ -2,7 +2,7 @@ Name: bind Version: 9.2.3 -Release: 10jh +Release: 11jh Epoch: 0 Summary: A chrooted DNS (Domain Name System) server Summary(pt_BR): BIND - Servidor de nomes DNS chrooted @@ -28,20 +28,12 @@ Patch3: bind-9.2.2-pie.patch Patch4: bind-posixthreads.patch #Requires: glibc-iconv -# coreutils is required because of the "tr" command in the -# init script, used to convert a variable to lower case -PreReq: coreutils -PreReq: chkconfig -PreReq: grep -PreReq: initscripts -PreReq: openssl -PreReq: sed # this requirement if because of the /etc/sysconfig/syslog file # which should have a ADD_SOCKET entry PreReq: sysklogd >= 1.4.1-36 /etc/sysconfig/syslog -# http://bugzilla.conectiva.com.br/show_bug.cgi?id=11934 +PreReq: coreutils grep initscripts openssl sed # rndc-confgen is called in %%post, and it is linked with bind-libs -Prereq: bind-libs = %{epoch}:%{version} +PreReq: bind-libs = %{epoch}:%{version} %accountman_requires %service_requires BuildRequires: /usr/bin/perl binutils gcc glibc-devel automake libstdc++-devel From svn at tinysofa.org Tue Aug 3 18:34:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 4 Aug 2004 04:34:01 +1000 (EST) Subject: [tinysofa-svn] r3388 - tinysofa/releases/1.1/rsync/current/specs Message-ID: <20040803183401.351F74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-04 04:34:01 +1000 (Wed, 04 Aug 2004) New Revision: 3388 Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec Log: - PreReq: coreutils for -server Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec =================================================================== --- tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-03 16:44:57 UTC (rev 3387) +++ tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-03 18:34:01 UTC (rev 3388) @@ -28,6 +28,7 @@ %package server Summary: The server part of rsync Group: main +PreReq: coreutils Requires: rsync xinetd %description server From svn at tinysofa.org Tue Aug 3 20:46:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 4 Aug 2004 06:46:47 +1000 (EST) Subject: [tinysofa-svn] r3389 - tinysofa/releases/1.1/glibc/current/specs Message-ID: <20040803204647.4757B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-04 06:46:47 +1000 (Wed, 04 Aug 2004) New Revision: 3389 Modified: tinysofa/releases/1.1/glibc/current/specs/glibc.spec Log: - add upgrade workaround Modified: tinysofa/releases/1.1/glibc/current/specs/glibc.spec =================================================================== --- tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-03 18:34:01 UTC (rev 3388) +++ tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-03 20:46:47 UTC (rev 3389) @@ -23,6 +23,9 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers, Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja +# obsolete glibc-locales also here, this is a workaround to make upgrade +# from 1.0 work correctly - JH +Obsoletes: glibc-locales Provides: ldconfig Autoreq: false %ifarch sparc @@ -170,8 +173,7 @@ Conflicts: %{name} > %{version} Autoreq: false %rename glibc-common -Obsoletes: glibc-locales -Provides: glibc-locales +%rename glibc-locales PreReq: %{name} = %{version}-%{release} Requires: glibc-i18n-en_US Group: i18n @@ -1121,7 +1123,8 @@ %postun -p /sbin/ldconfig -%post i18n-common -p /usr/sbin/build-locale-archive +%post i18n-common +/usr/sbin/build-locale-archive || : %post devel #info_post From svn at tinysofa.org Tue Aug 3 21:02:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 4 Aug 2004 07:02:14 +1000 (EST) Subject: [tinysofa-svn] r3390 - tinysofa/releases/1.1/bind/current/specs Message-ID: <20040803210214.3B0C64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-04 07:02:14 +1000 (Wed, 04 Aug 2004) New Revision: 3390 Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec Log: - add exact sysklogd prereq version Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-03 20:46:47 UTC (rev 3389) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-03 21:02:14 UTC (rev 3390) @@ -30,7 +30,7 @@ #Requires: glibc-iconv # this requirement if because of the /etc/sysconfig/syslog file # which should have a ADD_SOCKET entry -PreReq: sysklogd >= 1.4.1-36 /etc/sysconfig/syslog +PreReq: sysklogd >= 1.4.1-36ts /etc/sysconfig/syslog PreReq: coreutils grep initscripts openssl sed # rndc-confgen is called in %%post, and it is linked with bind-libs PreReq: bind-libs = %{epoch}:%{version} From svn at tinysofa.org Wed Aug 4 12:03:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 4 Aug 2004 22:03:03 +1000 (EST) Subject: [tinysofa-svn] r3391 - contrib/1.1/tinysofa-utils/current/sources Message-ID: <20040804120303.C762C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-04 22:03:02 +1000 (Wed, 04 Aug 2004) New Revision: 3391 Modified: contrib/1.1/tinysofa-utils/current/sources/tsrelease Log: - enterprise -> classic Modified: contrib/1.1/tinysofa-utils/current/sources/tsrelease =================================================================== --- contrib/1.1/tinysofa-utils/current/sources/tsrelease 2004-08-03 21:02:14 UTC (rev 3390) +++ contrib/1.1/tinysofa-utils/current/sources/tsrelease 2004-08-04 12:03:02 UTC (rev 3391) @@ -246,7 +246,7 @@ class ReleaseSystem: COMMANDS = ['release', 'help'] DISTRIBUTION = 'tinysofa' - PRODUCT = 'enterprise server' + PRODUCT = 'classic server' VERSION = '1.1' WITH_KICKSTART=False KICKSTART_FILE='' From svn at tinysofa.org Wed Aug 4 18:45:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 04:45:45 +1000 (EST) Subject: [tinysofa-svn] r3393 - in tinysofa/releases/1.1/anaconda/current: sources specs Message-ID: <20040804184545.A7CA44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 04:45:44 +1000 (Thu, 05 Aug 2004) New Revision: 3393 Modified: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.3.tar.bz2 tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec Log: - final ts-anaconda 1.1.3 Modified: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.3.tar.bz2 =================================================================== (Binary files differ) Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec =================================================================== --- tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-04 17:57:14 UTC (rev 3392) +++ tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-04 18:45:44 UTC (rev 3393) @@ -2,7 +2,7 @@ ExclusiveArch: i386 i586 Name: anaconda Version: 1.1.3 -Release: 1jh +Release: 2jh Epoch: 1 License: GPL Summary: The tinysofa installation program. From svn at tinysofa.org Wed Aug 4 19:35:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 05:35:38 +1000 (EST) Subject: [tinysofa-svn] r3394 - in tinysofa/releases/1.1: bind/current/specs sysklogd/current/specs Message-ID: <20040804193538.63A0E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 05:35:37 +1000 (Thu, 05 Aug 2004) New Revision: 3394 Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec Log: - attempt to work around bind upgrade problem with anaconda Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-04 18:45:44 UTC (rev 3393) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-04 19:35:37 UTC (rev 3394) @@ -2,7 +2,7 @@ Name: bind Version: 9.2.3 -Release: 11jh +Release: 12jh Epoch: 0 Summary: A chrooted DNS (Domain Name System) server Summary(pt_BR): BIND - Servidor de nomes DNS chrooted @@ -31,6 +31,8 @@ # this requirement if because of the /etc/sysconfig/syslog file # which should have a ADD_SOCKET entry PreReq: sysklogd >= 1.4.1-36ts /etc/sysconfig/syslog +# this is a work around for anaconda upgrade problem +PreReq: sysklogd-sysconfig PreReq: coreutils grep initscripts openssl sed # rndc-confgen is called in %%post, and it is linked with bind-libs PreReq: bind-libs = %{epoch}:%{version} Modified: tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec =================================================================== --- tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec 2004-08-04 18:45:44 UTC (rev 3393) +++ tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec 2004-08-04 19:35:37 UTC (rev 3394) @@ -1,7 +1,7 @@ Summary: System logging and kernel message trapping daemons. Name: sysklogd Version: 1.4.1 -Release: 36jh +Release: 37jh Copyright: GPL Group: main Source: sysklogd-%{version}rh.tar.gz @@ -13,6 +13,8 @@ Conflicts: logrotate < 3.5.2 Requires: bash >= 2.0 %rename sysklogd-conf +# this is a work around for bind upgrade problem with anaconda +Provides: sysklogd-sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl From svn at tinysofa.org Thu Aug 5 05:45:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 15:45:12 +1000 (EST) Subject: [tinysofa-svn] r3395 - tinysofa/releases/1.1/php4/current/specs Message-ID: <20040805054512.D5B304E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 15:45:11 +1000 (Thu, 05 Aug 2004) New Revision: 3395 Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec Log: - change user and group from apache to httpd Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec =================================================================== --- tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-04 19:35:37 UTC (rev 3394) +++ tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-05 05:45:11 UTC (rev 3395) @@ -7,7 +7,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php4 Version: 4.3.8 -Release: 1jh +Release: 2jh License: The PHP License Group: main URL: http://www.php.net/ @@ -555,7 +555,7 @@ %{_bindir}/php %dir %{_libdir}/php4 %dir %{_localstatedir}/lib/php -%attr(0700,apache,apache) %dir %{_localstatedir}/lib/php/session +%attr(0700,httpd,httpd) %dir %{_localstatedir}/lib/php/session %{_libdir}/httpd/modules/libphp4.so %config %{_sysconfdir}/httpd/conf.d/php.conf %dir %{_sysconfdir}/php.d @@ -606,6 +606,9 @@ %endif %changelog +* Thu Aug 5 2004 Jaakko Heinonen 4.3.8-2jh +- change user and group from apache to httpd + * Wed Aug 4 2004 Jaakko Heinonen 4.3.8-1jh - port to tinysofa 1.1 From svn at tinysofa.org Thu Aug 5 07:12:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:12:06 +1000 (EST) Subject: [tinysofa-svn] r3396 - tinysofa/releases/1.1/samba/current/specs Message-ID: <20040805071206.D0FA34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:12:05 +1000 (Thu, 05 Aug 2004) New Revision: 3396 Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec Log: - require glibc-locales Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec =================================================================== --- tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-05 05:45:11 UTC (rev 3395) +++ tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-05 07:12:05 UTC (rev 3396) @@ -34,6 +34,7 @@ Requires: pam >= 0:0.64 %{auth} samba-common = %{epoch}:%{version} Requires: logrotate >= 0:3.4 initscripts >= 0:5.54-1 +Requires: glibc-locales BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: sed mktemp /usr/bin/killall coreutils initscripts %service_requires @@ -43,7 +44,6 @@ BuildRequires: autoconf kerberos5 zlib-devel ncurses-devel BuildRequires: libacl-devel - %define __perl_requires %{nil} %description From svn at tinysofa.org Thu Aug 5 07:35:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:35:49 +1000 (EST) Subject: [tinysofa-svn] r3397 - in tinysofa/releases/1.1/acl: current/specs releases/2.2.23 releases/2.2.23/5ts/specs Message-ID: <20040805073549.7DE344E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:35:45 +1000 (Thu, 05 Aug 2004) New Revision: 3397 Added: tinysofa/releases/1.1/acl/releases/2.2.23/5ts/ Modified: tinysofa/releases/1.1/acl/current/specs/acl.spec tinysofa/releases/1.1/acl/releases/2.2.23/5ts/specs/acl.spec Log: acl: * integrate current (2.2.23-5jh) as releases/2.2.23/5ts Modified: tinysofa/releases/1.1/acl/current/specs/acl.spec =================================================================== --- tinysofa/releases/1.1/acl/current/specs/acl.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/acl/current/specs/acl.spec 2004-08-05 07:35:45 UTC (rev 3397) @@ -1,7 +1,7 @@ Summary: Access control list utilities. Name: acl Version: 2.2.23 -Release: 5jh +Release: 5ts BuildRoot: %{_tmppath}/%{name}-root Source: http://mirrors.sunsite.dk/xfs/cmd_tars/%{name}-%{version}.src.tar.gz Patch0: acl-2.2.3-multilib.patch @@ -109,6 +109,9 @@ %defattr(-,root,root) %changelog +* Thu Aug 05 2004 tsintegrate 2.2.23-5ts +- current (2.2.23-5jh) integrated as 2.2.23-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.2.23-4ts - current (2.2.23-3ts) integrated as 2.2.23-4ts for release 1.0-U1 Copied: tinysofa/releases/1.1/acl/releases/2.2.23/5ts (from rev 3396, tinysofa/releases/1.1/acl/current) Modified: tinysofa/releases/1.1/acl/releases/2.2.23/5ts/specs/acl.spec =================================================================== --- tinysofa/releases/1.1/acl/current/specs/acl.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/acl/releases/2.2.23/5ts/specs/acl.spec 2004-08-05 07:35:45 UTC (rev 3397) @@ -1,7 +1,7 @@ Summary: Access control list utilities. Name: acl Version: 2.2.23 -Release: 5jh +Release: 5ts BuildRoot: %{_tmppath}/%{name}-root Source: http://mirrors.sunsite.dk/xfs/cmd_tars/%{name}-%{version}.src.tar.gz Patch0: acl-2.2.3-multilib.patch @@ -109,6 +109,9 @@ %defattr(-,root,root) %changelog +* Thu Aug 05 2004 tsintegrate 2.2.23-5ts +- current (2.2.23-5jh) integrated as 2.2.23-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.2.23-4ts - current (2.2.23-3ts) integrated as 2.2.23-4ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:36:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:36:05 +1000 (EST) Subject: [tinysofa-svn] r3398 - tinysofa/releases/1.1/acl Message-ID: <20040805073605.339804E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:36:02 +1000 (Thu, 05 Aug 2004) New Revision: 3398 Removed: tinysofa/releases/1.1/acl/pristine/ Log: acl: * removing pristine (2.2.23-4ts) From svn at tinysofa.org Thu Aug 5 07:36:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:36:20 +1000 (EST) Subject: [tinysofa-svn] r3399 - tinysofa/releases/1.1/acl Message-ID: <20040805073620.F383F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:36:20 +1000 (Thu, 05 Aug 2004) New Revision: 3399 Added: tinysofa/releases/1.1/acl/pristine/ Log: acl: * retarget pristine (2.2.23-4ts) to releases/2.2.23/5ts Copied: tinysofa/releases/1.1/acl/pristine (from rev 3397, tinysofa/releases/1.1/acl/releases/2.2.23/5ts) From svn at tinysofa.org Thu Aug 5 07:36:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:36:51 +1000 (EST) Subject: [tinysofa-svn] r3400 - in tinysofa/releases/1.1/anaconda: current/specs releases releases/1.1.3 releases/1.1.3/2ts/specs Message-ID: <20040805073651.5DBFB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:36:51 +1000 (Thu, 05 Aug 2004) New Revision: 3400 Added: tinysofa/releases/1.1/anaconda/releases/1.1.3/ tinysofa/releases/1.1/anaconda/releases/1.1.3/2ts/ Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec tinysofa/releases/1.1/anaconda/releases/1.1.3/2ts/specs/anaconda.spec Log: anaconda: * integrate current (1.1.3-2jh) as releases/1.1.3/2ts Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec =================================================================== --- tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-05 07:36:20 UTC (rev 3399) +++ tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-05 07:36:51 UTC (rev 3400) @@ -2,7 +2,7 @@ ExclusiveArch: i386 i586 Name: anaconda Version: 1.1.3 -Release: 2jh +Release: 2ts Epoch: 1 License: GPL Summary: The tinysofa installation program. @@ -161,6 +161,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.1.3-2ts +- current (1.1.3-2jh) integrated as 1.1.3-2ts for release 1.1 + * Thu May 20 2004 tsintegrate 7.2.5-13ts - current (7.2.5-12ts) integrated as 7.2.5-13ts for release 1.0-U1 Copied: tinysofa/releases/1.1/anaconda/releases/1.1.3/2ts (from rev 3396, tinysofa/releases/1.1/anaconda/current) Modified: tinysofa/releases/1.1/anaconda/releases/1.1.3/2ts/specs/anaconda.spec =================================================================== --- tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/anaconda/releases/1.1.3/2ts/specs/anaconda.spec 2004-08-05 07:36:51 UTC (rev 3400) @@ -2,7 +2,7 @@ ExclusiveArch: i386 i586 Name: anaconda Version: 1.1.3 -Release: 2jh +Release: 2ts Epoch: 1 License: GPL Summary: The tinysofa installation program. @@ -161,6 +161,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.1.3-2ts +- current (1.1.3-2jh) integrated as 1.1.3-2ts for release 1.1 + * Thu May 20 2004 tsintegrate 7.2.5-13ts - current (7.2.5-12ts) integrated as 7.2.5-13ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:37:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:37:07 +1000 (EST) Subject: [tinysofa-svn] r3401 - tinysofa/releases/1.1/anaconda Message-ID: <20040805073707.A877A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:37:07 +1000 (Thu, 05 Aug 2004) New Revision: 3401 Removed: tinysofa/releases/1.1/anaconda/pristine/ Log: anaconda: * removing pristine (7.2.5-13ts) From svn at tinysofa.org Thu Aug 5 07:37:24 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:37:24 +1000 (EST) Subject: [tinysofa-svn] r3402 - tinysofa/releases/1.1/anaconda Message-ID: <20040805073724.9C34C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:37:24 +1000 (Thu, 05 Aug 2004) New Revision: 3402 Added: tinysofa/releases/1.1/anaconda/pristine/ Log: anaconda: * retarget pristine (7.2.5-13ts) to releases/1.1.3/2ts Copied: tinysofa/releases/1.1/anaconda/pristine (from rev 3400, tinysofa/releases/1.1/anaconda/releases/1.1.3/2ts) From svn at tinysofa.org Thu Aug 5 07:38:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:38:04 +1000 (EST) Subject: [tinysofa-svn] r3403 - in tinysofa/releases/1.1/arpwatch: current/specs releases/2.1a13 releases/2.1a13/2ts/specs Message-ID: <20040805073804.17C474E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:38:03 +1000 (Thu, 05 Aug 2004) New Revision: 3403 Added: tinysofa/releases/1.1/arpwatch/releases/2.1a13/2ts/ Modified: tinysofa/releases/1.1/arpwatch/current/specs/arpwatch.spec tinysofa/releases/1.1/arpwatch/releases/2.1a13/2ts/specs/arpwatch.spec Log: arpwatch: * integrate current (2.1a13-2jh) as releases/2.1a13/2ts Modified: tinysofa/releases/1.1/arpwatch/current/specs/arpwatch.spec =================================================================== --- tinysofa/releases/1.1/arpwatch/current/specs/arpwatch.spec 2004-08-05 07:37:24 UTC (rev 3402) +++ tinysofa/releases/1.1/arpwatch/current/specs/arpwatch.spec 2004-08-05 07:38:03 UTC (rev 3403) @@ -1,7 +1,7 @@ Summary: Network monitoring tools for tracking IP addresses on a network. Name: arpwatch Version: 2.1a13 -Release: 2jh +Release: 2ts License: BSD Group: extra Source0: ftp://ftp.ee.lbl.gov/arpwatch-%{version}.tar.gz @@ -83,6 +83,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1a13-2ts +- current (2.1a13-2jh) integrated as 2.1a13-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.1a13-1ts - current (2.1a13-1ok) integrated as 2.1a13-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/arpwatch/releases/2.1a13/2ts (from rev 3396, tinysofa/releases/1.1/arpwatch/current) Modified: tinysofa/releases/1.1/arpwatch/releases/2.1a13/2ts/specs/arpwatch.spec =================================================================== --- tinysofa/releases/1.1/arpwatch/current/specs/arpwatch.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/arpwatch/releases/2.1a13/2ts/specs/arpwatch.spec 2004-08-05 07:38:03 UTC (rev 3403) @@ -1,7 +1,7 @@ Summary: Network monitoring tools for tracking IP addresses on a network. Name: arpwatch Version: 2.1a13 -Release: 2jh +Release: 2ts License: BSD Group: extra Source0: ftp://ftp.ee.lbl.gov/arpwatch-%{version}.tar.gz @@ -83,6 +83,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1a13-2ts +- current (2.1a13-2jh) integrated as 2.1a13-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.1a13-1ts - current (2.1a13-1ok) integrated as 2.1a13-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:38:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:38:16 +1000 (EST) Subject: [tinysofa-svn] r3404 - tinysofa/releases/1.1/arpwatch Message-ID: <20040805073816.CC2E14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:38:16 +1000 (Thu, 05 Aug 2004) New Revision: 3404 Removed: tinysofa/releases/1.1/arpwatch/pristine/ Log: arpwatch: * removing pristine (2.1a13-1ts) From svn at tinysofa.org Thu Aug 5 07:38:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:38:32 +1000 (EST) Subject: [tinysofa-svn] r3405 - tinysofa/releases/1.1/arpwatch Message-ID: <20040805073832.E1D574E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:38:32 +1000 (Thu, 05 Aug 2004) New Revision: 3405 Added: tinysofa/releases/1.1/arpwatch/pristine/ Log: arpwatch: * retarget pristine (2.1a13-1ts) to releases/2.1a13/2ts Copied: tinysofa/releases/1.1/arpwatch/pristine (from rev 3403, tinysofa/releases/1.1/arpwatch/releases/2.1a13/2ts) From svn at tinysofa.org Thu Aug 5 07:39:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:39:08 +1000 (EST) Subject: [tinysofa-svn] r3406 - in tinysofa/releases/1.1/ash: current/specs releases/0.2 releases/0.2/29ts/specs Message-ID: <20040805073908.398894E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:39:07 +1000 (Thu, 05 Aug 2004) New Revision: 3406 Added: tinysofa/releases/1.1/ash/releases/0.2/29ts/ Modified: tinysofa/releases/1.1/ash/current/specs/ash.spec tinysofa/releases/1.1/ash/releases/0.2/29ts/specs/ash.spec Log: ash: * integrate current (0.2-29jh) as releases/0.2/29ts Modified: tinysofa/releases/1.1/ash/current/specs/ash.spec =================================================================== --- tinysofa/releases/1.1/ash/current/specs/ash.spec 2004-08-05 07:38:32 UTC (rev 3405) +++ tinysofa/releases/1.1/ash/current/specs/ash.spec 2004-08-05 07:39:07 UTC (rev 3406) @@ -1,7 +1,7 @@ Summary: A smaller version of the Bourne shell. Name: ash Version: 0.2 -Release: 29jh +Release: 29ts License: BSD Group: extra Source: http://www.ibiblio.org/pub/Linux/system/shells/ash-linux-%{version}.tar.gz @@ -92,6 +92,9 @@ /usr/share/man/man1/bsh.1* %changelog +* Thu Aug 05 2004 tsintegrate 0.2-29ts +- current (0.2-29jh) integrated as 0.2-29ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.2-28ts - current (0.2-27ts) integrated as 0.2-28ts for release 1.0-U1 Copied: tinysofa/releases/1.1/ash/releases/0.2/29ts (from rev 3396, tinysofa/releases/1.1/ash/current) Modified: tinysofa/releases/1.1/ash/releases/0.2/29ts/specs/ash.spec =================================================================== --- tinysofa/releases/1.1/ash/current/specs/ash.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ash/releases/0.2/29ts/specs/ash.spec 2004-08-05 07:39:07 UTC (rev 3406) @@ -1,7 +1,7 @@ Summary: A smaller version of the Bourne shell. Name: ash Version: 0.2 -Release: 29jh +Release: 29ts License: BSD Group: extra Source: http://www.ibiblio.org/pub/Linux/system/shells/ash-linux-%{version}.tar.gz @@ -92,6 +92,9 @@ /usr/share/man/man1/bsh.1* %changelog +* Thu Aug 05 2004 tsintegrate 0.2-29ts +- current (0.2-29jh) integrated as 0.2-29ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.2-28ts - current (0.2-27ts) integrated as 0.2-28ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:39:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:39:25 +1000 (EST) Subject: [tinysofa-svn] r3407 - tinysofa/releases/1.1/ash Message-ID: <20040805073925.7B7344E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:39:25 +1000 (Thu, 05 Aug 2004) New Revision: 3407 Removed: tinysofa/releases/1.1/ash/pristine/ Log: ash: * removing pristine (0.2-28ts) From svn at tinysofa.org Thu Aug 5 07:39:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:39:41 +1000 (EST) Subject: [tinysofa-svn] r3408 - tinysofa/releases/1.1/ash Message-ID: <20040805073941.6B40E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:39:41 +1000 (Thu, 05 Aug 2004) New Revision: 3408 Added: tinysofa/releases/1.1/ash/pristine/ Log: ash: * retarget pristine (0.2-28ts) to releases/0.2/29ts Copied: tinysofa/releases/1.1/ash/pristine (from rev 3406, tinysofa/releases/1.1/ash/releases/0.2/29ts) From svn at tinysofa.org Thu Aug 5 07:40:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:40:22 +1000 (EST) Subject: [tinysofa-svn] r3409 - in tinysofa/releases/1.1/attr: current/specs releases/2.4.16 releases/2.4.16/2ts/specs Message-ID: <20040805074022.8D87C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:40:22 +1000 (Thu, 05 Aug 2004) New Revision: 3409 Added: tinysofa/releases/1.1/attr/releases/2.4.16/2ts/ Modified: tinysofa/releases/1.1/attr/current/specs/attr.spec tinysofa/releases/1.1/attr/releases/2.4.16/2ts/specs/attr.spec Log: attr: * integrate current (2.4.16-2jh) as releases/2.4.16/2ts Modified: tinysofa/releases/1.1/attr/current/specs/attr.spec =================================================================== --- tinysofa/releases/1.1/attr/current/specs/attr.spec 2004-08-05 07:39:41 UTC (rev 3408) +++ tinysofa/releases/1.1/attr/current/specs/attr.spec 2004-08-05 07:40:22 UTC (rev 3409) @@ -1,7 +1,7 @@ Summary: Utilities for managing filesystem extended attributes. Name: attr Version: 2.4.16 -Release: 2jh +Release: 2ts BuildRoot: %{_tmppath}/%{name}-root Prereq: /sbin/ldconfig Source: http://mirrors.sunsite.dk/xfs/cmd_tars/%{name}-%{version}.src.tar.gz @@ -122,6 +122,9 @@ %defattr(-,root,root) %changelog +* Thu Aug 05 2004 tsintegrate 2.4.16-2ts +- current (2.4.16-2jh) integrated as 2.4.16-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.4.16-1ts - current (2.4.16-1ok) integrated as 2.4.16-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/attr/releases/2.4.16/2ts (from rev 3396, tinysofa/releases/1.1/attr/current) Modified: tinysofa/releases/1.1/attr/releases/2.4.16/2ts/specs/attr.spec =================================================================== --- tinysofa/releases/1.1/attr/current/specs/attr.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/attr/releases/2.4.16/2ts/specs/attr.spec 2004-08-05 07:40:22 UTC (rev 3409) @@ -1,7 +1,7 @@ Summary: Utilities for managing filesystem extended attributes. Name: attr Version: 2.4.16 -Release: 2jh +Release: 2ts BuildRoot: %{_tmppath}/%{name}-root Prereq: /sbin/ldconfig Source: http://mirrors.sunsite.dk/xfs/cmd_tars/%{name}-%{version}.src.tar.gz @@ -122,6 +122,9 @@ %defattr(-,root,root) %changelog +* Thu Aug 05 2004 tsintegrate 2.4.16-2ts +- current (2.4.16-2jh) integrated as 2.4.16-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.4.16-1ts - current (2.4.16-1ok) integrated as 2.4.16-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:40:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:40:39 +1000 (EST) Subject: [tinysofa-svn] r3410 - tinysofa/releases/1.1/attr Message-ID: <20040805074039.F3DBA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:40:39 +1000 (Thu, 05 Aug 2004) New Revision: 3410 Removed: tinysofa/releases/1.1/attr/pristine/ Log: attr: * removing pristine (2.4.16-1ts) From svn at tinysofa.org Thu Aug 5 07:40:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:40:59 +1000 (EST) Subject: [tinysofa-svn] r3411 - tinysofa/releases/1.1/attr Message-ID: <20040805074059.E7FD04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:40:59 +1000 (Thu, 05 Aug 2004) New Revision: 3411 Added: tinysofa/releases/1.1/attr/pristine/ Log: attr: * retarget pristine (2.4.16-1ts) to releases/2.4.16/2ts Copied: tinysofa/releases/1.1/attr/pristine (from rev 3409, tinysofa/releases/1.1/attr/releases/2.4.16/2ts) From svn at tinysofa.org Thu Aug 5 07:41:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:41:38 +1000 (EST) Subject: [tinysofa-svn] r3412 - in tinysofa/releases/1.1/authconfig: current/specs releases/4.3.7 releases/4.3.7/3ts/specs Message-ID: <20040805074138.CFA2F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:41:38 +1000 (Thu, 05 Aug 2004) New Revision: 3412 Added: tinysofa/releases/1.1/authconfig/releases/4.3.7/3ts/ Modified: tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec tinysofa/releases/1.1/authconfig/releases/4.3.7/3ts/specs/authconfig.spec Log: authconfig: * integrate current (4.3.7-3jh) as releases/4.3.7/3ts Modified: tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec =================================================================== --- tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec 2004-08-05 07:40:59 UTC (rev 3411) +++ tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec 2004-08-05 07:41:38 UTC (rev 3412) @@ -1,7 +1,7 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig Version: 4.3.7 -Release: 3jh +Release: 3ts License: GPL ExclusiveOS: Linux Group: main @@ -48,6 +48,9 @@ %{_mandir}/man8/* %changelog +* Thu Aug 05 2004 tsintegrate 4.3.7-3ts +- current (4.3.7-3jh) integrated as 4.3.7-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.3.7-2ts - current (4.3.7-1ts) integrated as 4.3.7-2ts for release 1.0-U1 Copied: tinysofa/releases/1.1/authconfig/releases/4.3.7/3ts (from rev 3396, tinysofa/releases/1.1/authconfig/current) Modified: tinysofa/releases/1.1/authconfig/releases/4.3.7/3ts/specs/authconfig.spec =================================================================== --- tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/authconfig/releases/4.3.7/3ts/specs/authconfig.spec 2004-08-05 07:41:38 UTC (rev 3412) @@ -1,7 +1,7 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig Version: 4.3.7 -Release: 3jh +Release: 3ts License: GPL ExclusiveOS: Linux Group: main @@ -48,6 +48,9 @@ %{_mandir}/man8/* %changelog +* Thu Aug 05 2004 tsintegrate 4.3.7-3ts +- current (4.3.7-3jh) integrated as 4.3.7-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.3.7-2ts - current (4.3.7-1ts) integrated as 4.3.7-2ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:41:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:41:55 +1000 (EST) Subject: [tinysofa-svn] r3413 - tinysofa/releases/1.1/authconfig Message-ID: <20040805074155.A855A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:41:55 +1000 (Thu, 05 Aug 2004) New Revision: 3413 Removed: tinysofa/releases/1.1/authconfig/pristine/ Log: authconfig: * removing pristine (4.3.7-2ts) From svn at tinysofa.org Thu Aug 5 07:42:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:42:12 +1000 (EST) Subject: [tinysofa-svn] r3414 - tinysofa/releases/1.1/authconfig Message-ID: <20040805074212.C106F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:42:12 +1000 (Thu, 05 Aug 2004) New Revision: 3414 Added: tinysofa/releases/1.1/authconfig/pristine/ Log: authconfig: * retarget pristine (4.3.7-2ts) to releases/4.3.7/3ts Copied: tinysofa/releases/1.1/authconfig/pristine (from rev 3412, tinysofa/releases/1.1/authconfig/releases/4.3.7/3ts) From svn at tinysofa.org Thu Aug 5 07:42:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:42:47 +1000 (EST) Subject: [tinysofa-svn] r3415 - in tinysofa/releases/1.1/autoconf: current/specs releases/2.59 releases/2.59/6ts/specs Message-ID: <20040805074247.51C9A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:42:47 +1000 (Thu, 05 Aug 2004) New Revision: 3415 Added: tinysofa/releases/1.1/autoconf/releases/2.59/6ts/ Modified: tinysofa/releases/1.1/autoconf/current/specs/autoconf.spec tinysofa/releases/1.1/autoconf/releases/2.59/6ts/specs/autoconf.spec Log: autoconf: * integrate current (2.59-6jh) as releases/2.59/6ts Modified: tinysofa/releases/1.1/autoconf/current/specs/autoconf.spec =================================================================== --- tinysofa/releases/1.1/autoconf/current/specs/autoconf.spec 2004-08-05 07:42:12 UTC (rev 3414) +++ tinysofa/releases/1.1/autoconf/current/specs/autoconf.spec 2004-08-05 07:42:47 UTC (rev 3415) @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code. Name: autoconf Version: 2.59 -Release: 6jh +Release: 6ts License: GPL Group: development Source: ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-%{version}.tar.bz2 @@ -74,6 +74,9 @@ /usr/share/html/autoconf %changelog +* Thu Aug 05 2004 tsintegrate 2.59-6ts +- current (2.59-6jh) integrated as 2.59-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.59-5ts - current (2.59-4ts) integrated as 2.59-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/autoconf/releases/2.59/6ts (from rev 3396, tinysofa/releases/1.1/autoconf/current) Modified: tinysofa/releases/1.1/autoconf/releases/2.59/6ts/specs/autoconf.spec =================================================================== --- tinysofa/releases/1.1/autoconf/current/specs/autoconf.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/autoconf/releases/2.59/6ts/specs/autoconf.spec 2004-08-05 07:42:47 UTC (rev 3415) @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code. Name: autoconf Version: 2.59 -Release: 6jh +Release: 6ts License: GPL Group: development Source: ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-%{version}.tar.bz2 @@ -74,6 +74,9 @@ /usr/share/html/autoconf %changelog +* Thu Aug 05 2004 tsintegrate 2.59-6ts +- current (2.59-6jh) integrated as 2.59-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.59-5ts - current (2.59-4ts) integrated as 2.59-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:43:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:43:04 +1000 (EST) Subject: [tinysofa-svn] r3416 - tinysofa/releases/1.1/autoconf Message-ID: <20040805074304.C21EF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:43:04 +1000 (Thu, 05 Aug 2004) New Revision: 3416 Removed: tinysofa/releases/1.1/autoconf/pristine/ Log: autoconf: * removing pristine (2.59-5ts) From svn at tinysofa.org Thu Aug 5 07:43:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:43:21 +1000 (EST) Subject: [tinysofa-svn] r3417 - tinysofa/releases/1.1/autoconf Message-ID: <20040805074321.B3CA84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:43:21 +1000 (Thu, 05 Aug 2004) New Revision: 3417 Added: tinysofa/releases/1.1/autoconf/pristine/ Log: autoconf: * retarget pristine (2.59-5ts) to releases/2.59/6ts Copied: tinysofa/releases/1.1/autoconf/pristine (from rev 3415, tinysofa/releases/1.1/autoconf/releases/2.59/6ts) From svn at tinysofa.org Thu Aug 5 07:43:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:43:57 +1000 (EST) Subject: [tinysofa-svn] r3418 - in tinysofa/releases/1.1/automake: current/specs releases/1.8.5 releases/1.8.5/2ts/specs Message-ID: <20040805074357.3C8344E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:43:57 +1000 (Thu, 05 Aug 2004) New Revision: 3418 Added: tinysofa/releases/1.1/automake/releases/1.8.5/2ts/ Modified: tinysofa/releases/1.1/automake/current/specs/automake.spec tinysofa/releases/1.1/automake/releases/1.8.5/2ts/specs/automake.spec Log: automake: * integrate current (1.8.5-2jh) as releases/1.8.5/2ts Modified: tinysofa/releases/1.1/automake/current/specs/automake.spec =================================================================== --- tinysofa/releases/1.1/automake/current/specs/automake.spec 2004-08-05 07:43:21 UTC (rev 3417) +++ tinysofa/releases/1.1/automake/current/specs/automake.spec 2004-08-05 07:43:57 UTC (rev 3418) @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically creating Makefiles. Name: automake Version: 1.8.5 -Release: 2jh +Release: 2ts License: GPL Group: development Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 @@ -61,6 +61,9 @@ /usr/share/html/%{name} %changelog +* Thu Aug 05 2004 tsintegrate 1.8.5-2ts +- current (1.8.5-2jh) integrated as 1.8.5-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.8.5-1ts - current (1.8.5-1ok) integrated as 1.8.5-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/automake/releases/1.8.5/2ts (from rev 3396, tinysofa/releases/1.1/automake/current) Modified: tinysofa/releases/1.1/automake/releases/1.8.5/2ts/specs/automake.spec =================================================================== --- tinysofa/releases/1.1/automake/current/specs/automake.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/automake/releases/1.8.5/2ts/specs/automake.spec 2004-08-05 07:43:57 UTC (rev 3418) @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically creating Makefiles. Name: automake Version: 1.8.5 -Release: 2jh +Release: 2ts License: GPL Group: development Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 @@ -61,6 +61,9 @@ /usr/share/html/%{name} %changelog +* Thu Aug 05 2004 tsintegrate 1.8.5-2ts +- current (1.8.5-2jh) integrated as 1.8.5-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.8.5-1ts - current (1.8.5-1ok) integrated as 1.8.5-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:44:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:44:12 +1000 (EST) Subject: [tinysofa-svn] r3419 - tinysofa/releases/1.1/automake Message-ID: <20040805074412.4B1534E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:44:12 +1000 (Thu, 05 Aug 2004) New Revision: 3419 Removed: tinysofa/releases/1.1/automake/pristine/ Log: automake: * removing pristine (1.8.5-1ts) From svn at tinysofa.org Thu Aug 5 07:44:29 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:44:29 +1000 (EST) Subject: [tinysofa-svn] r3420 - tinysofa/releases/1.1/automake Message-ID: <20040805074429.352034E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:44:28 +1000 (Thu, 05 Aug 2004) New Revision: 3420 Added: tinysofa/releases/1.1/automake/pristine/ Log: automake: * retarget pristine (1.8.5-1ts) to releases/1.8.5/2ts Copied: tinysofa/releases/1.1/automake/pristine (from rev 3418, tinysofa/releases/1.1/automake/releases/1.8.5/2ts) From svn at tinysofa.org Thu Aug 5 07:44:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:44:56 +1000 (EST) Subject: [tinysofa-svn] r3421 - in tinysofa/releases/1.1/bash: current/specs releases releases/2.05b releases/2.05b/1ts/specs Message-ID: <20040805074456.9612E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:44:56 +1000 (Thu, 05 Aug 2004) New Revision: 3421 Added: tinysofa/releases/1.1/bash/releases/2.05b/ tinysofa/releases/1.1/bash/releases/2.05b/1ts/ Modified: tinysofa/releases/1.1/bash/current/specs/bash.spec tinysofa/releases/1.1/bash/releases/2.05b/1ts/specs/bash.spec Log: bash: * integrate current (2.05b-1jh) as releases/2.05b/1ts Modified: tinysofa/releases/1.1/bash/current/specs/bash.spec =================================================================== --- tinysofa/releases/1.1/bash/current/specs/bash.spec 2004-08-05 07:44:28 UTC (rev 3420) +++ tinysofa/releases/1.1/bash/current/specs/bash.spec 2004-08-05 07:44:56 UTC (rev 3421) @@ -2,7 +2,7 @@ Epoch: 1 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version}. -Release: 1jh +Release: 1ts Group: main License: GPL Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.bz2 @@ -244,6 +244,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.05b-1ts +- current (2.05b-1jh) integrated as 2.05b-1ts for release 1.1 + * Wed Jun 2 2004 Tim Waugh 2.05b-39 - Build requires libtermcap-devel (bug #125068). Copied: tinysofa/releases/1.1/bash/releases/2.05b/1ts (from rev 3396, tinysofa/releases/1.1/bash/current) Modified: tinysofa/releases/1.1/bash/releases/2.05b/1ts/specs/bash.spec =================================================================== --- tinysofa/releases/1.1/bash/current/specs/bash.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/bash/releases/2.05b/1ts/specs/bash.spec 2004-08-05 07:44:56 UTC (rev 3421) @@ -2,7 +2,7 @@ Epoch: 1 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version}. -Release: 1jh +Release: 1ts Group: main License: GPL Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.bz2 @@ -244,6 +244,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.05b-1ts +- current (2.05b-1jh) integrated as 2.05b-1ts for release 1.1 + * Wed Jun 2 2004 Tim Waugh 2.05b-39 - Build requires libtermcap-devel (bug #125068). From svn at tinysofa.org Thu Aug 5 07:45:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:45:12 +1000 (EST) Subject: [tinysofa-svn] r3422 - tinysofa/releases/1.1/bash Message-ID: <20040805074512.8A2924E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:45:12 +1000 (Thu, 05 Aug 2004) New Revision: 3422 Removed: tinysofa/releases/1.1/bash/pristine/ Log: bash: * removing pristine (2.05.b-15ts) From svn at tinysofa.org Thu Aug 5 07:45:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:45:28 +1000 (EST) Subject: [tinysofa-svn] r3423 - tinysofa/releases/1.1/bash Message-ID: <20040805074528.18F674E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:45:27 +1000 (Thu, 05 Aug 2004) New Revision: 3423 Added: tinysofa/releases/1.1/bash/pristine/ Log: bash: * retarget pristine (2.05.b-15ts) to releases/2.05b/1ts Copied: tinysofa/releases/1.1/bash/pristine (from rev 3421, tinysofa/releases/1.1/bash/releases/2.05b/1ts) From svn at tinysofa.org Thu Aug 5 07:46:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:46:03 +1000 (EST) Subject: [tinysofa-svn] r3424 - in tinysofa/releases/1.1/bc: current/specs releases/1.06 releases/1.06/12ts/specs Message-ID: <20040805074603.4DE444E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:46:03 +1000 (Thu, 05 Aug 2004) New Revision: 3424 Added: tinysofa/releases/1.1/bc/releases/1.06/12ts/ Modified: tinysofa/releases/1.1/bc/current/specs/bc.spec tinysofa/releases/1.1/bc/releases/1.06/12ts/specs/bc.spec Log: bc: * integrate current (1.06-12jh) as releases/1.06/12ts Modified: tinysofa/releases/1.1/bc/current/specs/bc.spec =================================================================== --- tinysofa/releases/1.1/bc/current/specs/bc.spec 2004-08-05 07:45:27 UTC (rev 3423) +++ tinysofa/releases/1.1/bc/current/specs/bc.spec 2004-08-05 07:46:03 UTC (rev 3424) @@ -1,7 +1,7 @@ Summary: GNU's bc (a numeric processing language) and dc (a calculator). Name: bc Version: 1.06 -Release: 12jh +Release: 12ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/bc/bc-%{version}.tar.gz @@ -62,6 +62,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.06-12ts +- current (1.06-12jh) integrated as 1.06-12ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.06-11ts - current (1.06-10ts) integrated as 1.06-11ts for release 1.0-U1 Copied: tinysofa/releases/1.1/bc/releases/1.06/12ts (from rev 3396, tinysofa/releases/1.1/bc/current) Modified: tinysofa/releases/1.1/bc/releases/1.06/12ts/specs/bc.spec =================================================================== --- tinysofa/releases/1.1/bc/current/specs/bc.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/bc/releases/1.06/12ts/specs/bc.spec 2004-08-05 07:46:03 UTC (rev 3424) @@ -1,7 +1,7 @@ Summary: GNU's bc (a numeric processing language) and dc (a calculator). Name: bc Version: 1.06 -Release: 12jh +Release: 12ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/bc/bc-%{version}.tar.gz @@ -62,6 +62,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.06-12ts +- current (1.06-12jh) integrated as 1.06-12ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.06-11ts - current (1.06-10ts) integrated as 1.06-11ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:46:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:46:17 +1000 (EST) Subject: [tinysofa-svn] r3425 - tinysofa/releases/1.1/bc Message-ID: <20040805074617.C43904E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:46:17 +1000 (Thu, 05 Aug 2004) New Revision: 3425 Removed: tinysofa/releases/1.1/bc/pristine/ Log: bc: * removing pristine (1.06-11ts) From svn at tinysofa.org Thu Aug 5 07:46:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:46:34 +1000 (EST) Subject: [tinysofa-svn] r3426 - tinysofa/releases/1.1/bc Message-ID: <20040805074634.DE95E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:46:34 +1000 (Thu, 05 Aug 2004) New Revision: 3426 Added: tinysofa/releases/1.1/bc/pristine/ Log: bc: * retarget pristine (1.06-11ts) to releases/1.06/12ts Copied: tinysofa/releases/1.1/bc/pristine (from rev 3424, tinysofa/releases/1.1/bc/releases/1.06/12ts) From svn at tinysofa.org Thu Aug 5 07:47:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:47:14 +1000 (EST) Subject: [tinysofa-svn] r3427 - in tinysofa/releases/1.1/beecrypt: current/specs releases/3.1.0 releases/3.1.0/6ts/specs Message-ID: <20040805074714.7E63E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:47:14 +1000 (Thu, 05 Aug 2004) New Revision: 3427 Added: tinysofa/releases/1.1/beecrypt/releases/3.1.0/6ts/ Modified: tinysofa/releases/1.1/beecrypt/current/specs/beecrypt.spec tinysofa/releases/1.1/beecrypt/releases/3.1.0/6ts/specs/beecrypt.spec Log: beecrypt: * integrate current (3.1.0-6jh) as releases/3.1.0/6ts Modified: tinysofa/releases/1.1/beecrypt/current/specs/beecrypt.spec =================================================================== --- tinysofa/releases/1.1/beecrypt/current/specs/beecrypt.spec 2004-08-05 07:46:34 UTC (rev 3426) +++ tinysofa/releases/1.1/beecrypt/current/specs/beecrypt.spec 2004-08-05 07:47:14 UTC (rev 3427) @@ -3,7 +3,7 @@ Summary: An open source cryptography library. Name: beecrypt Version: 3.1.0 -Release: 6jh +Release: 6ts Group: main License: LGPL URL: http://sourceforge.net/projects/beecrypt @@ -99,6 +99,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.1.0-6ts +- current (3.1.0-6jh) integrated as 3.1.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.1.0-5ts - current (3.1.0-4ts) integrated as 3.1.0-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/beecrypt/releases/3.1.0/6ts (from rev 3396, tinysofa/releases/1.1/beecrypt/current) Modified: tinysofa/releases/1.1/beecrypt/releases/3.1.0/6ts/specs/beecrypt.spec =================================================================== --- tinysofa/releases/1.1/beecrypt/current/specs/beecrypt.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/beecrypt/releases/3.1.0/6ts/specs/beecrypt.spec 2004-08-05 07:47:14 UTC (rev 3427) @@ -3,7 +3,7 @@ Summary: An open source cryptography library. Name: beecrypt Version: 3.1.0 -Release: 6jh +Release: 6ts Group: main License: LGPL URL: http://sourceforge.net/projects/beecrypt @@ -99,6 +99,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.1.0-6ts +- current (3.1.0-6jh) integrated as 3.1.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.1.0-5ts - current (3.1.0-4ts) integrated as 3.1.0-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:47:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:47:28 +1000 (EST) Subject: [tinysofa-svn] r3428 - tinysofa/releases/1.1/beecrypt Message-ID: <20040805074728.D82504E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:47:28 +1000 (Thu, 05 Aug 2004) New Revision: 3428 Removed: tinysofa/releases/1.1/beecrypt/pristine/ Log: beecrypt: * removing pristine (3.1.0-5ts) From svn at tinysofa.org Thu Aug 5 07:47:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:47:47 +1000 (EST) Subject: [tinysofa-svn] r3429 - tinysofa/releases/1.1/beecrypt Message-ID: <20040805074747.B328B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:47:47 +1000 (Thu, 05 Aug 2004) New Revision: 3429 Added: tinysofa/releases/1.1/beecrypt/pristine/ Log: beecrypt: * retarget pristine (3.1.0-5ts) to releases/3.1.0/6ts Copied: tinysofa/releases/1.1/beecrypt/pristine (from rev 3427, tinysofa/releases/1.1/beecrypt/releases/3.1.0/6ts) From svn at tinysofa.org Thu Aug 5 07:48:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:48:31 +1000 (EST) Subject: [tinysofa-svn] r3430 - in tinysofa/releases/1.1/bind: current/specs releases/9.2.3 releases/9.2.3/12ts/specs Message-ID: <20040805074831.5E14B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:48:31 +1000 (Thu, 05 Aug 2004) New Revision: 3430 Added: tinysofa/releases/1.1/bind/releases/9.2.3/12ts/ Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec tinysofa/releases/1.1/bind/releases/9.2.3/12ts/specs/bind.spec Log: bind: * integrate current (9.2.3-12jh) as releases/9.2.3/12ts Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-05 07:47:47 UTC (rev 3429) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-05 07:48:31 UTC (rev 3430) @@ -2,7 +2,7 @@ Name: bind Version: 9.2.3 -Release: 12jh +Release: 12ts Epoch: 0 Summary: A chrooted DNS (Domain Name System) server Summary(pt_BR): BIND - Servidor de nomes DNS chrooted @@ -460,6 +460,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 9.2.3-12ts +- current (9.2.3-12jh) integrated as 9.2.3-12ts for release 1.1 + * Sun May 30 2004 Ricardo Erbano + 2004-05-30 23:57:07 (61860) - Added epoch when obsoletes old package bind-chroot (9.2.3-60456cl) Copied: tinysofa/releases/1.1/bind/releases/9.2.3/12ts (from rev 3396, tinysofa/releases/1.1/bind/current) Modified: tinysofa/releases/1.1/bind/releases/9.2.3/12ts/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/bind/releases/9.2.3/12ts/specs/bind.spec 2004-08-05 07:48:31 UTC (rev 3430) @@ -2,7 +2,7 @@ Name: bind Version: 9.2.3 -Release: 12jh +Release: 12ts Epoch: 0 Summary: A chrooted DNS (Domain Name System) server Summary(pt_BR): BIND - Servidor de nomes DNS chrooted @@ -460,6 +460,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 9.2.3-12ts +- current (9.2.3-12jh) integrated as 9.2.3-12ts for release 1.1 + * Sun May 30 2004 Ricardo Erbano + 2004-05-30 23:57:07 (61860) - Added epoch when obsoletes old package bind-chroot (9.2.3-60456cl) From svn at tinysofa.org Thu Aug 5 07:48:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:48:46 +1000 (EST) Subject: [tinysofa-svn] r3431 - tinysofa/releases/1.1/bind Message-ID: <20040805074846.BD51A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:48:46 +1000 (Thu, 05 Aug 2004) New Revision: 3431 Removed: tinysofa/releases/1.1/bind/pristine/ Log: bind: * removing pristine (9.2.3-9ts) From svn at tinysofa.org Thu Aug 5 07:49:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:49:05 +1000 (EST) Subject: [tinysofa-svn] r3432 - tinysofa/releases/1.1/bind Message-ID: <20040805074905.2727B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:49:04 +1000 (Thu, 05 Aug 2004) New Revision: 3432 Added: tinysofa/releases/1.1/bind/pristine/ Log: bind: * retarget pristine (9.2.3-9ts) to releases/9.2.3/12ts Copied: tinysofa/releases/1.1/bind/pristine (from rev 3430, tinysofa/releases/1.1/bind/releases/9.2.3/12ts) From svn at tinysofa.org Thu Aug 5 07:49:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:49:35 +1000 (EST) Subject: [tinysofa-svn] r3433 - in tinysofa/releases/1.1/binutils: current/specs releases releases/2.15.90.0.3 releases/2.15.90.0.3/1ts/specs Message-ID: <20040805074935.01C094E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:49:35 +1000 (Thu, 05 Aug 2004) New Revision: 3433 Added: tinysofa/releases/1.1/binutils/releases/2.15.90.0.3/ tinysofa/releases/1.1/binutils/releases/2.15.90.0.3/1ts/ Modified: tinysofa/releases/1.1/binutils/current/specs/binutils.spec tinysofa/releases/1.1/binutils/releases/2.15.90.0.3/1ts/specs/binutils.spec Log: binutils: * integrate current (2.15.90.0.3-1jh) as releases/2.15.90.0.3/1ts Modified: tinysofa/releases/1.1/binutils/current/specs/binutils.spec =================================================================== --- tinysofa/releases/1.1/binutils/current/specs/binutils.spec 2004-08-05 07:49:04 UTC (rev 3432) +++ tinysofa/releases/1.1/binutils/current/specs/binutils.spec 2004-08-05 07:49:35 UTC (rev 3433) @@ -1,7 +1,7 @@ Summary: A GNU collection of binary utilities. Name: binutils Version: 2.15.90.0.3 -Release: 1jh +Release: 1ts Copyright: GPL Group: development URL: http://sources.redhat.com/binutils @@ -153,6 +153,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.15.90.0.3-1ts +- current (2.15.90.0.3-1jh) integrated as 2.15.90.0.3-1ts for release 1.1 + * Wed May 19 2004 Jakub Jelinek 2.15.90.0.3-7 - use lib64 instead of lib directories on ia64 if %%{_lib} is set to lib64 by rpm Copied: tinysofa/releases/1.1/binutils/releases/2.15.90.0.3/1ts (from rev 3396, tinysofa/releases/1.1/binutils/current) Modified: tinysofa/releases/1.1/binutils/releases/2.15.90.0.3/1ts/specs/binutils.spec =================================================================== --- tinysofa/releases/1.1/binutils/current/specs/binutils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/binutils/releases/2.15.90.0.3/1ts/specs/binutils.spec 2004-08-05 07:49:35 UTC (rev 3433) @@ -1,7 +1,7 @@ Summary: A GNU collection of binary utilities. Name: binutils Version: 2.15.90.0.3 -Release: 1jh +Release: 1ts Copyright: GPL Group: development URL: http://sources.redhat.com/binutils @@ -153,6 +153,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.15.90.0.3-1ts +- current (2.15.90.0.3-1jh) integrated as 2.15.90.0.3-1ts for release 1.1 + * Wed May 19 2004 Jakub Jelinek 2.15.90.0.3-7 - use lib64 instead of lib directories on ia64 if %%{_lib} is set to lib64 by rpm From svn at tinysofa.org Thu Aug 5 07:49:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:49:50 +1000 (EST) Subject: [tinysofa-svn] r3434 - tinysofa/releases/1.1/binutils Message-ID: <20040805074950.DA5F14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:49:50 +1000 (Thu, 05 Aug 2004) New Revision: 3434 Removed: tinysofa/releases/1.1/binutils/pristine/ Log: binutils: * removing pristine (2.15-1ts) From svn at tinysofa.org Thu Aug 5 07:50:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:50:08 +1000 (EST) Subject: [tinysofa-svn] r3435 - tinysofa/releases/1.1/binutils Message-ID: <20040805075008.EDFE24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:50:08 +1000 (Thu, 05 Aug 2004) New Revision: 3435 Added: tinysofa/releases/1.1/binutils/pristine/ Log: binutils: * retarget pristine (2.15-1ts) to releases/2.15.90.0.3/1ts Copied: tinysofa/releases/1.1/binutils/pristine (from rev 3433, tinysofa/releases/1.1/binutils/releases/2.15.90.0.3/1ts) From svn at tinysofa.org Thu Aug 5 07:50:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:50:50 +1000 (EST) Subject: [tinysofa-svn] r3436 - in tinysofa/releases/1.1/bison: current/specs releases/1.875 releases/1.875/13ts/specs Message-ID: <20040805075050.8E0244E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:50:50 +1000 (Thu, 05 Aug 2004) New Revision: 3436 Added: tinysofa/releases/1.1/bison/releases/1.875/13ts/ Modified: tinysofa/releases/1.1/bison/current/specs/bison.spec tinysofa/releases/1.1/bison/releases/1.875/13ts/specs/bison.spec Log: bison: * integrate current (1.875-13jh) as releases/1.875/13ts Modified: tinysofa/releases/1.1/bison/current/specs/bison.spec =================================================================== --- tinysofa/releases/1.1/bison/current/specs/bison.spec 2004-08-05 07:50:08 UTC (rev 3435) +++ tinysofa/releases/1.1/bison/current/specs/bison.spec 2004-08-05 07:50:50 UTC (rev 3436) @@ -1,7 +1,7 @@ Summary: A GNU general-purpose parser generator. Name: bison Version: 1.875 -Release: 13jh +Release: 13ts License: GPL Group: development Source: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.bz2 @@ -71,6 +71,9 @@ %{_prefix}/bin/* %changelog +* Thu Aug 05 2004 tsintegrate 1.875-13ts +- current (1.875-13jh) integrated as 1.875-13ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.875-12ts - current (1.875-11ts) integrated as 1.875-12ts for release 1.0-U1 Copied: tinysofa/releases/1.1/bison/releases/1.875/13ts (from rev 3396, tinysofa/releases/1.1/bison/current) Modified: tinysofa/releases/1.1/bison/releases/1.875/13ts/specs/bison.spec =================================================================== --- tinysofa/releases/1.1/bison/current/specs/bison.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/bison/releases/1.875/13ts/specs/bison.spec 2004-08-05 07:50:50 UTC (rev 3436) @@ -1,7 +1,7 @@ Summary: A GNU general-purpose parser generator. Name: bison Version: 1.875 -Release: 13jh +Release: 13ts License: GPL Group: development Source: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.bz2 @@ -71,6 +71,9 @@ %{_prefix}/bin/* %changelog +* Thu Aug 05 2004 tsintegrate 1.875-13ts +- current (1.875-13jh) integrated as 1.875-13ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.875-12ts - current (1.875-11ts) integrated as 1.875-12ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:51:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:51:05 +1000 (EST) Subject: [tinysofa-svn] r3437 - tinysofa/releases/1.1/bison Message-ID: <20040805075105.595BF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:51:05 +1000 (Thu, 05 Aug 2004) New Revision: 3437 Removed: tinysofa/releases/1.1/bison/pristine/ Log: bison: * removing pristine (1.875-12ts) From svn at tinysofa.org Thu Aug 5 07:51:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:51:22 +1000 (EST) Subject: [tinysofa-svn] r3438 - tinysofa/releases/1.1/bison Message-ID: <20040805075122.C1D7A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:51:22 +1000 (Thu, 05 Aug 2004) New Revision: 3438 Added: tinysofa/releases/1.1/bison/pristine/ Log: bison: * retarget pristine (1.875-12ts) to releases/1.875/13ts Copied: tinysofa/releases/1.1/bison/pristine (from rev 3436, tinysofa/releases/1.1/bison/releases/1.875/13ts) From svn at tinysofa.org Thu Aug 5 07:52:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:52:04 +1000 (EST) Subject: [tinysofa-svn] r3439 - in tinysofa/releases/1.1/busybox: current/specs releases/1.00.pre10 releases/1.00.pre10/2ts/specs Message-ID: <20040805075204.30FFE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:52:03 +1000 (Thu, 05 Aug 2004) New Revision: 3439 Added: tinysofa/releases/1.1/busybox/releases/1.00.pre10/2ts/ Modified: tinysofa/releases/1.1/busybox/current/specs/busybox.spec tinysofa/releases/1.1/busybox/releases/1.00.pre10/2ts/specs/busybox.spec Log: busybox: * integrate current (1.00.pre10-2jh) as releases/1.00.pre10/2ts Modified: tinysofa/releases/1.1/busybox/current/specs/busybox.spec =================================================================== --- tinysofa/releases/1.1/busybox/current/specs/busybox.spec 2004-08-05 07:51:22 UTC (rev 3438) +++ tinysofa/releases/1.1/busybox/current/specs/busybox.spec 2004-08-05 07:52:03 UTC (rev 3439) @@ -1,7 +1,7 @@ Summary: Statically linked binary providing simplified versions of system commands Name: busybox Version: 1.00.pre10 -Release: 2jh +Release: 2ts License: GPL Group: extra Source: http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2 @@ -67,6 +67,9 @@ /sbin/busybox.anaconda %changelog +* Thu Aug 05 2004 tsintegrate 1.00.pre10-2ts +- current (1.00.pre10-2jh) integrated as 1.00.pre10-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.00.pre10-1ts - current (1.00.pre10-1ok) integrated as 1.00.pre10-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/busybox/releases/1.00.pre10/2ts (from rev 3396, tinysofa/releases/1.1/busybox/current) Modified: tinysofa/releases/1.1/busybox/releases/1.00.pre10/2ts/specs/busybox.spec =================================================================== --- tinysofa/releases/1.1/busybox/current/specs/busybox.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/busybox/releases/1.00.pre10/2ts/specs/busybox.spec 2004-08-05 07:52:03 UTC (rev 3439) @@ -1,7 +1,7 @@ Summary: Statically linked binary providing simplified versions of system commands Name: busybox Version: 1.00.pre10 -Release: 2jh +Release: 2ts License: GPL Group: extra Source: http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2 @@ -67,6 +67,9 @@ /sbin/busybox.anaconda %changelog +* Thu Aug 05 2004 tsintegrate 1.00.pre10-2ts +- current (1.00.pre10-2jh) integrated as 1.00.pre10-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.00.pre10-1ts - current (1.00.pre10-1ok) integrated as 1.00.pre10-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:52:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:52:19 +1000 (EST) Subject: [tinysofa-svn] r3440 - tinysofa/releases/1.1/busybox Message-ID: <20040805075219.84D854E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:52:19 +1000 (Thu, 05 Aug 2004) New Revision: 3440 Removed: tinysofa/releases/1.1/busybox/pristine/ Log: busybox: * removing pristine (1.00.pre10-1ts) From svn at tinysofa.org Thu Aug 5 07:52:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:52:36 +1000 (EST) Subject: [tinysofa-svn] r3441 - tinysofa/releases/1.1/busybox Message-ID: <20040805075236.36E144E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:52:36 +1000 (Thu, 05 Aug 2004) New Revision: 3441 Added: tinysofa/releases/1.1/busybox/pristine/ Log: busybox: * retarget pristine (1.00.pre10-1ts) to releases/1.00.pre10/2ts Copied: tinysofa/releases/1.1/busybox/pristine (from rev 3439, tinysofa/releases/1.1/busybox/releases/1.00.pre10/2ts) From svn at tinysofa.org Thu Aug 5 07:53:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:53:17 +1000 (EST) Subject: [tinysofa-svn] r3442 - in tinysofa/releases/1.1/byacc: current/specs releases/1.9 releases/1.9/24ts/specs Message-ID: <20040805075317.CAF9E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:53:17 +1000 (Thu, 05 Aug 2004) New Revision: 3442 Added: tinysofa/releases/1.1/byacc/releases/1.9/24ts/ Modified: tinysofa/releases/1.1/byacc/current/specs/byacc.spec tinysofa/releases/1.1/byacc/releases/1.9/24ts/specs/byacc.spec Log: byacc: * integrate current (1.9-24jh) as releases/1.9/24ts Modified: tinysofa/releases/1.1/byacc/current/specs/byacc.spec =================================================================== --- tinysofa/releases/1.1/byacc/current/specs/byacc.spec 2004-08-05 07:52:36 UTC (rev 3441) +++ tinysofa/releases/1.1/byacc/current/specs/byacc.spec 2004-08-05 07:53:17 UTC (rev 3442) @@ -1,7 +1,7 @@ Summary: A public domain Yacc parser generator. Name: byacc Version: 1.9 -Release: 24jh +Release: 24ts License: public domain Group: development Source: ftp://ftp.cs.berkeley.edu/ucb/4bsd/byacc.1.9.tar.Z @@ -45,6 +45,9 @@ /usr/share/man/man1/byacc.1* %changelog +* Thu Aug 05 2004 tsintegrate 1.9-24ts +- current (1.9-24jh) integrated as 1.9-24ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.9-23ts - current (1.9-23ok) integrated as 1.9-23ts for release 1.0-U1 Copied: tinysofa/releases/1.1/byacc/releases/1.9/24ts (from rev 3396, tinysofa/releases/1.1/byacc/current) Modified: tinysofa/releases/1.1/byacc/releases/1.9/24ts/specs/byacc.spec =================================================================== --- tinysofa/releases/1.1/byacc/current/specs/byacc.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/byacc/releases/1.9/24ts/specs/byacc.spec 2004-08-05 07:53:17 UTC (rev 3442) @@ -1,7 +1,7 @@ Summary: A public domain Yacc parser generator. Name: byacc Version: 1.9 -Release: 24jh +Release: 24ts License: public domain Group: development Source: ftp://ftp.cs.berkeley.edu/ucb/4bsd/byacc.1.9.tar.Z @@ -45,6 +45,9 @@ /usr/share/man/man1/byacc.1* %changelog +* Thu Aug 05 2004 tsintegrate 1.9-24ts +- current (1.9-24jh) integrated as 1.9-24ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.9-23ts - current (1.9-23ok) integrated as 1.9-23ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:53:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:53:33 +1000 (EST) Subject: [tinysofa-svn] r3443 - tinysofa/releases/1.1/byacc Message-ID: <20040805075333.7E3804E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:53:33 +1000 (Thu, 05 Aug 2004) New Revision: 3443 Removed: tinysofa/releases/1.1/byacc/pristine/ Log: byacc: * removing pristine (1.9-23ts) From svn at tinysofa.org Thu Aug 5 07:53:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:53:52 +1000 (EST) Subject: [tinysofa-svn] r3444 - tinysofa/releases/1.1/byacc Message-ID: <20040805075352.4B60A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:53:52 +1000 (Thu, 05 Aug 2004) New Revision: 3444 Added: tinysofa/releases/1.1/byacc/pristine/ Log: byacc: * retarget pristine (1.9-23ts) to releases/1.9/24ts Copied: tinysofa/releases/1.1/byacc/pristine (from rev 3442, tinysofa/releases/1.1/byacc/releases/1.9/24ts) From svn at tinysofa.org Thu Aug 5 07:54:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:54:25 +1000 (EST) Subject: [tinysofa-svn] r3445 - in tinysofa/releases/1.1/bzip2: current/specs releases/1.0.2 releases/1.0.2/15ts/specs Message-ID: <20040805075425.800144E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:54:25 +1000 (Thu, 05 Aug 2004) New Revision: 3445 Added: tinysofa/releases/1.1/bzip2/releases/1.0.2/15ts/ Modified: tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec tinysofa/releases/1.1/bzip2/releases/1.0.2/15ts/specs/bzip2.spec Log: bzip2: * integrate current (1.0.2-15jh) as releases/1.0.2/15ts Modified: tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec =================================================================== --- tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec 2004-08-05 07:53:52 UTC (rev 3444) +++ tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec 2004-08-05 07:54:25 UTC (rev 3445) @@ -1,7 +1,7 @@ Summary: A file compression utility. Name: bzip2 Version: 1.0.2 -Release: 15jh +Release: 15ts License: GPL Group: main Source: ftp://sourceware.redhat.com/pub/bzip2/v102/bzip2-%{version}.tar.gz @@ -90,6 +90,9 @@ %{_prefix}/lib/libbz2.so %changelog +* Thu Aug 05 2004 tsintegrate 1.0.2-15ts +- current (1.0.2-15jh) integrated as 1.0.2-15ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.0.2-14ts - current (1.0.2-13ts) integrated as 1.0.2-14ts for release 1.0-U1 Copied: tinysofa/releases/1.1/bzip2/releases/1.0.2/15ts (from rev 3396, tinysofa/releases/1.1/bzip2/current) Modified: tinysofa/releases/1.1/bzip2/releases/1.0.2/15ts/specs/bzip2.spec =================================================================== --- tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/bzip2/releases/1.0.2/15ts/specs/bzip2.spec 2004-08-05 07:54:25 UTC (rev 3445) @@ -1,7 +1,7 @@ Summary: A file compression utility. Name: bzip2 Version: 1.0.2 -Release: 15jh +Release: 15ts License: GPL Group: main Source: ftp://sourceware.redhat.com/pub/bzip2/v102/bzip2-%{version}.tar.gz @@ -90,6 +90,9 @@ %{_prefix}/lib/libbz2.so %changelog +* Thu Aug 05 2004 tsintegrate 1.0.2-15ts +- current (1.0.2-15jh) integrated as 1.0.2-15ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.0.2-14ts - current (1.0.2-13ts) integrated as 1.0.2-14ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 07:54:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:54:37 +1000 (EST) Subject: [tinysofa-svn] r3446 - tinysofa/releases/1.1/bzip2 Message-ID: <20040805075437.7768A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:54:37 +1000 (Thu, 05 Aug 2004) New Revision: 3446 Removed: tinysofa/releases/1.1/bzip2/pristine/ Log: bzip2: * removing pristine (1.0.2-14ts) From svn at tinysofa.org Thu Aug 5 07:54:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:54:52 +1000 (EST) Subject: [tinysofa-svn] r3447 - tinysofa/releases/1.1/bzip2 Message-ID: <20040805075452.E9D274E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:54:52 +1000 (Thu, 05 Aug 2004) New Revision: 3447 Added: tinysofa/releases/1.1/bzip2/pristine/ Log: bzip2: * retarget pristine (1.0.2-14ts) to releases/1.0.2/15ts Copied: tinysofa/releases/1.1/bzip2/pristine (from rev 3445, tinysofa/releases/1.1/bzip2/releases/1.0.2/15ts) From svn at tinysofa.org Thu Aug 5 07:55:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:55:26 +1000 (EST) Subject: [tinysofa-svn] r3448 - in tinysofa/releases/1.1/cdrtools: current/specs releases/2.00.3 releases/2.00.3/8ts/specs Message-ID: <20040805075526.A6D154E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:55:26 +1000 (Thu, 05 Aug 2004) New Revision: 3448 Added: tinysofa/releases/1.1/cdrtools/releases/2.00.3/8ts/ Modified: tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec tinysofa/releases/1.1/cdrtools/releases/2.00.3/8ts/specs/cdrtools.spec Log: cdrtools: * integrate current (2.00.3-8jh) as releases/2.00.3/8ts Modified: tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec =================================================================== --- tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec 2004-08-05 07:54:52 UTC (rev 3447) +++ tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec 2004-08-05 07:55:26 UTC (rev 3448) @@ -1,6 +1,6 @@ Name: cdrtools Version: 2.00.3 -Release: 8jh +Release: 8ts Summary: Tools for CD/DVD recording Summary(pt_BR): Ferramentas para grava??o de CDs e DVDS Group: extra @@ -245,6 +245,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.00.3-8ts +- current (2.00.3-8jh) integrated as 2.00.3-8ts for release 1.1 + * Mon Apr 19 2004 Andreas Hasenack + 2004-04-19 18:43:03 (57584) - fix perl path Copied: tinysofa/releases/1.1/cdrtools/releases/2.00.3/8ts (from rev 3396, tinysofa/releases/1.1/cdrtools/current) Modified: tinysofa/releases/1.1/cdrtools/releases/2.00.3/8ts/specs/cdrtools.spec =================================================================== --- tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/cdrtools/releases/2.00.3/8ts/specs/cdrtools.spec 2004-08-05 07:55:26 UTC (rev 3448) @@ -1,6 +1,6 @@ Name: cdrtools Version: 2.00.3 -Release: 8jh +Release: 8ts Summary: Tools for CD/DVD recording Summary(pt_BR): Ferramentas para grava??o de CDs e DVDS Group: extra @@ -245,6 +245,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.00.3-8ts +- current (2.00.3-8jh) integrated as 2.00.3-8ts for release 1.1 + * Mon Apr 19 2004 Andreas Hasenack + 2004-04-19 18:43:03 (57584) - fix perl path From svn at tinysofa.org Thu Aug 5 07:55:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:55:42 +1000 (EST) Subject: [tinysofa-svn] r3449 - tinysofa/releases/1.1/cdrtools Message-ID: <20040805075542.14BC94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:55:41 +1000 (Thu, 05 Aug 2004) New Revision: 3449 Removed: tinysofa/releases/1.1/cdrtools/pristine/ Log: cdrtools: * removing pristine (2.00.3-7ts) From svn at tinysofa.org Thu Aug 5 07:55:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:55:58 +1000 (EST) Subject: [tinysofa-svn] r3450 - tinysofa/releases/1.1/cdrtools Message-ID: <20040805075558.99B364E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:55:58 +1000 (Thu, 05 Aug 2004) New Revision: 3450 Added: tinysofa/releases/1.1/cdrtools/pristine/ Log: cdrtools: * retarget pristine (2.00.3-7ts) to releases/2.00.3/8ts Copied: tinysofa/releases/1.1/cdrtools/pristine (from rev 3448, tinysofa/releases/1.1/cdrtools/releases/2.00.3/8ts) From svn at tinysofa.org Thu Aug 5 07:56:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:56:39 +1000 (EST) Subject: [tinysofa-svn] r3451 - in tinysofa/releases/1.1/chkconfig: current/specs releases/1.3.8 releases/1.3.8/6ts/specs Message-ID: <20040805075639.879BE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:56:39 +1000 (Thu, 05 Aug 2004) New Revision: 3451 Added: tinysofa/releases/1.1/chkconfig/releases/1.3.8/6ts/ Modified: tinysofa/releases/1.1/chkconfig/current/specs/chkconfig.spec tinysofa/releases/1.1/chkconfig/releases/1.3.8/6ts/specs/chkconfig.spec Log: chkconfig: * integrate current (1.3.8-6jh) as releases/1.3.8/6ts Modified: tinysofa/releases/1.1/chkconfig/current/specs/chkconfig.spec =================================================================== --- tinysofa/releases/1.1/chkconfig/current/specs/chkconfig.spec 2004-08-05 07:55:58 UTC (rev 3450) +++ tinysofa/releases/1.1/chkconfig/current/specs/chkconfig.spec 2004-08-05 07:56:39 UTC (rev 3451) @@ -1,7 +1,7 @@ Summary: A system tool for maintaining the /etc/rcN.d hierarchy. Name: chkconfig Version: 1.3.8 -Release: 6jh +Release: 6ts License: GPL Group: main Source: ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz @@ -45,6 +45,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.3.8-6ts +- current (1.3.8-6jh) integrated as 1.3.8-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.3.8-5ts - current (1.3.8-4ts) integrated as 1.3.8-5ts for release 1.0-U1 @@ -186,4 +189,4 @@ - added i18n support * Sun Mar 22 1998 Erik Troan -- added --back \ No newline at end of file +- added --bac Copied: tinysofa/releases/1.1/chkconfig/releases/1.3.8/6ts (from rev 3396, tinysofa/releases/1.1/chkconfig/current) Modified: tinysofa/releases/1.1/chkconfig/releases/1.3.8/6ts/specs/chkconfig.spec =================================================================== --- tinysofa/releases/1.1/chkconfig/current/specs/chkconfig.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/chkconfig/releases/1.3.8/6ts/specs/chkconfig.spec 2004-08-05 07:56:39 UTC (rev 3451) @@ -1,7 +1,7 @@ Summary: A system tool for maintaining the /etc/rcN.d hierarchy. Name: chkconfig Version: 1.3.8 -Release: 6jh +Release: 6ts License: GPL Group: main Source: ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz @@ -45,6 +45,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.3.8-6ts +- current (1.3.8-6jh) integrated as 1.3.8-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.3.8-5ts - current (1.3.8-4ts) integrated as 1.3.8-5ts for release 1.0-U1 @@ -186,4 +189,4 @@ - added i18n support * Sun Mar 22 1998 Erik Troan -- added --back \ No newline at end of file +- added --bac From svn at tinysofa.org Thu Aug 5 07:56:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:56:54 +1000 (EST) Subject: [tinysofa-svn] r3452 - tinysofa/releases/1.1/chkconfig Message-ID: <20040805075654.493284E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:56:54 +1000 (Thu, 05 Aug 2004) New Revision: 3452 Removed: tinysofa/releases/1.1/chkconfig/pristine/ Log: chkconfig: * removing pristine (1.3.8-5ts) From svn at tinysofa.org Thu Aug 5 07:57:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:57:12 +1000 (EST) Subject: [tinysofa-svn] r3453 - tinysofa/releases/1.1/chkconfig Message-ID: <20040805075712.B438B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:57:12 +1000 (Thu, 05 Aug 2004) New Revision: 3453 Added: tinysofa/releases/1.1/chkconfig/pristine/ Log: chkconfig: * retarget pristine (1.3.8-5ts) to releases/1.3.8/6ts Copied: tinysofa/releases/1.1/chkconfig/pristine (from rev 3451, tinysofa/releases/1.1/chkconfig/releases/1.3.8/6ts) From svn at tinysofa.org Thu Aug 5 07:57:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:57:52 +1000 (EST) Subject: [tinysofa-svn] r3454 - in tinysofa/releases/1.1/coreutils: current/specs releases/5.2.1 releases/5.2.1/3ts/specs Message-ID: <20040805075752.67EEB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:57:52 +1000 (Thu, 05 Aug 2004) New Revision: 3454 Added: tinysofa/releases/1.1/coreutils/releases/5.2.1/3ts/ Modified: tinysofa/releases/1.1/coreutils/current/specs/coreutils.spec tinysofa/releases/1.1/coreutils/releases/5.2.1/3ts/specs/coreutils.spec Log: coreutils: * integrate current (5.2.1-3jh) as releases/5.2.1/3ts Modified: tinysofa/releases/1.1/coreutils/current/specs/coreutils.spec =================================================================== --- tinysofa/releases/1.1/coreutils/current/specs/coreutils.spec 2004-08-05 07:57:12 UTC (rev 3453) +++ tinysofa/releases/1.1/coreutils/current/specs/coreutils.spec 2004-08-05 07:57:52 UTC (rev 3454) @@ -1,7 +1,7 @@ Summary: The GNU fileutils, sh-utils and textutils combined Name: coreutils Version: 5.2.1 -Release: 3jh +Release: 3ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2 @@ -170,6 +170,9 @@ %{_htmldir}/%{name} %changelog +* Thu Aug 05 2004 tsintegrate 5.2.1-3ts +- current (5.2.1-3jh) integrated as 5.2.1-3ts for release 1.1 + * Thu Jul 1 2004 Jaakko Heinonen 5.2.1-3jh - move /usr/bin/env to /bin - use more macros Copied: tinysofa/releases/1.1/coreutils/releases/5.2.1/3ts (from rev 3396, tinysofa/releases/1.1/coreutils/current) Modified: tinysofa/releases/1.1/coreutils/releases/5.2.1/3ts/specs/coreutils.spec =================================================================== --- tinysofa/releases/1.1/coreutils/current/specs/coreutils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/coreutils/releases/5.2.1/3ts/specs/coreutils.spec 2004-08-05 07:57:52 UTC (rev 3454) @@ -1,7 +1,7 @@ Summary: The GNU fileutils, sh-utils and textutils combined Name: coreutils Version: 5.2.1 -Release: 3jh +Release: 3ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2 @@ -170,6 +170,9 @@ %{_htmldir}/%{name} %changelog +* Thu Aug 05 2004 tsintegrate 5.2.1-3ts +- current (5.2.1-3jh) integrated as 5.2.1-3ts for release 1.1 + * Thu Jul 1 2004 Jaakko Heinonen 5.2.1-3jh - move /usr/bin/env to /bin - use more macros From svn at tinysofa.org Thu Aug 5 07:58:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:58:06 +1000 (EST) Subject: [tinysofa-svn] r3455 - tinysofa/releases/1.1/coreutils Message-ID: <20040805075806.C0B344E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:58:06 +1000 (Thu, 05 Aug 2004) New Revision: 3455 Removed: tinysofa/releases/1.1/coreutils/pristine/ Log: coreutils: * removing pristine (5.2.1-2ts) From svn at tinysofa.org Thu Aug 5 07:58:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:58:25 +1000 (EST) Subject: [tinysofa-svn] r3456 - tinysofa/releases/1.1/coreutils Message-ID: <20040805075825.06A384E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:58:24 +1000 (Thu, 05 Aug 2004) New Revision: 3456 Added: tinysofa/releases/1.1/coreutils/pristine/ Log: coreutils: * retarget pristine (5.2.1-2ts) to releases/5.2.1/3ts Copied: tinysofa/releases/1.1/coreutils/pristine (from rev 3454, tinysofa/releases/1.1/coreutils/releases/5.2.1/3ts) From svn at tinysofa.org Thu Aug 5 07:58:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:58:50 +1000 (EST) Subject: [tinysofa-svn] r3457 - in tinysofa/releases/1.1/courier-imap: current/specs releases releases/3.0.6 releases/3.0.6/1ts/specs Message-ID: <20040805075850.ECEEA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:58:50 +1000 (Thu, 05 Aug 2004) New Revision: 3457 Added: tinysofa/releases/1.1/courier-imap/releases/3.0.6/ tinysofa/releases/1.1/courier-imap/releases/3.0.6/1ts/ Modified: tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec tinysofa/releases/1.1/courier-imap/releases/3.0.6/1ts/specs/courier-imap.spec Log: courier-imap: * integrate current (3.0.6-1gd) as releases/3.0.6/1ts Modified: tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec =================================================================== --- tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec 2004-08-05 07:58:24 UTC (rev 3456) +++ tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec 2004-08-05 07:58:50 UTC (rev 3457) @@ -1,7 +1,7 @@ Summary: Courier-IMAP server Name: courier-imap Version: 3.0.6 -Release: 1gd +Release: 1ts License: GPL Group: extra Source: http://unc.dl.sourceforge.net/sourceforge/courier/courier-imap-%{version}.tar.bz2 @@ -237,6 +237,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.0.6-1ts +- current (3.0.6-1gd) integrated as 3.0.6-1ts for release 1.1 + * Sun Jul 1 2004 Gerald Dachs 3.0.6-1gd - New upstream version - updated config files Copied: tinysofa/releases/1.1/courier-imap/releases/3.0.6/1ts (from rev 3396, tinysofa/releases/1.1/courier-imap/current) Modified: tinysofa/releases/1.1/courier-imap/releases/3.0.6/1ts/specs/courier-imap.spec =================================================================== --- tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/courier-imap/releases/3.0.6/1ts/specs/courier-imap.spec 2004-08-05 07:58:50 UTC (rev 3457) @@ -1,7 +1,7 @@ Summary: Courier-IMAP server Name: courier-imap Version: 3.0.6 -Release: 1gd +Release: 1ts License: GPL Group: extra Source: http://unc.dl.sourceforge.net/sourceforge/courier/courier-imap-%{version}.tar.bz2 @@ -237,6 +237,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.0.6-1ts +- current (3.0.6-1gd) integrated as 3.0.6-1ts for release 1.1 + * Sun Jul 1 2004 Gerald Dachs 3.0.6-1gd - New upstream version - updated config files From svn at tinysofa.org Thu Aug 5 07:59:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:59:03 +1000 (EST) Subject: [tinysofa-svn] r3458 - tinysofa/releases/1.1/courier-imap Message-ID: <20040805075903.E95974E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:59:03 +1000 (Thu, 05 Aug 2004) New Revision: 3458 Removed: tinysofa/releases/1.1/courier-imap/pristine/ Log: courier-imap: * removing pristine (2.2.1-6ts) From svn at tinysofa.org Thu Aug 5 07:59:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 17:59:21 +1000 (EST) Subject: [tinysofa-svn] r3459 - tinysofa/releases/1.1/courier-imap Message-ID: <20040805075921.3BABA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 17:59:20 +1000 (Thu, 05 Aug 2004) New Revision: 3459 Added: tinysofa/releases/1.1/courier-imap/pristine/ Log: courier-imap: * retarget pristine (2.2.1-6ts) to releases/3.0.6/1ts Copied: tinysofa/releases/1.1/courier-imap/pristine (from rev 3457, tinysofa/releases/1.1/courier-imap/releases/3.0.6/1ts) From svn at tinysofa.org Thu Aug 5 08:00:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:00:01 +1000 (EST) Subject: [tinysofa-svn] r3460 - in tinysofa/releases/1.1/cpio: current/specs releases/2.5 releases/2.5/11ts/specs Message-ID: <20040805080001.AF8CC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:00:01 +1000 (Thu, 05 Aug 2004) New Revision: 3460 Added: tinysofa/releases/1.1/cpio/releases/2.5/11ts/ Modified: tinysofa/releases/1.1/cpio/current/specs/cpio.spec tinysofa/releases/1.1/cpio/releases/2.5/11ts/specs/cpio.spec Log: cpio: * integrate current (2.5-11jh) as releases/2.5/11ts Modified: tinysofa/releases/1.1/cpio/current/specs/cpio.spec =================================================================== --- tinysofa/releases/1.1/cpio/current/specs/cpio.spec 2004-08-05 07:59:20 UTC (rev 3459) +++ tinysofa/releases/1.1/cpio/current/specs/cpio.spec 2004-08-05 08:00:01 UTC (rev 3460) @@ -1,7 +1,7 @@ Summary: A GNU archiving program. Name: cpio Version: 2.5 -Release: 11jh +Release: 11ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/cpio/cpio-%{version}.tar.gz @@ -80,6 +80,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.5-11ts +- current (2.5-11jh) integrated as 2.5-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.5-10ts - current (2.5-9ts) integrated as 2.5-10ts for release 1.0-U1 Copied: tinysofa/releases/1.1/cpio/releases/2.5/11ts (from rev 3396, tinysofa/releases/1.1/cpio/current) Modified: tinysofa/releases/1.1/cpio/releases/2.5/11ts/specs/cpio.spec =================================================================== --- tinysofa/releases/1.1/cpio/current/specs/cpio.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/cpio/releases/2.5/11ts/specs/cpio.spec 2004-08-05 08:00:01 UTC (rev 3460) @@ -1,7 +1,7 @@ Summary: A GNU archiving program. Name: cpio Version: 2.5 -Release: 11jh +Release: 11ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/cpio/cpio-%{version}.tar.gz @@ -80,6 +80,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.5-11ts +- current (2.5-11jh) integrated as 2.5-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.5-10ts - current (2.5-9ts) integrated as 2.5-10ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:00:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:00:18 +1000 (EST) Subject: [tinysofa-svn] r3461 - tinysofa/releases/1.1/cpio Message-ID: <20040805080018.F35C24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:00:18 +1000 (Thu, 05 Aug 2004) New Revision: 3461 Removed: tinysofa/releases/1.1/cpio/pristine/ Log: cpio: * removing pristine (2.5-10ts) From svn at tinysofa.org Thu Aug 5 08:00:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:00:35 +1000 (EST) Subject: [tinysofa-svn] r3462 - tinysofa/releases/1.1/cpio Message-ID: <20040805080035.C30034E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:00:35 +1000 (Thu, 05 Aug 2004) New Revision: 3462 Added: tinysofa/releases/1.1/cpio/pristine/ Log: cpio: * retarget pristine (2.5-10ts) to releases/2.5/11ts Copied: tinysofa/releases/1.1/cpio/pristine (from rev 3460, tinysofa/releases/1.1/cpio/releases/2.5/11ts) From svn at tinysofa.org Thu Aug 5 08:01:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:01:12 +1000 (EST) Subject: [tinysofa-svn] r3463 - in tinysofa/releases/1.1/cracklib: current/specs releases/2.7 releases/2.7/19ts/specs Message-ID: <20040805080112.DFD144E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:01:12 +1000 (Thu, 05 Aug 2004) New Revision: 3463 Added: tinysofa/releases/1.1/cracklib/releases/2.7/19ts/ Modified: tinysofa/releases/1.1/cracklib/current/specs/cracklib.spec tinysofa/releases/1.1/cracklib/releases/2.7/19ts/specs/cracklib.spec Log: cracklib: * integrate current (2.7-19jh) as releases/2.7/19ts Modified: tinysofa/releases/1.1/cracklib/current/specs/cracklib.spec =================================================================== --- tinysofa/releases/1.1/cracklib/current/specs/cracklib.spec 2004-08-05 08:00:35 UTC (rev 3462) +++ tinysofa/releases/1.1/cracklib/current/specs/cracklib.spec 2004-08-05 08:01:12 UTC (rev 3463) @@ -1,7 +1,7 @@ Summary: A password-checking library. Name: cracklib Version: 2.7 -Release: 19jh +Release: 19ts Group: main Source: http://www.users.dircon.co.uk/~crypto/download/cracklib,2.7.tgz URL: http://www.users.dircon.co.uk/~crypto/ @@ -77,6 +77,9 @@ /usr/lib/cracklib_dict* %changelog +* Thu Aug 05 2004 tsintegrate 2.7-19ts +- current (2.7-19jh) integrated as 2.7-19ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.7-18ts - current (2.7-17ts) integrated as 2.7-18ts for release 1.0-U1 Copied: tinysofa/releases/1.1/cracklib/releases/2.7/19ts (from rev 3396, tinysofa/releases/1.1/cracklib/current) Modified: tinysofa/releases/1.1/cracklib/releases/2.7/19ts/specs/cracklib.spec =================================================================== --- tinysofa/releases/1.1/cracklib/current/specs/cracklib.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/cracklib/releases/2.7/19ts/specs/cracklib.spec 2004-08-05 08:01:12 UTC (rev 3463) @@ -1,7 +1,7 @@ Summary: A password-checking library. Name: cracklib Version: 2.7 -Release: 19jh +Release: 19ts Group: main Source: http://www.users.dircon.co.uk/~crypto/download/cracklib,2.7.tgz URL: http://www.users.dircon.co.uk/~crypto/ @@ -77,6 +77,9 @@ /usr/lib/cracklib_dict* %changelog +* Thu Aug 05 2004 tsintegrate 2.7-19ts +- current (2.7-19jh) integrated as 2.7-19ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.7-18ts - current (2.7-17ts) integrated as 2.7-18ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:01:29 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:01:29 +1000 (EST) Subject: [tinysofa-svn] r3464 - tinysofa/releases/1.1/cracklib Message-ID: <20040805080129.0503E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:01:29 +1000 (Thu, 05 Aug 2004) New Revision: 3464 Removed: tinysofa/releases/1.1/cracklib/pristine/ Log: cracklib: * removing pristine (2.7-18ts) From svn at tinysofa.org Thu Aug 5 08:01:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:01:47 +1000 (EST) Subject: [tinysofa-svn] r3465 - tinysofa/releases/1.1/cracklib Message-ID: <20040805080147.ABA8F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:01:47 +1000 (Thu, 05 Aug 2004) New Revision: 3465 Added: tinysofa/releases/1.1/cracklib/pristine/ Log: cracklib: * retarget pristine (2.7-18ts) to releases/2.7/19ts Copied: tinysofa/releases/1.1/cracklib/pristine (from rev 3463, tinysofa/releases/1.1/cracklib/releases/2.7/19ts) From svn at tinysofa.org Thu Aug 5 08:02:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:02:25 +1000 (EST) Subject: [tinysofa-svn] r3466 - in tinysofa/releases/1.1/crontabs: current/specs releases/1.8 releases/1.8/7ts/specs Message-ID: <20040805080225.2895E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:02:24 +1000 (Thu, 05 Aug 2004) New Revision: 3466 Added: tinysofa/releases/1.1/crontabs/releases/1.8/7ts/ Modified: tinysofa/releases/1.1/crontabs/current/specs/crontabs.spec tinysofa/releases/1.1/crontabs/releases/1.8/7ts/specs/crontabs.spec Log: crontabs: * integrate current (1.8-7jh) as releases/1.8/7ts Modified: tinysofa/releases/1.1/crontabs/current/specs/crontabs.spec =================================================================== --- tinysofa/releases/1.1/crontabs/current/specs/crontabs.spec 2004-08-05 08:01:47 UTC (rev 3465) +++ tinysofa/releases/1.1/crontabs/current/specs/crontabs.spec 2004-08-05 08:02:24 UTC (rev 3466) @@ -1,7 +1,7 @@ Summary: Root crontab files used to schedule the execution of programs. Name: crontabs Version: 1.8 -Release: 7jh +Release: 7ts License: public domain Group: main Source1: run-parts @@ -41,6 +41,9 @@ %dir /etc/cron.monthly %changelog +* Thu Aug 05 2004 tsintegrate 1.8-7ts +- current (1.8-7jh) integrated as 1.8-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.8-6ts - current (1.8-5ts) integrated as 1.8-6ts for release 1.0-U1 @@ -94,4 +97,4 @@ - removed tmpwatch and at entries * Thu Jul 31 1997 Erik Troan -- made a noarch package \ No newline at end of file +- made a noarch packag Copied: tinysofa/releases/1.1/crontabs/releases/1.8/7ts (from rev 3396, tinysofa/releases/1.1/crontabs/current) Modified: tinysofa/releases/1.1/crontabs/releases/1.8/7ts/specs/crontabs.spec =================================================================== --- tinysofa/releases/1.1/crontabs/current/specs/crontabs.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/crontabs/releases/1.8/7ts/specs/crontabs.spec 2004-08-05 08:02:24 UTC (rev 3466) @@ -1,7 +1,7 @@ Summary: Root crontab files used to schedule the execution of programs. Name: crontabs Version: 1.8 -Release: 7jh +Release: 7ts License: public domain Group: main Source1: run-parts @@ -41,6 +41,9 @@ %dir /etc/cron.monthly %changelog +* Thu Aug 05 2004 tsintegrate 1.8-7ts +- current (1.8-7jh) integrated as 1.8-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.8-6ts - current (1.8-5ts) integrated as 1.8-6ts for release 1.0-U1 @@ -94,4 +97,4 @@ - removed tmpwatch and at entries * Thu Jul 31 1997 Erik Troan -- made a noarch package \ No newline at end of file +- made a noarch packag From svn at tinysofa.org Thu Aug 5 08:02:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:02:39 +1000 (EST) Subject: [tinysofa-svn] r3467 - tinysofa/releases/1.1/crontabs Message-ID: <20040805080239.343B64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:02:39 +1000 (Thu, 05 Aug 2004) New Revision: 3467 Removed: tinysofa/releases/1.1/crontabs/pristine/ Log: crontabs: * removing pristine (1.8-6ts) From svn at tinysofa.org Thu Aug 5 08:02:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:02:56 +1000 (EST) Subject: [tinysofa-svn] r3468 - tinysofa/releases/1.1/crontabs Message-ID: <20040805080256.511B14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:02:56 +1000 (Thu, 05 Aug 2004) New Revision: 3468 Added: tinysofa/releases/1.1/crontabs/pristine/ Log: crontabs: * retarget pristine (1.8-6ts) to releases/1.8/7ts Copied: tinysofa/releases/1.1/crontabs/pristine (from rev 3466, tinysofa/releases/1.1/crontabs/releases/1.8/7ts) From svn at tinysofa.org Thu Aug 5 08:03:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:03:35 +1000 (EST) Subject: [tinysofa-svn] r3469 - in tinysofa/releases/1.1/cups: current/specs releases/1.1.20 releases/1.1.20/6ts/specs Message-ID: <20040805080335.CCF5C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:03:35 +1000 (Thu, 05 Aug 2004) New Revision: 3469 Added: tinysofa/releases/1.1/cups/releases/1.1.20/6ts/ Modified: tinysofa/releases/1.1/cups/current/specs/cups.spec tinysofa/releases/1.1/cups/releases/1.1.20/6ts/specs/cups.spec Log: cups: * integrate current (1.1.20-6jh) as releases/1.1.20/6ts Modified: tinysofa/releases/1.1/cups/current/specs/cups.spec =================================================================== --- tinysofa/releases/1.1/cups/current/specs/cups.spec 2004-08-05 08:02:56 UTC (rev 3468) +++ tinysofa/releases/1.1/cups/current/specs/cups.spec 2004-08-05 08:03:35 UTC (rev 3469) @@ -1,7 +1,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.1.20 -Release: 6jh +Release: 6ts License: GPL Group: main Source: ftp://ftp.easysw.com/pub/cups/cups-%{version}-source.tar.bz2 @@ -201,6 +201,9 @@ %{_includedir}/cups %changelog +* Thu Aug 05 2004 tsintegrate 1.1.20-6ts +- current (1.1.20-6jh) integrated as 1.1.20-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.1.20-5ts - current (1.1.20-5jh) integrated as 1.1.20-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/cups/releases/1.1.20/6ts (from rev 3396, tinysofa/releases/1.1/cups/current) Modified: tinysofa/releases/1.1/cups/releases/1.1.20/6ts/specs/cups.spec =================================================================== --- tinysofa/releases/1.1/cups/current/specs/cups.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/cups/releases/1.1.20/6ts/specs/cups.spec 2004-08-05 08:03:35 UTC (rev 3469) @@ -1,7 +1,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.1.20 -Release: 6jh +Release: 6ts License: GPL Group: main Source: ftp://ftp.easysw.com/pub/cups/cups-%{version}-source.tar.bz2 @@ -201,6 +201,9 @@ %{_includedir}/cups %changelog +* Thu Aug 05 2004 tsintegrate 1.1.20-6ts +- current (1.1.20-6jh) integrated as 1.1.20-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.1.20-5ts - current (1.1.20-5jh) integrated as 1.1.20-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:03:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:03:52 +1000 (EST) Subject: [tinysofa-svn] r3470 - tinysofa/releases/1.1/cups Message-ID: <20040805080352.C0C024E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:03:52 +1000 (Thu, 05 Aug 2004) New Revision: 3470 Removed: tinysofa/releases/1.1/cups/pristine/ Log: cups: * removing pristine (1.1.20-5ts) From svn at tinysofa.org Thu Aug 5 08:04:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:04:11 +1000 (EST) Subject: [tinysofa-svn] r3471 - tinysofa/releases/1.1/cups Message-ID: <20040805080411.37E6D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:04:11 +1000 (Thu, 05 Aug 2004) New Revision: 3471 Added: tinysofa/releases/1.1/cups/pristine/ Log: cups: * retarget pristine (1.1.20-5ts) to releases/1.1.20/6ts Copied: tinysofa/releases/1.1/cups/pristine (from rev 3469, tinysofa/releases/1.1/cups/releases/1.1.20/6ts) From svn at tinysofa.org Thu Aug 5 08:04:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:04:51 +1000 (EST) Subject: [tinysofa-svn] r3472 - in tinysofa/releases/1.1/cyrus-imapd: current/specs releases/2.2.3 releases/2.2.3/5ts/specs Message-ID: <20040805080451.438C84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:04:51 +1000 (Thu, 05 Aug 2004) New Revision: 3472 Added: tinysofa/releases/1.1/cyrus-imapd/releases/2.2.3/5ts/ Modified: tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec tinysofa/releases/1.1/cyrus-imapd/releases/2.2.3/5ts/specs/cyrus-imapd.spec Log: cyrus-imapd: * integrate current (2.2.3-5jh) as releases/2.2.3/5ts Modified: tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec =================================================================== --- tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec 2004-08-05 08:04:11 UTC (rev 3471) +++ tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec 2004-08-05 08:04:51 UTC (rev 3472) @@ -1,7 +1,7 @@ Summary: A high-performance mail store with IMAP and POP3 support. Name: cyrus-imapd Version: 2.2.3 -Release: 5jh +Release: 5ts License: BSD Group: extra URL: http://asg.web.cmu.edu/cyrus/imapd/ @@ -226,6 +226,9 @@ %{_includedir}/cyrus %changelog +* Thu Aug 05 2004 tsintegrate 2.2.3-5ts +- current (2.2.3-5jh) integrated as 2.2.3-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.2.3-4ts - current (2.2.3-4jh) integrated as 2.2.3-4ts for release 1.0-U1 Copied: tinysofa/releases/1.1/cyrus-imapd/releases/2.2.3/5ts (from rev 3396, tinysofa/releases/1.1/cyrus-imapd/current) Modified: tinysofa/releases/1.1/cyrus-imapd/releases/2.2.3/5ts/specs/cyrus-imapd.spec =================================================================== --- tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/cyrus-imapd/releases/2.2.3/5ts/specs/cyrus-imapd.spec 2004-08-05 08:04:51 UTC (rev 3472) @@ -1,7 +1,7 @@ Summary: A high-performance mail store with IMAP and POP3 support. Name: cyrus-imapd Version: 2.2.3 -Release: 5jh +Release: 5ts License: BSD Group: extra URL: http://asg.web.cmu.edu/cyrus/imapd/ @@ -226,6 +226,9 @@ %{_includedir}/cyrus %changelog +* Thu Aug 05 2004 tsintegrate 2.2.3-5ts +- current (2.2.3-5jh) integrated as 2.2.3-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.2.3-4ts - current (2.2.3-4jh) integrated as 2.2.3-4ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:05:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:05:06 +1000 (EST) Subject: [tinysofa-svn] r3473 - tinysofa/releases/1.1/cyrus-imapd Message-ID: <20040805080506.7C86C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:05:06 +1000 (Thu, 05 Aug 2004) New Revision: 3473 Removed: tinysofa/releases/1.1/cyrus-imapd/pristine/ Log: cyrus-imapd: * removing pristine (2.2.3-4ts) From svn at tinysofa.org Thu Aug 5 08:05:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:05:23 +1000 (EST) Subject: [tinysofa-svn] r3474 - tinysofa/releases/1.1/cyrus-imapd Message-ID: <20040805080523.CD38F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:05:23 +1000 (Thu, 05 Aug 2004) New Revision: 3474 Added: tinysofa/releases/1.1/cyrus-imapd/pristine/ Log: cyrus-imapd: * retarget pristine (2.2.3-4ts) to releases/2.2.3/5ts Copied: tinysofa/releases/1.1/cyrus-imapd/pristine (from rev 3472, tinysofa/releases/1.1/cyrus-imapd/releases/2.2.3/5ts) From svn at tinysofa.org Thu Aug 5 08:06:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:06:07 +1000 (EST) Subject: [tinysofa-svn] r3475 - in tinysofa/releases/1.1/cyrus-sasl: current/specs releases/2.1.18 releases/2.1.18/2ts/specs Message-ID: <20040805080607.784814E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:06:07 +1000 (Thu, 05 Aug 2004) New Revision: 3475 Added: tinysofa/releases/1.1/cyrus-sasl/releases/2.1.18/2ts/ Modified: tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec tinysofa/releases/1.1/cyrus-sasl/releases/2.1.18/2ts/specs/cyrus-sasl.spec Log: cyrus-sasl: * integrate current (2.1.18-2jh) as releases/2.1.18/2ts Modified: tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec =================================================================== --- tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec 2004-08-05 08:05:23 UTC (rev 3474) +++ tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec 2004-08-05 08:06:07 UTC (rev 3475) @@ -3,7 +3,7 @@ Summary: The Cyrus SASL library. Name: cyrus-sasl Version: 2.1.18 -Release: 2jh +Release: 2ts License: Distributable Group: main Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz @@ -213,6 +213,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1.18-2ts +- current (2.1.18-2jh) integrated as 2.1.18-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.1.18-1ts - current (2.1.18-2th) integrated as 2.1.18-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/cyrus-sasl/releases/2.1.18/2ts (from rev 3396, tinysofa/releases/1.1/cyrus-sasl/current) Modified: tinysofa/releases/1.1/cyrus-sasl/releases/2.1.18/2ts/specs/cyrus-sasl.spec =================================================================== --- tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/cyrus-sasl/releases/2.1.18/2ts/specs/cyrus-sasl.spec 2004-08-05 08:06:07 UTC (rev 3475) @@ -3,7 +3,7 @@ Summary: The Cyrus SASL library. Name: cyrus-sasl Version: 2.1.18 -Release: 2jh +Release: 2ts License: Distributable Group: main Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz @@ -213,6 +213,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1.18-2ts +- current (2.1.18-2jh) integrated as 2.1.18-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.1.18-1ts - current (2.1.18-2th) integrated as 2.1.18-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:06:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:06:23 +1000 (EST) Subject: [tinysofa-svn] r3476 - tinysofa/releases/1.1/cyrus-sasl Message-ID: <20040805080623.77BAD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:06:23 +1000 (Thu, 05 Aug 2004) New Revision: 3476 Removed: tinysofa/releases/1.1/cyrus-sasl/pristine/ Log: cyrus-sasl: * removing pristine (2.1.18-1ts) From svn at tinysofa.org Thu Aug 5 08:06:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:06:40 +1000 (EST) Subject: [tinysofa-svn] r3477 - tinysofa/releases/1.1/cyrus-sasl Message-ID: <20040805080640.ED4824E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:06:40 +1000 (Thu, 05 Aug 2004) New Revision: 3477 Added: tinysofa/releases/1.1/cyrus-sasl/pristine/ Log: cyrus-sasl: * retarget pristine (2.1.18-1ts) to releases/2.1.18/2ts Copied: tinysofa/releases/1.1/cyrus-sasl/pristine (from rev 3475, tinysofa/releases/1.1/cyrus-sasl/releases/2.1.18/2ts) From svn at tinysofa.org Thu Aug 5 08:07:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:07:26 +1000 (EST) Subject: [tinysofa-svn] r3478 - in tinysofa/releases/1.1/db4: current/specs releases/4.2.52 releases/4.2.52/4ts/specs Message-ID: <20040805080726.095194E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:07:25 +1000 (Thu, 05 Aug 2004) New Revision: 3478 Added: tinysofa/releases/1.1/db4/releases/4.2.52/4ts/ Modified: tinysofa/releases/1.1/db4/current/specs/db4.spec tinysofa/releases/1.1/db4/releases/4.2.52/4ts/specs/db4.spec Log: db4: * integrate current (4.2.52-4jh) as releases/4.2.52/4ts Modified: tinysofa/releases/1.1/db4/current/specs/db4.spec =================================================================== --- tinysofa/releases/1.1/db4/current/specs/db4.spec 2004-08-05 08:06:40 UTC (rev 3477) +++ tinysofa/releases/1.1/db4/current/specs/db4.spec 2004-08-05 08:07:25 UTC (rev 3478) @@ -13,7 +13,7 @@ Summary: The Berkeley DB database library (version 4) for C. Name: db4 Version: 4.2.52 -Release: 4jh +Release: 4ts Source: http://www.sleepycat.com/update/%{version}/db-%{version}.tar.gz Source1: http://www.sleepycat.com/update/1.85/db.1.85.tar.gz Source2: nptl-abi-note.S @@ -346,6 +346,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.2.52-4ts +- current (4.2.52-4jh) integrated as 4.2.52-4ts for release 1.1 + * Mon Jun 7 2004 Jeff Johnson 4.2.52-4 - remove dangling symlinks (#123721 et al). - remove db_cxx.so and db_tcl.so symlinks, versioned equivs exist. Copied: tinysofa/releases/1.1/db4/releases/4.2.52/4ts (from rev 3396, tinysofa/releases/1.1/db4/current) Modified: tinysofa/releases/1.1/db4/releases/4.2.52/4ts/specs/db4.spec =================================================================== --- tinysofa/releases/1.1/db4/current/specs/db4.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/db4/releases/4.2.52/4ts/specs/db4.spec 2004-08-05 08:07:25 UTC (rev 3478) @@ -13,7 +13,7 @@ Summary: The Berkeley DB database library (version 4) for C. Name: db4 Version: 4.2.52 -Release: 4jh +Release: 4ts Source: http://www.sleepycat.com/update/%{version}/db-%{version}.tar.gz Source1: http://www.sleepycat.com/update/1.85/db.1.85.tar.gz Source2: nptl-abi-note.S @@ -346,6 +346,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.2.52-4ts +- current (4.2.52-4jh) integrated as 4.2.52-4ts for release 1.1 + * Mon Jun 7 2004 Jeff Johnson 4.2.52-4 - remove dangling symlinks (#123721 et al). - remove db_cxx.so and db_tcl.so symlinks, versioned equivs exist. From svn at tinysofa.org Thu Aug 5 08:07:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:07:41 +1000 (EST) Subject: [tinysofa-svn] r3479 - tinysofa/releases/1.1/db4 Message-ID: <20040805080741.4B1A64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:07:41 +1000 (Thu, 05 Aug 2004) New Revision: 3479 Removed: tinysofa/releases/1.1/db4/pristine/ Log: db4: * removing pristine (4.2.52-3ts) From svn at tinysofa.org Thu Aug 5 08:07:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:07:59 +1000 (EST) Subject: [tinysofa-svn] r3480 - tinysofa/releases/1.1/db4 Message-ID: <20040805080759.BC9034E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:07:59 +1000 (Thu, 05 Aug 2004) New Revision: 3480 Added: tinysofa/releases/1.1/db4/pristine/ Log: db4: * retarget pristine (4.2.52-3ts) to releases/4.2.52/4ts Copied: tinysofa/releases/1.1/db4/pristine (from rev 3478, tinysofa/releases/1.1/db4/releases/4.2.52/4ts) From svn at tinysofa.org Thu Aug 5 08:08:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:08:44 +1000 (EST) Subject: [tinysofa-svn] r3481 - in tinysofa/releases/1.1/dev: current/specs releases/3.3.13 releases/3.3.13/4ts/specs Message-ID: <20040805080844.2E1944E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:08:43 +1000 (Thu, 05 Aug 2004) New Revision: 3481 Added: tinysofa/releases/1.1/dev/releases/3.3.13/4ts/ Modified: tinysofa/releases/1.1/dev/current/specs/dev.spec tinysofa/releases/1.1/dev/releases/3.3.13/4ts/specs/dev.spec Log: dev: * integrate current (3.3.13-4jh) as releases/3.3.13/4ts Modified: tinysofa/releases/1.1/dev/current/specs/dev.spec =================================================================== --- tinysofa/releases/1.1/dev/current/specs/dev.spec 2004-08-05 08:07:59 UTC (rev 3480) +++ tinysofa/releases/1.1/dev/current/specs/dev.spec 2004-08-05 08:08:43 UTC (rev 3481) @@ -1,6 +1,6 @@ Name: dev Version: 3.3.13 -Release: 4jh +Release: 4ts Group: main License: GPL Summary: The most commonly-used entries in the /dev directory. @@ -321,6 +321,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.3.13-4ts +- current (3.3.13-4jh) integrated as 3.3.13-4ts for release 1.1 + * Thu May 27 2004 Jaakko Heinonen 3.3.13-3jh - add MAKEDEV-ubd.patch to create more ubd devices - remove some devices which are not likely used Copied: tinysofa/releases/1.1/dev/releases/3.3.13/4ts (from rev 3396, tinysofa/releases/1.1/dev/current) Modified: tinysofa/releases/1.1/dev/releases/3.3.13/4ts/specs/dev.spec =================================================================== --- tinysofa/releases/1.1/dev/current/specs/dev.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dev/releases/3.3.13/4ts/specs/dev.spec 2004-08-05 08:08:43 UTC (rev 3481) @@ -1,6 +1,6 @@ Name: dev Version: 3.3.13 -Release: 4jh +Release: 4ts Group: main License: GPL Summary: The most commonly-used entries in the /dev directory. @@ -321,6 +321,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.3.13-4ts +- current (3.3.13-4jh) integrated as 3.3.13-4ts for release 1.1 + * Thu May 27 2004 Jaakko Heinonen 3.3.13-3jh - add MAKEDEV-ubd.patch to create more ubd devices - remove some devices which are not likely used From svn at tinysofa.org Thu Aug 5 08:08:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:08:59 +1000 (EST) Subject: [tinysofa-svn] r3482 - tinysofa/releases/1.1/dev Message-ID: <20040805080859.5C1F94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:08:59 +1000 (Thu, 05 Aug 2004) New Revision: 3482 Removed: tinysofa/releases/1.1/dev/pristine/ Log: dev: * removing pristine (3.3.13-2ts) From svn at tinysofa.org Thu Aug 5 08:09:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:09:16 +1000 (EST) Subject: [tinysofa-svn] r3483 - tinysofa/releases/1.1/dev Message-ID: <20040805080916.4D35D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:09:16 +1000 (Thu, 05 Aug 2004) New Revision: 3483 Added: tinysofa/releases/1.1/dev/pristine/ Log: dev: * retarget pristine (3.3.13-2ts) to releases/3.3.13/4ts Copied: tinysofa/releases/1.1/dev/pristine (from rev 3481, tinysofa/releases/1.1/dev/releases/3.3.13/4ts) From svn at tinysofa.org Thu Aug 5 08:09:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:09:57 +1000 (EST) Subject: [tinysofa-svn] r3484 - in tinysofa/releases/1.1/dev86: current/specs releases/0.16.15 releases/0.16.15/2ts/specs Message-ID: <20040805080957.92F614E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:09:57 +1000 (Thu, 05 Aug 2004) New Revision: 3484 Added: tinysofa/releases/1.1/dev86/releases/0.16.15/2ts/ Modified: tinysofa/releases/1.1/dev86/current/specs/dev86.spec tinysofa/releases/1.1/dev86/releases/0.16.15/2ts/specs/dev86.spec Log: dev86: * integrate current (0.16.15-2jh) as releases/0.16.15/2ts Modified: tinysofa/releases/1.1/dev86/current/specs/dev86.spec =================================================================== --- tinysofa/releases/1.1/dev86/current/specs/dev86.spec 2004-08-05 08:09:16 UTC (rev 3483) +++ tinysofa/releases/1.1/dev86/current/specs/dev86.spec 2004-08-05 08:09:57 UTC (rev 3484) @@ -1,7 +1,7 @@ Summary: A real mode 80x86 assembler and linker. Name: dev86 Version: 0.16.15 -Release: 2jh +Release: 2ts License: GPL Group: development Source: http://www.cix.co.uk/~mayday/Dev86src-%{version}.tar.gz @@ -71,6 +71,9 @@ %{_mandir}/man1/* %changelog +* Thu Aug 05 2004 tsintegrate 0.16.15-2ts +- current (0.16.15-2jh) integrated as 0.16.15-2ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 0.16.15-1ts - current (0.16.15-1jh) integrated as 0.16.15-1ts for release 1.0-U2 Copied: tinysofa/releases/1.1/dev86/releases/0.16.15/2ts (from rev 3396, tinysofa/releases/1.1/dev86/current) Modified: tinysofa/releases/1.1/dev86/releases/0.16.15/2ts/specs/dev86.spec =================================================================== --- tinysofa/releases/1.1/dev86/current/specs/dev86.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dev86/releases/0.16.15/2ts/specs/dev86.spec 2004-08-05 08:09:57 UTC (rev 3484) @@ -1,7 +1,7 @@ Summary: A real mode 80x86 assembler and linker. Name: dev86 Version: 0.16.15 -Release: 2jh +Release: 2ts License: GPL Group: development Source: http://www.cix.co.uk/~mayday/Dev86src-%{version}.tar.gz @@ -71,6 +71,9 @@ %{_mandir}/man1/* %changelog +* Thu Aug 05 2004 tsintegrate 0.16.15-2ts +- current (0.16.15-2jh) integrated as 0.16.15-2ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 0.16.15-1ts - current (0.16.15-1jh) integrated as 0.16.15-1ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 08:10:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:10:09 +1000 (EST) Subject: [tinysofa-svn] r3485 - tinysofa/releases/1.1/dev86 Message-ID: <20040805081009.005504E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:10:09 +1000 (Thu, 05 Aug 2004) New Revision: 3485 Removed: tinysofa/releases/1.1/dev86/pristine/ Log: dev86: * removing pristine (0.16.15-1ts) From svn at tinysofa.org Thu Aug 5 08:10:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:10:22 +1000 (EST) Subject: [tinysofa-svn] r3486 - tinysofa/releases/1.1/dev86 Message-ID: <20040805081022.D9A2E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:10:22 +1000 (Thu, 05 Aug 2004) New Revision: 3486 Added: tinysofa/releases/1.1/dev86/pristine/ Log: dev86: * retarget pristine (0.16.15-1ts) to releases/0.16.15/2ts Copied: tinysofa/releases/1.1/dev86/pristine (from rev 3484, tinysofa/releases/1.1/dev86/releases/0.16.15/2ts) From svn at tinysofa.org Thu Aug 5 08:10:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:10:48 +1000 (EST) Subject: [tinysofa-svn] r3487 - in tinysofa/releases/1.1/dhcp: current/specs releases releases/3.0.1rc14 releases/3.0.1rc14/1ts/specs Message-ID: <20040805081048.76FCC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:10:48 +1000 (Thu, 05 Aug 2004) New Revision: 3487 Added: tinysofa/releases/1.1/dhcp/releases/3.0.1rc14/ tinysofa/releases/1.1/dhcp/releases/3.0.1rc14/1ts/ Modified: tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec tinysofa/releases/1.1/dhcp/releases/3.0.1rc14/1ts/specs/dhcp.spec Log: dhcp: * integrate current (3.0.1rc14-1jh) as releases/3.0.1rc14/1ts Modified: tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec =================================================================== --- tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec 2004-08-05 08:10:22 UTC (rev 3486) +++ tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec 2004-08-05 08:10:48 UTC (rev 3487) @@ -1,7 +1,7 @@ Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent. Name: dhcp Version: 3.0.1rc14 -Release: 1jh +Release: 1ts License: distributable Group: main URL: http://isc.org/products/DHCP/ @@ -231,6 +231,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.0.1rc14-1ts +- current (3.0.1rc14-1jh) integrated as 3.0.1rc14-1ts for release 1.1 + * Mon May 24 2004 tsintegrate 3.0pl2-14ts - current (3.0pl2-14jh) integrated as 3.0pl2-14ts for release 1.0-U1 Copied: tinysofa/releases/1.1/dhcp/releases/3.0.1rc14/1ts (from rev 3396, tinysofa/releases/1.1/dhcp/current) Modified: tinysofa/releases/1.1/dhcp/releases/3.0.1rc14/1ts/specs/dhcp.spec =================================================================== --- tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dhcp/releases/3.0.1rc14/1ts/specs/dhcp.spec 2004-08-05 08:10:48 UTC (rev 3487) @@ -1,7 +1,7 @@ Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent. Name: dhcp Version: 3.0.1rc14 -Release: 1jh +Release: 1ts License: distributable Group: main URL: http://isc.org/products/DHCP/ @@ -231,6 +231,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.0.1rc14-1ts +- current (3.0.1rc14-1jh) integrated as 3.0.1rc14-1ts for release 1.1 + * Mon May 24 2004 tsintegrate 3.0pl2-14ts - current (3.0pl2-14jh) integrated as 3.0pl2-14ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:11:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:11:02 +1000 (EST) Subject: [tinysofa-svn] r3488 - tinysofa/releases/1.1/dhcp Message-ID: <20040805081102.C2DCA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:11:02 +1000 (Thu, 05 Aug 2004) New Revision: 3488 Removed: tinysofa/releases/1.1/dhcp/pristine/ Log: dhcp: * removing pristine (3.0pl2-14ts) From svn at tinysofa.org Thu Aug 5 08:11:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:11:19 +1000 (EST) Subject: [tinysofa-svn] r3489 - tinysofa/releases/1.1/dhcp Message-ID: <20040805081119.D35184E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:11:19 +1000 (Thu, 05 Aug 2004) New Revision: 3489 Added: tinysofa/releases/1.1/dhcp/pristine/ Log: dhcp: * retarget pristine (3.0pl2-14ts) to releases/3.0.1rc14/1ts Copied: tinysofa/releases/1.1/dhcp/pristine (from rev 3487, tinysofa/releases/1.1/dhcp/releases/3.0.1rc14/1ts) From svn at tinysofa.org Thu Aug 5 08:12:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:12:01 +1000 (EST) Subject: [tinysofa-svn] r3490 - in tinysofa/releases/1.1/dialog: current/specs releases/0.7 releases/0.7/9ts/specs Message-ID: <20040805081201.266DA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:12:00 +1000 (Thu, 05 Aug 2004) New Revision: 3490 Added: tinysofa/releases/1.1/dialog/releases/0.7/9ts/ Modified: tinysofa/releases/1.1/dialog/current/specs/dialog.spec tinysofa/releases/1.1/dialog/releases/0.7/9ts/specs/dialog.spec Log: dialog: * integrate current (0.7-9jh) as releases/0.7/9ts Modified: tinysofa/releases/1.1/dialog/current/specs/dialog.spec =================================================================== --- tinysofa/releases/1.1/dialog/current/specs/dialog.spec 2004-08-05 08:11:19 UTC (rev 3489) +++ tinysofa/releases/1.1/dialog/current/specs/dialog.spec 2004-08-05 08:12:00 UTC (rev 3490) @@ -1,7 +1,7 @@ Summary: A utility for creating TTY dialog boxes. Name: dialog Version: 0.7 -Release: 9jh +Release: 9ts License: GPL Group: extra Source: ftp://AdvancedResearch.org/pub/vstemen/dialog-%{version}.tar.gz @@ -49,6 +49,9 @@ %{_mandir}/man1/dialog* %changelog +* Thu Aug 05 2004 tsintegrate 0.7-9ts +- current (0.7-9jh) integrated as 0.7-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.7-8ts - current (0.7-7ts) integrated as 0.7-8ts for release 1.0-U1 Copied: tinysofa/releases/1.1/dialog/releases/0.7/9ts (from rev 3396, tinysofa/releases/1.1/dialog/current) Modified: tinysofa/releases/1.1/dialog/releases/0.7/9ts/specs/dialog.spec =================================================================== --- tinysofa/releases/1.1/dialog/current/specs/dialog.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dialog/releases/0.7/9ts/specs/dialog.spec 2004-08-05 08:12:00 UTC (rev 3490) @@ -1,7 +1,7 @@ Summary: A utility for creating TTY dialog boxes. Name: dialog Version: 0.7 -Release: 9jh +Release: 9ts License: GPL Group: extra Source: ftp://AdvancedResearch.org/pub/vstemen/dialog-%{version}.tar.gz @@ -49,6 +49,9 @@ %{_mandir}/man1/dialog* %changelog +* Thu Aug 05 2004 tsintegrate 0.7-9ts +- current (0.7-9jh) integrated as 0.7-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.7-8ts - current (0.7-7ts) integrated as 0.7-8ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:12:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:12:15 +1000 (EST) Subject: [tinysofa-svn] r3491 - tinysofa/releases/1.1/dialog Message-ID: <20040805081215.392424E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:12:14 +1000 (Thu, 05 Aug 2004) New Revision: 3491 Removed: tinysofa/releases/1.1/dialog/pristine/ Log: dialog: * removing pristine (0.7-8ts) From svn at tinysofa.org Thu Aug 5 08:12:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:12:33 +1000 (EST) Subject: [tinysofa-svn] r3492 - tinysofa/releases/1.1/dialog Message-ID: <20040805081233.8064B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:12:33 +1000 (Thu, 05 Aug 2004) New Revision: 3492 Added: tinysofa/releases/1.1/dialog/pristine/ Log: dialog: * retarget pristine (0.7-8ts) to releases/0.7/9ts Copied: tinysofa/releases/1.1/dialog/pristine (from rev 3490, tinysofa/releases/1.1/dialog/releases/0.7/9ts) From svn at tinysofa.org Thu Aug 5 08:12:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:12:57 +1000 (EST) Subject: [tinysofa-svn] r3493 - in tinysofa/releases/1.1/dietlibc: current/specs releases releases/0.26 releases/0.26/1ts/specs Message-ID: <20040805081257.BABC64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:12:57 +1000 (Thu, 05 Aug 2004) New Revision: 3493 Added: tinysofa/releases/1.1/dietlibc/releases/0.26/ tinysofa/releases/1.1/dietlibc/releases/0.26/1ts/ Modified: tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec tinysofa/releases/1.1/dietlibc/releases/0.26/1ts/specs/dietlibc.spec Log: dietlibc: * integrate current (0.26-1jh) as releases/0.26/1ts Modified: tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec =================================================================== --- tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec 2004-08-05 08:12:33 UTC (rev 3492) +++ tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec 2004-08-05 08:12:57 UTC (rev 3493) @@ -4,7 +4,7 @@ Summary: A small libc implementation Name: dietlibc Version: 0.26 -Release: 1jh +Release: 1ts Group: development License: GPL Url: http://www.fefe.de/dietlibc/ @@ -48,6 +48,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.26-1ts +- current (0.26-1jh) integrated as 0.26-1ts for release 1.1 + * Fri Jun 18 2004 Jeremy Katz - 0.26-2 - fix up config patch for 0.26 Copied: tinysofa/releases/1.1/dietlibc/releases/0.26/1ts (from rev 3396, tinysofa/releases/1.1/dietlibc/current) Modified: tinysofa/releases/1.1/dietlibc/releases/0.26/1ts/specs/dietlibc.spec =================================================================== --- tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dietlibc/releases/0.26/1ts/specs/dietlibc.spec 2004-08-05 08:12:57 UTC (rev 3493) @@ -4,7 +4,7 @@ Summary: A small libc implementation Name: dietlibc Version: 0.26 -Release: 1jh +Release: 1ts Group: development License: GPL Url: http://www.fefe.de/dietlibc/ @@ -48,6 +48,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.26-1ts +- current (0.26-1jh) integrated as 0.26-1ts for release 1.1 + * Fri Jun 18 2004 Jeremy Katz - 0.26-2 - fix up config patch for 0.26 From svn at tinysofa.org Thu Aug 5 08:13:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:13:10 +1000 (EST) Subject: [tinysofa-svn] r3494 - tinysofa/releases/1.1/dietlibc Message-ID: <20040805081310.BB4884E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:13:10 +1000 (Thu, 05 Aug 2004) New Revision: 3494 Removed: tinysofa/releases/1.1/dietlibc/pristine/ Log: dietlibc: * removing pristine (0.25-2ts) From svn at tinysofa.org Thu Aug 5 08:13:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:13:31 +1000 (EST) Subject: [tinysofa-svn] r3495 - tinysofa/releases/1.1/dietlibc Message-ID: <20040805081331.13BD24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:13:30 +1000 (Thu, 05 Aug 2004) New Revision: 3495 Added: tinysofa/releases/1.1/dietlibc/pristine/ Log: dietlibc: * retarget pristine (0.25-2ts) to releases/0.26/1ts Copied: tinysofa/releases/1.1/dietlibc/pristine (from rev 3493, tinysofa/releases/1.1/dietlibc/releases/0.26/1ts) From svn at tinysofa.org Thu Aug 5 08:14:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:14:12 +1000 (EST) Subject: [tinysofa-svn] r3496 - in tinysofa/releases/1.1/diffutils: current/specs releases/2.8.1 releases/2.8.1/12ts/specs Message-ID: <20040805081412.77FDE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:14:12 +1000 (Thu, 05 Aug 2004) New Revision: 3496 Added: tinysofa/releases/1.1/diffutils/releases/2.8.1/12ts/ Modified: tinysofa/releases/1.1/diffutils/current/specs/diffutils.spec tinysofa/releases/1.1/diffutils/releases/2.8.1/12ts/specs/diffutils.spec Log: diffutils: * integrate current (2.8.1-12jh) as releases/2.8.1/12ts Modified: tinysofa/releases/1.1/diffutils/current/specs/diffutils.spec =================================================================== --- tinysofa/releases/1.1/diffutils/current/specs/diffutils.spec 2004-08-05 08:13:30 UTC (rev 3495) +++ tinysofa/releases/1.1/diffutils/current/specs/diffutils.spec 2004-08-05 08:14:12 UTC (rev 3496) @@ -1,7 +1,7 @@ Summary: A GNU collection of diff utilities. Name: diffutils Version: 2.8.1 -Release: 12jh +Release: 12ts Group: extra Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz License: GPL @@ -60,6 +60,9 @@ %{_prefix}/share/html/diff %changelog +* Thu Aug 05 2004 tsintegrate 2.8.1-12ts +- current (2.8.1-12jh) integrated as 2.8.1-12ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.8.1-11ts - current (2.8.1-10ts) integrated as 2.8.1-11ts for release 1.0-U1 Copied: tinysofa/releases/1.1/diffutils/releases/2.8.1/12ts (from rev 3396, tinysofa/releases/1.1/diffutils/current) Modified: tinysofa/releases/1.1/diffutils/releases/2.8.1/12ts/specs/diffutils.spec =================================================================== --- tinysofa/releases/1.1/diffutils/current/specs/diffutils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/diffutils/releases/2.8.1/12ts/specs/diffutils.spec 2004-08-05 08:14:12 UTC (rev 3496) @@ -1,7 +1,7 @@ Summary: A GNU collection of diff utilities. Name: diffutils Version: 2.8.1 -Release: 12jh +Release: 12ts Group: extra Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz License: GPL @@ -60,6 +60,9 @@ %{_prefix}/share/html/diff %changelog +* Thu Aug 05 2004 tsintegrate 2.8.1-12ts +- current (2.8.1-12jh) integrated as 2.8.1-12ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.8.1-11ts - current (2.8.1-10ts) integrated as 2.8.1-11ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:14:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:14:27 +1000 (EST) Subject: [tinysofa-svn] r3497 - tinysofa/releases/1.1/diffutils Message-ID: <20040805081427.205B54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:14:26 +1000 (Thu, 05 Aug 2004) New Revision: 3497 Removed: tinysofa/releases/1.1/diffutils/pristine/ Log: diffutils: * removing pristine (2.8.1-11ts) From svn at tinysofa.org Thu Aug 5 08:14:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:14:43 +1000 (EST) Subject: [tinysofa-svn] r3498 - tinysofa/releases/1.1/diffutils Message-ID: <20040805081443.CFE684E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:14:43 +1000 (Thu, 05 Aug 2004) New Revision: 3498 Added: tinysofa/releases/1.1/diffutils/pristine/ Log: diffutils: * retarget pristine (2.8.1-11ts) to releases/2.8.1/12ts Copied: tinysofa/releases/1.1/diffutils/pristine (from rev 3496, tinysofa/releases/1.1/diffutils/releases/2.8.1/12ts) From svn at tinysofa.org Thu Aug 5 08:15:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:15:23 +1000 (EST) Subject: [tinysofa-svn] r3499 - in tinysofa/releases/1.1/dkms: current/specs releases/1.09 releases/1.09/2ts/specs Message-ID: <20040805081523.2A6994E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:15:22 +1000 (Thu, 05 Aug 2004) New Revision: 3499 Added: tinysofa/releases/1.1/dkms/releases/1.09/2ts/ Modified: tinysofa/releases/1.1/dkms/current/specs/dkms.spec tinysofa/releases/1.1/dkms/releases/1.09/2ts/specs/dkms.spec Log: dkms: * integrate current (1.09-2jh) as releases/1.09/2ts Modified: tinysofa/releases/1.1/dkms/current/specs/dkms.spec =================================================================== --- tinysofa/releases/1.1/dkms/current/specs/dkms.spec 2004-08-05 08:14:43 UTC (rev 3498) +++ tinysofa/releases/1.1/dkms/current/specs/dkms.spec 2004-08-05 08:15:22 UTC (rev 3499) @@ -1,7 +1,7 @@ Summary: Dynamic Kernel Module Support Framework Name: dkms Version: 1.09 -Release: 2jh +Release: 2ts License: GPL Group: extra BuildArch: noarch @@ -48,6 +48,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.09-2ts +- current (1.09-2jh) integrated as 1.09-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.09-1ts - current (1.09-1ok) integrated as 1.09-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/dkms/releases/1.09/2ts (from rev 3396, tinysofa/releases/1.1/dkms/current) Modified: tinysofa/releases/1.1/dkms/releases/1.09/2ts/specs/dkms.spec =================================================================== --- tinysofa/releases/1.1/dkms/current/specs/dkms.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dkms/releases/1.09/2ts/specs/dkms.spec 2004-08-05 08:15:22 UTC (rev 3499) @@ -1,7 +1,7 @@ Summary: Dynamic Kernel Module Support Framework Name: dkms Version: 1.09 -Release: 2jh +Release: 2ts License: GPL Group: extra BuildArch: noarch @@ -48,6 +48,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.09-2ts +- current (1.09-2jh) integrated as 1.09-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.09-1ts - current (1.09-1ok) integrated as 1.09-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:15:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:15:39 +1000 (EST) Subject: [tinysofa-svn] r3500 - tinysofa/releases/1.1/dkms Message-ID: <20040805081539.826D94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:15:39 +1000 (Thu, 05 Aug 2004) New Revision: 3500 Removed: tinysofa/releases/1.1/dkms/pristine/ Log: dkms: * removing pristine (1.09-1ts) From svn at tinysofa.org Thu Aug 5 08:15:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:15:56 +1000 (EST) Subject: [tinysofa-svn] r3501 - tinysofa/releases/1.1/dkms Message-ID: <20040805081556.9B3604E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:15:56 +1000 (Thu, 05 Aug 2004) New Revision: 3501 Added: tinysofa/releases/1.1/dkms/pristine/ Log: dkms: * retarget pristine (1.09-1ts) to releases/1.09/2ts Copied: tinysofa/releases/1.1/dkms/pristine (from rev 3499, tinysofa/releases/1.1/dkms/releases/1.09/2ts) From svn at tinysofa.org Thu Aug 5 08:16:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:16:23 +1000 (EST) Subject: [tinysofa-svn] r3502 - in tinysofa/releases/1.1/dosfstools: current/specs releases releases/2.8 releases/2.8/1ts/specs Message-ID: <20040805081623.5AC9F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:16:23 +1000 (Thu, 05 Aug 2004) New Revision: 3502 Added: tinysofa/releases/1.1/dosfstools/releases/2.8/ tinysofa/releases/1.1/dosfstools/releases/2.8/1ts/ Modified: tinysofa/releases/1.1/dosfstools/current/specs/dosfstools.spec tinysofa/releases/1.1/dosfstools/releases/2.8/1ts/specs/dosfstools.spec Log: dosfstools: * integrate current (2.8-1jh) as releases/2.8/1ts Modified: tinysofa/releases/1.1/dosfstools/current/specs/dosfstools.spec =================================================================== --- tinysofa/releases/1.1/dosfstools/current/specs/dosfstools.spec 2004-08-05 08:15:56 UTC (rev 3501) +++ tinysofa/releases/1.1/dosfstools/current/specs/dosfstools.spec 2004-08-05 08:16:23 UTC (rev 3502) @@ -1,7 +1,7 @@ Name: dosfstools Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux. Version: 2.8 -Release: 1jh +Release: 1ts Epoch: 1 License: GPL Group: extra @@ -65,6 +65,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.8-1ts +- current (2.8-1jh) integrated as 2.8-1ts for release 1.1 + * Fri Feb 13 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/dosfstools/releases/2.8/1ts (from rev 3396, tinysofa/releases/1.1/dosfstools/current) Modified: tinysofa/releases/1.1/dosfstools/releases/2.8/1ts/specs/dosfstools.spec =================================================================== --- tinysofa/releases/1.1/dosfstools/current/specs/dosfstools.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dosfstools/releases/2.8/1ts/specs/dosfstools.spec 2004-08-05 08:16:23 UTC (rev 3502) @@ -1,7 +1,7 @@ Name: dosfstools Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux. Version: 2.8 -Release: 1jh +Release: 1ts Epoch: 1 License: GPL Group: extra @@ -65,6 +65,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.8-1ts +- current (2.8-1jh) integrated as 2.8-1ts for release 1.1 + * Fri Feb 13 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 08:16:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:16:38 +1000 (EST) Subject: [tinysofa-svn] r3503 - tinysofa/releases/1.1/dosfstools Message-ID: <20040805081638.A85C74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:16:38 +1000 (Thu, 05 Aug 2004) New Revision: 3503 Removed: tinysofa/releases/1.1/dosfstools/pristine/ Log: dosfstools: * removing pristine (2.9-5ts) From svn at tinysofa.org Thu Aug 5 08:16:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:16:54 +1000 (EST) Subject: [tinysofa-svn] r3504 - tinysofa/releases/1.1/dosfstools Message-ID: <20040805081654.7583A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:16:54 +1000 (Thu, 05 Aug 2004) New Revision: 3504 Added: tinysofa/releases/1.1/dosfstools/pristine/ Log: dosfstools: * retarget pristine (2.9-5ts) to releases/2.8/1ts Copied: tinysofa/releases/1.1/dosfstools/pristine (from rev 3502, tinysofa/releases/1.1/dosfstools/releases/2.8/1ts) From svn at tinysofa.org Thu Aug 5 08:17:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:17:22 +1000 (EST) Subject: [tinysofa-svn] r3505 - in tinysofa/releases/1.1/dovecot: current/specs releases releases/0.99.10.7 releases/0.99.10.7/1ts/specs Message-ID: <20040805081722.D47484E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:17:22 +1000 (Thu, 05 Aug 2004) New Revision: 3505 Added: tinysofa/releases/1.1/dovecot/releases/0.99.10.7/ tinysofa/releases/1.1/dovecot/releases/0.99.10.7/1ts/ Modified: tinysofa/releases/1.1/dovecot/current/specs/dovecot.spec tinysofa/releases/1.1/dovecot/releases/0.99.10.7/1ts/specs/dovecot.spec Log: dovecot: * integrate current (0.99.10.7-1jh) as releases/0.99.10.7/1ts Modified: tinysofa/releases/1.1/dovecot/current/specs/dovecot.spec =================================================================== --- tinysofa/releases/1.1/dovecot/current/specs/dovecot.spec 2004-08-05 08:16:54 UTC (rev 3504) +++ tinysofa/releases/1.1/dovecot/current/specs/dovecot.spec 2004-08-05 08:17:22 UTC (rev 3505) @@ -1,7 +1,7 @@ Summary: Dovecot Secure imap server Name: dovecot Version: 0.99.10.7 -Release: 1jh +Release: 1ts License: GPL Group: extra Source: %{name}-%{version}.tar.gz @@ -127,6 +127,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.99.10.7-1ts +- current (0.99.10.7-1jh) integrated as 0.99.10.7-1ts for release 1.1 + * Wed Jul 14 2004 Jaakko Heinonen 0.99.10.7-1jh - new upstream Copied: tinysofa/releases/1.1/dovecot/releases/0.99.10.7/1ts (from rev 3396, tinysofa/releases/1.1/dovecot/current) Modified: tinysofa/releases/1.1/dovecot/releases/0.99.10.7/1ts/specs/dovecot.spec =================================================================== --- tinysofa/releases/1.1/dovecot/current/specs/dovecot.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dovecot/releases/0.99.10.7/1ts/specs/dovecot.spec 2004-08-05 08:17:22 UTC (rev 3505) @@ -1,7 +1,7 @@ Summary: Dovecot Secure imap server Name: dovecot Version: 0.99.10.7 -Release: 1jh +Release: 1ts License: GPL Group: extra Source: %{name}-%{version}.tar.gz @@ -127,6 +127,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.99.10.7-1ts +- current (0.99.10.7-1jh) integrated as 0.99.10.7-1ts for release 1.1 + * Wed Jul 14 2004 Jaakko Heinonen 0.99.10.7-1jh - new upstream From svn at tinysofa.org Thu Aug 5 08:17:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:17:38 +1000 (EST) Subject: [tinysofa-svn] r3506 - tinysofa/releases/1.1/dovecot Message-ID: <20040805081738.49BE84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:17:38 +1000 (Thu, 05 Aug 2004) New Revision: 3506 Removed: tinysofa/releases/1.1/dovecot/pristine/ Log: dovecot: * removing pristine (0.99.10.5-1jh) From svn at tinysofa.org Thu Aug 5 08:17:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:17:54 +1000 (EST) Subject: [tinysofa-svn] r3507 - tinysofa/releases/1.1/dovecot Message-ID: <20040805081754.A360C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:17:54 +1000 (Thu, 05 Aug 2004) New Revision: 3507 Added: tinysofa/releases/1.1/dovecot/pristine/ Log: dovecot: * retarget pristine (0.99.10.5-1jh) to releases/0.99.10.7/1ts Copied: tinysofa/releases/1.1/dovecot/pristine (from rev 3505, tinysofa/releases/1.1/dovecot/releases/0.99.10.7/1ts) From svn at tinysofa.org Thu Aug 5 08:18:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:18:33 +1000 (EST) Subject: [tinysofa-svn] r3508 - in tinysofa/releases/1.1/dump: current/specs releases/0.4b36 releases/0.4b36/2ts/specs Message-ID: <20040805081833.426F04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:18:33 +1000 (Thu, 05 Aug 2004) New Revision: 3508 Added: tinysofa/releases/1.1/dump/releases/0.4b36/2ts/ Modified: tinysofa/releases/1.1/dump/current/specs/dump.spec tinysofa/releases/1.1/dump/releases/0.4b36/2ts/specs/dump.spec Log: dump: * integrate current (0.4b36-2jh) as releases/0.4b36/2ts Modified: tinysofa/releases/1.1/dump/current/specs/dump.spec =================================================================== --- tinysofa/releases/1.1/dump/current/specs/dump.spec 2004-08-05 08:17:54 UTC (rev 3507) +++ tinysofa/releases/1.1/dump/current/specs/dump.spec 2004-08-05 08:18:33 UTC (rev 3508) @@ -1,7 +1,7 @@ Summary: Programs for backing up and restoring filesystems. Name: dump Version: 0.4b36 -Release: 2jh +Release: 2ts License: BSD Group: main Source: http://download.sourceforge.net/dump/dump-%{version}.tar.gz @@ -91,6 +91,9 @@ %{_mandir}/man8/rmt.8* %changelog +* Thu Aug 05 2004 tsintegrate 0.4b36-2ts +- current (0.4b36-2jh) integrated as 0.4b36-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.4b36-1ts - current (0.4b36-1ok) integrated as 0.4b36-1ts for release 1.0-U1 @@ -201,4 +204,4 @@ - Added endian cleanups for SPARC * Fri Feb 07 1997 Michael K. Johnson -- Made /etc/dumpdates writeable by group disk. \ No newline at end of file +- Made /etc/dumpdates writeable by group disk Copied: tinysofa/releases/1.1/dump/releases/0.4b36/2ts (from rev 3396, tinysofa/releases/1.1/dump/current) Modified: tinysofa/releases/1.1/dump/releases/0.4b36/2ts/specs/dump.spec =================================================================== --- tinysofa/releases/1.1/dump/current/specs/dump.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/dump/releases/0.4b36/2ts/specs/dump.spec 2004-08-05 08:18:33 UTC (rev 3508) @@ -1,7 +1,7 @@ Summary: Programs for backing up and restoring filesystems. Name: dump Version: 0.4b36 -Release: 2jh +Release: 2ts License: BSD Group: main Source: http://download.sourceforge.net/dump/dump-%{version}.tar.gz @@ -91,6 +91,9 @@ %{_mandir}/man8/rmt.8* %changelog +* Thu Aug 05 2004 tsintegrate 0.4b36-2ts +- current (0.4b36-2jh) integrated as 0.4b36-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.4b36-1ts - current (0.4b36-1ok) integrated as 0.4b36-1ts for release 1.0-U1 @@ -201,4 +204,4 @@ - Added endian cleanups for SPARC * Fri Feb 07 1997 Michael K. Johnson -- Made /etc/dumpdates writeable by group disk. \ No newline at end of file +- Made /etc/dumpdates writeable by group disk From svn at tinysofa.org Thu Aug 5 08:18:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:18:48 +1000 (EST) Subject: [tinysofa-svn] r3509 - tinysofa/releases/1.1/dump Message-ID: <20040805081848.B69FC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:18:48 +1000 (Thu, 05 Aug 2004) New Revision: 3509 Removed: tinysofa/releases/1.1/dump/pristine/ Log: dump: * removing pristine (0.4b36-1ts) From svn at tinysofa.org Thu Aug 5 08:18:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:18:58 +1000 (EST) Subject: [tinysofa-svn] r3510 - tinysofa/releases/1.1/dump Message-ID: <20040805081858.E0FBA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:18:58 +1000 (Thu, 05 Aug 2004) New Revision: 3510 Added: tinysofa/releases/1.1/dump/pristine/ Log: dump: * retarget pristine (0.4b36-1ts) to releases/0.4b36/2ts Copied: tinysofa/releases/1.1/dump/pristine (from rev 3508, tinysofa/releases/1.1/dump/releases/0.4b36/2ts) From svn at tinysofa.org Thu Aug 5 08:19:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:19:31 +1000 (EST) Subject: [tinysofa-svn] r3511 - in tinysofa/releases/1.1/ed: current/specs releases/0.2 releases/0.2/30ts/specs Message-ID: <20040805081931.2B36D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:19:30 +1000 (Thu, 05 Aug 2004) New Revision: 3511 Added: tinysofa/releases/1.1/ed/releases/0.2/30ts/ Modified: tinysofa/releases/1.1/ed/current/specs/ed.spec tinysofa/releases/1.1/ed/releases/0.2/30ts/specs/ed.spec Log: ed: * integrate current (0.2-30jh) as releases/0.2/30ts Modified: tinysofa/releases/1.1/ed/current/specs/ed.spec =================================================================== --- tinysofa/releases/1.1/ed/current/specs/ed.spec 2004-08-05 08:18:58 UTC (rev 3510) +++ tinysofa/releases/1.1/ed/current/specs/ed.spec 2004-08-05 08:19:30 UTC (rev 3511) @@ -1,6 +1,6 @@ Name: ed Version: 0.2 -Release: 30jh +Release: 30ts Summary: The GNU line editor Summary(pt_BR): Editor de linhas da GNU Summary(es): Editor de l?eas de la GNU @@ -89,6 +89,9 @@ %clean_buildroot %changelog +* Thu Aug 05 2004 tsintegrate 0.2-30ts +- current (0.2-30jh) integrated as 0.2-30ts for release 1.1 + * Thu Jun 4 2004 Jaakko Heinonen 0.2-30jh - new spec file derived from Conectiva - use more rpm macros Copied: tinysofa/releases/1.1/ed/releases/0.2/30ts (from rev 3396, tinysofa/releases/1.1/ed/current) Modified: tinysofa/releases/1.1/ed/releases/0.2/30ts/specs/ed.spec =================================================================== --- tinysofa/releases/1.1/ed/current/specs/ed.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ed/releases/0.2/30ts/specs/ed.spec 2004-08-05 08:19:30 UTC (rev 3511) @@ -1,6 +1,6 @@ Name: ed Version: 0.2 -Release: 30jh +Release: 30ts Summary: The GNU line editor Summary(pt_BR): Editor de linhas da GNU Summary(es): Editor de l?eas de la GNU @@ -89,6 +89,9 @@ %clean_buildroot %changelog +* Thu Aug 05 2004 tsintegrate 0.2-30ts +- current (0.2-30jh) integrated as 0.2-30ts for release 1.1 + * Thu Jun 4 2004 Jaakko Heinonen 0.2-30jh - new spec file derived from Conectiva - use more rpm macros From svn at tinysofa.org Thu Aug 5 08:19:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:19:43 +1000 (EST) Subject: [tinysofa-svn] r3512 - tinysofa/releases/1.1/ed Message-ID: <20040805081943.2BBB34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:19:42 +1000 (Thu, 05 Aug 2004) New Revision: 3512 Removed: tinysofa/releases/1.1/ed/pristine/ Log: ed: * removing pristine (0.2-29ts) From svn at tinysofa.org Thu Aug 5 08:20:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:20:05 +1000 (EST) Subject: [tinysofa-svn] r3513 - tinysofa/releases/1.1/ed Message-ID: <20040805082005.272A94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:20:04 +1000 (Thu, 05 Aug 2004) New Revision: 3513 Added: tinysofa/releases/1.1/ed/pristine/ Log: ed: * retarget pristine (0.2-29ts) to releases/0.2/30ts Copied: tinysofa/releases/1.1/ed/pristine (from rev 3511, tinysofa/releases/1.1/ed/releases/0.2/30ts) From svn at tinysofa.org Thu Aug 5 08:20:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:20:47 +1000 (EST) Subject: [tinysofa-svn] r3514 - in tinysofa/releases/1.1/elfutils: current/specs releases/0.95 releases/0.95/2ts/specs Message-ID: <20040805082047.A68244E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:20:47 +1000 (Thu, 05 Aug 2004) New Revision: 3514 Added: tinysofa/releases/1.1/elfutils/releases/0.95/2ts/ Modified: tinysofa/releases/1.1/elfutils/current/specs/elfutils.spec tinysofa/releases/1.1/elfutils/releases/0.95/2ts/specs/elfutils.spec Log: elfutils: * integrate current (0.95-2jh) as releases/0.95/2ts Modified: tinysofa/releases/1.1/elfutils/current/specs/elfutils.spec =================================================================== --- tinysofa/releases/1.1/elfutils/current/specs/elfutils.spec 2004-08-05 08:20:04 UTC (rev 3513) +++ tinysofa/releases/1.1/elfutils/current/specs/elfutils.spec 2004-08-05 08:20:47 UTC (rev 3514) @@ -2,7 +2,7 @@ Summary: A collection of utilities and DSOs to handle compiled objects. Name: elfutils Version: 0.95 -Release: 2jh +Release: 2ts %if %{gpl} Copyright: GPL %else @@ -177,6 +177,9 @@ %{_libdir}/libelf.so %changelog +* Thu Aug 05 2004 tsintegrate 0.95-2ts +- current (0.95-2jh) integrated as 0.95-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.95-1ts - current (0.95-1ok) integrated as 0.95-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/elfutils/releases/0.95/2ts (from rev 3396, tinysofa/releases/1.1/elfutils/current) Modified: tinysofa/releases/1.1/elfutils/releases/0.95/2ts/specs/elfutils.spec =================================================================== --- tinysofa/releases/1.1/elfutils/current/specs/elfutils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/elfutils/releases/0.95/2ts/specs/elfutils.spec 2004-08-05 08:20:47 UTC (rev 3514) @@ -2,7 +2,7 @@ Summary: A collection of utilities and DSOs to handle compiled objects. Name: elfutils Version: 0.95 -Release: 2jh +Release: 2ts %if %{gpl} Copyright: GPL %else @@ -177,6 +177,9 @@ %{_libdir}/libelf.so %changelog +* Thu Aug 05 2004 tsintegrate 0.95-2ts +- current (0.95-2jh) integrated as 0.95-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.95-1ts - current (0.95-1ok) integrated as 0.95-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:21:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:21:00 +1000 (EST) Subject: [tinysofa-svn] r3515 - tinysofa/releases/1.1/elfutils Message-ID: <20040805082100.9ECDC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:21:00 +1000 (Thu, 05 Aug 2004) New Revision: 3515 Removed: tinysofa/releases/1.1/elfutils/pristine/ Log: elfutils: * removing pristine (0.95-1ts) From svn at tinysofa.org Thu Aug 5 08:21:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:21:08 +1000 (EST) Subject: [tinysofa-svn] r3516 - tinysofa/releases/1.1/elfutils Message-ID: <20040805082108.9E8164E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:21:08 +1000 (Thu, 05 Aug 2004) New Revision: 3516 Added: tinysofa/releases/1.1/elfutils/pristine/ Log: elfutils: * retarget pristine (0.95-1ts) to releases/0.95/2ts Copied: tinysofa/releases/1.1/elfutils/pristine (from rev 3514, tinysofa/releases/1.1/elfutils/releases/0.95/2ts) From svn at tinysofa.org Thu Aug 5 08:21:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:21:21 +1000 (EST) Subject: [tinysofa-svn] r3517 - in tinysofa/releases/1.1/etcskel: current/specs releases/1.0 releases/1.0/3ts/specs Message-ID: <20040805082121.F40F34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:21:21 +1000 (Thu, 05 Aug 2004) New Revision: 3517 Added: tinysofa/releases/1.1/etcskel/releases/1.0/3ts/ Modified: tinysofa/releases/1.1/etcskel/current/specs/etcskel.spec tinysofa/releases/1.1/etcskel/releases/1.0/3ts/specs/etcskel.spec Log: etcskel: * integrate current (1.0-3jh) as releases/1.0/3ts Modified: tinysofa/releases/1.1/etcskel/current/specs/etcskel.spec =================================================================== --- tinysofa/releases/1.1/etcskel/current/specs/etcskel.spec 2004-08-05 08:21:08 UTC (rev 3516) +++ tinysofa/releases/1.1/etcskel/current/specs/etcskel.spec 2004-08-05 08:21:21 UTC (rev 3517) @@ -1,7 +1,7 @@ Summary: tinysofa default files for new users' home directories. Name: etcskel Version: 1.0 -Release: 3jh +Release: 3ts License: public domain Group: main Source: etcskel.tar.gz @@ -36,6 +36,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.0-3ts +- current (1.0-3jh) integrated as 1.0-3ts for release 1.1 + * Wed Jun 30 2004 Jaakko Heinonen 1.0-3jh - .bash_logout, .bash_profile and .bashrc are now owned by bash Copied: tinysofa/releases/1.1/etcskel/releases/1.0/3ts (from rev 3396, tinysofa/releases/1.1/etcskel/current) Modified: tinysofa/releases/1.1/etcskel/releases/1.0/3ts/specs/etcskel.spec =================================================================== --- tinysofa/releases/1.1/etcskel/current/specs/etcskel.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/etcskel/releases/1.0/3ts/specs/etcskel.spec 2004-08-05 08:21:21 UTC (rev 3517) @@ -1,7 +1,7 @@ Summary: tinysofa default files for new users' home directories. Name: etcskel Version: 1.0 -Release: 3jh +Release: 3ts License: public domain Group: main Source: etcskel.tar.gz @@ -36,6 +36,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.0-3ts +- current (1.0-3jh) integrated as 1.0-3ts for release 1.1 + * Wed Jun 30 2004 Jaakko Heinonen 1.0-3jh - .bash_logout, .bash_profile and .bashrc are now owned by bash From svn at tinysofa.org Thu Aug 5 08:21:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:21:26 +1000 (EST) Subject: [tinysofa-svn] r3518 - tinysofa/releases/1.1/etcskel Message-ID: <20040805082126.1F6204E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:21:25 +1000 (Thu, 05 Aug 2004) New Revision: 3518 Removed: tinysofa/releases/1.1/etcskel/pristine/ Log: etcskel: * removing pristine (1.0-2ts) From svn at tinysofa.org Thu Aug 5 08:21:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:21:31 +1000 (EST) Subject: [tinysofa-svn] r3519 - tinysofa/releases/1.1/etcskel Message-ID: <20040805082131.CE6844E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:21:31 +1000 (Thu, 05 Aug 2004) New Revision: 3519 Added: tinysofa/releases/1.1/etcskel/pristine/ Log: etcskel: * retarget pristine (1.0-2ts) to releases/1.0/3ts Copied: tinysofa/releases/1.1/etcskel/pristine (from rev 3517, tinysofa/releases/1.1/etcskel/releases/1.0/3ts) From svn at tinysofa.org Thu Aug 5 08:21:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:21:49 +1000 (EST) Subject: [tinysofa-svn] r3520 - in tinysofa/releases/1.1/expat: current/specs releases/1.95.7 releases/1.95.7/14ts/specs Message-ID: <20040805082149.111C44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:21:48 +1000 (Thu, 05 Aug 2004) New Revision: 3520 Added: tinysofa/releases/1.1/expat/releases/1.95.7/14ts/ Modified: tinysofa/releases/1.1/expat/current/specs/expat.spec tinysofa/releases/1.1/expat/releases/1.95.7/14ts/specs/expat.spec Log: expat: * integrate current (1.95.7-14jh) as releases/1.95.7/14ts Modified: tinysofa/releases/1.1/expat/current/specs/expat.spec =================================================================== --- tinysofa/releases/1.1/expat/current/specs/expat.spec 2004-08-05 08:21:31 UTC (rev 3519) +++ tinysofa/releases/1.1/expat/current/specs/expat.spec 2004-08-05 08:21:48 UTC (rev 3520) @@ -1,7 +1,7 @@ Summary: Expat is an XML 1.0 parser written in C. Name: expat Version: 1.95.7 -Release: 14jh +Release: 14ts License: BSD Group: main Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz @@ -79,6 +79,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.95.7-14ts +- current (1.95.7-14jh) integrated as 1.95.7-14ts for release 1.1 + * Mon Jun 28 2004 Jaakko Heinonen 1.95.7-14jh - use macros for directories - run ldconfig Copied: tinysofa/releases/1.1/expat/releases/1.95.7/14ts (from rev 3396, tinysofa/releases/1.1/expat/current) Modified: tinysofa/releases/1.1/expat/releases/1.95.7/14ts/specs/expat.spec =================================================================== --- tinysofa/releases/1.1/expat/current/specs/expat.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/expat/releases/1.95.7/14ts/specs/expat.spec 2004-08-05 08:21:48 UTC (rev 3520) @@ -1,7 +1,7 @@ Summary: Expat is an XML 1.0 parser written in C. Name: expat Version: 1.95.7 -Release: 14jh +Release: 14ts License: BSD Group: main Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz @@ -79,6 +79,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.95.7-14ts +- current (1.95.7-14jh) integrated as 1.95.7-14ts for release 1.1 + * Mon Jun 28 2004 Jaakko Heinonen 1.95.7-14jh - use macros for directories - run ldconfig From svn at tinysofa.org Thu Aug 5 08:21:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:21:53 +1000 (EST) Subject: [tinysofa-svn] r3521 - tinysofa/releases/1.1/expat Message-ID: <20040805082153.8AC404E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:21:53 +1000 (Thu, 05 Aug 2004) New Revision: 3521 Removed: tinysofa/releases/1.1/expat/pristine/ Log: expat: * removing pristine (1.95.7-13ts) From svn at tinysofa.org Thu Aug 5 08:22:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:22:00 +1000 (EST) Subject: [tinysofa-svn] r3522 - tinysofa/releases/1.1/expat Message-ID: <20040805082200.09D794E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:21:59 +1000 (Thu, 05 Aug 2004) New Revision: 3522 Added: tinysofa/releases/1.1/expat/pristine/ Log: expat: * retarget pristine (1.95.7-13ts) to releases/1.95.7/14ts Copied: tinysofa/releases/1.1/expat/pristine (from rev 3520, tinysofa/releases/1.1/expat/releases/1.95.7/14ts) From svn at tinysofa.org Thu Aug 5 08:22:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:22:13 +1000 (EST) Subject: [tinysofa-svn] r3523 - in tinysofa/releases/1.1/e2fsprogs: current/specs releases/1.35 releases/1.35/8ts/specs Message-ID: <20040805082213.605544E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:22:13 +1000 (Thu, 05 Aug 2004) New Revision: 3523 Added: tinysofa/releases/1.1/e2fsprogs/releases/1.35/8ts/ Modified: tinysofa/releases/1.1/e2fsprogs/current/specs/e2fsprogs.spec tinysofa/releases/1.1/e2fsprogs/releases/1.35/8ts/specs/e2fsprogs.spec Log: e2fsprogs: * integrate current (1.35-8jh) as releases/1.35/8ts Modified: tinysofa/releases/1.1/e2fsprogs/current/specs/e2fsprogs.spec =================================================================== --- tinysofa/releases/1.1/e2fsprogs/current/specs/e2fsprogs.spec 2004-08-05 08:21:59 UTC (rev 3522) +++ tinysofa/releases/1.1/e2fsprogs/current/specs/e2fsprogs.spec 2004-08-05 08:22:13 UTC (rev 3523) @@ -1,7 +1,7 @@ Summary: Utilities for managing the second extended (ext2) filesystem. Name: e2fsprogs Version: 1.35 -Release: 8jh +Release: 8ts License: GPL Group: main Source: http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz @@ -148,6 +148,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.35-8ts +- current (1.35-8jh) integrated as 1.35-8ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.35-7ts - current (1.35-7jh) integrated as 1.35-7ts for release 1.0-U1 Copied: tinysofa/releases/1.1/e2fsprogs/releases/1.35/8ts (from rev 3396, tinysofa/releases/1.1/e2fsprogs/current) Modified: tinysofa/releases/1.1/e2fsprogs/releases/1.35/8ts/specs/e2fsprogs.spec =================================================================== --- tinysofa/releases/1.1/e2fsprogs/current/specs/e2fsprogs.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/e2fsprogs/releases/1.35/8ts/specs/e2fsprogs.spec 2004-08-05 08:22:13 UTC (rev 3523) @@ -1,7 +1,7 @@ Summary: Utilities for managing the second extended (ext2) filesystem. Name: e2fsprogs Version: 1.35 -Release: 8jh +Release: 8ts License: GPL Group: main Source: http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz @@ -148,6 +148,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.35-8ts +- current (1.35-8jh) integrated as 1.35-8ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.35-7ts - current (1.35-7jh) integrated as 1.35-7ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:22:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:22:18 +1000 (EST) Subject: [tinysofa-svn] r3524 - tinysofa/releases/1.1/e2fsprogs Message-ID: <20040805082218.359174E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:22:17 +1000 (Thu, 05 Aug 2004) New Revision: 3524 Removed: tinysofa/releases/1.1/e2fsprogs/pristine/ Log: e2fsprogs: * removing pristine (1.35-7ts) From svn at tinysofa.org Thu Aug 5 08:22:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:22:23 +1000 (EST) Subject: [tinysofa-svn] r3525 - tinysofa/releases/1.1/e2fsprogs Message-ID: <20040805082223.D36E84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:22:23 +1000 (Thu, 05 Aug 2004) New Revision: 3525 Added: tinysofa/releases/1.1/e2fsprogs/pristine/ Log: e2fsprogs: * retarget pristine (1.35-7ts) to releases/1.35/8ts Copied: tinysofa/releases/1.1/e2fsprogs/pristine (from rev 3523, tinysofa/releases/1.1/e2fsprogs/releases/1.35/8ts) From svn at tinysofa.org Thu Aug 5 08:22:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:22:40 +1000 (EST) Subject: [tinysofa-svn] r3526 - in tinysofa/releases/1.1/fcron: current/specs releases/2.9.4 releases/2.9.4/13ts/specs Message-ID: <20040805082240.2E6344E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:22:39 +1000 (Thu, 05 Aug 2004) New Revision: 3526 Added: tinysofa/releases/1.1/fcron/releases/2.9.4/13ts/ Modified: tinysofa/releases/1.1/fcron/current/specs/fcron.spec tinysofa/releases/1.1/fcron/releases/2.9.4/13ts/specs/fcron.spec Log: fcron: * integrate current (2.9.4-13jh) as releases/2.9.4/13ts Modified: tinysofa/releases/1.1/fcron/current/specs/fcron.spec =================================================================== --- tinysofa/releases/1.1/fcron/current/specs/fcron.spec 2004-08-05 08:22:23 UTC (rev 3525) +++ tinysofa/releases/1.1/fcron/current/specs/fcron.spec 2004-08-05 08:22:39 UTC (rev 3526) @@ -1,7 +1,7 @@ Summary: The fcron daemon for executing specified programs at set times Name: fcron Version: 2.9.4 -Release: 13jh +Release: 13ts License: GPL Group: main Source0: http://fcron.free.fr/%{name}-%{version}.src.tar.gz @@ -134,6 +134,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.9.4-13ts +- current (2.9.4-13jh) integrated as 2.9.4-13ts for release 1.1 + * Tue Jul 27 2004 Jaakko Heinonen 2.9.4-13jh - fix try-restart in init script Copied: tinysofa/releases/1.1/fcron/releases/2.9.4/13ts (from rev 3396, tinysofa/releases/1.1/fcron/current) Modified: tinysofa/releases/1.1/fcron/releases/2.9.4/13ts/specs/fcron.spec =================================================================== --- tinysofa/releases/1.1/fcron/current/specs/fcron.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/fcron/releases/2.9.4/13ts/specs/fcron.spec 2004-08-05 08:22:39 UTC (rev 3526) @@ -1,7 +1,7 @@ Summary: The fcron daemon for executing specified programs at set times Name: fcron Version: 2.9.4 -Release: 13jh +Release: 13ts License: GPL Group: main Source0: http://fcron.free.fr/%{name}-%{version}.src.tar.gz @@ -134,6 +134,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.9.4-13ts +- current (2.9.4-13jh) integrated as 2.9.4-13ts for release 1.1 + * Tue Jul 27 2004 Jaakko Heinonen 2.9.4-13jh - fix try-restart in init script From svn at tinysofa.org Thu Aug 5 08:22:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:22:45 +1000 (EST) Subject: [tinysofa-svn] r3527 - tinysofa/releases/1.1/fcron Message-ID: <20040805082245.4D0564E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:22:45 +1000 (Thu, 05 Aug 2004) New Revision: 3527 Removed: tinysofa/releases/1.1/fcron/pristine/ Log: fcron: * removing pristine (2.9.4-9ts) From svn at tinysofa.org Thu Aug 5 08:22:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:22:50 +1000 (EST) Subject: [tinysofa-svn] r3528 - tinysofa/releases/1.1/fcron Message-ID: <20040805082250.01B7B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:22:50 +1000 (Thu, 05 Aug 2004) New Revision: 3528 Added: tinysofa/releases/1.1/fcron/pristine/ Log: fcron: * retarget pristine (2.9.4-9ts) to releases/2.9.4/13ts Copied: tinysofa/releases/1.1/fcron/pristine (from rev 3526, tinysofa/releases/1.1/fcron/releases/2.9.4/13ts) From svn at tinysofa.org Thu Aug 5 08:23:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:23:06 +1000 (EST) Subject: [tinysofa-svn] r3529 - in tinysofa/releases/1.1/file: current/specs releases/4.09 releases/4.09/3ts/specs Message-ID: <20040805082306.333664E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:23:05 +1000 (Thu, 05 Aug 2004) New Revision: 3529 Added: tinysofa/releases/1.1/file/releases/4.09/3ts/ Modified: tinysofa/releases/1.1/file/current/specs/file.spec tinysofa/releases/1.1/file/releases/4.09/3ts/specs/file.spec Log: file: * integrate current (4.09-3jh) as releases/4.09/3ts Modified: tinysofa/releases/1.1/file/current/specs/file.spec =================================================================== --- tinysofa/releases/1.1/file/current/specs/file.spec 2004-08-05 08:22:50 UTC (rev 3528) +++ tinysofa/releases/1.1/file/current/specs/file.spec 2004-08-05 08:23:05 UTC (rev 3529) @@ -3,7 +3,7 @@ Summary: A utility for determining file types. Name: file Version: 4.09 -Release: 3jh +Release: 3ts License: distributable Group: main Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -84,6 +84,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.09-3ts +- current (4.09-3jh) integrated as 4.09-3ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/file/releases/4.09/3ts (from rev 3396, tinysofa/releases/1.1/file/current) Modified: tinysofa/releases/1.1/file/releases/4.09/3ts/specs/file.spec =================================================================== --- tinysofa/releases/1.1/file/current/specs/file.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/file/releases/4.09/3ts/specs/file.spec 2004-08-05 08:23:05 UTC (rev 3529) @@ -3,7 +3,7 @@ Summary: A utility for determining file types. Name: file Version: 4.09 -Release: 3jh +Release: 3ts License: distributable Group: main Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -84,6 +84,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.09-3ts +- current (4.09-3jh) integrated as 4.09-3ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 08:23:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:23:11 +1000 (EST) Subject: [tinysofa-svn] r3530 - tinysofa/releases/1.1/file Message-ID: <20040805082311.5AF7F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:23:11 +1000 (Thu, 05 Aug 2004) New Revision: 3530 Removed: tinysofa/releases/1.1/file/pristine/ Log: file: * removing pristine (4.09-2ts) From svn at tinysofa.org Thu Aug 5 08:23:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:23:16 +1000 (EST) Subject: [tinysofa-svn] r3531 - tinysofa/releases/1.1/file Message-ID: <20040805082316.B6D2E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:23:16 +1000 (Thu, 05 Aug 2004) New Revision: 3531 Added: tinysofa/releases/1.1/file/pristine/ Log: file: * retarget pristine (4.09-2ts) to releases/4.09/3ts Copied: tinysofa/releases/1.1/file/pristine (from rev 3529, tinysofa/releases/1.1/file/releases/4.09/3ts) From svn at tinysofa.org Thu Aug 5 08:23:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:23:32 +1000 (EST) Subject: [tinysofa-svn] r3532 - in tinysofa/releases/1.1/filesystem: current/specs releases/1.0 releases/1.0/4ts/specs Message-ID: <20040805082332.19E2E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:23:31 +1000 (Thu, 05 Aug 2004) New Revision: 3532 Added: tinysofa/releases/1.1/filesystem/releases/1.0/4ts/ Modified: tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec tinysofa/releases/1.1/filesystem/releases/1.0/4ts/specs/filesystem.spec Log: filesystem: * integrate current (1.0-4jh) as releases/1.0/4ts Modified: tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec =================================================================== --- tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec 2004-08-05 08:23:16 UTC (rev 3531) +++ tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec 2004-08-05 08:23:31 UTC (rev 3532) @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system. Name: filesystem Version: 1.0 -Release: 4jh +Release: 4ts License: Public Domain Group: main BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -192,6 +192,9 @@ %dir %attr(1777,root,root) /var/tmp %changelog +* Thu Aug 05 2004 tsintegrate 1.0-4ts +- current (1.0-4jh) integrated as 1.0-4ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 1.0-4jh - add /srv - remove /home/users Copied: tinysofa/releases/1.1/filesystem/releases/1.0/4ts (from rev 3396, tinysofa/releases/1.1/filesystem/current) Modified: tinysofa/releases/1.1/filesystem/releases/1.0/4ts/specs/filesystem.spec =================================================================== --- tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/filesystem/releases/1.0/4ts/specs/filesystem.spec 2004-08-05 08:23:31 UTC (rev 3532) @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system. Name: filesystem Version: 1.0 -Release: 4jh +Release: 4ts License: Public Domain Group: main BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -192,6 +192,9 @@ %dir %attr(1777,root,root) /var/tmp %changelog +* Thu Aug 05 2004 tsintegrate 1.0-4ts +- current (1.0-4jh) integrated as 1.0-4ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 1.0-4jh - add /srv - remove /home/users From svn at tinysofa.org Thu Aug 5 08:23:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:23:37 +1000 (EST) Subject: [tinysofa-svn] r3533 - tinysofa/releases/1.1/filesystem Message-ID: <20040805082337.7EDC94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:23:37 +1000 (Thu, 05 Aug 2004) New Revision: 3533 Removed: tinysofa/releases/1.1/filesystem/pristine/ Log: filesystem: * removing pristine (1.0-2ts) From svn at tinysofa.org Thu Aug 5 08:23:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:23:42 +1000 (EST) Subject: [tinysofa-svn] r3534 - tinysofa/releases/1.1/filesystem Message-ID: <20040805082342.E1D514E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:23:42 +1000 (Thu, 05 Aug 2004) New Revision: 3534 Added: tinysofa/releases/1.1/filesystem/pristine/ Log: filesystem: * retarget pristine (1.0-2ts) to releases/1.0/4ts Copied: tinysofa/releases/1.1/filesystem/pristine (from rev 3532, tinysofa/releases/1.1/filesystem/releases/1.0/4ts) From svn at tinysofa.org Thu Aug 5 08:24:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:24:00 +1000 (EST) Subject: [tinysofa-svn] r3535 - in tinysofa/releases/1.1/findutils: current/specs releases/4.1.20 releases/4.1.20/6ts/specs Message-ID: <20040805082400.0884E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:23:59 +1000 (Thu, 05 Aug 2004) New Revision: 3535 Added: tinysofa/releases/1.1/findutils/releases/4.1.20/6ts/ Modified: tinysofa/releases/1.1/findutils/current/specs/findutils.spec tinysofa/releases/1.1/findutils/releases/4.1.20/6ts/specs/findutils.spec Log: findutils: * integrate current (4.1.20-6jh) as releases/4.1.20/6ts Modified: tinysofa/releases/1.1/findutils/current/specs/findutils.spec =================================================================== --- tinysofa/releases/1.1/findutils/current/specs/findutils.spec 2004-08-05 08:23:42 UTC (rev 3534) +++ tinysofa/releases/1.1/findutils/current/specs/findutils.spec 2004-08-05 08:23:59 UTC (rev 3535) @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find, xargs, and locate). Name: findutils Version: 4.1.20 -Release: 6jh +Release: 6ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/findutils/findutils-4.1.20.tar.gz @@ -86,6 +86,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.1.20-6ts +- current (4.1.20-6jh) integrated as 4.1.20-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.1.20-5ts - current (4.1.20-4ts) integrated as 4.1.20-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/findutils/releases/4.1.20/6ts (from rev 3396, tinysofa/releases/1.1/findutils/current) Modified: tinysofa/releases/1.1/findutils/releases/4.1.20/6ts/specs/findutils.spec =================================================================== --- tinysofa/releases/1.1/findutils/current/specs/findutils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/findutils/releases/4.1.20/6ts/specs/findutils.spec 2004-08-05 08:23:59 UTC (rev 3535) @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find, xargs, and locate). Name: findutils Version: 4.1.20 -Release: 6jh +Release: 6ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/findutils/findutils-4.1.20.tar.gz @@ -86,6 +86,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.1.20-6ts +- current (4.1.20-6jh) integrated as 4.1.20-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.1.20-5ts - current (4.1.20-4ts) integrated as 4.1.20-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:24:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:24:05 +1000 (EST) Subject: [tinysofa-svn] r3536 - tinysofa/releases/1.1/findutils Message-ID: <20040805082405.1EE3B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:24:04 +1000 (Thu, 05 Aug 2004) New Revision: 3536 Removed: tinysofa/releases/1.1/findutils/pristine/ Log: findutils: * removing pristine (4.1.20-5ts) From svn at tinysofa.org Thu Aug 5 08:24:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:24:11 +1000 (EST) Subject: [tinysofa-svn] r3537 - tinysofa/releases/1.1/findutils Message-ID: <20040805082411.510ED4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:24:11 +1000 (Thu, 05 Aug 2004) New Revision: 3537 Added: tinysofa/releases/1.1/findutils/pristine/ Log: findutils: * retarget pristine (4.1.20-5ts) to releases/4.1.20/6ts Copied: tinysofa/releases/1.1/findutils/pristine (from rev 3535, tinysofa/releases/1.1/findutils/releases/4.1.20/6ts) From svn at tinysofa.org Thu Aug 5 08:24:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:24:26 +1000 (EST) Subject: [tinysofa-svn] r3538 - in tinysofa/releases/1.1/finger: current/specs releases/0.17 releases/0.17/12ts/specs Message-ID: <20040805082426.9B9A64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:24:26 +1000 (Thu, 05 Aug 2004) New Revision: 3538 Added: tinysofa/releases/1.1/finger/releases/0.17/12ts/ Modified: tinysofa/releases/1.1/finger/current/specs/finger.spec tinysofa/releases/1.1/finger/releases/0.17/12ts/specs/finger.spec Log: finger: * integrate current (0.17-12jh) as releases/0.17/12ts Modified: tinysofa/releases/1.1/finger/current/specs/finger.spec =================================================================== --- tinysofa/releases/1.1/finger/current/specs/finger.spec 2004-08-05 08:24:11 UTC (rev 3537) +++ tinysofa/releases/1.1/finger/current/specs/finger.spec 2004-08-05 08:24:26 UTC (rev 3538) @@ -1,7 +1,7 @@ Summary: The finger client. Name: finger Version: 0.17 -Release: 12jh +Release: 12ts License: BSD Group: extra Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/bsd-finger-%{version}.tar.gz @@ -96,6 +96,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.17-12ts +- current (0.17-12jh) integrated as 0.17-12ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/finger/releases/0.17/12ts (from rev 3396, tinysofa/releases/1.1/finger/current) Modified: tinysofa/releases/1.1/finger/releases/0.17/12ts/specs/finger.spec =================================================================== --- tinysofa/releases/1.1/finger/current/specs/finger.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/finger/releases/0.17/12ts/specs/finger.spec 2004-08-05 08:24:26 UTC (rev 3538) @@ -1,7 +1,7 @@ Summary: The finger client. Name: finger Version: 0.17 -Release: 12jh +Release: 12ts License: BSD Group: extra Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/bsd-finger-%{version}.tar.gz @@ -96,6 +96,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.17-12ts +- current (0.17-12jh) integrated as 0.17-12ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 08:24:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:24:34 +1000 (EST) Subject: [tinysofa-svn] r3539 - tinysofa/releases/1.1/finger Message-ID: <20040805082434.B078C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:24:34 +1000 (Thu, 05 Aug 2004) New Revision: 3539 Removed: tinysofa/releases/1.1/finger/pristine/ Log: finger: * removing pristine (0.17-11ts) From svn at tinysofa.org Thu Aug 5 08:24:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:24:44 +1000 (EST) Subject: [tinysofa-svn] r3540 - tinysofa/releases/1.1/finger Message-ID: <20040805082444.63A734E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:24:44 +1000 (Thu, 05 Aug 2004) New Revision: 3540 Added: tinysofa/releases/1.1/finger/pristine/ Log: finger: * retarget pristine (0.17-11ts) to releases/0.17/12ts Copied: tinysofa/releases/1.1/finger/pristine (from rev 3538, tinysofa/releases/1.1/finger/releases/0.17/12ts) From svn at tinysofa.org Thu Aug 5 08:25:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:25:06 +1000 (EST) Subject: [tinysofa-svn] r3541 - in tinysofa/releases/1.1/flex: current/specs releases/2.5.4a releases/2.5.4a/21ts/specs Message-ID: <20040805082506.D9F0D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:25:06 +1000 (Thu, 05 Aug 2004) New Revision: 3541 Added: tinysofa/releases/1.1/flex/releases/2.5.4a/21ts/ Modified: tinysofa/releases/1.1/flex/current/specs/flex.spec tinysofa/releases/1.1/flex/releases/2.5.4a/21ts/specs/flex.spec Log: flex: * integrate current (2.5.4a-21jh) as releases/2.5.4a/21ts Modified: tinysofa/releases/1.1/flex/current/specs/flex.spec =================================================================== --- tinysofa/releases/1.1/flex/current/specs/flex.spec 2004-08-05 08:24:44 UTC (rev 3540) +++ tinysofa/releases/1.1/flex/current/specs/flex.spec 2004-08-05 08:25:06 UTC (rev 3541) @@ -1,7 +1,7 @@ Summary: A tool for creating scanners (text pattern recognizers). Name: flex Version: 2.5.4a -Release: 21jh +Release: 21ts License: GPL Group: extra Source: ftp://ftp.gnu.org/non-gnu/flex/flex-2.5.4a.tar.gz @@ -69,6 +69,9 @@ %{_prefix}/include/FlexLexer.h %changelog +* Thu Aug 05 2004 tsintegrate 2.5.4a-21ts +- current (2.5.4a-21jh) integrated as 2.5.4a-21ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.5.4a-20ts - current (2.5.4a-19ts) integrated as 2.5.4a-20ts for release 1.0-U1 Copied: tinysofa/releases/1.1/flex/releases/2.5.4a/21ts (from rev 3396, tinysofa/releases/1.1/flex/current) Modified: tinysofa/releases/1.1/flex/releases/2.5.4a/21ts/specs/flex.spec =================================================================== --- tinysofa/releases/1.1/flex/current/specs/flex.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/flex/releases/2.5.4a/21ts/specs/flex.spec 2004-08-05 08:25:06 UTC (rev 3541) @@ -1,7 +1,7 @@ Summary: A tool for creating scanners (text pattern recognizers). Name: flex Version: 2.5.4a -Release: 21jh +Release: 21ts License: GPL Group: extra Source: ftp://ftp.gnu.org/non-gnu/flex/flex-2.5.4a.tar.gz @@ -69,6 +69,9 @@ %{_prefix}/include/FlexLexer.h %changelog +* Thu Aug 05 2004 tsintegrate 2.5.4a-21ts +- current (2.5.4a-21jh) integrated as 2.5.4a-21ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.5.4a-20ts - current (2.5.4a-19ts) integrated as 2.5.4a-20ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:25:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:25:12 +1000 (EST) Subject: [tinysofa-svn] r3542 - tinysofa/releases/1.1/flex Message-ID: <20040805082512.597CD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:25:12 +1000 (Thu, 05 Aug 2004) New Revision: 3542 Removed: tinysofa/releases/1.1/flex/pristine/ Log: flex: * removing pristine (2.5.4a-20ts) From svn at tinysofa.org Thu Aug 5 08:25:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:25:20 +1000 (EST) Subject: [tinysofa-svn] r3543 - tinysofa/releases/1.1/flex Message-ID: <20040805082520.158854E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:25:19 +1000 (Thu, 05 Aug 2004) New Revision: 3543 Added: tinysofa/releases/1.1/flex/pristine/ Log: flex: * retarget pristine (2.5.4a-20ts) to releases/2.5.4a/21ts Copied: tinysofa/releases/1.1/flex/pristine (from rev 3541, tinysofa/releases/1.1/flex/releases/2.5.4a/21ts) From svn at tinysofa.org Thu Aug 5 08:25:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:25:37 +1000 (EST) Subject: [tinysofa-svn] r3544 - in tinysofa/releases/1.1/foomatic-filters: current/specs releases/3.0.1 releases/3.0.1/5ts/specs Message-ID: <20040805082537.011774E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:25:37 +1000 (Thu, 05 Aug 2004) New Revision: 3544 Added: tinysofa/releases/1.1/foomatic-filters/releases/3.0.1/5ts/ Modified: tinysofa/releases/1.1/foomatic-filters/current/specs/foomatic-filters.spec tinysofa/releases/1.1/foomatic-filters/releases/3.0.1/5ts/specs/foomatic-filters.spec Log: foomatic-filters: * integrate current (3.0.1-5jh) as releases/3.0.1/5ts Modified: tinysofa/releases/1.1/foomatic-filters/current/specs/foomatic-filters.spec =================================================================== --- tinysofa/releases/1.1/foomatic-filters/current/specs/foomatic-filters.spec 2004-08-05 08:25:19 UTC (rev 3543) +++ tinysofa/releases/1.1/foomatic-filters/current/specs/foomatic-filters.spec 2004-08-05 08:25:37 UTC (rev 3544) @@ -3,7 +3,7 @@ Summary: Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix. Name: foomatic-filters Version: 3.0.1 -Release: 5jh +Release: 5ts BuildArch: noarch License: GPL Group: extra @@ -48,6 +48,9 @@ %exclude %{_sysconfdir}/foomatic/filter.conf.sample %changelog +* Thu Aug 05 2004 tsintegrate 3.0.1-5ts +- current (3.0.1-5jh) integrated as 3.0.1-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.0.1-4ts - current (3.0.1-3ts) integrated as 3.0.1-4ts for release 1.0-U1 Copied: tinysofa/releases/1.1/foomatic-filters/releases/3.0.1/5ts (from rev 3396, tinysofa/releases/1.1/foomatic-filters/current) Modified: tinysofa/releases/1.1/foomatic-filters/releases/3.0.1/5ts/specs/foomatic-filters.spec =================================================================== --- tinysofa/releases/1.1/foomatic-filters/current/specs/foomatic-filters.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/foomatic-filters/releases/3.0.1/5ts/specs/foomatic-filters.spec 2004-08-05 08:25:37 UTC (rev 3544) @@ -3,7 +3,7 @@ Summary: Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix. Name: foomatic-filters Version: 3.0.1 -Release: 5jh +Release: 5ts BuildArch: noarch License: GPL Group: extra @@ -48,6 +48,9 @@ %exclude %{_sysconfdir}/foomatic/filter.conf.sample %changelog +* Thu Aug 05 2004 tsintegrate 3.0.1-5ts +- current (3.0.1-5jh) integrated as 3.0.1-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.0.1-4ts - current (3.0.1-3ts) integrated as 3.0.1-4ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:25:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:25:43 +1000 (EST) Subject: [tinysofa-svn] r3545 - tinysofa/releases/1.1/foomatic-filters Message-ID: <20040805082543.5F6544E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:25:43 +1000 (Thu, 05 Aug 2004) New Revision: 3545 Removed: tinysofa/releases/1.1/foomatic-filters/pristine/ Log: foomatic-filters: * removing pristine (3.0.1-4ts) From svn at tinysofa.org Thu Aug 5 08:25:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:25:49 +1000 (EST) Subject: [tinysofa-svn] r3546 - tinysofa/releases/1.1/foomatic-filters Message-ID: <20040805082549.764084E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:25:49 +1000 (Thu, 05 Aug 2004) New Revision: 3546 Added: tinysofa/releases/1.1/foomatic-filters/pristine/ Log: foomatic-filters: * retarget pristine (3.0.1-4ts) to releases/3.0.1/5ts Copied: tinysofa/releases/1.1/foomatic-filters/pristine (from rev 3544, tinysofa/releases/1.1/foomatic-filters/releases/3.0.1/5ts) From svn at tinysofa.org Thu Aug 5 08:26:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:26:06 +1000 (EST) Subject: [tinysofa-svn] r3548 - tinysofa/releases/1.1/ftp Message-ID: <20040805082606.31B224E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:26:05 +1000 (Thu, 05 Aug 2004) New Revision: 3548 Removed: tinysofa/releases/1.1/ftp/pristine/ Log: ftp: * removing pristine (0.17-11ts) From svn at tinysofa.org Thu Aug 5 08:26:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:26:01 +1000 (EST) Subject: [tinysofa-svn] r3547 - in tinysofa/releases/1.1/ftp: current/specs releases/0.17 releases/0.17/12ts/specs Message-ID: <20040805082601.645EB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:26:01 +1000 (Thu, 05 Aug 2004) New Revision: 3547 Added: tinysofa/releases/1.1/ftp/releases/0.17/12ts/ Modified: tinysofa/releases/1.1/ftp/current/specs/ftp.spec tinysofa/releases/1.1/ftp/releases/0.17/12ts/specs/ftp.spec Log: ftp: * integrate current (0.17-12jh) as releases/0.17/12ts Modified: tinysofa/releases/1.1/ftp/current/specs/ftp.spec =================================================================== --- tinysofa/releases/1.1/ftp/current/specs/ftp.spec 2004-08-05 08:25:49 UTC (rev 3546) +++ tinysofa/releases/1.1/ftp/current/specs/ftp.spec 2004-08-05 08:26:01 UTC (rev 3547) @@ -1,7 +1,7 @@ Summary: The standard UNIX FTP (File Transfer Protocol) client. Name: ftp Version: 0.17 -Release: 12jh +Release: 12ts License: BSD Group: main Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-ftp-%{version}.tar.bz2 @@ -63,6 +63,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.17-12ts +- current (0.17-12jh) integrated as 0.17-12ts for release 1.1 + * Fri Feb 13 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/ftp/releases/0.17/12ts (from rev 3396, tinysofa/releases/1.1/ftp/current) Modified: tinysofa/releases/1.1/ftp/releases/0.17/12ts/specs/ftp.spec =================================================================== --- tinysofa/releases/1.1/ftp/current/specs/ftp.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ftp/releases/0.17/12ts/specs/ftp.spec 2004-08-05 08:26:01 UTC (rev 3547) @@ -1,7 +1,7 @@ Summary: The standard UNIX FTP (File Transfer Protocol) client. Name: ftp Version: 0.17 -Release: 12jh +Release: 12ts License: BSD Group: main Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-ftp-%{version}.tar.bz2 @@ -63,6 +63,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.17-12ts +- current (0.17-12jh) integrated as 0.17-12ts for release 1.1 + * Fri Feb 13 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 08:26:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:26:11 +1000 (EST) Subject: [tinysofa-svn] r3549 - tinysofa/releases/1.1/ftp Message-ID: <20040805082611.D872B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:26:11 +1000 (Thu, 05 Aug 2004) New Revision: 3549 Added: tinysofa/releases/1.1/ftp/pristine/ Log: ftp: * retarget pristine (0.17-11ts) to releases/0.17/12ts Copied: tinysofa/releases/1.1/ftp/pristine (from rev 3547, tinysofa/releases/1.1/ftp/releases/0.17/12ts) From svn at tinysofa.org Thu Aug 5 08:26:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:26:23 +1000 (EST) Subject: [tinysofa-svn] r3550 - in tinysofa/releases/1.1/gawk: current/specs releases/3.1.3 releases/3.1.3/6ts/specs Message-ID: <20040805082623.B91994E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:26:23 +1000 (Thu, 05 Aug 2004) New Revision: 3550 Added: tinysofa/releases/1.1/gawk/releases/3.1.3/6ts/ Modified: tinysofa/releases/1.1/gawk/current/specs/gawk.spec tinysofa/releases/1.1/gawk/releases/3.1.3/6ts/specs/gawk.spec Log: gawk: * integrate current (3.1.3-6jh) as releases/3.1.3/6ts Modified: tinysofa/releases/1.1/gawk/current/specs/gawk.spec =================================================================== --- tinysofa/releases/1.1/gawk/current/specs/gawk.spec 2004-08-05 08:26:11 UTC (rev 3549) +++ tinysofa/releases/1.1/gawk/current/specs/gawk.spec 2004-08-05 08:26:23 UTC (rev 3550) @@ -1,7 +1,7 @@ Summary: The GNU version of the awk text processing utility. Name: gawk Version: 3.1.3 -Release: 6jh +Release: 6ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2 @@ -89,6 +89,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.1.3-6ts +- current (3.1.3-6jh) integrated as 3.1.3-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.1.3-5ts - current (3.1.3-4ts) integrated as 3.1.3-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/gawk/releases/3.1.3/6ts (from rev 3396, tinysofa/releases/1.1/gawk/current) Modified: tinysofa/releases/1.1/gawk/releases/3.1.3/6ts/specs/gawk.spec =================================================================== --- tinysofa/releases/1.1/gawk/current/specs/gawk.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/gawk/releases/3.1.3/6ts/specs/gawk.spec 2004-08-05 08:26:23 UTC (rev 3550) @@ -1,7 +1,7 @@ Summary: The GNU version of the awk text processing utility. Name: gawk Version: 3.1.3 -Release: 6jh +Release: 6ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2 @@ -89,6 +89,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.1.3-6ts +- current (3.1.3-6jh) integrated as 3.1.3-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.1.3-5ts - current (3.1.3-4ts) integrated as 3.1.3-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:26:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:26:28 +1000 (EST) Subject: [tinysofa-svn] r3551 - tinysofa/releases/1.1/gawk Message-ID: <20040805082628.46A6D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:26:28 +1000 (Thu, 05 Aug 2004) New Revision: 3551 Removed: tinysofa/releases/1.1/gawk/pristine/ Log: gawk: * removing pristine (3.1.3-5ts) From svn at tinysofa.org Thu Aug 5 08:26:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:26:33 +1000 (EST) Subject: [tinysofa-svn] r3552 - tinysofa/releases/1.1/gawk Message-ID: <20040805082633.BD0ED4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:26:33 +1000 (Thu, 05 Aug 2004) New Revision: 3552 Added: tinysofa/releases/1.1/gawk/pristine/ Log: gawk: * retarget pristine (3.1.3-5ts) to releases/3.1.3/6ts Copied: tinysofa/releases/1.1/gawk/pristine (from rev 3550, tinysofa/releases/1.1/gawk/releases/3.1.3/6ts) From svn at tinysofa.org Thu Aug 5 08:26:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:26:50 +1000 (EST) Subject: [tinysofa-svn] r3553 - in tinysofa/releases/1.1/gcc: current/specs releases/3.3.3 releases/3.3.3/8ts/specs Message-ID: <20040805082650.0194A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:26:50 +1000 (Thu, 05 Aug 2004) New Revision: 3553 Added: tinysofa/releases/1.1/gcc/releases/3.3.3/8ts/ Modified: tinysofa/releases/1.1/gcc/current/specs/gcc.spec tinysofa/releases/1.1/gcc/releases/3.3.3/8ts/specs/gcc.spec Log: gcc: * integrate current (3.3.3-8jh) as releases/3.3.3/8ts Modified: tinysofa/releases/1.1/gcc/current/specs/gcc.spec =================================================================== --- tinysofa/releases/1.1/gcc/current/specs/gcc.spec 2004-08-05 08:26:33 UTC (rev 3552) +++ tinysofa/releases/1.1/gcc/current/specs/gcc.spec 2004-08-05 08:26:50 UTC (rev 3553) @@ -23,7 +23,7 @@ Summary: Various compilers (C, C++, Objective-C, Java, ...) Name: gcc Version: %{gcc_version} -Release: 8jh +Release: 8ts Copyright: GPL Group: development Source0: gcc-%{version}-%{DATE}.tar.bz2 @@ -1172,6 +1172,9 @@ %endif %changelog +* Thu Aug 05 2004 tsintegrate 3.3.3-8ts +- current (3.3.3-8jh) integrated as 3.3.3-8ts for release 1.1 + * Tue Apr 13 2004 Jakub Jelinek 3.3.3-7 - update from gcc-3_3-branch - PRs 14467, bootstrap/12527, bootstrap/13562, 14219, target/11716, Copied: tinysofa/releases/1.1/gcc/releases/3.3.3/8ts (from rev 3396, tinysofa/releases/1.1/gcc/current) Modified: tinysofa/releases/1.1/gcc/releases/3.3.3/8ts/specs/gcc.spec =================================================================== --- tinysofa/releases/1.1/gcc/current/specs/gcc.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/gcc/releases/3.3.3/8ts/specs/gcc.spec 2004-08-05 08:26:50 UTC (rev 3553) @@ -23,7 +23,7 @@ Summary: Various compilers (C, C++, Objective-C, Java, ...) Name: gcc Version: %{gcc_version} -Release: 8jh +Release: 8ts Copyright: GPL Group: development Source0: gcc-%{version}-%{DATE}.tar.bz2 @@ -1172,6 +1172,9 @@ %endif %changelog +* Thu Aug 05 2004 tsintegrate 3.3.3-8ts +- current (3.3.3-8jh) integrated as 3.3.3-8ts for release 1.1 + * Tue Apr 13 2004 Jakub Jelinek 3.3.3-7 - update from gcc-3_3-branch - PRs 14467, bootstrap/12527, bootstrap/13562, 14219, target/11716, From svn at tinysofa.org Thu Aug 5 08:26:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:26:57 +1000 (EST) Subject: [tinysofa-svn] r3554 - tinysofa/releases/1.1/gcc Message-ID: <20040805082657.331B94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:26:56 +1000 (Thu, 05 Aug 2004) New Revision: 3554 Removed: tinysofa/releases/1.1/gcc/pristine/ Log: gcc: * removing pristine (3.3.3-6ts) From svn at tinysofa.org Thu Aug 5 08:27:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:27:03 +1000 (EST) Subject: [tinysofa-svn] r3555 - tinysofa/releases/1.1/gcc Message-ID: <20040805082703.DCA4E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:27:03 +1000 (Thu, 05 Aug 2004) New Revision: 3555 Added: tinysofa/releases/1.1/gcc/pristine/ Log: gcc: * retarget pristine (3.3.3-6ts) to releases/3.3.3/8ts Copied: tinysofa/releases/1.1/gcc/pristine (from rev 3553, tinysofa/releases/1.1/gcc/releases/3.3.3/8ts) From svn at tinysofa.org Thu Aug 5 08:27:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:27:19 +1000 (EST) Subject: [tinysofa-svn] r3556 - in tinysofa/releases/1.1/gdb: current/specs releases/6.0 releases/6.0/3ts/specs Message-ID: <20040805082719.B89444E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:27:19 +1000 (Thu, 05 Aug 2004) New Revision: 3556 Added: tinysofa/releases/1.1/gdb/releases/6.0/3ts/ Modified: tinysofa/releases/1.1/gdb/current/specs/gdb.spec tinysofa/releases/1.1/gdb/releases/6.0/3ts/specs/gdb.spec Log: gdb: * integrate current (6.0-3jh) as releases/6.0/3ts Modified: tinysofa/releases/1.1/gdb/current/specs/gdb.spec =================================================================== --- tinysofa/releases/1.1/gdb/current/specs/gdb.spec 2004-08-05 08:27:03 UTC (rev 3555) +++ tinysofa/releases/1.1/gdb/current/specs/gdb.spec 2004-08-05 08:27:19 UTC (rev 3556) @@ -1,7 +1,7 @@ Summary: GNU Debugger Name: gdb Version: 6.0 -Release: 3jh +Release: 3ts License: GPL Group: development Source0: ftp://ftp.gnu.org/gdb/gdb/gdb-%{version}/gdb-%{version}.tar.bz2 @@ -56,6 +56,9 @@ %exclude %{_libdir}/libiberty* %changelog +* Thu Aug 05 2004 tsintegrate 6.0-3ts +- current (6.0-3jh) integrated as 6.0-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 6.0-2ts - current (6.0-1ts) integrated as 6.0-2ts for release 1.0-U1 Copied: tinysofa/releases/1.1/gdb/releases/6.0/3ts (from rev 3396, tinysofa/releases/1.1/gdb/current) Modified: tinysofa/releases/1.1/gdb/releases/6.0/3ts/specs/gdb.spec =================================================================== --- tinysofa/releases/1.1/gdb/current/specs/gdb.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/gdb/releases/6.0/3ts/specs/gdb.spec 2004-08-05 08:27:19 UTC (rev 3556) @@ -1,7 +1,7 @@ Summary: GNU Debugger Name: gdb Version: 6.0 -Release: 3jh +Release: 3ts License: GPL Group: development Source0: ftp://ftp.gnu.org/gdb/gdb/gdb-%{version}/gdb-%{version}.tar.bz2 @@ -56,6 +56,9 @@ %exclude %{_libdir}/libiberty* %changelog +* Thu Aug 05 2004 tsintegrate 6.0-3ts +- current (6.0-3jh) integrated as 6.0-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 6.0-2ts - current (6.0-1ts) integrated as 6.0-2ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:27:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:27:26 +1000 (EST) Subject: [tinysofa-svn] r3557 - tinysofa/releases/1.1/gdb Message-ID: <20040805082726.3D9C64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:27:26 +1000 (Thu, 05 Aug 2004) New Revision: 3557 Removed: tinysofa/releases/1.1/gdb/pristine/ Log: gdb: * removing pristine (6.0-2ts) From svn at tinysofa.org Thu Aug 5 08:27:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:27:32 +1000 (EST) Subject: [tinysofa-svn] r3558 - tinysofa/releases/1.1/gdb Message-ID: <20040805082732.C3F4A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:27:32 +1000 (Thu, 05 Aug 2004) New Revision: 3558 Added: tinysofa/releases/1.1/gdb/pristine/ Log: gdb: * retarget pristine (6.0-2ts) to releases/6.0/3ts Copied: tinysofa/releases/1.1/gdb/pristine (from rev 3556, tinysofa/releases/1.1/gdb/releases/6.0/3ts) From svn at tinysofa.org Thu Aug 5 08:27:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:27:45 +1000 (EST) Subject: [tinysofa-svn] r3559 - in tinysofa/releases/1.1/gdbm: current/specs releases/1.8.3 releases/1.8.3/7ts/specs Message-ID: <20040805082745.55B0C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:27:45 +1000 (Thu, 05 Aug 2004) New Revision: 3559 Added: tinysofa/releases/1.1/gdbm/releases/1.8.3/7ts/ Modified: tinysofa/releases/1.1/gdbm/current/specs/gdbm.spec tinysofa/releases/1.1/gdbm/releases/1.8.3/7ts/specs/gdbm.spec Log: gdbm: * integrate current (1.8.3-7jh) as releases/1.8.3/7ts Modified: tinysofa/releases/1.1/gdbm/current/specs/gdbm.spec =================================================================== --- tinysofa/releases/1.1/gdbm/current/specs/gdbm.spec 2004-08-05 08:27:32 UTC (rev 3558) +++ tinysofa/releases/1.1/gdbm/current/specs/gdbm.spec 2004-08-05 08:27:45 UTC (rev 3559) @@ -3,7 +3,7 @@ Summary: A GNU set of database routines which use extensible hashing. Name: gdbm Version: 1.8.3 -Release: 7jh +Release: 7ts Source: ftp://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz Patch0: gdbm-1.8.0-jbj.patch Patch1: gdbm-1.8.3-Makefile.in.patch @@ -100,6 +100,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 1.8.3-7ts +- current (1.8.3-7jh) integrated as 1.8.3-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.8.3-6ts - current (1.8.3-6ok) integrated as 1.8.3-6ts for release 1.0-U1 Copied: tinysofa/releases/1.1/gdbm/releases/1.8.3/7ts (from rev 3396, tinysofa/releases/1.1/gdbm/current) Modified: tinysofa/releases/1.1/gdbm/releases/1.8.3/7ts/specs/gdbm.spec =================================================================== --- tinysofa/releases/1.1/gdbm/current/specs/gdbm.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/gdbm/releases/1.8.3/7ts/specs/gdbm.spec 2004-08-05 08:27:45 UTC (rev 3559) @@ -3,7 +3,7 @@ Summary: A GNU set of database routines which use extensible hashing. Name: gdbm Version: 1.8.3 -Release: 7jh +Release: 7ts Source: ftp://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz Patch0: gdbm-1.8.0-jbj.patch Patch1: gdbm-1.8.3-Makefile.in.patch @@ -100,6 +100,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 1.8.3-7ts +- current (1.8.3-7jh) integrated as 1.8.3-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.8.3-6ts - current (1.8.3-6ok) integrated as 1.8.3-6ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:27:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:27:50 +1000 (EST) Subject: [tinysofa-svn] r3560 - tinysofa/releases/1.1/gdbm Message-ID: <20040805082750.2565F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:27:49 +1000 (Thu, 05 Aug 2004) New Revision: 3560 Removed: tinysofa/releases/1.1/gdbm/pristine/ Log: gdbm: * removing pristine (1.8.3-6ts) From svn at tinysofa.org Thu Aug 5 08:27:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:27:56 +1000 (EST) Subject: [tinysofa-svn] r3561 - tinysofa/releases/1.1/gdbm Message-ID: <20040805082756.1A1124E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:27:55 +1000 (Thu, 05 Aug 2004) New Revision: 3561 Added: tinysofa/releases/1.1/gdbm/pristine/ Log: gdbm: * retarget pristine (1.8.3-6ts) to releases/1.8.3/7ts Copied: tinysofa/releases/1.1/gdbm/pristine (from rev 3559, tinysofa/releases/1.1/gdbm/releases/1.8.3/7ts) From svn at tinysofa.org Thu Aug 5 08:28:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:28:09 +1000 (EST) Subject: [tinysofa-svn] r3562 - in tinysofa/releases/1.1/gettext: current/specs releases/0.14.1 releases/0.14.1/8ts/specs Message-ID: <20040805082809.ED7424E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:28:09 +1000 (Thu, 05 Aug 2004) New Revision: 3562 Added: tinysofa/releases/1.1/gettext/releases/0.14.1/8ts/ Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec tinysofa/releases/1.1/gettext/releases/0.14.1/8ts/specs/gettext.spec Log: gettext: * integrate current (0.14.1-8jh) as releases/0.14.1/8ts Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec =================================================================== --- tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-05 08:27:55 UTC (rev 3561) +++ tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-05 08:28:09 UTC (rev 3562) @@ -1,7 +1,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages. Name: gettext Version: 0.14.1 -Release: 8jh +Release: 8ts License: GPL Group: development Source: ftp://ftp.gnu.org/gnu/gettext-%{version}.tar.gz @@ -76,6 +76,9 @@ %exclude %{_datadir}/locale/locale.alias %changelog +* Thu Aug 05 2004 tsintegrate 0.14.1-8ts +- current (0.14.1-8jh) integrated as 0.14.1-8ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.14.1-7ts - current (0.14.1-7ok) integrated as 0.14.1-7ts for release 1.0-U1 Copied: tinysofa/releases/1.1/gettext/releases/0.14.1/8ts (from rev 3396, tinysofa/releases/1.1/gettext/current) Modified: tinysofa/releases/1.1/gettext/releases/0.14.1/8ts/specs/gettext.spec =================================================================== --- tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/gettext/releases/0.14.1/8ts/specs/gettext.spec 2004-08-05 08:28:09 UTC (rev 3562) @@ -1,7 +1,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages. Name: gettext Version: 0.14.1 -Release: 8jh +Release: 8ts License: GPL Group: development Source: ftp://ftp.gnu.org/gnu/gettext-%{version}.tar.gz @@ -76,6 +76,9 @@ %exclude %{_datadir}/locale/locale.alias %changelog +* Thu Aug 05 2004 tsintegrate 0.14.1-8ts +- current (0.14.1-8jh) integrated as 0.14.1-8ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.14.1-7ts - current (0.14.1-7ok) integrated as 0.14.1-7ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:28:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:28:14 +1000 (EST) Subject: [tinysofa-svn] r3563 - tinysofa/releases/1.1/gettext Message-ID: <20040805082814.414CC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:28:14 +1000 (Thu, 05 Aug 2004) New Revision: 3563 Removed: tinysofa/releases/1.1/gettext/pristine/ Log: gettext: * removing pristine (0.14.1-7ts) From svn at tinysofa.org Thu Aug 5 08:28:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:28:20 +1000 (EST) Subject: [tinysofa-svn] r3564 - tinysofa/releases/1.1/gettext Message-ID: <20040805082820.0A27E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:28:19 +1000 (Thu, 05 Aug 2004) New Revision: 3564 Added: tinysofa/releases/1.1/gettext/pristine/ Log: gettext: * retarget pristine (0.14.1-7ts) to releases/0.14.1/8ts Copied: tinysofa/releases/1.1/gettext/pristine (from rev 3562, tinysofa/releases/1.1/gettext/releases/0.14.1/8ts) From svn at tinysofa.org Thu Aug 5 08:28:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:28:32 +1000 (EST) Subject: [tinysofa-svn] r3565 - in tinysofa/releases/1.1/ghostscript: current/specs releases/7.07.1 releases/7.07.1/6ts/specs Message-ID: <20040805082832.ECBC64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:28:32 +1000 (Thu, 05 Aug 2004) New Revision: 3565 Added: tinysofa/releases/1.1/ghostscript/releases/7.07.1/6ts/ Modified: tinysofa/releases/1.1/ghostscript/current/specs/ghostscript.spec tinysofa/releases/1.1/ghostscript/releases/7.07.1/6ts/specs/ghostscript.spec Log: ghostscript: * integrate current (7.07.1-6jh) as releases/7.07.1/6ts Modified: tinysofa/releases/1.1/ghostscript/current/specs/ghostscript.spec =================================================================== --- tinysofa/releases/1.1/ghostscript/current/specs/ghostscript.spec 2004-08-05 08:28:19 UTC (rev 3564) +++ tinysofa/releases/1.1/ghostscript/current/specs/ghostscript.spec 2004-08-05 08:28:32 UTC (rev 3565) @@ -1,7 +1,7 @@ Summary: ESP Ghostscript Name: ghostscript Version: 7.07.1 -Release: 6jh +Release: 6ts License: GPL Group: extra Source: ftp://ftp.easysw.com/pub/ghostscript/espgs-%{version}-source.tar.bz2 @@ -81,6 +81,9 @@ /usr/share/cups/model/* %changelog +* Thu Aug 05 2004 tsintegrate 7.07.1-6ts +- current (7.07.1-6jh) integrated as 7.07.1-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 7.07.1-5ts - current (7.07.1-5ok) integrated as 7.07.1-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/ghostscript/releases/7.07.1/6ts (from rev 3396, tinysofa/releases/1.1/ghostscript/current) Modified: tinysofa/releases/1.1/ghostscript/releases/7.07.1/6ts/specs/ghostscript.spec =================================================================== --- tinysofa/releases/1.1/ghostscript/current/specs/ghostscript.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ghostscript/releases/7.07.1/6ts/specs/ghostscript.spec 2004-08-05 08:28:32 UTC (rev 3565) @@ -1,7 +1,7 @@ Summary: ESP Ghostscript Name: ghostscript Version: 7.07.1 -Release: 6jh +Release: 6ts License: GPL Group: extra Source: ftp://ftp.easysw.com/pub/ghostscript/espgs-%{version}-source.tar.bz2 @@ -81,6 +81,9 @@ /usr/share/cups/model/* %changelog +* Thu Aug 05 2004 tsintegrate 7.07.1-6ts +- current (7.07.1-6jh) integrated as 7.07.1-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 7.07.1-5ts - current (7.07.1-5ok) integrated as 7.07.1-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:28:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:28:37 +1000 (EST) Subject: [tinysofa-svn] r3566 - tinysofa/releases/1.1/ghostscript Message-ID: <20040805082837.355064E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:28:36 +1000 (Thu, 05 Aug 2004) New Revision: 3566 Removed: tinysofa/releases/1.1/ghostscript/pristine/ Log: ghostscript: * removing pristine (7.07.1-5ts) From svn at tinysofa.org Thu Aug 5 08:28:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:28:42 +1000 (EST) Subject: [tinysofa-svn] r3567 - tinysofa/releases/1.1/ghostscript Message-ID: <20040805082842.A53974E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:28:42 +1000 (Thu, 05 Aug 2004) New Revision: 3567 Added: tinysofa/releases/1.1/ghostscript/pristine/ Log: ghostscript: * retarget pristine (7.07.1-5ts) to releases/7.07.1/6ts Copied: tinysofa/releases/1.1/ghostscript/pristine (from rev 3565, tinysofa/releases/1.1/ghostscript/releases/7.07.1/6ts) From svn at tinysofa.org Thu Aug 5 08:28:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:28:51 +1000 (EST) Subject: [tinysofa-svn] r3568 - in tinysofa/releases/1.1/glib: current/specs releases releases/2.4.2 releases/2.4.2/2ts/specs Message-ID: <20040805082851.9CE744E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:28:51 +1000 (Thu, 05 Aug 2004) New Revision: 3568 Added: tinysofa/releases/1.1/glib/releases/2.4.2/ tinysofa/releases/1.1/glib/releases/2.4.2/2ts/ Modified: tinysofa/releases/1.1/glib/current/specs/glib.spec tinysofa/releases/1.1/glib/releases/2.4.2/2ts/specs/glib.spec Log: glib: * integrate current (2.4.2-2jh) as releases/2.4.2/2ts Modified: tinysofa/releases/1.1/glib/current/specs/glib.spec =================================================================== --- tinysofa/releases/1.1/glib/current/specs/glib.spec 2004-08-05 08:28:42 UTC (rev 3567) +++ tinysofa/releases/1.1/glib/current/specs/glib.spec 2004-08-05 08:28:51 UTC (rev 3568) @@ -1,7 +1,7 @@ Summary: A library of handy utility functions. Name: glib Version: 2.4.2 -Release: 2jh +Release: 2ts License: LGPL Group: main Source: ftp://ftp.gtk.org/pub/gtk/v2.4/glib-%{version}.tar.bz2 @@ -74,6 +74,9 @@ %{_prefix}/bin/* %changelog +* Thu Aug 05 2004 tsintegrate 2.4.2-2ts +- current (2.4.2-2jh) integrated as 2.4.2-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.4.1-1ts - current (2.4.1-1ok) integrated as 2.4.1-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/glib/releases/2.4.2/2ts (from rev 3396, tinysofa/releases/1.1/glib/current) Modified: tinysofa/releases/1.1/glib/releases/2.4.2/2ts/specs/glib.spec =================================================================== --- tinysofa/releases/1.1/glib/current/specs/glib.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/glib/releases/2.4.2/2ts/specs/glib.spec 2004-08-05 08:28:51 UTC (rev 3568) @@ -1,7 +1,7 @@ Summary: A library of handy utility functions. Name: glib Version: 2.4.2 -Release: 2jh +Release: 2ts License: LGPL Group: main Source: ftp://ftp.gtk.org/pub/gtk/v2.4/glib-%{version}.tar.bz2 @@ -74,6 +74,9 @@ %{_prefix}/bin/* %changelog +* Thu Aug 05 2004 tsintegrate 2.4.2-2ts +- current (2.4.2-2jh) integrated as 2.4.2-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.4.1-1ts - current (2.4.1-1ok) integrated as 2.4.1-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:28:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:28:56 +1000 (EST) Subject: [tinysofa-svn] r3569 - tinysofa/releases/1.1/glib Message-ID: <20040805082856.59CCF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:28:56 +1000 (Thu, 05 Aug 2004) New Revision: 3569 Removed: tinysofa/releases/1.1/glib/pristine/ Log: glib: * removing pristine (2.4.1-1ts) From svn at tinysofa.org Thu Aug 5 08:29:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:29:02 +1000 (EST) Subject: [tinysofa-svn] r3570 - tinysofa/releases/1.1/glib Message-ID: <20040805082902.AFCBA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:29:02 +1000 (Thu, 05 Aug 2004) New Revision: 3570 Added: tinysofa/releases/1.1/glib/pristine/ Log: glib: * retarget pristine (2.4.1-1ts) to releases/2.4.2/2ts Copied: tinysofa/releases/1.1/glib/pristine (from rev 3568, tinysofa/releases/1.1/glib/releases/2.4.2/2ts) From svn at tinysofa.org Thu Aug 5 08:29:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:29:15 +1000 (EST) Subject: [tinysofa-svn] r3571 - in tinysofa/releases/1.1/glibc: current/specs releases releases/2.3.3 releases/2.3.3/1ts/specs Message-ID: <20040805082915.821DF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:29:15 +1000 (Thu, 05 Aug 2004) New Revision: 3571 Added: tinysofa/releases/1.1/glibc/releases/2.3.3/ tinysofa/releases/1.1/glibc/releases/2.3.3/1ts/ Modified: tinysofa/releases/1.1/glibc/current/specs/glibc.spec tinysofa/releases/1.1/glibc/releases/2.3.3/1ts/specs/glibc.spec Log: glibc: * integrate current (2.3.3-1jh) as releases/2.3.3/1ts Modified: tinysofa/releases/1.1/glibc/current/specs/glibc.spec =================================================================== --- tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-05 08:29:02 UTC (rev 3570) +++ tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-05 08:29:15 UTC (rev 3571) @@ -9,7 +9,7 @@ Summary: The GNU libc libraries. Name: glibc Version: 2.3.3 -Release: 1jh +Release: 1ts License: LGPL Group: main Source0: %{name}-%{version}-%{glibcdate}.tar.bz2 @@ -1282,6 +1282,9 @@ %endif %changelog +* Thu Aug 05 2004 tsintegrate 2.3.3-1ts +- current (2.3.3-1jh) integrated as 2.3.3-1ts for release 1.1 + * Mon Jun 14 2004 Jakub Jelinek 2.3.3-32 - update from CVS - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks) Copied: tinysofa/releases/1.1/glibc/releases/2.3.3/1ts (from rev 3396, tinysofa/releases/1.1/glibc/current) Modified: tinysofa/releases/1.1/glibc/releases/2.3.3/1ts/specs/glibc.spec =================================================================== --- tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/glibc/releases/2.3.3/1ts/specs/glibc.spec 2004-08-05 08:29:15 UTC (rev 3571) @@ -9,7 +9,7 @@ Summary: The GNU libc libraries. Name: glibc Version: 2.3.3 -Release: 1jh +Release: 1ts License: LGPL Group: main Source0: %{name}-%{version}-%{glibcdate}.tar.bz2 @@ -1282,6 +1282,9 @@ %endif %changelog +* Thu Aug 05 2004 tsintegrate 2.3.3-1ts +- current (2.3.3-1jh) integrated as 2.3.3-1ts for release 1.1 + * Mon Jun 14 2004 Jakub Jelinek 2.3.3-32 - update from CVS - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks) From svn at tinysofa.org Thu Aug 5 08:29:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:29:21 +1000 (EST) Subject: [tinysofa-svn] r3572 - tinysofa/releases/1.1/glibc Message-ID: <20040805082921.40E474E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:29:21 +1000 (Thu, 05 Aug 2004) New Revision: 3572 Removed: tinysofa/releases/1.1/glibc/pristine/ Log: glibc: * removing pristine (2.3.2-17ts) From svn at tinysofa.org Thu Aug 5 08:29:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:29:27 +1000 (EST) Subject: [tinysofa-svn] r3573 - tinysofa/releases/1.1/glibc Message-ID: <20040805082927.65CBD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:29:27 +1000 (Thu, 05 Aug 2004) New Revision: 3573 Added: tinysofa/releases/1.1/glibc/pristine/ Log: glibc: * retarget pristine (2.3.2-17ts) to releases/2.3.3/1ts Copied: tinysofa/releases/1.1/glibc/pristine (from rev 3571, tinysofa/releases/1.1/glibc/releases/2.3.3/1ts) From svn at tinysofa.org Thu Aug 5 08:29:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:29:36 +1000 (EST) Subject: [tinysofa-svn] r3574 - in tinysofa/releases/1.1/gmp: current/specs releases releases/4.1.3 releases/4.1.3/1ts/specs Message-ID: <20040805082936.483034E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:29:36 +1000 (Thu, 05 Aug 2004) New Revision: 3574 Added: tinysofa/releases/1.1/gmp/releases/4.1.3/ tinysofa/releases/1.1/gmp/releases/4.1.3/1ts/ Modified: tinysofa/releases/1.1/gmp/current/specs/gmp.spec tinysofa/releases/1.1/gmp/releases/4.1.3/1ts/specs/gmp.spec Log: gmp: * integrate current (4.1.3-1jh) as releases/4.1.3/1ts Modified: tinysofa/releases/1.1/gmp/current/specs/gmp.spec =================================================================== --- tinysofa/releases/1.1/gmp/current/specs/gmp.spec 2004-08-05 08:29:27 UTC (rev 3573) +++ tinysofa/releases/1.1/gmp/current/specs/gmp.spec 2004-08-05 08:29:36 UTC (rev 3574) @@ -8,7 +8,7 @@ Summary: A GNU arbitrary precision library. Name: gmp Version: 4.1.3 -Release: 1jh +Release: 1ts URL: http://www.swox.com/gmp/ Source: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2 Patch0: gmp-4.0.1-s390.patch @@ -172,6 +172,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.1.3-1ts +- current (4.1.3-1jh) integrated as 4.1.3-1ts for release 1.1 + * Mon May 24 2004 Thomas Woerner 4.1.3-1 - new version 4.1.3 Copied: tinysofa/releases/1.1/gmp/releases/4.1.3/1ts (from rev 3396, tinysofa/releases/1.1/gmp/current) Modified: tinysofa/releases/1.1/gmp/releases/4.1.3/1ts/specs/gmp.spec =================================================================== --- tinysofa/releases/1.1/gmp/current/specs/gmp.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/gmp/releases/4.1.3/1ts/specs/gmp.spec 2004-08-05 08:29:36 UTC (rev 3574) @@ -8,7 +8,7 @@ Summary: A GNU arbitrary precision library. Name: gmp Version: 4.1.3 -Release: 1jh +Release: 1ts URL: http://www.swox.com/gmp/ Source: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2 Patch0: gmp-4.0.1-s390.patch @@ -172,6 +172,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.1.3-1ts +- current (4.1.3-1jh) integrated as 4.1.3-1ts for release 1.1 + * Mon May 24 2004 Thomas Woerner 4.1.3-1 - new version 4.1.3 From svn at tinysofa.org Thu Aug 5 08:29:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:29:41 +1000 (EST) Subject: [tinysofa-svn] r3575 - tinysofa/releases/1.1/gmp Message-ID: <20040805082941.3A2134E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:29:41 +1000 (Thu, 05 Aug 2004) New Revision: 3575 Removed: tinysofa/releases/1.1/gmp/pristine/ Log: gmp: * removing pristine (4.1.2-5ts) From svn at tinysofa.org Thu Aug 5 08:29:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:29:46 +1000 (EST) Subject: [tinysofa-svn] r3576 - tinysofa/releases/1.1/gmp Message-ID: <20040805082946.EE88F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:29:46 +1000 (Thu, 05 Aug 2004) New Revision: 3576 Added: tinysofa/releases/1.1/gmp/pristine/ Log: gmp: * retarget pristine (4.1.2-5ts) to releases/4.1.3/1ts Copied: tinysofa/releases/1.1/gmp/pristine (from rev 3574, tinysofa/releases/1.1/gmp/releases/4.1.3/1ts) From svn at tinysofa.org Thu Aug 5 08:29:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:29:59 +1000 (EST) Subject: [tinysofa-svn] r3577 - in tinysofa/releases/1.1/gnupg: current/specs releases/1.2.4 releases/1.2.4/6ts/specs Message-ID: <20040805082959.88B564E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:29:59 +1000 (Thu, 05 Aug 2004) New Revision: 3577 Added: tinysofa/releases/1.1/gnupg/releases/1.2.4/6ts/ Modified: tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec tinysofa/releases/1.1/gnupg/releases/1.2.4/6ts/specs/gnupg.spec Log: gnupg: * integrate current (1.2.4-6jh) as releases/1.2.4/6ts Modified: tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec =================================================================== --- tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec 2004-08-05 08:29:46 UTC (rev 3576) +++ tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec 2004-08-05 08:29:59 UTC (rev 3577) @@ -1,7 +1,7 @@ Summary: GPL public key crypto Name: gnupg Version: 1.2.4 -Release: 6jh +Release: 6ts License: GPL Group: extra Source: http://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2 @@ -117,6 +117,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.2.4-6ts +- current (1.2.4-6jh) integrated as 1.2.4-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.2.4-5ts - current (1.2.4-4ts) integrated as 1.2.4-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/gnupg/releases/1.2.4/6ts (from rev 3396, tinysofa/releases/1.1/gnupg/current) Modified: tinysofa/releases/1.1/gnupg/releases/1.2.4/6ts/specs/gnupg.spec =================================================================== --- tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/gnupg/releases/1.2.4/6ts/specs/gnupg.spec 2004-08-05 08:29:59 UTC (rev 3577) @@ -1,7 +1,7 @@ Summary: GPL public key crypto Name: gnupg Version: 1.2.4 -Release: 6jh +Release: 6ts License: GPL Group: extra Source: http://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2 @@ -117,6 +117,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.2.4-6ts +- current (1.2.4-6jh) integrated as 1.2.4-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.2.4-5ts - current (1.2.4-4ts) integrated as 1.2.4-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:30:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:30:04 +1000 (EST) Subject: [tinysofa-svn] r3578 - tinysofa/releases/1.1/gnupg Message-ID: <20040805083004.4816C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:30:04 +1000 (Thu, 05 Aug 2004) New Revision: 3578 Removed: tinysofa/releases/1.1/gnupg/pristine/ Log: gnupg: * removing pristine (1.2.4-5ts) From svn at tinysofa.org Thu Aug 5 08:30:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:30:10 +1000 (EST) Subject: [tinysofa-svn] r3579 - tinysofa/releases/1.1/gnupg Message-ID: <20040805083010.1A2C24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:30:09 +1000 (Thu, 05 Aug 2004) New Revision: 3579 Added: tinysofa/releases/1.1/gnupg/pristine/ Log: gnupg: * retarget pristine (1.2.4-5ts) to releases/1.2.4/6ts Copied: tinysofa/releases/1.1/gnupg/pristine (from rev 3577, tinysofa/releases/1.1/gnupg/releases/1.2.4/6ts) From svn at tinysofa.org Thu Aug 5 08:30:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:30:23 +1000 (EST) Subject: [tinysofa-svn] r3580 - in tinysofa/releases/1.1/grep: current/specs releases/2.5.1 releases/2.5.1/4ts/specs Message-ID: <20040805083023.B73294E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:30:23 +1000 (Thu, 05 Aug 2004) New Revision: 3580 Added: tinysofa/releases/1.1/grep/releases/2.5.1/4ts/ Modified: tinysofa/releases/1.1/grep/current/specs/grep.spec tinysofa/releases/1.1/grep/releases/2.5.1/4ts/specs/grep.spec Log: grep: * integrate current (2.5.1-4jh) as releases/2.5.1/4ts Modified: tinysofa/releases/1.1/grep/current/specs/grep.spec =================================================================== --- tinysofa/releases/1.1/grep/current/specs/grep.spec 2004-08-05 08:30:09 UTC (rev 3579) +++ tinysofa/releases/1.1/grep/current/specs/grep.spec 2004-08-05 08:30:23 UTC (rev 3580) @@ -1,7 +1,7 @@ Summary: The GNU versions of grep pattern matching utilities. Name: grep Version: 2.5.1 -Release: 4jh +Release: 4ts License: GPL Group: main Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.bz2 @@ -70,6 +70,9 @@ %{_mandir}/*/* %changelog +* Thu Aug 05 2004 tsintegrate 2.5.1-4ts +- current (2.5.1-4jh) integrated as 2.5.1-4ts for release 1.1 + * Thu May 20 2004 tsintegrate 2.5.1-3ts - current (2.5.1-2ok) integrated as 2.5.1-3ts for release 1.0-U1 Copied: tinysofa/releases/1.1/grep/releases/2.5.1/4ts (from rev 3396, tinysofa/releases/1.1/grep/current) Modified: tinysofa/releases/1.1/grep/releases/2.5.1/4ts/specs/grep.spec =================================================================== --- tinysofa/releases/1.1/grep/current/specs/grep.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/grep/releases/2.5.1/4ts/specs/grep.spec 2004-08-05 08:30:23 UTC (rev 3580) @@ -1,7 +1,7 @@ Summary: The GNU versions of grep pattern matching utilities. Name: grep Version: 2.5.1 -Release: 4jh +Release: 4ts License: GPL Group: main Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.bz2 @@ -70,6 +70,9 @@ %{_mandir}/*/* %changelog +* Thu Aug 05 2004 tsintegrate 2.5.1-4ts +- current (2.5.1-4jh) integrated as 2.5.1-4ts for release 1.1 + * Thu May 20 2004 tsintegrate 2.5.1-3ts - current (2.5.1-2ok) integrated as 2.5.1-3ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:30:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:30:33 +1000 (EST) Subject: [tinysofa-svn] r3582 - tinysofa/releases/1.1/grep Message-ID: <20040805083033.5BF764E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:30:33 +1000 (Thu, 05 Aug 2004) New Revision: 3582 Added: tinysofa/releases/1.1/grep/pristine/ Log: grep: * retarget pristine (2.5.1-3ts) to releases/2.5.1/4ts Copied: tinysofa/releases/1.1/grep/pristine (from rev 3580, tinysofa/releases/1.1/grep/releases/2.5.1/4ts) From svn at tinysofa.org Thu Aug 5 08:30:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:30:28 +1000 (EST) Subject: [tinysofa-svn] r3581 - tinysofa/releases/1.1/grep Message-ID: <20040805083028.183D64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:30:27 +1000 (Thu, 05 Aug 2004) New Revision: 3581 Removed: tinysofa/releases/1.1/grep/pristine/ Log: grep: * removing pristine (2.5.1-3ts) From svn at tinysofa.org Thu Aug 5 08:30:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:30:46 +1000 (EST) Subject: [tinysofa-svn] r3583 - in tinysofa/releases/1.1/groff: current/specs releases/1.19.1 releases/1.19.1/2ts/specs Message-ID: <20040805083046.807454E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:30:46 +1000 (Thu, 05 Aug 2004) New Revision: 3583 Added: tinysofa/releases/1.1/groff/releases/1.19.1/2ts/ Modified: tinysofa/releases/1.1/groff/current/specs/groff.spec tinysofa/releases/1.1/groff/releases/1.19.1/2ts/specs/groff.spec Log: groff: * integrate current (1.19.1-2jh) as releases/1.19.1/2ts Modified: tinysofa/releases/1.1/groff/current/specs/groff.spec =================================================================== --- tinysofa/releases/1.1/groff/current/specs/groff.spec 2004-08-05 08:30:33 UTC (rev 3582) +++ tinysofa/releases/1.1/groff/current/specs/groff.spec 2004-08-05 08:30:46 UTC (rev 3583) @@ -1,7 +1,7 @@ Summary: A document formatting system. Name: groff Version: 1.19.1 -Release: 2jh +Release: 2ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz @@ -117,6 +117,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.19.1-2ts +- current (1.19.1-2jh) integrated as 1.19.1-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.19.1-1ts - current (1.19.1-1ok) integrated as 1.19.1-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/groff/releases/1.19.1/2ts (from rev 3396, tinysofa/releases/1.1/groff/current) Modified: tinysofa/releases/1.1/groff/releases/1.19.1/2ts/specs/groff.spec =================================================================== --- tinysofa/releases/1.1/groff/current/specs/groff.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/groff/releases/1.19.1/2ts/specs/groff.spec 2004-08-05 08:30:46 UTC (rev 3583) @@ -1,7 +1,7 @@ Summary: A document formatting system. Name: groff Version: 1.19.1 -Release: 2jh +Release: 2ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz @@ -117,6 +117,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.19.1-2ts +- current (1.19.1-2jh) integrated as 1.19.1-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.19.1-1ts - current (1.19.1-1ok) integrated as 1.19.1-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:30:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:30:51 +1000 (EST) Subject: [tinysofa-svn] r3584 - tinysofa/releases/1.1/groff Message-ID: <20040805083051.5A4054E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:30:51 +1000 (Thu, 05 Aug 2004) New Revision: 3584 Removed: tinysofa/releases/1.1/groff/pristine/ Log: groff: * removing pristine (1.19.1-1ts) From svn at tinysofa.org Thu Aug 5 08:30:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:30:57 +1000 (EST) Subject: [tinysofa-svn] r3585 - tinysofa/releases/1.1/groff Message-ID: <20040805083057.B11984E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:30:57 +1000 (Thu, 05 Aug 2004) New Revision: 3585 Added: tinysofa/releases/1.1/groff/pristine/ Log: groff: * retarget pristine (1.19.1-1ts) to releases/1.19.1/2ts Copied: tinysofa/releases/1.1/groff/pristine (from rev 3583, tinysofa/releases/1.1/groff/releases/1.19.1/2ts) From svn at tinysofa.org Thu Aug 5 08:31:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:31:10 +1000 (EST) Subject: [tinysofa-svn] r3586 - in tinysofa/releases/1.1/grub: current/specs releases/0.94 releases/0.94/2ts/specs Message-ID: <20040805083110.5366D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:31:10 +1000 (Thu, 05 Aug 2004) New Revision: 3586 Added: tinysofa/releases/1.1/grub/releases/0.94/2ts/ Modified: tinysofa/releases/1.1/grub/current/specs/grub.spec tinysofa/releases/1.1/grub/releases/0.94/2ts/specs/grub.spec Log: grub: * integrate current (0.94-2jh) as releases/0.94/2ts Modified: tinysofa/releases/1.1/grub/current/specs/grub.spec =================================================================== --- tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 08:30:57 UTC (rev 3585) +++ tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 08:31:10 UTC (rev 3586) @@ -1,6 +1,6 @@ Name: grub Version: 0.94 -Release: 2jh +Release: 2ts Summary: GRUB - the Grand Unified Boot Loader. Group: main License: GPL @@ -125,6 +125,9 @@ %{_datadir}/grub %changelog +* Thu Aug 05 2004 tsintegrate 0.94-2ts +- current (0.94-2jh) integrated as 0.94-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.94-1ts - current (0.94-7th) integrated as 0.94-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/grub/releases/0.94/2ts (from rev 3396, tinysofa/releases/1.1/grub/current) Modified: tinysofa/releases/1.1/grub/releases/0.94/2ts/specs/grub.spec =================================================================== --- tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/grub/releases/0.94/2ts/specs/grub.spec 2004-08-05 08:31:10 UTC (rev 3586) @@ -1,6 +1,6 @@ Name: grub Version: 0.94 -Release: 2jh +Release: 2ts Summary: GRUB - the Grand Unified Boot Loader. Group: main License: GPL @@ -125,6 +125,9 @@ %{_datadir}/grub %changelog +* Thu Aug 05 2004 tsintegrate 0.94-2ts +- current (0.94-2jh) integrated as 0.94-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.94-1ts - current (0.94-7th) integrated as 0.94-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:31:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:31:15 +1000 (EST) Subject: [tinysofa-svn] r3587 - tinysofa/releases/1.1/grub Message-ID: <20040805083115.3B8984E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:31:15 +1000 (Thu, 05 Aug 2004) New Revision: 3587 Removed: tinysofa/releases/1.1/grub/pristine/ Log: grub: * removing pristine (0.94-1ts) From svn at tinysofa.org Thu Aug 5 08:31:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:31:20 +1000 (EST) Subject: [tinysofa-svn] r3588 - tinysofa/releases/1.1/grub Message-ID: <20040805083120.742874E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:31:20 +1000 (Thu, 05 Aug 2004) New Revision: 3588 Added: tinysofa/releases/1.1/grub/pristine/ Log: grub: * retarget pristine (0.94-1ts) to releases/0.94/2ts Copied: tinysofa/releases/1.1/grub/pristine (from rev 3586, tinysofa/releases/1.1/grub/releases/0.94/2ts) From svn at tinysofa.org Thu Aug 5 08:31:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:31:32 +1000 (EST) Subject: [tinysofa-svn] r3589 - in tinysofa/releases/1.1/gzip: current/specs releases/1.2.4a releases/1.2.4a/31ts/specs Message-ID: <20040805083132.3C23E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:31:31 +1000 (Thu, 05 Aug 2004) New Revision: 3589 Added: tinysofa/releases/1.1/gzip/releases/1.2.4a/31ts/ Modified: tinysofa/releases/1.1/gzip/current/specs/gzip.spec tinysofa/releases/1.1/gzip/releases/1.2.4a/31ts/specs/gzip.spec Log: gzip: * integrate current (1.2.4a-31jh) as releases/1.2.4a/31ts Modified: tinysofa/releases/1.1/gzip/current/specs/gzip.spec =================================================================== --- tinysofa/releases/1.1/gzip/current/specs/gzip.spec 2004-08-05 08:31:20 UTC (rev 3588) +++ tinysofa/releases/1.1/gzip/current/specs/gzip.spec 2004-08-05 08:31:31 UTC (rev 3589) @@ -1,7 +1,7 @@ Summary: The GNU data compression program. Name: gzip Version: 1.2.4a -Release: 31jh +Release: 31ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz @@ -94,6 +94,9 @@ /usr/share/man/*/* %changelog +* Thu Aug 05 2004 tsintegrate 1.2.4a-31ts +- current (1.2.4a-31jh) integrated as 1.2.4a-31ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.2.4a-30ts - current (1.2.4a-29ts) integrated as 1.2.4a-30ts for release 1.0-U1 Copied: tinysofa/releases/1.1/gzip/releases/1.2.4a/31ts (from rev 3396, tinysofa/releases/1.1/gzip/current) Modified: tinysofa/releases/1.1/gzip/releases/1.2.4a/31ts/specs/gzip.spec =================================================================== --- tinysofa/releases/1.1/gzip/current/specs/gzip.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/gzip/releases/1.2.4a/31ts/specs/gzip.spec 2004-08-05 08:31:31 UTC (rev 3589) @@ -1,7 +1,7 @@ Summary: The GNU data compression program. Name: gzip Version: 1.2.4a -Release: 31jh +Release: 31ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz @@ -94,6 +94,9 @@ /usr/share/man/*/* %changelog +* Thu Aug 05 2004 tsintegrate 1.2.4a-31ts +- current (1.2.4a-31jh) integrated as 1.2.4a-31ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.2.4a-30ts - current (1.2.4a-29ts) integrated as 1.2.4a-30ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:31:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:31:36 +1000 (EST) Subject: [tinysofa-svn] r3590 - tinysofa/releases/1.1/gzip Message-ID: <20040805083136.D73A24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:31:36 +1000 (Thu, 05 Aug 2004) New Revision: 3590 Removed: tinysofa/releases/1.1/gzip/pristine/ Log: gzip: * removing pristine (1.2.4a-30ts) From svn at tinysofa.org Thu Aug 5 08:31:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:31:42 +1000 (EST) Subject: [tinysofa-svn] r3591 - tinysofa/releases/1.1/gzip Message-ID: <20040805083142.6F8234E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:31:42 +1000 (Thu, 05 Aug 2004) New Revision: 3591 Added: tinysofa/releases/1.1/gzip/pristine/ Log: gzip: * retarget pristine (1.2.4a-30ts) to releases/1.2.4a/31ts Copied: tinysofa/releases/1.1/gzip/pristine (from rev 3589, tinysofa/releases/1.1/gzip/releases/1.2.4a/31ts) From svn at tinysofa.org Thu Aug 5 08:31:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:31:55 +1000 (EST) Subject: [tinysofa-svn] r3592 - in tinysofa/releases/1.1/hdparm: current/specs releases/5.5 releases/5.5/2ts/specs Message-ID: <20040805083155.188D44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:31:54 +1000 (Thu, 05 Aug 2004) New Revision: 3592 Added: tinysofa/releases/1.1/hdparm/releases/5.5/2ts/ Modified: tinysofa/releases/1.1/hdparm/current/specs/hdparm.spec tinysofa/releases/1.1/hdparm/releases/5.5/2ts/specs/hdparm.spec Log: hdparm: * integrate current (5.5-2jh) as releases/5.5/2ts Modified: tinysofa/releases/1.1/hdparm/current/specs/hdparm.spec =================================================================== --- tinysofa/releases/1.1/hdparm/current/specs/hdparm.spec 2004-08-05 08:31:42 UTC (rev 3591) +++ tinysofa/releases/1.1/hdparm/current/specs/hdparm.spec 2004-08-05 08:31:54 UTC (rev 3592) @@ -1,7 +1,7 @@ Summary: A utility for displaying and/or setting hard disk parameters. Name: hdparm Version: 5.5 -Release: 2jh +Release: 2ts License: BSD Group: main Source: http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-%{version}.tar.gz @@ -56,6 +56,9 @@ %{_mandir}/man8/hdparm.8* %changelog +* Thu Aug 05 2004 tsintegrate 5.5-2ts +- current (5.5-2jh) integrated as 5.5-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 5.5-1ts - current (5.5-1ok) integrated as 5.5-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/hdparm/releases/5.5/2ts (from rev 3396, tinysofa/releases/1.1/hdparm/current) Modified: tinysofa/releases/1.1/hdparm/releases/5.5/2ts/specs/hdparm.spec =================================================================== --- tinysofa/releases/1.1/hdparm/current/specs/hdparm.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/hdparm/releases/5.5/2ts/specs/hdparm.spec 2004-08-05 08:31:54 UTC (rev 3592) @@ -1,7 +1,7 @@ Summary: A utility for displaying and/or setting hard disk parameters. Name: hdparm Version: 5.5 -Release: 2jh +Release: 2ts License: BSD Group: main Source: http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-%{version}.tar.gz @@ -56,6 +56,9 @@ %{_mandir}/man8/hdparm.8* %changelog +* Thu Aug 05 2004 tsintegrate 5.5-2ts +- current (5.5-2jh) integrated as 5.5-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 5.5-1ts - current (5.5-1ok) integrated as 5.5-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:31:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:31:59 +1000 (EST) Subject: [tinysofa-svn] r3593 - tinysofa/releases/1.1/hdparm Message-ID: <20040805083159.BE95C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:31:59 +1000 (Thu, 05 Aug 2004) New Revision: 3593 Removed: tinysofa/releases/1.1/hdparm/pristine/ Log: hdparm: * removing pristine (5.5-1ts) From svn at tinysofa.org Thu Aug 5 08:32:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:32:05 +1000 (EST) Subject: [tinysofa-svn] r3594 - tinysofa/releases/1.1/hdparm Message-ID: <20040805083205.728884E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:32:05 +1000 (Thu, 05 Aug 2004) New Revision: 3594 Added: tinysofa/releases/1.1/hdparm/pristine/ Log: hdparm: * retarget pristine (5.5-1ts) to releases/5.5/2ts Copied: tinysofa/releases/1.1/hdparm/pristine (from rev 3592, tinysofa/releases/1.1/hdparm/releases/5.5/2ts) From svn at tinysofa.org Thu Aug 5 08:32:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:32:17 +1000 (EST) Subject: [tinysofa-svn] r3595 - in tinysofa/releases/1.1/help2man: current/specs releases/1.33.1 releases/1.33.1/6ts/specs Message-ID: <20040805083217.293EE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:32:16 +1000 (Thu, 05 Aug 2004) New Revision: 3595 Added: tinysofa/releases/1.1/help2man/releases/1.33.1/6ts/ Modified: tinysofa/releases/1.1/help2man/current/specs/help2man.spec tinysofa/releases/1.1/help2man/releases/1.33.1/6ts/specs/help2man.spec Log: help2man: * integrate current (1.33.1-6jh) as releases/1.33.1/6ts Modified: tinysofa/releases/1.1/help2man/current/specs/help2man.spec =================================================================== --- tinysofa/releases/1.1/help2man/current/specs/help2man.spec 2004-08-05 08:32:05 UTC (rev 3594) +++ tinysofa/releases/1.1/help2man/current/specs/help2man.spec 2004-08-05 08:32:16 UTC (rev 3595) @@ -1,7 +1,7 @@ Summary: help2man is a tool for generating simple man pages from program output Name: help2man Version: 1.33.1 -Release: 6jh +Release: 6ts Source: ftp://ftp.gnu.org/gnu/help2man/%{name}_%{version}.tar.gz Source1: help2man.sh Source2: help2man.csh @@ -65,6 +65,9 @@ /usr/share/html/%{name} %changelog +* Thu Aug 05 2004 tsintegrate 1.33.1-6ts +- current (1.33.1-6jh) integrated as 1.33.1-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.33.1-5ts - current (1.33.1-4ts) integrated as 1.33.1-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/help2man/releases/1.33.1/6ts (from rev 3396, tinysofa/releases/1.1/help2man/current) Modified: tinysofa/releases/1.1/help2man/releases/1.33.1/6ts/specs/help2man.spec =================================================================== --- tinysofa/releases/1.1/help2man/current/specs/help2man.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/help2man/releases/1.33.1/6ts/specs/help2man.spec 2004-08-05 08:32:16 UTC (rev 3595) @@ -1,7 +1,7 @@ Summary: help2man is a tool for generating simple man pages from program output Name: help2man Version: 1.33.1 -Release: 6jh +Release: 6ts Source: ftp://ftp.gnu.org/gnu/help2man/%{name}_%{version}.tar.gz Source1: help2man.sh Source2: help2man.csh @@ -65,6 +65,9 @@ /usr/share/html/%{name} %changelog +* Thu Aug 05 2004 tsintegrate 1.33.1-6ts +- current (1.33.1-6jh) integrated as 1.33.1-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.33.1-5ts - current (1.33.1-4ts) integrated as 1.33.1-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:32:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:32:21 +1000 (EST) Subject: [tinysofa-svn] r3596 - tinysofa/releases/1.1/help2man Message-ID: <20040805083221.C50414E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:32:21 +1000 (Thu, 05 Aug 2004) New Revision: 3596 Removed: tinysofa/releases/1.1/help2man/pristine/ Log: help2man: * removing pristine (1.33.1-5ts) From svn at tinysofa.org Thu Aug 5 08:32:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:32:27 +1000 (EST) Subject: [tinysofa-svn] r3597 - tinysofa/releases/1.1/help2man Message-ID: <20040805083227.773574E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:32:27 +1000 (Thu, 05 Aug 2004) New Revision: 3597 Added: tinysofa/releases/1.1/help2man/pristine/ Log: help2man: * retarget pristine (1.33.1-5ts) to releases/1.33.1/6ts Copied: tinysofa/releases/1.1/help2man/pristine (from rev 3595, tinysofa/releases/1.1/help2man/releases/1.33.1/6ts) From svn at tinysofa.org Thu Aug 5 08:32:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:32:39 +1000 (EST) Subject: [tinysofa-svn] r3598 - in tinysofa/releases/1.1/htmlinfo: current/specs releases/0.1.5 releases/0.1.5/16ts/specs Message-ID: <20040805083239.4192D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:32:39 +1000 (Thu, 05 Aug 2004) New Revision: 3598 Added: tinysofa/releases/1.1/htmlinfo/releases/0.1.5/16ts/ Modified: tinysofa/releases/1.1/htmlinfo/current/specs/htmlinfo.spec tinysofa/releases/1.1/htmlinfo/releases/0.1.5/16ts/specs/htmlinfo.spec Log: htmlinfo: * integrate current (0.1.5-16jh) as releases/0.1.5/16ts Modified: tinysofa/releases/1.1/htmlinfo/current/specs/htmlinfo.spec =================================================================== --- tinysofa/releases/1.1/htmlinfo/current/specs/htmlinfo.spec 2004-08-05 08:32:27 UTC (rev 3597) +++ tinysofa/releases/1.1/htmlinfo/current/specs/htmlinfo.spec 2004-08-05 08:32:39 UTC (rev 3598) @@ -1,7 +1,7 @@ Summary: Info documentation html indexer Name: htmlinfo Version: 0.1.5 -Release: 16jh +Release: 16ts License: GPL Group: main Source1: htmlinfo_update.sh-%{version} @@ -40,6 +40,9 @@ /usr/sbin/* %changelog +* Thu Aug 05 2004 tsintegrate 0.1.5-16ts +- current (0.1.5-16jh) integrated as 0.1.5-16ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.1.5-15ts - current (0.1.5-14ts) integrated as 0.1.5-15ts for release 1.0-U1 Copied: tinysofa/releases/1.1/htmlinfo/releases/0.1.5/16ts (from rev 3396, tinysofa/releases/1.1/htmlinfo/current) Modified: tinysofa/releases/1.1/htmlinfo/releases/0.1.5/16ts/specs/htmlinfo.spec =================================================================== --- tinysofa/releases/1.1/htmlinfo/current/specs/htmlinfo.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/htmlinfo/releases/0.1.5/16ts/specs/htmlinfo.spec 2004-08-05 08:32:39 UTC (rev 3598) @@ -1,7 +1,7 @@ Summary: Info documentation html indexer Name: htmlinfo Version: 0.1.5 -Release: 16jh +Release: 16ts License: GPL Group: main Source1: htmlinfo_update.sh-%{version} @@ -40,6 +40,9 @@ /usr/sbin/* %changelog +* Thu Aug 05 2004 tsintegrate 0.1.5-16ts +- current (0.1.5-16jh) integrated as 0.1.5-16ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.1.5-15ts - current (0.1.5-14ts) integrated as 0.1.5-15ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:32:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:32:43 +1000 (EST) Subject: [tinysofa-svn] r3599 - tinysofa/releases/1.1/htmlinfo Message-ID: <20040805083243.B07474E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:32:43 +1000 (Thu, 05 Aug 2004) New Revision: 3599 Removed: tinysofa/releases/1.1/htmlinfo/pristine/ Log: htmlinfo: * removing pristine (0.1.5-15ts) From svn at tinysofa.org Thu Aug 5 08:32:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:32:49 +1000 (EST) Subject: [tinysofa-svn] r3600 - tinysofa/releases/1.1/htmlinfo Message-ID: <20040805083249.479764E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:32:49 +1000 (Thu, 05 Aug 2004) New Revision: 3600 Added: tinysofa/releases/1.1/htmlinfo/pristine/ Log: htmlinfo: * retarget pristine (0.1.5-15ts) to releases/0.1.5/16ts Copied: tinysofa/releases/1.1/htmlinfo/pristine (from rev 3598, tinysofa/releases/1.1/htmlinfo/releases/0.1.5/16ts) From svn at tinysofa.org Thu Aug 5 08:33:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:01 +1000 (EST) Subject: [tinysofa-svn] r3601 - in tinysofa/releases/1.1/hwdata: current/specs releases/0.44 releases/0.44/20ts/specs Message-ID: <20040805083301.EBBEF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:01 +1000 (Thu, 05 Aug 2004) New Revision: 3601 Added: tinysofa/releases/1.1/hwdata/releases/0.44/20ts/ Modified: tinysofa/releases/1.1/hwdata/current/specs/hwdata.spec tinysofa/releases/1.1/hwdata/releases/0.44/20ts/specs/hwdata.spec Log: hwdata: * integrate current (0.44-20jh) as releases/0.44/20ts Modified: tinysofa/releases/1.1/hwdata/current/specs/hwdata.spec =================================================================== --- tinysofa/releases/1.1/hwdata/current/specs/hwdata.spec 2004-08-05 08:32:49 UTC (rev 3600) +++ tinysofa/releases/1.1/hwdata/current/specs/hwdata.spec 2004-08-05 08:33:01 UTC (rev 3601) @@ -1,7 +1,7 @@ Name: hwdata Summary: Hardware identification and configuration data Version: 0.44 -Release: 20jh +Release: 20ts License: GPL Group: main Source: hwdata-%{version}.tar.gz @@ -62,6 +62,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.44-20ts +- current (0.44-20jh) integrated as 0.44-20ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 0.44-19ts - current (0.44-18ts) integrated as 0.44-19ts for release 1.0-U2 Copied: tinysofa/releases/1.1/hwdata/releases/0.44/20ts (from rev 3396, tinysofa/releases/1.1/hwdata/current) Modified: tinysofa/releases/1.1/hwdata/releases/0.44/20ts/specs/hwdata.spec =================================================================== --- tinysofa/releases/1.1/hwdata/current/specs/hwdata.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/hwdata/releases/0.44/20ts/specs/hwdata.spec 2004-08-05 08:33:01 UTC (rev 3601) @@ -1,7 +1,7 @@ Name: hwdata Summary: Hardware identification and configuration data Version: 0.44 -Release: 20jh +Release: 20ts License: GPL Group: main Source: hwdata-%{version}.tar.gz @@ -62,6 +62,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.44-20ts +- current (0.44-20jh) integrated as 0.44-20ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 0.44-19ts - current (0.44-18ts) integrated as 0.44-19ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 08:33:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:06 +1000 (EST) Subject: [tinysofa-svn] r3602 - tinysofa/releases/1.1/hwdata Message-ID: <20040805083306.B9E884E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:06 +1000 (Thu, 05 Aug 2004) New Revision: 3602 Removed: tinysofa/releases/1.1/hwdata/pristine/ Log: hwdata: * removing pristine (0.44-19ts) From svn at tinysofa.org Thu Aug 5 08:33:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:12 +1000 (EST) Subject: [tinysofa-svn] r3603 - tinysofa/releases/1.1/hwdata Message-ID: <20040805083312.7D88F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:12 +1000 (Thu, 05 Aug 2004) New Revision: 3603 Added: tinysofa/releases/1.1/hwdata/pristine/ Log: hwdata: * retarget pristine (0.44-19ts) to releases/0.44/20ts Copied: tinysofa/releases/1.1/hwdata/pristine (from rev 3601, tinysofa/releases/1.1/hwdata/releases/0.44/20ts) From svn at tinysofa.org Thu Aug 5 08:33:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:23 +1000 (EST) Subject: [tinysofa-svn] r3604 - in tinysofa/releases/1.1/imapd-pam: current/specs releases/1.9.0 releases/1.9.0/10ts/specs Message-ID: <20040805083323.3507E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:22 +1000 (Thu, 05 Aug 2004) New Revision: 3604 Added: tinysofa/releases/1.1/imapd-pam/releases/1.9.0/10ts/ Modified: tinysofa/releases/1.1/imapd-pam/current/specs/imapd-pam.spec tinysofa/releases/1.1/imapd-pam/releases/1.9.0/10ts/specs/imapd-pam.spec Log: imapd-pam: * integrate current (1.9.0-10jh) as releases/1.9.0/10ts Modified: tinysofa/releases/1.1/imapd-pam/current/specs/imapd-pam.spec =================================================================== --- tinysofa/releases/1.1/imapd-pam/current/specs/imapd-pam.spec 2004-08-05 08:33:12 UTC (rev 3603) +++ tinysofa/releases/1.1/imapd-pam/current/specs/imapd-pam.spec 2004-08-05 08:33:22 UTC (rev 3604) @@ -1,7 +1,7 @@ Summary: PAM for the different IMAP services Name: imapd-pam Version: 1.9.0 -Release: 10jh +Release: 10ts License: GPL Group: extra Source0: imap.pamd @@ -32,6 +32,9 @@ %config(noreplace) /etc/pam.d/pop3 %changelog +* Thu Aug 05 2004 tsintegrate 1.9.0-10ts +- current (1.9.0-10jh) integrated as 1.9.0-10ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.9.0-9ts - current (1.9.0-8ts) integrated as 1.9.0-9ts for release 1.0-U1 Copied: tinysofa/releases/1.1/imapd-pam/releases/1.9.0/10ts (from rev 3396, tinysofa/releases/1.1/imapd-pam/current) Modified: tinysofa/releases/1.1/imapd-pam/releases/1.9.0/10ts/specs/imapd-pam.spec =================================================================== --- tinysofa/releases/1.1/imapd-pam/current/specs/imapd-pam.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/imapd-pam/releases/1.9.0/10ts/specs/imapd-pam.spec 2004-08-05 08:33:22 UTC (rev 3604) @@ -1,7 +1,7 @@ Summary: PAM for the different IMAP services Name: imapd-pam Version: 1.9.0 -Release: 10jh +Release: 10ts License: GPL Group: extra Source0: imap.pamd @@ -32,6 +32,9 @@ %config(noreplace) /etc/pam.d/pop3 %changelog +* Thu Aug 05 2004 tsintegrate 1.9.0-10ts +- current (1.9.0-10jh) integrated as 1.9.0-10ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.9.0-9ts - current (1.9.0-8ts) integrated as 1.9.0-9ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:33:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:27 +1000 (EST) Subject: [tinysofa-svn] r3605 - tinysofa/releases/1.1/imapd-pam Message-ID: <20040805083327.A95974E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:27 +1000 (Thu, 05 Aug 2004) New Revision: 3605 Removed: tinysofa/releases/1.1/imapd-pam/pristine/ Log: imapd-pam: * removing pristine (1.9.0-9ts) From svn at tinysofa.org Thu Aug 5 08:33:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:32 +1000 (EST) Subject: [tinysofa-svn] r3606 - tinysofa/releases/1.1/imapd-pam Message-ID: <20040805083332.428E84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:32 +1000 (Thu, 05 Aug 2004) New Revision: 3606 Added: tinysofa/releases/1.1/imapd-pam/pristine/ Log: imapd-pam: * retarget pristine (1.9.0-9ts) to releases/1.9.0/10ts Copied: tinysofa/releases/1.1/imapd-pam/pristine (from rev 3604, tinysofa/releases/1.1/imapd-pam/releases/1.9.0/10ts) From svn at tinysofa.org Thu Aug 5 08:33:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:45 +1000 (EST) Subject: [tinysofa-svn] r3607 - in tinysofa/releases/1.1/initscripts: current/specs releases/7.31.9 releases/7.31.9/5ts/specs Message-ID: <20040805083345.2BC2F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:44 +1000 (Thu, 05 Aug 2004) New Revision: 3607 Added: tinysofa/releases/1.1/initscripts/releases/7.31.9/5ts/ Modified: tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec tinysofa/releases/1.1/initscripts/releases/7.31.9/5ts/specs/initscripts.spec Log: initscripts: * integrate current (7.31.9-5jh) as releases/7.31.9/5ts Modified: tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec =================================================================== --- tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec 2004-08-05 08:33:32 UTC (rev 3606) +++ tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec 2004-08-05 08:33:44 UTC (rev 3607) @@ -3,7 +3,7 @@ Version: 7.31.9 License: GPL Group: main -Release: 5jh +Release: 5ts Source: initscripts-%{version}.tar.bz2 URL: http://rhlinux.redhat.com/initscripts/ Patch0: initscripts-s390.patch @@ -194,6 +194,9 @@ %exclude /etc/sysconfig/network-scripts/ifdown-ippp %changelog +* Thu Aug 05 2004 tsintegrate 7.31.9-5ts +- current (7.31.9-5jh) integrated as 7.31.9-5ts for release 1.1 + * Thu Jun 24 2004 tsintegrate 7.31.9-4ts - current (7.31.9-3ts) integrated as 7.31.9-4ts for release 1.0-U2 Copied: tinysofa/releases/1.1/initscripts/releases/7.31.9/5ts (from rev 3396, tinysofa/releases/1.1/initscripts/current) Modified: tinysofa/releases/1.1/initscripts/releases/7.31.9/5ts/specs/initscripts.spec =================================================================== --- tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/initscripts/releases/7.31.9/5ts/specs/initscripts.spec 2004-08-05 08:33:44 UTC (rev 3607) @@ -3,7 +3,7 @@ Version: 7.31.9 License: GPL Group: main -Release: 5jh +Release: 5ts Source: initscripts-%{version}.tar.bz2 URL: http://rhlinux.redhat.com/initscripts/ Patch0: initscripts-s390.patch @@ -194,6 +194,9 @@ %exclude /etc/sysconfig/network-scripts/ifdown-ippp %changelog +* Thu Aug 05 2004 tsintegrate 7.31.9-5ts +- current (7.31.9-5jh) integrated as 7.31.9-5ts for release 1.1 + * Thu Jun 24 2004 tsintegrate 7.31.9-4ts - current (7.31.9-3ts) integrated as 7.31.9-4ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 08:33:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:49 +1000 (EST) Subject: [tinysofa-svn] r3608 - tinysofa/releases/1.1/initscripts Message-ID: <20040805083349.B4CEA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:49 +1000 (Thu, 05 Aug 2004) New Revision: 3608 Removed: tinysofa/releases/1.1/initscripts/pristine/ Log: initscripts: * removing pristine (7.31.9-4ts) From svn at tinysofa.org Thu Aug 5 08:33:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:33:55 +1000 (EST) Subject: [tinysofa-svn] r3609 - tinysofa/releases/1.1/initscripts Message-ID: <20040805083355.7BBDB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:33:55 +1000 (Thu, 05 Aug 2004) New Revision: 3609 Added: tinysofa/releases/1.1/initscripts/pristine/ Log: initscripts: * retarget pristine (7.31.9-4ts) to releases/7.31.9/5ts Copied: tinysofa/releases/1.1/initscripts/pristine (from rev 3607, tinysofa/releases/1.1/initscripts/releases/7.31.9/5ts) From svn at tinysofa.org Thu Aug 5 08:34:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:34:07 +1000 (EST) Subject: [tinysofa-svn] r3610 - in tinysofa/releases/1.1/iproute: current/specs releases/2.4.7 releases/2.4.7/13ts/specs Message-ID: <20040805083407.C429E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:34:07 +1000 (Thu, 05 Aug 2004) New Revision: 3610 Added: tinysofa/releases/1.1/iproute/releases/2.4.7/13ts/ Modified: tinysofa/releases/1.1/iproute/current/specs/iproute.spec tinysofa/releases/1.1/iproute/releases/2.4.7/13ts/specs/iproute.spec Log: iproute: * integrate current (2.4.7-13jh) as releases/2.4.7/13ts Modified: tinysofa/releases/1.1/iproute/current/specs/iproute.spec =================================================================== --- tinysofa/releases/1.1/iproute/current/specs/iproute.spec 2004-08-05 08:33:55 UTC (rev 3609) +++ tinysofa/releases/1.1/iproute/current/specs/iproute.spec 2004-08-05 08:34:07 UTC (rev 3610) @@ -1,7 +1,7 @@ Summary: Advanced IP routing and network device configuration tools. Name: iproute Version: 2.4.7 -Release: 13jh +Release: 13ts Group: extra Source: http://ftp.sunet.se/pub/os/Linux/ip-routing/iproute2-2.4.7-now-ss020116-try.tar.gz Source1: ip.8 @@ -102,6 +102,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.4.7-13ts +- current (2.4.7-13jh) integrated as 2.4.7-13ts for release 1.1 + * Wed May 26 2004 Phil Knirsch 2.4.7-16 - Took tons of manpages from debian, much more complete (#123952). Copied: tinysofa/releases/1.1/iproute/releases/2.4.7/13ts (from rev 3396, tinysofa/releases/1.1/iproute/current) Modified: tinysofa/releases/1.1/iproute/releases/2.4.7/13ts/specs/iproute.spec =================================================================== --- tinysofa/releases/1.1/iproute/current/specs/iproute.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/iproute/releases/2.4.7/13ts/specs/iproute.spec 2004-08-05 08:34:07 UTC (rev 3610) @@ -1,7 +1,7 @@ Summary: Advanced IP routing and network device configuration tools. Name: iproute Version: 2.4.7 -Release: 13jh +Release: 13ts Group: extra Source: http://ftp.sunet.se/pub/os/Linux/ip-routing/iproute2-2.4.7-now-ss020116-try.tar.gz Source1: ip.8 @@ -102,6 +102,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.4.7-13ts +- current (2.4.7-13jh) integrated as 2.4.7-13ts for release 1.1 + * Wed May 26 2004 Phil Knirsch 2.4.7-16 - Took tons of manpages from debian, much more complete (#123952). From svn at tinysofa.org Thu Aug 5 08:34:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:34:12 +1000 (EST) Subject: [tinysofa-svn] r3611 - tinysofa/releases/1.1/iproute Message-ID: <20040805083412.BA3D74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:34:12 +1000 (Thu, 05 Aug 2004) New Revision: 3611 Removed: tinysofa/releases/1.1/iproute/pristine/ Log: iproute: * removing pristine (2.4.7-12ts) From svn at tinysofa.org Thu Aug 5 08:34:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:34:18 +1000 (EST) Subject: [tinysofa-svn] r3612 - tinysofa/releases/1.1/iproute Message-ID: <20040805083418.883004E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:34:18 +1000 (Thu, 05 Aug 2004) New Revision: 3612 Added: tinysofa/releases/1.1/iproute/pristine/ Log: iproute: * retarget pristine (2.4.7-12ts) to releases/2.4.7/13ts Copied: tinysofa/releases/1.1/iproute/pristine (from rev 3610, tinysofa/releases/1.1/iproute/releases/2.4.7/13ts) From svn at tinysofa.org Thu Aug 5 08:34:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:34:35 +1000 (EST) Subject: [tinysofa-svn] r3614 - tinysofa/releases/1.1/iptables Message-ID: <20040805083435.BF1664E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:34:35 +1000 (Thu, 05 Aug 2004) New Revision: 3614 Removed: tinysofa/releases/1.1/iptables/pristine/ Log: iptables: * removing pristine (1.2.10-1ts) From svn at tinysofa.org Thu Aug 5 08:34:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:34:31 +1000 (EST) Subject: [tinysofa-svn] r3613 - in tinysofa/releases/1.1/iptables: current/specs releases/1.2.10 releases/1.2.10/2ts/specs Message-ID: <20040805083431.73FD84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:34:31 +1000 (Thu, 05 Aug 2004) New Revision: 3613 Added: tinysofa/releases/1.1/iptables/releases/1.2.10/2ts/ Modified: tinysofa/releases/1.1/iptables/current/specs/iptables.spec tinysofa/releases/1.1/iptables/releases/1.2.10/2ts/specs/iptables.spec Log: iptables: * integrate current (1.2.10-2jh) as releases/1.2.10/2ts Modified: tinysofa/releases/1.1/iptables/current/specs/iptables.spec =================================================================== --- tinysofa/releases/1.1/iptables/current/specs/iptables.spec 2004-08-05 08:34:18 UTC (rev 3612) +++ tinysofa/releases/1.1/iptables/current/specs/iptables.spec 2004-08-05 08:34:31 UTC (rev 3613) @@ -1,7 +1,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. Version: 1.2.10 -Release: 2jh +Release: 2ts Source: http://www.netfilter.org/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables6.init @@ -97,6 +97,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.2.10-2ts +- current (1.2.10-2jh) integrated as 1.2.10-2ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 1.2.10-1ts - current (1.2.10-5ts) integrated as 1.2.10-1ts for release 1.0-U2 Copied: tinysofa/releases/1.1/iptables/releases/1.2.10/2ts (from rev 3396, tinysofa/releases/1.1/iptables/current) Modified: tinysofa/releases/1.1/iptables/releases/1.2.10/2ts/specs/iptables.spec =================================================================== --- tinysofa/releases/1.1/iptables/current/specs/iptables.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/iptables/releases/1.2.10/2ts/specs/iptables.spec 2004-08-05 08:34:31 UTC (rev 3613) @@ -1,7 +1,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. Version: 1.2.10 -Release: 2jh +Release: 2ts Source: http://www.netfilter.org/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables6.init @@ -97,6 +97,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.2.10-2ts +- current (1.2.10-2jh) integrated as 1.2.10-2ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 1.2.10-1ts - current (1.2.10-5ts) integrated as 1.2.10-1ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 08:34:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:34:41 +1000 (EST) Subject: [tinysofa-svn] r3615 - tinysofa/releases/1.1/iptables Message-ID: <20040805083441.54C734E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:34:41 +1000 (Thu, 05 Aug 2004) New Revision: 3615 Added: tinysofa/releases/1.1/iptables/pristine/ Log: iptables: * retarget pristine (1.2.10-1ts) to releases/1.2.10/2ts Copied: tinysofa/releases/1.1/iptables/pristine (from rev 3613, tinysofa/releases/1.1/iptables/releases/1.2.10/2ts) From svn at tinysofa.org Thu Aug 5 08:34:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:34:50 +1000 (EST) Subject: [tinysofa-svn] r3616 - in tinysofa/releases/1.1/iputils: current/specs releases releases/20020927 releases/20020927/15ts/specs Message-ID: <20040805083450.192CF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:34:49 +1000 (Thu, 05 Aug 2004) New Revision: 3616 Added: tinysofa/releases/1.1/iputils/releases/20020927/ tinysofa/releases/1.1/iputils/releases/20020927/15ts/ Modified: tinysofa/releases/1.1/iputils/current/specs/iputils.spec tinysofa/releases/1.1/iputils/releases/20020927/15ts/specs/iputils.spec Log: iputils: * integrate current (20020927-15jh) as releases/20020927/15ts Modified: tinysofa/releases/1.1/iputils/current/specs/iputils.spec =================================================================== --- tinysofa/releases/1.1/iputils/current/specs/iputils.spec 2004-08-05 08:34:41 UTC (rev 3615) +++ tinysofa/releases/1.1/iputils/current/specs/iputils.spec 2004-08-05 08:34:49 UTC (rev 3616) @@ -1,7 +1,7 @@ Summary: Network monitoring tools including ping. Name: iputils Version: 20020927 -Release: 15jh +Release: 15ts License: BSD Group: main Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss020927.tar.gz @@ -127,6 +127,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 20020927-15ts +- current (20020927-15jh) integrated as 20020927-15ts for release 1.1 + * Wed May 12 2004 Phil Knirsch 20020927-15 - Updated rh patch to enable PIE build of binaries. Copied: tinysofa/releases/1.1/iputils/releases/20020927/15ts (from rev 3396, tinysofa/releases/1.1/iputils/current) Modified: tinysofa/releases/1.1/iputils/releases/20020927/15ts/specs/iputils.spec =================================================================== --- tinysofa/releases/1.1/iputils/current/specs/iputils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/iputils/releases/20020927/15ts/specs/iputils.spec 2004-08-05 08:34:49 UTC (rev 3616) @@ -1,7 +1,7 @@ Summary: Network monitoring tools including ping. Name: iputils Version: 20020927 -Release: 15jh +Release: 15ts License: BSD Group: main Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss020927.tar.gz @@ -127,6 +127,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 20020927-15ts +- current (20020927-15jh) integrated as 20020927-15ts for release 1.1 + * Wed May 12 2004 Phil Knirsch 20020927-15 - Updated rh patch to enable PIE build of binaries. From svn at tinysofa.org Thu Aug 5 08:34:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:34:54 +1000 (EST) Subject: [tinysofa-svn] r3617 - tinysofa/releases/1.1/iputils Message-ID: <20040805083454.AC5974E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:34:54 +1000 (Thu, 05 Aug 2004) New Revision: 3617 Removed: tinysofa/releases/1.1/iputils/pristine/ Log: iputils: * removing pristine (0.0.20020927-14ts) From svn at tinysofa.org Thu Aug 5 08:35:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:35:00 +1000 (EST) Subject: [tinysofa-svn] r3618 - tinysofa/releases/1.1/iputils Message-ID: <20040805083500.A0B7A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:35:00 +1000 (Thu, 05 Aug 2004) New Revision: 3618 Added: tinysofa/releases/1.1/iputils/pristine/ Log: iputils: * retarget pristine (0.0.20020927-14ts) to releases/20020927/15ts Copied: tinysofa/releases/1.1/iputils/pristine (from rev 3616, tinysofa/releases/1.1/iputils/releases/20020927/15ts) From svn at tinysofa.org Thu Aug 5 08:35:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:35:13 +1000 (EST) Subject: [tinysofa-svn] r3619 - in tinysofa/releases/1.1/jwhois: current/specs releases/3.2.2 releases/3.2.2/6ts/specs Message-ID: <20040805083513.468764E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:35:13 +1000 (Thu, 05 Aug 2004) New Revision: 3619 Added: tinysofa/releases/1.1/jwhois/releases/3.2.2/6ts/ Modified: tinysofa/releases/1.1/jwhois/current/specs/jwhois.spec tinysofa/releases/1.1/jwhois/releases/3.2.2/6ts/specs/jwhois.spec Log: jwhois: * integrate current (3.2.2-6jh) as releases/3.2.2/6ts Modified: tinysofa/releases/1.1/jwhois/current/specs/jwhois.spec =================================================================== --- tinysofa/releases/1.1/jwhois/current/specs/jwhois.spec 2004-08-05 08:35:00 UTC (rev 3618) +++ tinysofa/releases/1.1/jwhois/current/specs/jwhois.spec 2004-08-05 08:35:13 UTC (rev 3619) @@ -1,7 +1,7 @@ Summary: The GNU Whois client Name: jwhois Version: 3.2.2 -Release: 6jh +Release: 6ts License: GPL Group: main URL: http://www.gnu.org/software/jwhois @@ -70,6 +70,9 @@ %exclude %{_mandir}/sv/man1/* %changelog +* Thu Aug 05 2004 tsintegrate 3.2.2-6ts +- current (3.2.2-6jh) integrated as 3.2.2-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.2.2-5ts - current (3.2.2-4ts) integrated as 3.2.2-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/jwhois/releases/3.2.2/6ts (from rev 3396, tinysofa/releases/1.1/jwhois/current) Modified: tinysofa/releases/1.1/jwhois/releases/3.2.2/6ts/specs/jwhois.spec =================================================================== --- tinysofa/releases/1.1/jwhois/current/specs/jwhois.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/jwhois/releases/3.2.2/6ts/specs/jwhois.spec 2004-08-05 08:35:13 UTC (rev 3619) @@ -1,7 +1,7 @@ Summary: The GNU Whois client Name: jwhois Version: 3.2.2 -Release: 6jh +Release: 6ts License: GPL Group: main URL: http://www.gnu.org/software/jwhois @@ -70,6 +70,9 @@ %exclude %{_mandir}/sv/man1/* %changelog +* Thu Aug 05 2004 tsintegrate 3.2.2-6ts +- current (3.2.2-6jh) integrated as 3.2.2-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.2.2-5ts - current (3.2.2-4ts) integrated as 3.2.2-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:35:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:35:17 +1000 (EST) Subject: [tinysofa-svn] r3620 - tinysofa/releases/1.1/jwhois Message-ID: <20040805083517.BE79F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:35:17 +1000 (Thu, 05 Aug 2004) New Revision: 3620 Removed: tinysofa/releases/1.1/jwhois/pristine/ Log: jwhois: * removing pristine (3.2.2-5ts) From svn at tinysofa.org Thu Aug 5 08:35:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:35:26 +1000 (EST) Subject: [tinysofa-svn] r3621 - tinysofa/releases/1.1/jwhois Message-ID: <20040805083526.7B3A94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:35:26 +1000 (Thu, 05 Aug 2004) New Revision: 3621 Added: tinysofa/releases/1.1/jwhois/pristine/ Log: jwhois: * retarget pristine (3.2.2-5ts) to releases/3.2.2/6ts Copied: tinysofa/releases/1.1/jwhois/pristine (from rev 3619, tinysofa/releases/1.1/jwhois/releases/3.2.2/6ts) From svn at tinysofa.org Thu Aug 5 08:35:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:35:39 +1000 (EST) Subject: [tinysofa-svn] r3622 - in tinysofa/releases/1.1/kbd: current/specs releases/1.12 releases/1.12/2ts/specs Message-ID: <20040805083539.C3FC44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:35:39 +1000 (Thu, 05 Aug 2004) New Revision: 3622 Added: tinysofa/releases/1.1/kbd/releases/1.12/2ts/ Modified: tinysofa/releases/1.1/kbd/current/specs/kbd.spec tinysofa/releases/1.1/kbd/releases/1.12/2ts/specs/kbd.spec Log: kbd: * integrate current (1.12-2jh) as releases/1.12/2ts Modified: tinysofa/releases/1.1/kbd/current/specs/kbd.spec =================================================================== --- tinysofa/releases/1.1/kbd/current/specs/kbd.spec 2004-08-05 08:35:26 UTC (rev 3621) +++ tinysofa/releases/1.1/kbd/current/specs/kbd.spec 2004-08-05 08:35:39 UTC (rev 3622) @@ -1,7 +1,7 @@ Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) Name: kbd Version: 1.12 -Release: 2jh +Release: 2ts License: GPL Group: main Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2 @@ -118,6 +118,9 @@ %config %{_sysconfdir}/pam.d/* %changelog +* Thu Aug 05 2004 tsintegrate 1.12-2ts +- current (1.12-2jh) integrated as 1.12-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.12-1ts - current (1.12-1ok) integrated as 1.12-1ts for release 1.0-U1 @@ -279,4 +282,4 @@ - Add triggerpostun -- console-tools magic to get sane fonts and mappings * Tue Apr 17 2001 Erik Troan -- initial packaging for kbdrate \ No newline at end of file +- initial packaging for kbdrat Copied: tinysofa/releases/1.1/kbd/releases/1.12/2ts (from rev 3396, tinysofa/releases/1.1/kbd/current) Modified: tinysofa/releases/1.1/kbd/releases/1.12/2ts/specs/kbd.spec =================================================================== --- tinysofa/releases/1.1/kbd/current/specs/kbd.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/kbd/releases/1.12/2ts/specs/kbd.spec 2004-08-05 08:35:39 UTC (rev 3622) @@ -1,7 +1,7 @@ Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) Name: kbd Version: 1.12 -Release: 2jh +Release: 2ts License: GPL Group: main Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2 @@ -118,6 +118,9 @@ %config %{_sysconfdir}/pam.d/* %changelog +* Thu Aug 05 2004 tsintegrate 1.12-2ts +- current (1.12-2jh) integrated as 1.12-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.12-1ts - current (1.12-1ok) integrated as 1.12-1ts for release 1.0-U1 @@ -279,4 +282,4 @@ - Add triggerpostun -- console-tools magic to get sane fonts and mappings * Tue Apr 17 2001 Erik Troan -- initial packaging for kbdrate \ No newline at end of file +- initial packaging for kbdrat From svn at tinysofa.org Thu Aug 5 08:35:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:35:44 +1000 (EST) Subject: [tinysofa-svn] r3623 - tinysofa/releases/1.1/kbd Message-ID: <20040805083544.BFC5E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:35:44 +1000 (Thu, 05 Aug 2004) New Revision: 3623 Removed: tinysofa/releases/1.1/kbd/pristine/ Log: kbd: * removing pristine (1.12-1ts) From svn at tinysofa.org Thu Aug 5 08:35:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:35:50 +1000 (EST) Subject: [tinysofa-svn] r3624 - tinysofa/releases/1.1/kbd Message-ID: <20040805083550.4DA134E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:35:50 +1000 (Thu, 05 Aug 2004) New Revision: 3624 Added: tinysofa/releases/1.1/kbd/pristine/ Log: kbd: * retarget pristine (1.12-1ts) to releases/1.12/2ts Copied: tinysofa/releases/1.1/kbd/pristine (from rev 3622, tinysofa/releases/1.1/kbd/releases/1.12/2ts) From svn at tinysofa.org Thu Aug 5 08:36:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:02 +1000 (EST) Subject: [tinysofa-svn] r3625 - in tinysofa/releases/1.1/kerberosafs: current/specs releases/1.2.2 releases/1.2.2/5ts/specs Message-ID: <20040805083602.6AB714E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:02 +1000 (Thu, 05 Aug 2004) New Revision: 3625 Added: tinysofa/releases/1.1/kerberosafs/releases/1.2.2/5ts/ Modified: tinysofa/releases/1.1/kerberosafs/current/specs/kerberosafs.spec tinysofa/releases/1.1/kerberosafs/releases/1.2.2/5ts/specs/kerberosafs.spec Log: kerberosafs: * integrate current (1.2.2-5jh) as releases/1.2.2/5ts Modified: tinysofa/releases/1.1/kerberosafs/current/specs/kerberosafs.spec =================================================================== --- tinysofa/releases/1.1/kerberosafs/current/specs/kerberosafs.spec 2004-08-05 08:35:50 UTC (rev 3624) +++ tinysofa/releases/1.1/kerberosafs/current/specs/kerberosafs.spec 2004-08-05 08:36:02 UTC (rev 3625) @@ -1,6 +1,6 @@ Name: kerberosafs Version: 1.2.2 -Release: 5jh +Release: 5ts Source: ftp://ftp.pdc.kth.se/pub/krb/src/krb4-%{version}.tar.gz Source1: krbafs.versions License: Freely Distributable @@ -37,6 +37,9 @@ building applications which use the krbafs library. %changelog +* Thu Aug 05 2004 tsintegrate 1.2.2-5ts +- current (1.2.2-5jh) integrated as 1.2.2-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.2.2-4ts - current (1.2.2-3ts) integrated as 1.2.2-4ts for release 1.0-U1 Copied: tinysofa/releases/1.1/kerberosafs/releases/1.2.2/5ts (from rev 3396, tinysofa/releases/1.1/kerberosafs/current) Modified: tinysofa/releases/1.1/kerberosafs/releases/1.2.2/5ts/specs/kerberosafs.spec =================================================================== --- tinysofa/releases/1.1/kerberosafs/current/specs/kerberosafs.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/kerberosafs/releases/1.2.2/5ts/specs/kerberosafs.spec 2004-08-05 08:36:02 UTC (rev 3625) @@ -1,6 +1,6 @@ Name: kerberosafs Version: 1.2.2 -Release: 5jh +Release: 5ts Source: ftp://ftp.pdc.kth.se/pub/krb/src/krb4-%{version}.tar.gz Source1: krbafs.versions License: Freely Distributable @@ -37,6 +37,9 @@ building applications which use the krbafs library. %changelog +* Thu Aug 05 2004 tsintegrate 1.2.2-5ts +- current (1.2.2-5jh) integrated as 1.2.2-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.2.2-4ts - current (1.2.2-3ts) integrated as 1.2.2-4ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:36:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:06 +1000 (EST) Subject: [tinysofa-svn] r3626 - tinysofa/releases/1.1/kerberosafs Message-ID: <20040805083606.B4A9B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:06 +1000 (Thu, 05 Aug 2004) New Revision: 3626 Removed: tinysofa/releases/1.1/kerberosafs/pristine/ Log: kerberosafs: * removing pristine (1.2.2-4ts) From svn at tinysofa.org Thu Aug 5 08:36:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:12 +1000 (EST) Subject: [tinysofa-svn] r3627 - tinysofa/releases/1.1/kerberosafs Message-ID: <20040805083612.6DEED4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:12 +1000 (Thu, 05 Aug 2004) New Revision: 3627 Added: tinysofa/releases/1.1/kerberosafs/pristine/ Log: kerberosafs: * retarget pristine (1.2.2-4ts) to releases/1.2.2/5ts Copied: tinysofa/releases/1.1/kerberosafs/pristine (from rev 3625, tinysofa/releases/1.1/kerberosafs/releases/1.2.2/5ts) From svn at tinysofa.org Thu Aug 5 08:36:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:26 +1000 (EST) Subject: [tinysofa-svn] r3628 - in tinysofa/releases/1.1/kerberos5: current/specs releases/1.3.3 releases/1.3.3/5ts/specs Message-ID: <20040805083626.517E24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:26 +1000 (Thu, 05 Aug 2004) New Revision: 3628 Added: tinysofa/releases/1.1/kerberos5/releases/1.3.3/5ts/ Modified: tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec tinysofa/releases/1.1/kerberos5/releases/1.3.3/5ts/specs/kerberos5.spec Log: kerberos5: * integrate current (1.3.3-5jh) as releases/1.3.3/5ts Modified: tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec =================================================================== --- tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec 2004-08-05 08:36:12 UTC (rev 3627) +++ tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec 2004-08-05 08:36:26 UTC (rev 3628) @@ -1,7 +1,7 @@ Summary: Kerberos is a network authentication protocol. Name: kerberos5 Version: 1.3.3 -Release: 5jh +Release: 5ts Group: main Source0: krb5-%{version}.tar.gz Patch0: krb5-1.3.3-MITKRB5-SA-2004-001-an_to_ln.patch @@ -77,6 +77,9 @@ %attr(755,root,root) %{_libdir}/*.so %changelog +* Thu Aug 05 2004 tsintegrate 1.3.3-5ts +- current (1.3.3-5jh) integrated as 1.3.3-5ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 1.3.3-4ts - current (1.3.3-3ts) integrated as 1.3.3-4ts for release 1.0-U2 Copied: tinysofa/releases/1.1/kerberos5/releases/1.3.3/5ts (from rev 3396, tinysofa/releases/1.1/kerberos5/current) Modified: tinysofa/releases/1.1/kerberos5/releases/1.3.3/5ts/specs/kerberos5.spec =================================================================== --- tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/kerberos5/releases/1.3.3/5ts/specs/kerberos5.spec 2004-08-05 08:36:26 UTC (rev 3628) @@ -1,7 +1,7 @@ Summary: Kerberos is a network authentication protocol. Name: kerberos5 Version: 1.3.3 -Release: 5jh +Release: 5ts Group: main Source0: krb5-%{version}.tar.gz Patch0: krb5-1.3.3-MITKRB5-SA-2004-001-an_to_ln.patch @@ -77,6 +77,9 @@ %attr(755,root,root) %{_libdir}/*.so %changelog +* Thu Aug 05 2004 tsintegrate 1.3.3-5ts +- current (1.3.3-5jh) integrated as 1.3.3-5ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 1.3.3-4ts - current (1.3.3-3ts) integrated as 1.3.3-4ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 08:36:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:30 +1000 (EST) Subject: [tinysofa-svn] r3629 - tinysofa/releases/1.1/kerberos5 Message-ID: <20040805083630.BB8E04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:30 +1000 (Thu, 05 Aug 2004) New Revision: 3629 Removed: tinysofa/releases/1.1/kerberos5/pristine/ Log: kerberos5: * removing pristine (1.3.3-4ts) From svn at tinysofa.org Thu Aug 5 08:36:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:36 +1000 (EST) Subject: [tinysofa-svn] r3630 - tinysofa/releases/1.1/kerberos5 Message-ID: <20040805083636.983AE4E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:36 +1000 (Thu, 05 Aug 2004) New Revision: 3630 Added: tinysofa/releases/1.1/kerberos5/pristine/ Log: kerberos5: * retarget pristine (1.3.3-4ts) to releases/1.3.3/5ts Copied: tinysofa/releases/1.1/kerberos5/pristine (from rev 3628, tinysofa/releases/1.1/kerberos5/releases/1.3.3/5ts) From svn at tinysofa.org Thu Aug 5 08:36:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:50 +1000 (EST) Subject: [tinysofa-svn] r3631 - in tinysofa/releases/1.1/kudzu: current/specs releases/1.1.22 releases/1.1.22/2ts/specs Message-ID: <20040805083650.4CDEA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:50 +1000 (Thu, 05 Aug 2004) New Revision: 3631 Added: tinysofa/releases/1.1/kudzu/releases/1.1.22/2ts/ Modified: tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec tinysofa/releases/1.1/kudzu/releases/1.1.22/2ts/specs/kudzu.spec Log: kudzu: * integrate current (1.1.22-2jh) as releases/1.1.22/2ts Modified: tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec =================================================================== --- tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec 2004-08-05 08:36:36 UTC (rev 3630) +++ tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec 2004-08-05 08:36:50 UTC (rev 3631) @@ -1,6 +1,6 @@ Name: kudzu Version: 1.1.22 -Release: 2jh +Release: 2ts License: GPL Summary: The Red Hat Linux hardware probing tool. Group: main @@ -79,6 +79,9 @@ %{_includedir}/kudzu %changelog +* Thu Aug 05 2004 tsintegrate 1.1.22-2ts +- current (1.1.22-2jh) integrated as 1.1.22-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.1.22-1ts - current (1.1.22-1ok) integrated as 1.1.22-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/kudzu/releases/1.1.22/2ts (from rev 3396, tinysofa/releases/1.1/kudzu/current) Modified: tinysofa/releases/1.1/kudzu/releases/1.1.22/2ts/specs/kudzu.spec =================================================================== --- tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/kudzu/releases/1.1.22/2ts/specs/kudzu.spec 2004-08-05 08:36:50 UTC (rev 3631) @@ -1,6 +1,6 @@ Name: kudzu Version: 1.1.22 -Release: 2jh +Release: 2ts License: GPL Summary: The Red Hat Linux hardware probing tool. Group: main @@ -79,6 +79,9 @@ %{_includedir}/kudzu %changelog +* Thu Aug 05 2004 tsintegrate 1.1.22-2ts +- current (1.1.22-2jh) integrated as 1.1.22-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.1.22-1ts - current (1.1.22-1ok) integrated as 1.1.22-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:36:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:54 +1000 (EST) Subject: [tinysofa-svn] r3632 - tinysofa/releases/1.1/kudzu Message-ID: <20040805083654.9DE214E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:54 +1000 (Thu, 05 Aug 2004) New Revision: 3632 Removed: tinysofa/releases/1.1/kudzu/pristine/ Log: kudzu: * removing pristine (1.1.22-1ts) From svn at tinysofa.org Thu Aug 5 08:36:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:36:59 +1000 (EST) Subject: [tinysofa-svn] r3633 - tinysofa/releases/1.1/kudzu Message-ID: <20040805083659.2B5594E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:36:58 +1000 (Thu, 05 Aug 2004) New Revision: 3633 Added: tinysofa/releases/1.1/kudzu/pristine/ Log: kudzu: * retarget pristine (1.1.22-1ts) to releases/1.1.22/2ts Copied: tinysofa/releases/1.1/kudzu/pristine (from rev 3631, tinysofa/releases/1.1/kudzu/releases/1.1.22/2ts) From svn at tinysofa.org Thu Aug 5 08:37:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:37:11 +1000 (EST) Subject: [tinysofa-svn] r3634 - in tinysofa/releases/1.1/less: current/specs releases/382 releases/382/6ts/specs Message-ID: <20040805083711.61DEC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:37:11 +1000 (Thu, 05 Aug 2004) New Revision: 3634 Added: tinysofa/releases/1.1/less/releases/382/6ts/ Modified: tinysofa/releases/1.1/less/current/specs/less.spec tinysofa/releases/1.1/less/releases/382/6ts/specs/less.spec Log: less: * integrate current (382-6jh) as releases/382/6ts Modified: tinysofa/releases/1.1/less/current/specs/less.spec =================================================================== --- tinysofa/releases/1.1/less/current/specs/less.spec 2004-08-05 08:36:58 UTC (rev 3633) +++ tinysofa/releases/1.1/less/current/specs/less.spec 2004-08-05 08:37:11 UTC (rev 3634) @@ -1,7 +1,7 @@ Summary: A text file browser similar to more, but better. Name: less Version: 382 -Release: 6jh +Release: 6ts License: GPL Group: main Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz @@ -58,6 +58,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 382-6ts +- current (382-6jh) integrated as 382-6ts for release 1.1 + * Mon Mar 29 2004 Karsten Hopp 382-3 - remove old stuff from /etc/profile.d/less.*, fixes #109011 Copied: tinysofa/releases/1.1/less/releases/382/6ts (from rev 3396, tinysofa/releases/1.1/less/current) Modified: tinysofa/releases/1.1/less/releases/382/6ts/specs/less.spec =================================================================== --- tinysofa/releases/1.1/less/current/specs/less.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/less/releases/382/6ts/specs/less.spec 2004-08-05 08:37:11 UTC (rev 3634) @@ -1,7 +1,7 @@ Summary: A text file browser similar to more, but better. Name: less Version: 382 -Release: 6jh +Release: 6ts License: GPL Group: main Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz @@ -58,6 +58,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 382-6ts +- current (382-6jh) integrated as 382-6ts for release 1.1 + * Mon Mar 29 2004 Karsten Hopp 382-3 - remove old stuff from /etc/profile.d/less.*, fixes #109011 From svn at tinysofa.org Thu Aug 5 08:37:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:37:15 +1000 (EST) Subject: [tinysofa-svn] r3635 - tinysofa/releases/1.1/less Message-ID: <20040805083715.A62F44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:37:15 +1000 (Thu, 05 Aug 2004) New Revision: 3635 Removed: tinysofa/releases/1.1/less/pristine/ Log: less: * removing pristine (382-5ts) From svn at tinysofa.org Thu Aug 5 08:37:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:37:21 +1000 (EST) Subject: [tinysofa-svn] r3636 - tinysofa/releases/1.1/less Message-ID: <20040805083721.684454E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:37:21 +1000 (Thu, 05 Aug 2004) New Revision: 3636 Added: tinysofa/releases/1.1/less/pristine/ Log: less: * retarget pristine (382-5ts) to releases/382/6ts Copied: tinysofa/releases/1.1/less/pristine (from rev 3634, tinysofa/releases/1.1/less/releases/382/6ts) From svn at tinysofa.org Thu Aug 5 08:37:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:37:30 +1000 (EST) Subject: [tinysofa-svn] r3637 - in tinysofa/releases/1.1/lftp: current/specs releases releases/3.0.6 releases/3.0.6/2ts/specs Message-ID: <20040805083730.09DB34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:37:29 +1000 (Thu, 05 Aug 2004) New Revision: 3637 Added: tinysofa/releases/1.1/lftp/releases/3.0.6/ tinysofa/releases/1.1/lftp/releases/3.0.6/2ts/ Modified: tinysofa/releases/1.1/lftp/current/specs/lftp.spec tinysofa/releases/1.1/lftp/releases/3.0.6/2ts/specs/lftp.spec Log: lftp: * integrate current (3.0.6-2jh) as releases/3.0.6/2ts Modified: tinysofa/releases/1.1/lftp/current/specs/lftp.spec =================================================================== --- tinysofa/releases/1.1/lftp/current/specs/lftp.spec 2004-08-05 08:37:21 UTC (rev 3636) +++ tinysofa/releases/1.1/lftp/current/specs/lftp.spec 2004-08-05 08:37:29 UTC (rev 3637) @@ -1,7 +1,7 @@ Summary: A sophisticated file transfer program Name: lftp Version: 3.0.6 -Release: 2jh +Release: 2ts License: GPL Group: main Source0: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2 @@ -67,6 +67,9 @@ %{_libdir}/lftp/%{version}/proto-sftp.so %changelog +* Thu Aug 05 2004 tsintegrate 3.0.6-2ts +- current (3.0.6-2jh) integrated as 3.0.6-2ts for release 1.1 + * Sat Jun 5 2004 Jaakko Heinonen 3.0.5-1jh - 3.0.5 - separate i18n package Copied: tinysofa/releases/1.1/lftp/releases/3.0.6/2ts (from rev 3396, tinysofa/releases/1.1/lftp/current) Modified: tinysofa/releases/1.1/lftp/releases/3.0.6/2ts/specs/lftp.spec =================================================================== --- tinysofa/releases/1.1/lftp/current/specs/lftp.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/lftp/releases/3.0.6/2ts/specs/lftp.spec 2004-08-05 08:37:29 UTC (rev 3637) @@ -1,7 +1,7 @@ Summary: A sophisticated file transfer program Name: lftp Version: 3.0.6 -Release: 2jh +Release: 2ts License: GPL Group: main Source0: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2 @@ -67,6 +67,9 @@ %{_libdir}/lftp/%{version}/proto-sftp.so %changelog +* Thu Aug 05 2004 tsintegrate 3.0.6-2ts +- current (3.0.6-2jh) integrated as 3.0.6-2ts for release 1.1 + * Sat Jun 5 2004 Jaakko Heinonen 3.0.5-1jh - 3.0.5 - separate i18n package From svn at tinysofa.org Thu Aug 5 08:37:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:37:34 +1000 (EST) Subject: [tinysofa-svn] r3638 - tinysofa/releases/1.1/lftp Message-ID: <20040805083734.B2D1C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:37:34 +1000 (Thu, 05 Aug 2004) New Revision: 3638 Removed: tinysofa/releases/1.1/lftp/pristine/ Log: lftp: * removing pristine (3.0.3-2ts) From svn at tinysofa.org Thu Aug 5 08:37:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:37:39 +1000 (EST) Subject: [tinysofa-svn] r3639 - tinysofa/releases/1.1/lftp Message-ID: <20040805083739.EE6314E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:37:39 +1000 (Thu, 05 Aug 2004) New Revision: 3639 Added: tinysofa/releases/1.1/lftp/pristine/ Log: lftp: * retarget pristine (3.0.3-2ts) to releases/3.0.6/2ts Copied: tinysofa/releases/1.1/lftp/pristine (from rev 3637, tinysofa/releases/1.1/lftp/releases/3.0.6/2ts) From svn at tinysofa.org Thu Aug 5 08:37:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:37:51 +1000 (EST) Subject: [tinysofa-svn] r3640 - in tinysofa/releases/1.1/libcap: current/specs releases/1.10 releases/1.10/11ts/specs Message-ID: <20040805083751.EAB284E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:37:51 +1000 (Thu, 05 Aug 2004) New Revision: 3640 Added: tinysofa/releases/1.1/libcap/releases/1.10/11ts/ Modified: tinysofa/releases/1.1/libcap/current/specs/libcap.spec tinysofa/releases/1.1/libcap/releases/1.10/11ts/specs/libcap.spec Log: libcap: * integrate current (1.10-11jh) as releases/1.10/11ts Modified: tinysofa/releases/1.1/libcap/current/specs/libcap.spec =================================================================== --- tinysofa/releases/1.1/libcap/current/specs/libcap.spec 2004-08-05 08:37:39 UTC (rev 3639) +++ tinysofa/releases/1.1/libcap/current/specs/libcap.spec 2004-08-05 08:37:51 UTC (rev 3640) @@ -1,6 +1,6 @@ Name: libcap Version: 1.10 -Release: 11jh +Release: 11ts Summary: Library for getting and setting POSIX.1e capabilities Source: ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-%{version}.tar.bz2 License: BSD-like and LGPL @@ -80,6 +80,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.10-11ts +- current (1.10-11jh) integrated as 1.10-11ts for release 1.1 + * Tue Mar 02 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/libcap/releases/1.10/11ts (from rev 3396, tinysofa/releases/1.1/libcap/current) Modified: tinysofa/releases/1.1/libcap/releases/1.10/11ts/specs/libcap.spec =================================================================== --- tinysofa/releases/1.1/libcap/current/specs/libcap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libcap/releases/1.10/11ts/specs/libcap.spec 2004-08-05 08:37:51 UTC (rev 3640) @@ -1,6 +1,6 @@ Name: libcap Version: 1.10 -Release: 11jh +Release: 11ts Summary: Library for getting and setting POSIX.1e capabilities Source: ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-%{version}.tar.bz2 License: BSD-like and LGPL @@ -80,6 +80,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.10-11ts +- current (1.10-11jh) integrated as 1.10-11ts for release 1.1 + * Tue Mar 02 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 08:37:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:37:56 +1000 (EST) Subject: [tinysofa-svn] r3641 - tinysofa/releases/1.1/libcap Message-ID: <20040805083756.64A0A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:37:56 +1000 (Thu, 05 Aug 2004) New Revision: 3641 Removed: tinysofa/releases/1.1/libcap/pristine/ Log: libcap: * removing pristine (1.10-10ts) From svn at tinysofa.org Thu Aug 5 08:38:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:38:01 +1000 (EST) Subject: [tinysofa-svn] r3642 - tinysofa/releases/1.1/libcap Message-ID: <20040805083801.980804E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:38:01 +1000 (Thu, 05 Aug 2004) New Revision: 3642 Added: tinysofa/releases/1.1/libcap/pristine/ Log: libcap: * retarget pristine (1.10-10ts) to releases/1.10/11ts Copied: tinysofa/releases/1.1/libcap/pristine (from rev 3640, tinysofa/releases/1.1/libcap/releases/1.10/11ts) From svn at tinysofa.org Thu Aug 5 08:38:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:38:14 +1000 (EST) Subject: [tinysofa-svn] r3643 - in tinysofa/releases/1.1/libjpeg: current/specs releases/6b releases/6b/8ts/specs Message-ID: <20040805083814.8879D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:38:14 +1000 (Thu, 05 Aug 2004) New Revision: 3643 Added: tinysofa/releases/1.1/libjpeg/releases/6b/8ts/ Modified: tinysofa/releases/1.1/libjpeg/current/specs/libjpeg.spec tinysofa/releases/1.1/libjpeg/releases/6b/8ts/specs/libjpeg.spec Log: libjpeg: * integrate current (6b-8jh) as releases/6b/8ts Modified: tinysofa/releases/1.1/libjpeg/current/specs/libjpeg.spec =================================================================== --- tinysofa/releases/1.1/libjpeg/current/specs/libjpeg.spec 2004-08-05 08:38:01 UTC (rev 3642) +++ tinysofa/releases/1.1/libjpeg/current/specs/libjpeg.spec 2004-08-05 08:38:14 UTC (rev 3643) @@ -2,7 +2,7 @@ Summary: A library for manipulating JPEG image format files. Name: libjpeg Version: 6b -Release: 8jh +Release: 8ts License: distributable Group: extra Source: jpegsrc.v6b.tar.bz2 @@ -79,6 +79,9 @@ /usr/include/*.h %changelog +* Thu Aug 05 2004 tsintegrate 6b-8ts +- current (6b-8jh) integrated as 6b-8ts for release 1.1 + * Wed May 19 2004 tsintegrate 6b-7ts - current (6b-6ts) integrated as 6b-7ts for release 1.0-U1 Copied: tinysofa/releases/1.1/libjpeg/releases/6b/8ts (from rev 3396, tinysofa/releases/1.1/libjpeg/current) Modified: tinysofa/releases/1.1/libjpeg/releases/6b/8ts/specs/libjpeg.spec =================================================================== --- tinysofa/releases/1.1/libjpeg/current/specs/libjpeg.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libjpeg/releases/6b/8ts/specs/libjpeg.spec 2004-08-05 08:38:14 UTC (rev 3643) @@ -2,7 +2,7 @@ Summary: A library for manipulating JPEG image format files. Name: libjpeg Version: 6b -Release: 8jh +Release: 8ts License: distributable Group: extra Source: jpegsrc.v6b.tar.bz2 @@ -79,6 +79,9 @@ /usr/include/*.h %changelog +* Thu Aug 05 2004 tsintegrate 6b-8ts +- current (6b-8jh) integrated as 6b-8ts for release 1.1 + * Wed May 19 2004 tsintegrate 6b-7ts - current (6b-6ts) integrated as 6b-7ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:38:24 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:38:24 +1000 (EST) Subject: [tinysofa-svn] r3645 - tinysofa/releases/1.1/libjpeg Message-ID: <20040805083824.55AC44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:38:24 +1000 (Thu, 05 Aug 2004) New Revision: 3645 Added: tinysofa/releases/1.1/libjpeg/pristine/ Log: libjpeg: * retarget pristine (6b-7ts) to releases/6b/8ts Copied: tinysofa/releases/1.1/libjpeg/pristine (from rev 3643, tinysofa/releases/1.1/libjpeg/releases/6b/8ts) From svn at tinysofa.org Thu Aug 5 08:38:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:38:35 +1000 (EST) Subject: [tinysofa-svn] r3646 - in tinysofa/releases/1.1/libpcap: current/specs releases/0.8.3 releases/0.8.3/4ts/specs Message-ID: <20040805083835.ADF514E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:38:35 +1000 (Thu, 05 Aug 2004) New Revision: 3646 Added: tinysofa/releases/1.1/libpcap/releases/0.8.3/4ts/ Modified: tinysofa/releases/1.1/libpcap/current/specs/libpcap.spec tinysofa/releases/1.1/libpcap/releases/0.8.3/4ts/specs/libpcap.spec Log: libpcap: * integrate current (0.8.3-4jh) as releases/0.8.3/4ts Modified: tinysofa/releases/1.1/libpcap/current/specs/libpcap.spec =================================================================== --- tinysofa/releases/1.1/libpcap/current/specs/libpcap.spec 2004-08-05 08:38:24 UTC (rev 3645) +++ tinysofa/releases/1.1/libpcap/current/specs/libpcap.spec 2004-08-05 08:38:35 UTC (rev 3646) @@ -1,6 +1,6 @@ Name: libpcap Version: 0.8.3 -Release: 4jh +Release: 4ts License: BSD Summary: A system-independent interface for user-level packet capture. Source: http://www.tcpdump.org/release/libpcap-%{version}.tar.gz @@ -59,6 +59,9 @@ %{_mandir}/man3/pcap.3* %changelog +* Thu Aug 05 2004 tsintegrate 0.8.3-4ts +- current (0.8.3-4jh) integrated as 0.8.3-4ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.8.3-3ts - current (0.8.3-3ts) integrated as 0.8.3-3ts for release 1.0-U1 @@ -102,4 +105,4 @@ * Thu Mar 8 2001 Alexander Reelsen - Splitted libpcap from tcpdump package -- IPv6 enabled \ No newline at end of file +- IPv6 enable Copied: tinysofa/releases/1.1/libpcap/releases/0.8.3/4ts (from rev 3396, tinysofa/releases/1.1/libpcap/current) Modified: tinysofa/releases/1.1/libpcap/releases/0.8.3/4ts/specs/libpcap.spec =================================================================== --- tinysofa/releases/1.1/libpcap/current/specs/libpcap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libpcap/releases/0.8.3/4ts/specs/libpcap.spec 2004-08-05 08:38:35 UTC (rev 3646) @@ -1,6 +1,6 @@ Name: libpcap Version: 0.8.3 -Release: 4jh +Release: 4ts License: BSD Summary: A system-independent interface for user-level packet capture. Source: http://www.tcpdump.org/release/libpcap-%{version}.tar.gz @@ -59,6 +59,9 @@ %{_mandir}/man3/pcap.3* %changelog +* Thu Aug 05 2004 tsintegrate 0.8.3-4ts +- current (0.8.3-4jh) integrated as 0.8.3-4ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.8.3-3ts - current (0.8.3-3ts) integrated as 0.8.3-3ts for release 1.0-U1 @@ -102,4 +105,4 @@ * Thu Mar 8 2001 Alexander Reelsen - Splitted libpcap from tcpdump package -- IPv6 enabled \ No newline at end of file +- IPv6 enable From svn at tinysofa.org Thu Aug 5 08:38:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:38:18 +1000 (EST) Subject: [tinysofa-svn] r3644 - tinysofa/releases/1.1/libjpeg Message-ID: <20040805083818.AB6974E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:38:18 +1000 (Thu, 05 Aug 2004) New Revision: 3644 Removed: tinysofa/releases/1.1/libjpeg/pristine/ Log: libjpeg: * removing pristine (6b-7ts) From svn at tinysofa.org Thu Aug 5 08:38:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:38:40 +1000 (EST) Subject: [tinysofa-svn] r3647 - tinysofa/releases/1.1/libpcap Message-ID: <20040805083840.9754E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:38:40 +1000 (Thu, 05 Aug 2004) New Revision: 3647 Removed: tinysofa/releases/1.1/libpcap/pristine/ Log: libpcap: * removing pristine (0.8.3-3ts) From svn at tinysofa.org Thu Aug 5 08:38:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:38:45 +1000 (EST) Subject: [tinysofa-svn] r3648 - tinysofa/releases/1.1/libpcap Message-ID: <20040805083845.68CBF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:38:45 +1000 (Thu, 05 Aug 2004) New Revision: 3648 Added: tinysofa/releases/1.1/libpcap/pristine/ Log: libpcap: * retarget pristine (0.8.3-3ts) to releases/0.8.3/4ts Copied: tinysofa/releases/1.1/libpcap/pristine (from rev 3646, tinysofa/releases/1.1/libpcap/releases/0.8.3/4ts) From svn at tinysofa.org Thu Aug 5 08:38:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:38:57 +1000 (EST) Subject: [tinysofa-svn] r3649 - in tinysofa/releases/1.1/libpng: current/specs releases/1.2.5 releases/1.2.5/13ts/specs Message-ID: <20040805083857.732AA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:38:57 +1000 (Thu, 05 Aug 2004) New Revision: 3649 Added: tinysofa/releases/1.1/libpng/releases/1.2.5/13ts/ Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec tinysofa/releases/1.1/libpng/releases/1.2.5/13ts/specs/libpng.spec Log: libpng: * integrate current (1.2.5-13jh) as releases/1.2.5/13ts Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 08:38:45 UTC (rev 3648) +++ tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 08:38:57 UTC (rev 3649) @@ -1,7 +1,7 @@ Summary: libpng, library for working with PNG files Name: libpng Version: 1.2.5 -Release: 13jh +Release: 13ts License: OSI Group: extra Source: http://www.libpng.org/pub/png/src/libpng-1.2.5.tar.bz2 @@ -113,6 +113,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 1.2.5-13ts +- current (1.2.5-13jh) integrated as 1.2.5-13ts for release 1.1 + * Mon Jun 21 2004 tsintegrate 1.2.5-12ts - current (1.2.5-12jh) integrated as 1.2.5-12ts for release 1.0-U1 Copied: tinysofa/releases/1.1/libpng/releases/1.2.5/13ts (from rev 3396, tinysofa/releases/1.1/libpng/current) Modified: tinysofa/releases/1.1/libpng/releases/1.2.5/13ts/specs/libpng.spec =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libpng/releases/1.2.5/13ts/specs/libpng.spec 2004-08-05 08:38:57 UTC (rev 3649) @@ -1,7 +1,7 @@ Summary: libpng, library for working with PNG files Name: libpng Version: 1.2.5 -Release: 13jh +Release: 13ts License: OSI Group: extra Source: http://www.libpng.org/pub/png/src/libpng-1.2.5.tar.bz2 @@ -113,6 +113,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 1.2.5-13ts +- current (1.2.5-13jh) integrated as 1.2.5-13ts for release 1.1 + * Mon Jun 21 2004 tsintegrate 1.2.5-12ts - current (1.2.5-12jh) integrated as 1.2.5-12ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:39:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:39:01 +1000 (EST) Subject: [tinysofa-svn] r3650 - tinysofa/releases/1.1/libpng Message-ID: <20040805083901.909844E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:39:01 +1000 (Thu, 05 Aug 2004) New Revision: 3650 Removed: tinysofa/releases/1.1/libpng/pristine/ Log: libpng: * removing pristine (1.2.5-12ts) From svn at tinysofa.org Thu Aug 5 08:39:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:39:07 +1000 (EST) Subject: [tinysofa-svn] r3651 - tinysofa/releases/1.1/libpng Message-ID: <20040805083907.4D8DB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:39:07 +1000 (Thu, 05 Aug 2004) New Revision: 3651 Added: tinysofa/releases/1.1/libpng/pristine/ Log: libpng: * retarget pristine (1.2.5-12ts) to releases/1.2.5/13ts Copied: tinysofa/releases/1.1/libpng/pristine (from rev 3649, tinysofa/releases/1.1/libpng/releases/1.2.5/13ts) From svn at tinysofa.org Thu Aug 5 08:39:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:39:19 +1000 (EST) Subject: [tinysofa-svn] r3652 - in tinysofa/releases/1.1/libsmbpw: current/specs releases/1.3 releases/1.3/10ts/specs Message-ID: <20040805083919.0C9E04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:39:18 +1000 (Thu, 05 Aug 2004) New Revision: 3652 Added: tinysofa/releases/1.1/libsmbpw/releases/1.3/10ts/ Modified: tinysofa/releases/1.1/libsmbpw/current/specs/libsmbpw.spec tinysofa/releases/1.1/libsmbpw/releases/1.3/10ts/specs/libsmbpw.spec Log: libsmbpw: * integrate current (1.3-10jh) as releases/1.3/10ts Modified: tinysofa/releases/1.1/libsmbpw/current/specs/libsmbpw.spec =================================================================== --- tinysofa/releases/1.1/libsmbpw/current/specs/libsmbpw.spec 2004-08-05 08:39:07 UTC (rev 3651) +++ tinysofa/releases/1.1/libsmbpw/current/specs/libsmbpw.spec 2004-08-05 08:39:18 UTC (rev 3652) @@ -1,7 +1,7 @@ Summary: library for accessing SMB password database Name: libsmbpw Version: 1.3 -Release: 10jh +Release: 10ts License: distributable Group: extra Source: http://www.pergamentum.com/~atp/software/libsmb/%{name}-%{version}.tar.gz @@ -45,6 +45,9 @@ %doc README %changelog +* Thu Aug 05 2004 tsintegrate 1.3-10ts +- current (1.3-10jh) integrated as 1.3-10ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.3-9ts - current (1.3-8ts) integrated as 1.3-9ts for release 1.0-U1 Copied: tinysofa/releases/1.1/libsmbpw/releases/1.3/10ts (from rev 3396, tinysofa/releases/1.1/libsmbpw/current) Modified: tinysofa/releases/1.1/libsmbpw/releases/1.3/10ts/specs/libsmbpw.spec =================================================================== --- tinysofa/releases/1.1/libsmbpw/current/specs/libsmbpw.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libsmbpw/releases/1.3/10ts/specs/libsmbpw.spec 2004-08-05 08:39:18 UTC (rev 3652) @@ -1,7 +1,7 @@ Summary: library for accessing SMB password database Name: libsmbpw Version: 1.3 -Release: 10jh +Release: 10ts License: distributable Group: extra Source: http://www.pergamentum.com/~atp/software/libsmb/%{name}-%{version}.tar.gz @@ -45,6 +45,9 @@ %doc README %changelog +* Thu Aug 05 2004 tsintegrate 1.3-10ts +- current (1.3-10jh) integrated as 1.3-10ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.3-9ts - current (1.3-8ts) integrated as 1.3-9ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:39:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:39:23 +1000 (EST) Subject: [tinysofa-svn] r3653 - tinysofa/releases/1.1/libsmbpw Message-ID: <20040805083923.B21644E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:39:23 +1000 (Thu, 05 Aug 2004) New Revision: 3653 Removed: tinysofa/releases/1.1/libsmbpw/pristine/ Log: libsmbpw: * removing pristine (1.3-9ts) From svn at tinysofa.org Thu Aug 5 08:39:29 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:39:29 +1000 (EST) Subject: [tinysofa-svn] r3654 - tinysofa/releases/1.1/libsmbpw Message-ID: <20040805083929.8D0F14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:39:29 +1000 (Thu, 05 Aug 2004) New Revision: 3654 Added: tinysofa/releases/1.1/libsmbpw/pristine/ Log: libsmbpw: * retarget pristine (1.3-9ts) to releases/1.3/10ts Copied: tinysofa/releases/1.1/libsmbpw/pristine (from rev 3652, tinysofa/releases/1.1/libsmbpw/releases/1.3/10ts) From svn at tinysofa.org Thu Aug 5 08:40:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:40:28 +1000 (EST) Subject: [tinysofa-svn] r3661 - in tinysofa/releases/1.1/libtool: current/specs releases/1.5.6 releases/1.5.6/3ts/specs Message-ID: <20040805084028.572BF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:40:28 +1000 (Thu, 05 Aug 2004) New Revision: 3661 Added: tinysofa/releases/1.1/libtool/releases/1.5.6/3ts/ Modified: tinysofa/releases/1.1/libtool/current/specs/libtool.spec tinysofa/releases/1.1/libtool/releases/1.5.6/3ts/specs/libtool.spec Log: libtool: * integrate current (1.5.6-3jh) as releases/1.5.6/3ts Modified: tinysofa/releases/1.1/libtool/current/specs/libtool.spec =================================================================== --- tinysofa/releases/1.1/libtool/current/specs/libtool.spec 2004-08-05 08:40:14 UTC (rev 3660) +++ tinysofa/releases/1.1/libtool/current/specs/libtool.spec 2004-08-05 08:40:28 UTC (rev 3661) @@ -1,7 +1,7 @@ Summary: The GNU libtool, which simplifies the use of shared libraries. Name: libtool Version: 1.5.6 -Release: 3jh +Release: 3ts License: GPL Group: development Source: ftp://alpha.gnu.org/gnu/libtool-%{version}.tar.gz @@ -70,6 +70,9 @@ %{_prefix}/share/aclocal/* %changelog +* Thu Aug 05 2004 tsintegrate 1.5.6-3ts +- current (1.5.6-3jh) integrated as 1.5.6-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.5.6-2ts - current (1.5.6-1ts) integrated as 1.5.6-2ts for release 1.0-U1 Copied: tinysofa/releases/1.1/libtool/releases/1.5.6/3ts (from rev 3396, tinysofa/releases/1.1/libtool/current) Modified: tinysofa/releases/1.1/libtool/releases/1.5.6/3ts/specs/libtool.spec =================================================================== --- tinysofa/releases/1.1/libtool/current/specs/libtool.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libtool/releases/1.5.6/3ts/specs/libtool.spec 2004-08-05 08:40:28 UTC (rev 3661) @@ -1,7 +1,7 @@ Summary: The GNU libtool, which simplifies the use of shared libraries. Name: libtool Version: 1.5.6 -Release: 3jh +Release: 3ts License: GPL Group: development Source: ftp://alpha.gnu.org/gnu/libtool-%{version}.tar.gz @@ -70,6 +70,9 @@ %{_prefix}/share/aclocal/* %changelog +* Thu Aug 05 2004 tsintegrate 1.5.6-3ts +- current (1.5.6-3jh) integrated as 1.5.6-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.5.6-2ts - current (1.5.6-1ts) integrated as 1.5.6-2ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:40:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:40:32 +1000 (EST) Subject: [tinysofa-svn] r3662 - tinysofa/releases/1.1/libtool Message-ID: <20040805084032.B7EFF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:40:32 +1000 (Thu, 05 Aug 2004) New Revision: 3662 Removed: tinysofa/releases/1.1/libtool/pristine/ Log: libtool: * removing pristine (1.5.6-2ts) From svn at tinysofa.org Thu Aug 5 08:40:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:40:38 +1000 (EST) Subject: [tinysofa-svn] r3663 - tinysofa/releases/1.1/libtool Message-ID: <20040805084038.81CAB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:40:38 +1000 (Thu, 05 Aug 2004) New Revision: 3663 Added: tinysofa/releases/1.1/libtool/pristine/ Log: libtool: * retarget pristine (1.5.6-2ts) to releases/1.5.6/3ts Copied: tinysofa/releases/1.1/libtool/pristine (from rev 3661, tinysofa/releases/1.1/libtool/releases/1.5.6/3ts) From svn at tinysofa.org Thu Aug 5 08:40:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:40:51 +1000 (EST) Subject: [tinysofa-svn] r3664 - in tinysofa/releases/1.1/libxml2: current/specs releases/2.6.9 releases/2.6.9/2ts/specs Message-ID: <20040805084051.3161E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:40:50 +1000 (Thu, 05 Aug 2004) New Revision: 3664 Added: tinysofa/releases/1.1/libxml2/releases/2.6.9/2ts/ Modified: tinysofa/releases/1.1/libxml2/current/specs/libxml2.spec tinysofa/releases/1.1/libxml2/releases/2.6.9/2ts/specs/libxml2.spec Log: libxml2: * integrate current (2.6.9-2jh) as releases/2.6.9/2ts Modified: tinysofa/releases/1.1/libxml2/current/specs/libxml2.spec =================================================================== --- tinysofa/releases/1.1/libxml2/current/specs/libxml2.spec 2004-08-05 08:40:38 UTC (rev 3663) +++ tinysofa/releases/1.1/libxml2/current/specs/libxml2.spec 2004-08-05 08:40:50 UTC (rev 3664) @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.6.9 -Release: 2jh +Release: 2ts License: MIT Group: main Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz @@ -137,6 +137,9 @@ %doc doc/python.html %changelog +* Thu Aug 05 2004 tsintegrate 2.6.9-2ts +- current (2.6.9-2jh) integrated as 2.6.9-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.6.9-1ts - current (2.6.9-1ok) integrated as 2.6.9-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/libxml2/releases/2.6.9/2ts (from rev 3396, tinysofa/releases/1.1/libxml2/current) Modified: tinysofa/releases/1.1/libxml2/releases/2.6.9/2ts/specs/libxml2.spec =================================================================== --- tinysofa/releases/1.1/libxml2/current/specs/libxml2.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libxml2/releases/2.6.9/2ts/specs/libxml2.spec 2004-08-05 08:40:50 UTC (rev 3664) @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.6.9 -Release: 2jh +Release: 2ts License: MIT Group: main Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz @@ -137,6 +137,9 @@ %doc doc/python.html %changelog +* Thu Aug 05 2004 tsintegrate 2.6.9-2ts +- current (2.6.9-2jh) integrated as 2.6.9-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.6.9-1ts - current (2.6.9-1ok) integrated as 2.6.9-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:40:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:40:55 +1000 (EST) Subject: [tinysofa-svn] r3665 - tinysofa/releases/1.1/libxml2 Message-ID: <20040805084055.9303C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:40:55 +1000 (Thu, 05 Aug 2004) New Revision: 3665 Removed: tinysofa/releases/1.1/libxml2/pristine/ Log: libxml2: * removing pristine (2.6.9-1ts) From svn at tinysofa.org Thu Aug 5 08:41:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:01 +1000 (EST) Subject: [tinysofa-svn] r3666 - tinysofa/releases/1.1/libxml2 Message-ID: <20040805084101.666294E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:01 +1000 (Thu, 05 Aug 2004) New Revision: 3666 Added: tinysofa/releases/1.1/libxml2/pristine/ Log: libxml2: * retarget pristine (2.6.9-1ts) to releases/2.6.9/2ts Copied: tinysofa/releases/1.1/libxml2/pristine (from rev 3664, tinysofa/releases/1.1/libxml2/releases/2.6.9/2ts) From svn at tinysofa.org Thu Aug 5 08:40:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:40:14 +1000 (EST) Subject: [tinysofa-svn] r3660 - tinysofa/releases/1.1/libtiff Message-ID: <20040805084014.524424E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:40:14 +1000 (Thu, 05 Aug 2004) New Revision: 3660 Added: tinysofa/releases/1.1/libtiff/pristine/ Log: libtiff: * retarget pristine (3.6.0-5ts) to releases/3.6.0/6ts Copied: tinysofa/releases/1.1/libtiff/pristine (from rev 3658, tinysofa/releases/1.1/libtiff/releases/3.6.0/6ts) From svn at tinysofa.org Thu Aug 5 08:41:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:09 +1000 (EST) Subject: [tinysofa-svn] r3667 - in tinysofa/releases/1.1/lilo: current/specs releases releases/22.3.2 releases/22.3.2/1ts/specs Message-ID: <20040805084109.76B604E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:09 +1000 (Thu, 05 Aug 2004) New Revision: 3667 Added: tinysofa/releases/1.1/lilo/releases/22.3.2/ tinysofa/releases/1.1/lilo/releases/22.3.2/1ts/ Modified: tinysofa/releases/1.1/lilo/current/specs/lilo.spec tinysofa/releases/1.1/lilo/releases/22.3.2/1ts/specs/lilo.spec Log: lilo: * integrate current (22.3.2-1jh) as releases/22.3.2/1ts Modified: tinysofa/releases/1.1/lilo/current/specs/lilo.spec =================================================================== --- tinysofa/releases/1.1/lilo/current/specs/lilo.spec 2004-08-05 08:41:01 UTC (rev 3666) +++ tinysofa/releases/1.1/lilo/current/specs/lilo.spec 2004-08-05 08:41:09 UTC (rev 3667) @@ -3,7 +3,7 @@ Summary(es): Cargador de arranque para Linux y otros sistemas operativos Name: lilo Version: 22.3.2 -Release: 1jh +Release: 1ts License: MIT Group: main Source: http://www.ibiblio.org/pub/Linux/system/boot/lilo/%{name}-%{version}.tar.gz @@ -103,6 +103,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 22.3.2-1ts +- current (22.3.2-1jh) integrated as 22.3.2-1ts for release 1.1 + * Sat Jun 5 2004 Jaakko Heinonen 0.22.3.2-11jh - rework lilo spec file from Conectiva and Fedora spec files Copied: tinysofa/releases/1.1/lilo/releases/22.3.2/1ts (from rev 3396, tinysofa/releases/1.1/lilo/current) Modified: tinysofa/releases/1.1/lilo/releases/22.3.2/1ts/specs/lilo.spec =================================================================== --- tinysofa/releases/1.1/lilo/current/specs/lilo.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/lilo/releases/22.3.2/1ts/specs/lilo.spec 2004-08-05 08:41:09 UTC (rev 3667) @@ -3,7 +3,7 @@ Summary(es): Cargador de arranque para Linux y otros sistemas operativos Name: lilo Version: 22.3.2 -Release: 1jh +Release: 1ts License: MIT Group: main Source: http://www.ibiblio.org/pub/Linux/system/boot/lilo/%{name}-%{version}.tar.gz @@ -103,6 +103,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 22.3.2-1ts +- current (22.3.2-1jh) integrated as 22.3.2-1ts for release 1.1 + * Sat Jun 5 2004 Jaakko Heinonen 0.22.3.2-11jh - rework lilo spec file from Conectiva and Fedora spec files From svn at tinysofa.org Thu Aug 5 08:41:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:13 +1000 (EST) Subject: [tinysofa-svn] r3668 - tinysofa/releases/1.1/lilo Message-ID: <20040805084113.7168A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:13 +1000 (Thu, 05 Aug 2004) New Revision: 3668 Removed: tinysofa/releases/1.1/lilo/pristine/ Log: lilo: * removing pristine (0.22.3.2-10ts) From svn at tinysofa.org Thu Aug 5 08:41:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:18 +1000 (EST) Subject: [tinysofa-svn] r3669 - tinysofa/releases/1.1/lilo Message-ID: <20040805084118.605CB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:18 +1000 (Thu, 05 Aug 2004) New Revision: 3669 Added: tinysofa/releases/1.1/lilo/pristine/ Log: lilo: * retarget pristine (0.22.3.2-10ts) to releases/22.3.2/1ts Copied: tinysofa/releases/1.1/lilo/pristine (from rev 3667, tinysofa/releases/1.1/lilo/releases/22.3.2/1ts) From svn at tinysofa.org Thu Aug 5 08:42:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:42:03 +1000 (EST) Subject: [tinysofa-svn] r3675 - tinysofa/releases/1.1/logrotate Message-ID: <20040805084203.699A54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:42:03 +1000 (Thu, 05 Aug 2004) New Revision: 3675 Added: tinysofa/releases/1.1/logrotate/pristine/ Log: logrotate: * retarget pristine (3.7-6ts) to releases/3.7/7ts Copied: tinysofa/releases/1.1/logrotate/pristine (from rev 3673, tinysofa/releases/1.1/logrotate/releases/3.7/7ts) From svn at tinysofa.org Thu Aug 5 08:42:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:42:15 +1000 (EST) Subject: [tinysofa-svn] r3676 - in tinysofa/releases/1.1/lsof: current/specs releases/4.71 releases/4.71/4ts/specs Message-ID: <20040805084215.776D64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:42:15 +1000 (Thu, 05 Aug 2004) New Revision: 3676 Added: tinysofa/releases/1.1/lsof/releases/4.71/4ts/ Modified: tinysofa/releases/1.1/lsof/current/specs/lsof.spec tinysofa/releases/1.1/lsof/releases/4.71/4ts/specs/lsof.spec Log: lsof: * integrate current (4.71-4jh) as releases/4.71/4ts Modified: tinysofa/releases/1.1/lsof/current/specs/lsof.spec =================================================================== --- tinysofa/releases/1.1/lsof/current/specs/lsof.spec 2004-08-05 08:42:03 UTC (rev 3675) +++ tinysofa/releases/1.1/lsof/current/specs/lsof.spec 2004-08-05 08:42:15 UTC (rev 3676) @@ -1,7 +1,7 @@ Summary: Lists files open by processes Name: lsof Version: 4.71 -Release: 4jh +Release: 4ts License: Free Group: main Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.bz2 @@ -61,6 +61,9 @@ %attr(644,root,root) %{_mandir}/man8/lsof.8* %changelog +* Thu Aug 05 2004 tsintegrate 4.71-4ts +- current (4.71-4jh) integrated as 4.71-4ts for release 1.1 + * Mon May 24 2004 tsintegrate 4.71-3ts - current (4.71-3jh) integrated as 4.71-3ts for release 1.0-U1 Copied: tinysofa/releases/1.1/lsof/releases/4.71/4ts (from rev 3396, tinysofa/releases/1.1/lsof/current) Modified: tinysofa/releases/1.1/lsof/releases/4.71/4ts/specs/lsof.spec =================================================================== --- tinysofa/releases/1.1/lsof/current/specs/lsof.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/lsof/releases/4.71/4ts/specs/lsof.spec 2004-08-05 08:42:15 UTC (rev 3676) @@ -1,7 +1,7 @@ Summary: Lists files open by processes Name: lsof Version: 4.71 -Release: 4jh +Release: 4ts License: Free Group: main Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.bz2 @@ -61,6 +61,9 @@ %attr(644,root,root) %{_mandir}/man8/lsof.8* %changelog +* Thu Aug 05 2004 tsintegrate 4.71-4ts +- current (4.71-4jh) integrated as 4.71-4ts for release 1.1 + * Mon May 24 2004 tsintegrate 4.71-3ts - current (4.71-3jh) integrated as 4.71-3ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:42:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:42:19 +1000 (EST) Subject: [tinysofa-svn] r3677 - tinysofa/releases/1.1/lsof Message-ID: <20040805084219.A714E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:42:19 +1000 (Thu, 05 Aug 2004) New Revision: 3677 Removed: tinysofa/releases/1.1/lsof/pristine/ Log: lsof: * removing pristine (4.71-3ts) From svn at tinysofa.org Thu Aug 5 08:42:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:42:25 +1000 (EST) Subject: [tinysofa-svn] r3678 - tinysofa/releases/1.1/lsof Message-ID: <20040805084225.38B154E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:42:24 +1000 (Thu, 05 Aug 2004) New Revision: 3678 Added: tinysofa/releases/1.1/lsof/pristine/ Log: lsof: * retarget pristine (4.71-3ts) to releases/4.71/4ts Copied: tinysofa/releases/1.1/lsof/pristine (from rev 3676, tinysofa/releases/1.1/lsof/releases/4.71/4ts) From svn at tinysofa.org Thu Aug 5 08:39:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:39:41 +1000 (EST) Subject: [tinysofa-svn] r3655 - in tinysofa/releases/1.1/libtermcap: current/specs releases/2.0.8 releases/2.0.8/30ts/specs Message-ID: <20040805083941.ACB4F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:39:41 +1000 (Thu, 05 Aug 2004) New Revision: 3655 Added: tinysofa/releases/1.1/libtermcap/releases/2.0.8/30ts/ Modified: tinysofa/releases/1.1/libtermcap/current/specs/libtermcap.spec tinysofa/releases/1.1/libtermcap/releases/2.0.8/30ts/specs/libtermcap.spec Log: libtermcap: * integrate current (2.0.8-30jh) as releases/2.0.8/30ts Modified: tinysofa/releases/1.1/libtermcap/current/specs/libtermcap.spec =================================================================== --- tinysofa/releases/1.1/libtermcap/current/specs/libtermcap.spec 2004-08-05 08:39:29 UTC (rev 3654) +++ tinysofa/releases/1.1/libtermcap/current/specs/libtermcap.spec 2004-08-05 08:39:41 UTC (rev 3655) @@ -1,7 +1,7 @@ Summary: A basic system library for accessing the termcap database. Name: libtermcap Version: 2.0.8 -Release: 30jh +Release: 30ts Source: ftp://metalab.unc.edu/pub/Linux/GCC/termcap-2.0.8.tar.bz2 Url: ftp://metalab.unc.edu/pub/Linux/GCC/ License: LGPL @@ -111,6 +111,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.0.8-30ts +- current (2.0.8-30jh) integrated as 2.0.8-30ts for release 1.1 + * Fri May 7 2004 Tim Waugh 2.0.8-38 - Fix tgetent() (bug #116934). Copied: tinysofa/releases/1.1/libtermcap/releases/2.0.8/30ts (from rev 3396, tinysofa/releases/1.1/libtermcap/current) Modified: tinysofa/releases/1.1/libtermcap/releases/2.0.8/30ts/specs/libtermcap.spec =================================================================== --- tinysofa/releases/1.1/libtermcap/current/specs/libtermcap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libtermcap/releases/2.0.8/30ts/specs/libtermcap.spec 2004-08-05 08:39:41 UTC (rev 3655) @@ -1,7 +1,7 @@ Summary: A basic system library for accessing the termcap database. Name: libtermcap Version: 2.0.8 -Release: 30jh +Release: 30ts Source: ftp://metalab.unc.edu/pub/Linux/GCC/termcap-2.0.8.tar.bz2 Url: ftp://metalab.unc.edu/pub/Linux/GCC/ License: LGPL @@ -111,6 +111,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.0.8-30ts +- current (2.0.8-30jh) integrated as 2.0.8-30ts for release 1.1 + * Fri May 7 2004 Tim Waugh 2.0.8-38 - Fix tgetent() (bug #116934). From svn at tinysofa.org Thu Aug 5 08:39:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:39:46 +1000 (EST) Subject: [tinysofa-svn] r3656 - tinysofa/releases/1.1/libtermcap Message-ID: <20040805083946.8C7C14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:39:46 +1000 (Thu, 05 Aug 2004) New Revision: 3656 Removed: tinysofa/releases/1.1/libtermcap/pristine/ Log: libtermcap: * removing pristine (2.0.8-29ts) From svn at tinysofa.org Thu Aug 5 08:39:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:39:51 +1000 (EST) Subject: [tinysofa-svn] r3657 - tinysofa/releases/1.1/libtermcap Message-ID: <20040805083951.5B54A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:39:51 +1000 (Thu, 05 Aug 2004) New Revision: 3657 Added: tinysofa/releases/1.1/libtermcap/pristine/ Log: libtermcap: * retarget pristine (2.0.8-29ts) to releases/2.0.8/30ts Copied: tinysofa/releases/1.1/libtermcap/pristine (from rev 3655, tinysofa/releases/1.1/libtermcap/releases/2.0.8/30ts) From svn at tinysofa.org Thu Aug 5 08:40:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:40:03 +1000 (EST) Subject: [tinysofa-svn] r3658 - in tinysofa/releases/1.1/libtiff: current/specs releases/3.6.0 releases/3.6.0/6ts/specs Message-ID: <20040805084003.00AB54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:40:03 +1000 (Thu, 05 Aug 2004) New Revision: 3658 Added: tinysofa/releases/1.1/libtiff/releases/3.6.0/6ts/ Modified: tinysofa/releases/1.1/libtiff/current/specs/libtiff.spec tinysofa/releases/1.1/libtiff/releases/3.6.0/6ts/specs/libtiff.spec Log: libtiff: * integrate current (3.6.0-6jh) as releases/3.6.0/6ts Modified: tinysofa/releases/1.1/libtiff/current/specs/libtiff.spec =================================================================== --- tinysofa/releases/1.1/libtiff/current/specs/libtiff.spec 2004-08-05 08:39:51 UTC (rev 3657) +++ tinysofa/releases/1.1/libtiff/current/specs/libtiff.spec 2004-08-05 08:40:03 UTC (rev 3658) @@ -1,7 +1,7 @@ Summary: A library of functions for manipulating TIFF format image files. Name: libtiff Version: 3.6.0 -Release: 6jh +Release: 6ts License: distributable Group: extra Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-v%{version}.tar.gz @@ -108,6 +108,9 @@ %{_mandir}/man3/* %changelog +* Thu Aug 05 2004 tsintegrate 3.6.0-6ts +- current (3.6.0-6jh) integrated as 3.6.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.6.0-5ts - current (3.6.0-5jh) integrated as 3.6.0-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/libtiff/releases/3.6.0/6ts (from rev 3396, tinysofa/releases/1.1/libtiff/current) Modified: tinysofa/releases/1.1/libtiff/releases/3.6.0/6ts/specs/libtiff.spec =================================================================== --- tinysofa/releases/1.1/libtiff/current/specs/libtiff.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libtiff/releases/3.6.0/6ts/specs/libtiff.spec 2004-08-05 08:40:03 UTC (rev 3658) @@ -1,7 +1,7 @@ Summary: A library of functions for manipulating TIFF format image files. Name: libtiff Version: 3.6.0 -Release: 6jh +Release: 6ts License: distributable Group: extra Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-v%{version}.tar.gz @@ -108,6 +108,9 @@ %{_mandir}/man3/* %changelog +* Thu Aug 05 2004 tsintegrate 3.6.0-6ts +- current (3.6.0-6jh) integrated as 3.6.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.6.0-5ts - current (3.6.0-5jh) integrated as 3.6.0-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:40:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:40:08 +1000 (EST) Subject: [tinysofa-svn] r3659 - tinysofa/releases/1.1/libtiff Message-ID: <20040805084008.A68E84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:40:08 +1000 (Thu, 05 Aug 2004) New Revision: 3659 Removed: tinysofa/releases/1.1/libtiff/pristine/ Log: libtiff: * removing pristine (3.6.0-5ts) From svn at tinysofa.org Thu Aug 5 08:41:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:30 +1000 (EST) Subject: [tinysofa-svn] r3670 - in tinysofa/releases/1.1/linux-headers: current/specs releases/2.4.26 releases/2.4.26/8ts/specs Message-ID: <20040805084130.BD2ED4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:30 +1000 (Thu, 05 Aug 2004) New Revision: 3670 Added: tinysofa/releases/1.1/linux-headers/releases/2.4.26/8ts/ Modified: tinysofa/releases/1.1/linux-headers/current/specs/linux-headers.spec tinysofa/releases/1.1/linux-headers/releases/2.4.26/8ts/specs/linux-headers.spec Log: linux-headers: * integrate current (2.4.26-8jh) as releases/2.4.26/8ts Modified: tinysofa/releases/1.1/linux-headers/current/specs/linux-headers.spec =================================================================== --- tinysofa/releases/1.1/linux-headers/current/specs/linux-headers.spec 2004-08-05 08:41:18 UTC (rev 3669) +++ tinysofa/releases/1.1/linux-headers/current/specs/linux-headers.spec 2004-08-05 08:41:30 UTC (rev 3670) @@ -1,7 +1,7 @@ Summary: Header files for the Linux kernel for use by glibc Name: linux-headers Version: 2.4.26 -Release: 8jh +Release: 8ts License: GPL Group: development ExclusiveOS: Linux @@ -121,6 +121,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.4.26-8ts +- current (2.4.26-8jh) integrated as 2.4.26-8ts for release 1.1 + * Thu Jul 1 2004 Jaakko Heinonen 2.4.26-8jh - provide glibc-kernheaders Copied: tinysofa/releases/1.1/linux-headers/releases/2.4.26/8ts (from rev 3396, tinysofa/releases/1.1/linux-headers/current) Modified: tinysofa/releases/1.1/linux-headers/releases/2.4.26/8ts/specs/linux-headers.spec =================================================================== --- tinysofa/releases/1.1/linux-headers/current/specs/linux-headers.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/linux-headers/releases/2.4.26/8ts/specs/linux-headers.spec 2004-08-05 08:41:30 UTC (rev 3670) @@ -1,7 +1,7 @@ Summary: Header files for the Linux kernel for use by glibc Name: linux-headers Version: 2.4.26 -Release: 8jh +Release: 8ts License: GPL Group: development ExclusiveOS: Linux @@ -121,6 +121,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.4.26-8ts +- current (2.4.26-8jh) integrated as 2.4.26-8ts for release 1.1 + * Thu Jul 1 2004 Jaakko Heinonen 2.4.26-8jh - provide glibc-kernheaders From svn at tinysofa.org Thu Aug 5 08:42:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:42:37 +1000 (EST) Subject: [tinysofa-svn] r3679 - in tinysofa/releases/1.1/lvm: current/specs releases/1.0.8 releases/1.0.8/9ts/specs Message-ID: <20040805084237.80B474E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:42:37 +1000 (Thu, 05 Aug 2004) New Revision: 3679 Added: tinysofa/releases/1.1/lvm/releases/1.0.8/9ts/ Modified: tinysofa/releases/1.1/lvm/current/specs/lvm.spec tinysofa/releases/1.1/lvm/releases/1.0.8/9ts/specs/lvm.spec Log: lvm: * integrate current (1.0.8-9jh) as releases/1.0.8/9ts Modified: tinysofa/releases/1.1/lvm/current/specs/lvm.spec =================================================================== --- tinysofa/releases/1.1/lvm/current/specs/lvm.spec 2004-08-05 08:42:24 UTC (rev 3678) +++ tinysofa/releases/1.1/lvm/current/specs/lvm.spec 2004-08-05 08:42:37 UTC (rev 3679) @@ -1,7 +1,7 @@ Summary: LVM tools Name: lvm Version: 1.0.8 -Release: 9jh +Release: 9ts Source0: ftp://ftp.sistina.com/pub/LVM/1.0/%{name}_%{version}.tar.gz Source1: lvm.initd Source2: lvm.sysconfig @@ -83,6 +83,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.0.8-9ts +- current (1.0.8-9jh) integrated as 1.0.8-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.0.8-8ts - current (1.0.8-8ok) integrated as 1.0.8-8ts for release 1.0-U1 Copied: tinysofa/releases/1.1/lvm/releases/1.0.8/9ts (from rev 3396, tinysofa/releases/1.1/lvm/current) Modified: tinysofa/releases/1.1/lvm/releases/1.0.8/9ts/specs/lvm.spec =================================================================== --- tinysofa/releases/1.1/lvm/current/specs/lvm.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/lvm/releases/1.0.8/9ts/specs/lvm.spec 2004-08-05 08:42:37 UTC (rev 3679) @@ -1,7 +1,7 @@ Summary: LVM tools Name: lvm Version: 1.0.8 -Release: 9jh +Release: 9ts Source0: ftp://ftp.sistina.com/pub/LVM/1.0/%{name}_%{version}.tar.gz Source1: lvm.initd Source2: lvm.sysconfig @@ -83,6 +83,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.0.8-9ts +- current (1.0.8-9jh) integrated as 1.0.8-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.0.8-8ts - current (1.0.8-8ok) integrated as 1.0.8-8ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:42:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:42:41 +1000 (EST) Subject: [tinysofa-svn] r3680 - tinysofa/releases/1.1/lvm Message-ID: <20040805084241.76E844E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:42:41 +1000 (Thu, 05 Aug 2004) New Revision: 3680 Removed: tinysofa/releases/1.1/lvm/pristine/ Log: lvm: * removing pristine (1.0.8-8ts) From svn at tinysofa.org Thu Aug 5 08:42:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:42:47 +1000 (EST) Subject: [tinysofa-svn] r3681 - tinysofa/releases/1.1/lvm Message-ID: <20040805084247.073C24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:42:46 +1000 (Thu, 05 Aug 2004) New Revision: 3681 Added: tinysofa/releases/1.1/lvm/pristine/ Log: lvm: * retarget pristine (1.0.8-8ts) to releases/1.0.8/9ts Copied: tinysofa/releases/1.1/lvm/pristine (from rev 3679, tinysofa/releases/1.1/lvm/releases/1.0.8/9ts) From svn at tinysofa.org Thu Aug 5 08:42:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:42:58 +1000 (EST) Subject: [tinysofa-svn] r3682 - in tinysofa/releases/1.1/mailcap: current/specs releases/2.0.5 releases/2.0.5/11ts/specs Message-ID: <20040805084258.01BBE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:42:58 +1000 (Thu, 05 Aug 2004) New Revision: 3682 Added: tinysofa/releases/1.1/mailcap/releases/2.0.5/11ts/ Modified: tinysofa/releases/1.1/mailcap/current/specs/mailcap.spec tinysofa/releases/1.1/mailcap/releases/2.0.5/11ts/specs/mailcap.spec Log: mailcap: * integrate current (2.0.5-11jh) as releases/2.0.5/11ts Modified: tinysofa/releases/1.1/mailcap/current/specs/mailcap.spec =================================================================== --- tinysofa/releases/1.1/mailcap/current/specs/mailcap.spec 2004-08-05 08:42:46 UTC (rev 3681) +++ tinysofa/releases/1.1/mailcap/current/specs/mailcap.spec 2004-08-05 08:42:58 UTC (rev 3682) @@ -1,7 +1,7 @@ Summary: Associates helper applications with particular file types. Name: mailcap Version: 2.0.5 -Release: 11jh +Release: 11ts License: public domain Group: main Source0: %{name}-%{version}.tar.gz @@ -43,6 +43,9 @@ %{_mandir}/man4/mailcap.4* %changelog +* Thu Aug 05 2004 tsintegrate 2.0.5-11ts +- current (2.0.5-11jh) integrated as 2.0.5-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.0.5-10ts - current (2.0.5-9ts) integrated as 2.0.5-10ts for release 1.0-U1 Copied: tinysofa/releases/1.1/mailcap/releases/2.0.5/11ts (from rev 3396, tinysofa/releases/1.1/mailcap/current) Modified: tinysofa/releases/1.1/mailcap/releases/2.0.5/11ts/specs/mailcap.spec =================================================================== --- tinysofa/releases/1.1/mailcap/current/specs/mailcap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mailcap/releases/2.0.5/11ts/specs/mailcap.spec 2004-08-05 08:42:58 UTC (rev 3682) @@ -1,7 +1,7 @@ Summary: Associates helper applications with particular file types. Name: mailcap Version: 2.0.5 -Release: 11jh +Release: 11ts License: public domain Group: main Source0: %{name}-%{version}.tar.gz @@ -43,6 +43,9 @@ %{_mandir}/man4/mailcap.4* %changelog +* Thu Aug 05 2004 tsintegrate 2.0.5-11ts +- current (2.0.5-11jh) integrated as 2.0.5-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.0.5-10ts - current (2.0.5-9ts) integrated as 2.0.5-10ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:43:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:43:03 +1000 (EST) Subject: [tinysofa-svn] r3683 - tinysofa/releases/1.1/mailcap Message-ID: <20040805084303.9D2FE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:43:03 +1000 (Thu, 05 Aug 2004) New Revision: 3683 Removed: tinysofa/releases/1.1/mailcap/pristine/ Log: mailcap: * removing pristine (2.0.5-10ts) From svn at tinysofa.org Thu Aug 5 08:43:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:43:08 +1000 (EST) Subject: [tinysofa-svn] r3684 - tinysofa/releases/1.1/mailcap Message-ID: <20040805084308.4633F4E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:43:08 +1000 (Thu, 05 Aug 2004) New Revision: 3684 Added: tinysofa/releases/1.1/mailcap/pristine/ Log: mailcap: * retarget pristine (2.0.5-10ts) to releases/2.0.5/11ts Copied: tinysofa/releases/1.1/mailcap/pristine (from rev 3682, tinysofa/releases/1.1/mailcap/releases/2.0.5/11ts) From svn at tinysofa.org Thu Aug 5 08:41:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:35 +1000 (EST) Subject: [tinysofa-svn] r3671 - tinysofa/releases/1.1/linux-headers Message-ID: <20040805084135.B0DAC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:35 +1000 (Thu, 05 Aug 2004) New Revision: 3671 Removed: tinysofa/releases/1.1/linux-headers/pristine/ Log: linux-headers: * removing pristine (2.4.26-7ts) From svn at tinysofa.org Thu Aug 5 08:41:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:41 +1000 (EST) Subject: [tinysofa-svn] r3672 - tinysofa/releases/1.1/linux-headers Message-ID: <20040805084141.50DE84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:41 +1000 (Thu, 05 Aug 2004) New Revision: 3672 Added: tinysofa/releases/1.1/linux-headers/pristine/ Log: linux-headers: * retarget pristine (2.4.26-7ts) to releases/2.4.26/8ts Copied: tinysofa/releases/1.1/linux-headers/pristine (from rev 3670, tinysofa/releases/1.1/linux-headers/releases/2.4.26/8ts) From svn at tinysofa.org Thu Aug 5 08:41:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:53 +1000 (EST) Subject: [tinysofa-svn] r3673 - in tinysofa/releases/1.1/logrotate: current/specs releases/3.7 releases/3.7/7ts/specs Message-ID: <20040805084153.2E96D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:52 +1000 (Thu, 05 Aug 2004) New Revision: 3673 Added: tinysofa/releases/1.1/logrotate/releases/3.7/7ts/ Modified: tinysofa/releases/1.1/logrotate/current/specs/logrotate.spec tinysofa/releases/1.1/logrotate/releases/3.7/7ts/specs/logrotate.spec Log: logrotate: * integrate current (3.7-7jh) as releases/3.7/7ts Modified: tinysofa/releases/1.1/logrotate/current/specs/logrotate.spec =================================================================== --- tinysofa/releases/1.1/logrotate/current/specs/logrotate.spec 2004-08-05 08:41:41 UTC (rev 3672) +++ tinysofa/releases/1.1/logrotate/current/specs/logrotate.spec 2004-08-05 08:41:52 UTC (rev 3673) @@ -5,7 +5,7 @@ Summary: Rotates, compresses, removes and mails system log files. Name: logrotate Version: 3.7 -Release: 7jh +Release: 7ts License: GPL Group: main Source: ftp://ftp.redhat.com/pub/redhat/code/logrotate/logrotate-%{version}.tar.gz @@ -66,6 +66,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.7-7ts +- current (3.7-7jh) integrated as 3.7-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.7-6ts - current (3.7-5ts) integrated as 3.7-6ts for release 1.0-U1 Copied: tinysofa/releases/1.1/logrotate/releases/3.7/7ts (from rev 3396, tinysofa/releases/1.1/logrotate/current) Modified: tinysofa/releases/1.1/logrotate/releases/3.7/7ts/specs/logrotate.spec =================================================================== --- tinysofa/releases/1.1/logrotate/current/specs/logrotate.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/logrotate/releases/3.7/7ts/specs/logrotate.spec 2004-08-05 08:41:52 UTC (rev 3673) @@ -5,7 +5,7 @@ Summary: Rotates, compresses, removes and mails system log files. Name: logrotate Version: 3.7 -Release: 7jh +Release: 7ts License: GPL Group: main Source: ftp://ftp.redhat.com/pub/redhat/code/logrotate/logrotate-%{version}.tar.gz @@ -66,6 +66,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.7-7ts +- current (3.7-7jh) integrated as 3.7-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.7-6ts - current (3.7-5ts) integrated as 3.7-6ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:41:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:41:57 +1000 (EST) Subject: [tinysofa-svn] r3674 - tinysofa/releases/1.1/logrotate Message-ID: <20040805084157.9F9874E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:41:57 +1000 (Thu, 05 Aug 2004) New Revision: 3674 Removed: tinysofa/releases/1.1/logrotate/pristine/ Log: logrotate: * removing pristine (3.7-6ts) From svn at tinysofa.org Thu Aug 5 08:43:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:43:19 +1000 (EST) Subject: [tinysofa-svn] r3685 - in tinysofa/releases/1.1/mailx: current/specs releases/8.1.1 releases/8.1.1/31ts/specs Message-ID: <20040805084319.7C6194E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:43:19 +1000 (Thu, 05 Aug 2004) New Revision: 3685 Added: tinysofa/releases/1.1/mailx/releases/8.1.1/31ts/ Modified: tinysofa/releases/1.1/mailx/current/specs/mailx.spec tinysofa/releases/1.1/mailx/releases/8.1.1/31ts/specs/mailx.spec Log: mailx: * integrate current (8.1.1-31jh) as releases/8.1.1/31ts Modified: tinysofa/releases/1.1/mailx/current/specs/mailx.spec =================================================================== --- tinysofa/releases/1.1/mailx/current/specs/mailx.spec 2004-08-05 08:43:08 UTC (rev 3684) +++ tinysofa/releases/1.1/mailx/current/specs/mailx.spec 2004-08-05 08:43:19 UTC (rev 3685) @@ -1,7 +1,7 @@ Summary: The /bin/mail program, which is used to send mail via shell scripts. Name: mailx Version: 8.1.1 -Release: 31jh +Release: 31ts License: BSD Group: main Source: ftp://ftp.debian.org/debian/dists/potato/main/source/mail/mailx_8.1.1.orig.tar.gz @@ -59,6 +59,9 @@ %{_mandir}/man1/Mail.1* %changelog +* Thu Aug 05 2004 tsintegrate 8.1.1-31ts +- current (8.1.1-31jh) integrated as 8.1.1-31ts for release 1.1 + * Wed May 19 2004 tsintegrate 8.1.1-30ts - current (8.1.1-29ts) integrated as 8.1.1-30ts for release 1.0-U1 Copied: tinysofa/releases/1.1/mailx/releases/8.1.1/31ts (from rev 3396, tinysofa/releases/1.1/mailx/current) Modified: tinysofa/releases/1.1/mailx/releases/8.1.1/31ts/specs/mailx.spec =================================================================== --- tinysofa/releases/1.1/mailx/current/specs/mailx.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mailx/releases/8.1.1/31ts/specs/mailx.spec 2004-08-05 08:43:19 UTC (rev 3685) @@ -1,7 +1,7 @@ Summary: The /bin/mail program, which is used to send mail via shell scripts. Name: mailx Version: 8.1.1 -Release: 31jh +Release: 31ts License: BSD Group: main Source: ftp://ftp.debian.org/debian/dists/potato/main/source/mail/mailx_8.1.1.orig.tar.gz @@ -59,6 +59,9 @@ %{_mandir}/man1/Mail.1* %changelog +* Thu Aug 05 2004 tsintegrate 8.1.1-31ts +- current (8.1.1-31jh) integrated as 8.1.1-31ts for release 1.1 + * Wed May 19 2004 tsintegrate 8.1.1-30ts - current (8.1.1-29ts) integrated as 8.1.1-30ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:44:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:12 +1000 (EST) Subject: [tinysofa-svn] r3693 - tinysofa/releases/1.1/man Message-ID: <20040805084412.4431F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:12 +1000 (Thu, 05 Aug 2004) New Revision: 3693 Added: tinysofa/releases/1.1/man/pristine/ Log: man: * retarget pristine (1.5m2-6ts) to releases/1.5m2/8ts Copied: tinysofa/releases/1.1/man/pristine (from rev 3691, tinysofa/releases/1.1/man/releases/1.5m2/8ts) From svn at tinysofa.org Thu Aug 5 08:44:24 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:24 +1000 (EST) Subject: [tinysofa-svn] r3694 - in tinysofa/releases/1.1/man-pages: current/specs releases/1.66 releases/1.66/7ts/specs Message-ID: <20040805084424.662F24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:24 +1000 (Thu, 05 Aug 2004) New Revision: 3694 Added: tinysofa/releases/1.1/man-pages/releases/1.66/7ts/ Modified: tinysofa/releases/1.1/man-pages/current/specs/man-pages.spec tinysofa/releases/1.1/man-pages/releases/1.66/7ts/specs/man-pages.spec Log: man-pages: * integrate current (1.66-7jh) as releases/1.66/7ts Modified: tinysofa/releases/1.1/man-pages/current/specs/man-pages.spec =================================================================== --- tinysofa/releases/1.1/man-pages/current/specs/man-pages.spec 2004-08-05 08:44:12 UTC (rev 3693) +++ tinysofa/releases/1.1/man-pages/current/specs/man-pages.spec 2004-08-05 08:44:24 UTC (rev 3694) @@ -1,7 +1,7 @@ Summary: Man (manual) pages from the Linux Documentation Project. Name: man-pages Version: 1.66 -Release: 7jh +Release: 7ts License: distributable Group: documentation #Source0: ftp://ftp.win.tue.nl/pub/linux-local/manpages/man-pages-%{version}.tar.bz2 @@ -84,6 +84,9 @@ /usr/share/man/man*/* %changelog +* Thu Aug 05 2004 tsintegrate 1.66-7ts +- current (1.66-7jh) integrated as 1.66-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.66-6ts - current (1.66-5ts) integrated as 1.66-6ts for release 1.0-U1 Copied: tinysofa/releases/1.1/man-pages/releases/1.66/7ts (from rev 3396, tinysofa/releases/1.1/man-pages/current) Modified: tinysofa/releases/1.1/man-pages/releases/1.66/7ts/specs/man-pages.spec =================================================================== --- tinysofa/releases/1.1/man-pages/current/specs/man-pages.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/man-pages/releases/1.66/7ts/specs/man-pages.spec 2004-08-05 08:44:24 UTC (rev 3694) @@ -1,7 +1,7 @@ Summary: Man (manual) pages from the Linux Documentation Project. Name: man-pages Version: 1.66 -Release: 7jh +Release: 7ts License: distributable Group: documentation #Source0: ftp://ftp.win.tue.nl/pub/linux-local/manpages/man-pages-%{version}.tar.bz2 @@ -84,6 +84,9 @@ /usr/share/man/man*/* %changelog +* Thu Aug 05 2004 tsintegrate 1.66-7ts +- current (1.66-7jh) integrated as 1.66-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.66-6ts - current (1.66-5ts) integrated as 1.66-6ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:44:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:34 +1000 (EST) Subject: [tinysofa-svn] r3696 - tinysofa/releases/1.1/man-pages Message-ID: <20040805084434.68E754E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:34 +1000 (Thu, 05 Aug 2004) New Revision: 3696 Added: tinysofa/releases/1.1/man-pages/pristine/ Log: man-pages: * retarget pristine (1.66-6ts) to releases/1.66/7ts Copied: tinysofa/releases/1.1/man-pages/pristine (from rev 3694, tinysofa/releases/1.1/man-pages/releases/1.66/7ts) From svn at tinysofa.org Thu Aug 5 08:44:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:28 +1000 (EST) Subject: [tinysofa-svn] r3695 - tinysofa/releases/1.1/man-pages Message-ID: <20040805084428.A8D5B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:28 +1000 (Thu, 05 Aug 2004) New Revision: 3695 Removed: tinysofa/releases/1.1/man-pages/pristine/ Log: man-pages: * removing pristine (1.66-6ts) From svn at tinysofa.org Thu Aug 5 08:44:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:45 +1000 (EST) Subject: [tinysofa-svn] r3697 - in tinysofa/releases/1.1/mdadm: current/specs releases/1.5.0 releases/1.5.0/6ts/specs Message-ID: <20040805084445.D815F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:45 +1000 (Thu, 05 Aug 2004) New Revision: 3697 Added: tinysofa/releases/1.1/mdadm/releases/1.5.0/6ts/ Modified: tinysofa/releases/1.1/mdadm/current/specs/mdadm.spec tinysofa/releases/1.1/mdadm/releases/1.5.0/6ts/specs/mdadm.spec Log: mdadm: * integrate current (1.5.0-6jh) as releases/1.5.0/6ts Modified: tinysofa/releases/1.1/mdadm/current/specs/mdadm.spec =================================================================== --- tinysofa/releases/1.1/mdadm/current/specs/mdadm.spec 2004-08-05 08:44:34 UTC (rev 3696) +++ tinysofa/releases/1.1/mdadm/current/specs/mdadm.spec 2004-08-05 08:44:45 UTC (rev 3697) @@ -1,7 +1,7 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm Version: 1.5.0 -Release: 6jh +Release: 6ts Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz Source1: mdmonitor.init Patch0: mdadm-1.5.0-email.patch @@ -66,6 +66,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.5.0-6ts +- current (1.5.0-6jh) integrated as 1.5.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.5.0-5ts - current (1.5.0-5jh) integrated as 1.5.0-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/mdadm/releases/1.5.0/6ts (from rev 3396, tinysofa/releases/1.1/mdadm/current) Modified: tinysofa/releases/1.1/mdadm/releases/1.5.0/6ts/specs/mdadm.spec =================================================================== --- tinysofa/releases/1.1/mdadm/current/specs/mdadm.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mdadm/releases/1.5.0/6ts/specs/mdadm.spec 2004-08-05 08:44:45 UTC (rev 3697) @@ -1,7 +1,7 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm Version: 1.5.0 -Release: 6jh +Release: 6ts Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz Source1: mdmonitor.init Patch0: mdadm-1.5.0-email.patch @@ -66,6 +66,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.5.0-6ts +- current (1.5.0-6jh) integrated as 1.5.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.5.0-5ts - current (1.5.0-5jh) integrated as 1.5.0-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:44:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:50 +1000 (EST) Subject: [tinysofa-svn] r3698 - tinysofa/releases/1.1/mdadm Message-ID: <20040805084450.9351E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:50 +1000 (Thu, 05 Aug 2004) New Revision: 3698 Removed: tinysofa/releases/1.1/mdadm/pristine/ Log: mdadm: * removing pristine (1.5.0-5ts) From svn at tinysofa.org Thu Aug 5 08:44:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:56 +1000 (EST) Subject: [tinysofa-svn] r3699 - tinysofa/releases/1.1/mdadm Message-ID: <20040805084456.4021C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:56 +1000 (Thu, 05 Aug 2004) New Revision: 3699 Added: tinysofa/releases/1.1/mdadm/pristine/ Log: mdadm: * retarget pristine (1.5.0-5ts) to releases/1.5.0/6ts Copied: tinysofa/releases/1.1/mdadm/pristine (from rev 3697, tinysofa/releases/1.1/mdadm/releases/1.5.0/6ts) From svn at tinysofa.org Thu Aug 5 08:45:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:04 +1000 (EST) Subject: [tinysofa-svn] r3700 - in tinysofa/releases/1.1/mkbootdisk: current/specs releases releases/1.4.3 releases/1.4.3/1ts/specs Message-ID: <20040805084504.300604E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:03 +1000 (Thu, 05 Aug 2004) New Revision: 3700 Added: tinysofa/releases/1.1/mkbootdisk/releases/1.4.3/ tinysofa/releases/1.1/mkbootdisk/releases/1.4.3/1ts/ Modified: tinysofa/releases/1.1/mkbootdisk/current/specs/mkbootdisk.spec tinysofa/releases/1.1/mkbootdisk/releases/1.4.3/1ts/specs/mkbootdisk.spec Log: mkbootdisk: * integrate current (1.4.3-1jh) as releases/1.4.3/1ts Modified: tinysofa/releases/1.1/mkbootdisk/current/specs/mkbootdisk.spec =================================================================== --- tinysofa/releases/1.1/mkbootdisk/current/specs/mkbootdisk.spec 2004-08-05 08:44:56 UTC (rev 3699) +++ tinysofa/releases/1.1/mkbootdisk/current/specs/mkbootdisk.spec 2004-08-05 08:45:03 UTC (rev 3700) @@ -1,7 +1,7 @@ Summary: Creates a boot floppy disk for booting a system. Name: mkbootdisk Version: 1.4.3 -Release: 1jh +Release: 1ts Copyright: GPL Group: extra Source: mkbootdisk-%{version}.tar.gz @@ -41,6 +41,9 @@ %attr(644,root,root) %{_mandir}/man8/mkbootdisk.8.gz %changelog +* Thu Aug 05 2004 tsintegrate 1.4.3-1ts +- current (1.4.3-1jh) integrated as 1.4.3-1ts for release 1.1 + * Tue Mar 26 2002 Jeremy Katz - add --kernelargs command line option Copied: tinysofa/releases/1.1/mkbootdisk/releases/1.4.3/1ts (from rev 3396, tinysofa/releases/1.1/mkbootdisk/current) Modified: tinysofa/releases/1.1/mkbootdisk/releases/1.4.3/1ts/specs/mkbootdisk.spec =================================================================== --- tinysofa/releases/1.1/mkbootdisk/current/specs/mkbootdisk.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mkbootdisk/releases/1.4.3/1ts/specs/mkbootdisk.spec 2004-08-05 08:45:03 UTC (rev 3700) @@ -1,7 +1,7 @@ Summary: Creates a boot floppy disk for booting a system. Name: mkbootdisk Version: 1.4.3 -Release: 1jh +Release: 1ts Copyright: GPL Group: extra Source: mkbootdisk-%{version}.tar.gz @@ -41,6 +41,9 @@ %attr(644,root,root) %{_mandir}/man8/mkbootdisk.8.gz %changelog +* Thu Aug 05 2004 tsintegrate 1.4.3-1ts +- current (1.4.3-1jh) integrated as 1.4.3-1ts for release 1.1 + * Tue Mar 26 2002 Jeremy Katz - add --kernelargs command line option From svn at tinysofa.org Thu Aug 5 08:45:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:08 +1000 (EST) Subject: [tinysofa-svn] r3701 - tinysofa/releases/1.1/mkbootdisk Message-ID: <20040805084508.CBDF54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:08 +1000 (Thu, 05 Aug 2004) New Revision: 3701 Removed: tinysofa/releases/1.1/mkbootdisk/pristine/ Log: mkbootdisk: * removing pristine (1.2.8-14ts) From svn at tinysofa.org Thu Aug 5 08:45:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:14 +1000 (EST) Subject: [tinysofa-svn] r3702 - tinysofa/releases/1.1/mkbootdisk Message-ID: <20040805084514.663754E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:14 +1000 (Thu, 05 Aug 2004) New Revision: 3702 Added: tinysofa/releases/1.1/mkbootdisk/pristine/ Log: mkbootdisk: * retarget pristine (1.2.8-14ts) to releases/1.4.3/1ts Copied: tinysofa/releases/1.1/mkbootdisk/pristine (from rev 3700, tinysofa/releases/1.1/mkbootdisk/releases/1.4.3/1ts) From svn at tinysofa.org Thu Aug 5 08:43:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:43:23 +1000 (EST) Subject: [tinysofa-svn] r3686 - tinysofa/releases/1.1/mailx Message-ID: <20040805084323.9DE414E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:43:23 +1000 (Thu, 05 Aug 2004) New Revision: 3686 Removed: tinysofa/releases/1.1/mailx/pristine/ Log: mailx: * removing pristine (8.1.1-30ts) From svn at tinysofa.org Thu Aug 5 08:43:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:43:28 +1000 (EST) Subject: [tinysofa-svn] r3687 - tinysofa/releases/1.1/mailx Message-ID: <20040805084328.46C264E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:43:28 +1000 (Thu, 05 Aug 2004) New Revision: 3687 Added: tinysofa/releases/1.1/mailx/pristine/ Log: mailx: * retarget pristine (8.1.1-30ts) to releases/8.1.1/31ts Copied: tinysofa/releases/1.1/mailx/pristine (from rev 3685, tinysofa/releases/1.1/mailx/releases/8.1.1/31ts) From svn at tinysofa.org Thu Aug 5 08:45:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:22 +1000 (EST) Subject: [tinysofa-svn] r3703 - in tinysofa/releases/1.1/mkinitrd: current/specs releases releases/3.5.24 releases/3.5.24/1ts/specs Message-ID: <20040805084522.85BEE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:22 +1000 (Thu, 05 Aug 2004) New Revision: 3703 Added: tinysofa/releases/1.1/mkinitrd/releases/3.5.24/ tinysofa/releases/1.1/mkinitrd/releases/3.5.24/1ts/ Modified: tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec tinysofa/releases/1.1/mkinitrd/releases/3.5.24/1ts/specs/mkinitrd.spec Log: mkinitrd: * integrate current (3.5.24-1jh) as releases/3.5.24/1ts Modified: tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec =================================================================== --- tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec 2004-08-05 08:45:14 UTC (rev 3702) +++ tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec 2004-08-05 08:45:22 UTC (rev 3703) @@ -1,7 +1,7 @@ Summary: Creates an initial ramdisk image for preloading modules. Name: mkinitrd Version: 3.5.24 -Release: 1jh +Release: 1ts License: GPL Group: main Source: mkinitrd-%{version}.tar.bz2 @@ -57,6 +57,9 @@ %{_mandir}/man8/* %changelog +* Thu Aug 05 2004 tsintegrate 3.5.24-1ts +- current (3.5.24-1jh) integrated as 3.5.24-1ts for release 1.1 + * Mon Aug 2 2004 Jaakko Heinonen 3.5.24-1jh - 3.5.24 Copied: tinysofa/releases/1.1/mkinitrd/releases/3.5.24/1ts (from rev 3396, tinysofa/releases/1.1/mkinitrd/current) Modified: tinysofa/releases/1.1/mkinitrd/releases/3.5.24/1ts/specs/mkinitrd.spec =================================================================== --- tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mkinitrd/releases/3.5.24/1ts/specs/mkinitrd.spec 2004-08-05 08:45:22 UTC (rev 3703) @@ -1,7 +1,7 @@ Summary: Creates an initial ramdisk image for preloading modules. Name: mkinitrd Version: 3.5.24 -Release: 1jh +Release: 1ts License: GPL Group: main Source: mkinitrd-%{version}.tar.bz2 @@ -57,6 +57,9 @@ %{_mandir}/man8/* %changelog +* Thu Aug 05 2004 tsintegrate 3.5.24-1ts +- current (3.5.24-1jh) integrated as 3.5.24-1ts for release 1.1 + * Mon Aug 2 2004 Jaakko Heinonen 3.5.24-1jh - 3.5.24 From svn at tinysofa.org Thu Aug 5 08:45:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:33 +1000 (EST) Subject: [tinysofa-svn] r3705 - tinysofa/releases/1.1/mkinitrd Message-ID: <20040805084533.996134E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:33 +1000 (Thu, 05 Aug 2004) New Revision: 3705 Added: tinysofa/releases/1.1/mkinitrd/pristine/ Log: mkinitrd: * retarget pristine (3.5.21-4ts) to releases/3.5.24/1ts Copied: tinysofa/releases/1.1/mkinitrd/pristine (from rev 3703, tinysofa/releases/1.1/mkinitrd/releases/3.5.24/1ts) From svn at tinysofa.org Thu Aug 5 08:45:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:44 +1000 (EST) Subject: [tinysofa-svn] r3706 - in tinysofa/releases/1.1/mktemp: current/specs releases/1.13 releases/1.13/6ts/specs Message-ID: <20040805084544.1C8094E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:43 +1000 (Thu, 05 Aug 2004) New Revision: 3706 Added: tinysofa/releases/1.1/mktemp/releases/1.13/6ts/ Modified: tinysofa/releases/1.1/mktemp/current/specs/mktemp.spec tinysofa/releases/1.1/mktemp/releases/1.13/6ts/specs/mktemp.spec Log: mktemp: * integrate current (1.13-6jh) as releases/1.13/6ts Modified: tinysofa/releases/1.1/mktemp/current/specs/mktemp.spec =================================================================== --- tinysofa/releases/1.1/mktemp/current/specs/mktemp.spec 2004-08-05 08:45:33 UTC (rev 3705) +++ tinysofa/releases/1.1/mktemp/current/specs/mktemp.spec 2004-08-05 08:45:43 UTC (rev 3706) @@ -1,7 +1,7 @@ Summary: A small utility for safely making /tmp files. Name: mktemp Version: 1.13 -Release: 6jh +Release: 6ts License: BSD Group: main Source: ftp://ftp.openbsd.org/pub/OpenBSD/src/usr.bin/mktemp-%{version}.tar.gz @@ -38,6 +38,9 @@ /usr/share/man/man1/mktemp.1* %changelog +* Thu Aug 05 2004 tsintegrate 1.13-6ts +- current (1.13-6jh) integrated as 1.13-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.13-5ts - current (1.13-4ts) integrated as 1.13-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/mktemp/releases/1.13/6ts (from rev 3396, tinysofa/releases/1.1/mktemp/current) Modified: tinysofa/releases/1.1/mktemp/releases/1.13/6ts/specs/mktemp.spec =================================================================== --- tinysofa/releases/1.1/mktemp/current/specs/mktemp.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mktemp/releases/1.13/6ts/specs/mktemp.spec 2004-08-05 08:45:43 UTC (rev 3706) @@ -1,7 +1,7 @@ Summary: A small utility for safely making /tmp files. Name: mktemp Version: 1.13 -Release: 6jh +Release: 6ts License: BSD Group: main Source: ftp://ftp.openbsd.org/pub/OpenBSD/src/usr.bin/mktemp-%{version}.tar.gz @@ -38,6 +38,9 @@ /usr/share/man/man1/mktemp.1* %changelog +* Thu Aug 05 2004 tsintegrate 1.13-6ts +- current (1.13-6jh) integrated as 1.13-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.13-5ts - current (1.13-4ts) integrated as 1.13-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:45:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:48 +1000 (EST) Subject: [tinysofa-svn] r3707 - tinysofa/releases/1.1/mktemp Message-ID: <20040805084548.9B3DE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:48 +1000 (Thu, 05 Aug 2004) New Revision: 3707 Removed: tinysofa/releases/1.1/mktemp/pristine/ Log: mktemp: * removing pristine (1.13-5ts) From svn at tinysofa.org Thu Aug 5 08:45:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:53 +1000 (EST) Subject: [tinysofa-svn] r3708 - tinysofa/releases/1.1/mktemp Message-ID: <20040805084553.5131B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:53 +1000 (Thu, 05 Aug 2004) New Revision: 3708 Added: tinysofa/releases/1.1/mktemp/pristine/ Log: mktemp: * retarget pristine (1.13-5ts) to releases/1.13/6ts Copied: tinysofa/releases/1.1/mktemp/pristine (from rev 3706, tinysofa/releases/1.1/mktemp/releases/1.13/6ts) From svn at tinysofa.org Thu Aug 5 08:46:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:05 +1000 (EST) Subject: [tinysofa-svn] r3709 - in tinysofa/releases/1.1/module-init-tools: current/specs releases/3.0 releases/3.0/5ts/specs Message-ID: <20040805084605.1C18B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:04 +1000 (Thu, 05 Aug 2004) New Revision: 3709 Added: tinysofa/releases/1.1/module-init-tools/releases/3.0/5ts/ Modified: tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec tinysofa/releases/1.1/module-init-tools/releases/3.0/5ts/specs/module-init-tools.spec Log: module-init-tools: * integrate current (3.0-5jh) as releases/3.0/5ts Modified: tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec =================================================================== --- tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec 2004-08-05 08:45:53 UTC (rev 3708) +++ tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec 2004-08-05 08:46:04 UTC (rev 3709) @@ -1,7 +1,7 @@ Summary: The kernel module init tools. Name: module-init-tools Version: 3.0 -Release: 5jh +Release: 5ts License: GPL Group: main Source: http://kernel.us.themoes.org/pub/linux/utils/kernel/module-init-tools/%{name}-%{version}.tar.bz2 @@ -67,6 +67,9 @@ %ghost %{_sysconfdir}/modprobe.conf %changelog +* Thu Aug 05 2004 tsintegrate 3.0-5ts +- current (3.0-5jh) integrated as 3.0-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.0-4ts - current (3.0-4jh) integrated as 3.0-4ts for release 1.0-U1 Copied: tinysofa/releases/1.1/module-init-tools/releases/3.0/5ts (from rev 3396, tinysofa/releases/1.1/module-init-tools/current) Modified: tinysofa/releases/1.1/module-init-tools/releases/3.0/5ts/specs/module-init-tools.spec =================================================================== --- tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/module-init-tools/releases/3.0/5ts/specs/module-init-tools.spec 2004-08-05 08:46:04 UTC (rev 3709) @@ -1,7 +1,7 @@ Summary: The kernel module init tools. Name: module-init-tools Version: 3.0 -Release: 5jh +Release: 5ts License: GPL Group: main Source: http://kernel.us.themoes.org/pub/linux/utils/kernel/module-init-tools/%{name}-%{version}.tar.bz2 @@ -67,6 +67,9 @@ %ghost %{_sysconfdir}/modprobe.conf %changelog +* Thu Aug 05 2004 tsintegrate 3.0-5ts +- current (3.0-5jh) integrated as 3.0-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.0-4ts - current (3.0-4jh) integrated as 3.0-4ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:46:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:09 +1000 (EST) Subject: [tinysofa-svn] r3710 - tinysofa/releases/1.1/module-init-tools Message-ID: <20040805084609.A5CAC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:09 +1000 (Thu, 05 Aug 2004) New Revision: 3710 Removed: tinysofa/releases/1.1/module-init-tools/pristine/ Log: module-init-tools: * removing pristine (3.0-4ts) From svn at tinysofa.org Thu Aug 5 08:46:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:15 +1000 (EST) Subject: [tinysofa-svn] r3711 - tinysofa/releases/1.1/module-init-tools Message-ID: <20040805084615.477A34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:15 +1000 (Thu, 05 Aug 2004) New Revision: 3711 Added: tinysofa/releases/1.1/module-init-tools/pristine/ Log: module-init-tools: * retarget pristine (3.0-4ts) to releases/3.0/5ts Copied: tinysofa/releases/1.1/module-init-tools/pristine (from rev 3709, tinysofa/releases/1.1/module-init-tools/releases/3.0/5ts) From svn at tinysofa.org Thu Aug 5 08:46:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:27 +1000 (EST) Subject: [tinysofa-svn] r3712 - in tinysofa/releases/1.1/modutils: current/specs releases/2.4.27 releases/2.4.27/4ts/specs Message-ID: <20040805084627.0643F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:26 +1000 (Thu, 05 Aug 2004) New Revision: 3712 Added: tinysofa/releases/1.1/modutils/releases/2.4.27/4ts/ Modified: tinysofa/releases/1.1/modutils/current/specs/modutils.spec tinysofa/releases/1.1/modutils/releases/2.4.27/4ts/specs/modutils.spec Log: modutils: * integrate current (2.4.27-4jh) as releases/2.4.27/4ts Modified: tinysofa/releases/1.1/modutils/current/specs/modutils.spec =================================================================== --- tinysofa/releases/1.1/modutils/current/specs/modutils.spec 2004-08-05 08:46:15 UTC (rev 3711) +++ tinysofa/releases/1.1/modutils/current/specs/modutils.spec 2004-08-05 08:46:26 UTC (rev 3712) @@ -1,7 +1,7 @@ Summary: The kernel module utilities. Name: modutils Version: 2.4.27 -Release: 4jh +Release: 4ts License: GPL Group: main Source: http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-%{version}.tar.bz2 @@ -52,6 +52,9 @@ %exclude %{_mandir} %changelog +* Thu Aug 05 2004 tsintegrate 2.4.27-4ts +- current (2.4.27-4jh) integrated as 2.4.27-4ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.4.27-3ts - current (2.4.27-2ts) integrated as 2.4.27-3ts for release 1.0-U1 @@ -213,4 +216,4 @@ * Sun Aug 24 1997 Erik Troan - built on Intel -- combined rmmod and insmod \ No newline at end of file +- combined rmmod and insmo Copied: tinysofa/releases/1.1/modutils/releases/2.4.27/4ts (from rev 3396, tinysofa/releases/1.1/modutils/current) Modified: tinysofa/releases/1.1/modutils/releases/2.4.27/4ts/specs/modutils.spec =================================================================== --- tinysofa/releases/1.1/modutils/current/specs/modutils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/modutils/releases/2.4.27/4ts/specs/modutils.spec 2004-08-05 08:46:26 UTC (rev 3712) @@ -1,7 +1,7 @@ Summary: The kernel module utilities. Name: modutils Version: 2.4.27 -Release: 4jh +Release: 4ts License: GPL Group: main Source: http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-%{version}.tar.bz2 @@ -52,6 +52,9 @@ %exclude %{_mandir} %changelog +* Thu Aug 05 2004 tsintegrate 2.4.27-4ts +- current (2.4.27-4jh) integrated as 2.4.27-4ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.4.27-3ts - current (2.4.27-2ts) integrated as 2.4.27-3ts for release 1.0-U1 @@ -213,4 +216,4 @@ * Sun Aug 24 1997 Erik Troan - built on Intel -- combined rmmod and insmod \ No newline at end of file +- combined rmmod and insmo From svn at tinysofa.org Thu Aug 5 08:46:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:31 +1000 (EST) Subject: [tinysofa-svn] r3713 - tinysofa/releases/1.1/modutils Message-ID: <20040805084631.763164E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:31 +1000 (Thu, 05 Aug 2004) New Revision: 3713 Removed: tinysofa/releases/1.1/modutils/pristine/ Log: modutils: * removing pristine (2.4.27-3ts) From svn at tinysofa.org Thu Aug 5 08:46:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:36 +1000 (EST) Subject: [tinysofa-svn] r3714 - tinysofa/releases/1.1/modutils Message-ID: <20040805084636.7B9694E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:36 +1000 (Thu, 05 Aug 2004) New Revision: 3714 Added: tinysofa/releases/1.1/modutils/pristine/ Log: modutils: * retarget pristine (2.4.27-3ts) to releases/2.4.27/4ts Copied: tinysofa/releases/1.1/modutils/pristine (from rev 3712, tinysofa/releases/1.1/modutils/releases/2.4.27/4ts) From svn at tinysofa.org Thu Aug 5 08:46:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:47 +1000 (EST) Subject: [tinysofa-svn] r3715 - in tinysofa/releases/1.1/mt-st: current/specs releases/0.7 releases/0.7/9ts/specs Message-ID: <20040805084647.C37B64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:47 +1000 (Thu, 05 Aug 2004) New Revision: 3715 Added: tinysofa/releases/1.1/mt-st/releases/0.7/9ts/ Modified: tinysofa/releases/1.1/mt-st/current/specs/mt-st.spec tinysofa/releases/1.1/mt-st/releases/0.7/9ts/specs/mt-st.spec Log: mt-st: * integrate current (0.7-9jh) as releases/0.7/9ts Modified: tinysofa/releases/1.1/mt-st/current/specs/mt-st.spec =================================================================== --- tinysofa/releases/1.1/mt-st/current/specs/mt-st.spec 2004-08-05 08:46:36 UTC (rev 3714) +++ tinysofa/releases/1.1/mt-st/current/specs/mt-st.spec 2004-08-05 08:46:47 UTC (rev 3715) @@ -1,7 +1,7 @@ Summary: Install mt-st if you need a tool to control tape drives. Name: mt-st Version: 0.7 -Release: 9jh +Release: 9ts License: BSD Group: extra Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz @@ -40,6 +40,9 @@ %{_mandir}/man[18]/* %changelog +* Thu Aug 05 2004 tsintegrate 0.7-9ts +- current (0.7-9jh) integrated as 0.7-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.7-8ts - current (0.7-7ts) integrated as 0.7-8ts for release 1.0-U1 Copied: tinysofa/releases/1.1/mt-st/releases/0.7/9ts (from rev 3396, tinysofa/releases/1.1/mt-st/current) Modified: tinysofa/releases/1.1/mt-st/releases/0.7/9ts/specs/mt-st.spec =================================================================== --- tinysofa/releases/1.1/mt-st/current/specs/mt-st.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mt-st/releases/0.7/9ts/specs/mt-st.spec 2004-08-05 08:46:47 UTC (rev 3715) @@ -1,7 +1,7 @@ Summary: Install mt-st if you need a tool to control tape drives. Name: mt-st Version: 0.7 -Release: 9jh +Release: 9ts License: BSD Group: extra Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz @@ -40,6 +40,9 @@ %{_mandir}/man[18]/* %changelog +* Thu Aug 05 2004 tsintegrate 0.7-9ts +- current (0.7-9jh) integrated as 0.7-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.7-8ts - current (0.7-7ts) integrated as 0.7-8ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:46:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:52 +1000 (EST) Subject: [tinysofa-svn] r3716 - tinysofa/releases/1.1/mt-st Message-ID: <20040805084652.851844E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:52 +1000 (Thu, 05 Aug 2004) New Revision: 3716 Removed: tinysofa/releases/1.1/mt-st/pristine/ Log: mt-st: * removing pristine (0.7-8ts) From svn at tinysofa.org Thu Aug 5 08:46:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:46:57 +1000 (EST) Subject: [tinysofa-svn] r3717 - tinysofa/releases/1.1/mt-st Message-ID: <20040805084657.581DB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:46:57 +1000 (Thu, 05 Aug 2004) New Revision: 3717 Added: tinysofa/releases/1.1/mt-st/pristine/ Log: mt-st: * retarget pristine (0.7-8ts) to releases/0.7/9ts Copied: tinysofa/releases/1.1/mt-st/pristine (from rev 3715, tinysofa/releases/1.1/mt-st/releases/0.7/9ts) From svn at tinysofa.org Thu Aug 5 08:47:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:47:10 +1000 (EST) Subject: [tinysofa-svn] r3718 - in tinysofa/releases/1.1/mutt: current/specs releases/1.4.2.1 releases/1.4.2.1/6ts/specs Message-ID: <20040805084710.0A1A54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:47:09 +1000 (Thu, 05 Aug 2004) New Revision: 3718 Added: tinysofa/releases/1.1/mutt/releases/1.4.2.1/6ts/ Modified: tinysofa/releases/1.1/mutt/current/specs/mutt.spec tinysofa/releases/1.1/mutt/releases/1.4.2.1/6ts/specs/mutt.spec Log: mutt: * integrate current (1.4.2.1-6jh) as releases/1.4.2.1/6ts Modified: tinysofa/releases/1.1/mutt/current/specs/mutt.spec =================================================================== --- tinysofa/releases/1.1/mutt/current/specs/mutt.spec 2004-08-05 08:46:57 UTC (rev 3717) +++ tinysofa/releases/1.1/mutt/current/specs/mutt.spec 2004-08-05 08:47:09 UTC (rev 3718) @@ -1,7 +1,7 @@ Name: mutt Summary: A text mode mail user agent. Version: 1.4.2.1 -Release: 6jh +Release: 6ts License: GPL Group: extra URL: http://www.mutt.org/ @@ -72,6 +72,9 @@ %exclude /usr/doc %changelog +* Thu Aug 05 2004 tsintegrate 1.4.2.1-6ts +- current (1.4.2.1-6jh) integrated as 1.4.2.1-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.4.2.1-5ts - current (1.4.2.1-4ts) integrated as 1.4.2.1-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/mutt/releases/1.4.2.1/6ts (from rev 3396, tinysofa/releases/1.1/mutt/current) Modified: tinysofa/releases/1.1/mutt/releases/1.4.2.1/6ts/specs/mutt.spec =================================================================== --- tinysofa/releases/1.1/mutt/current/specs/mutt.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mutt/releases/1.4.2.1/6ts/specs/mutt.spec 2004-08-05 08:47:09 UTC (rev 3718) @@ -1,7 +1,7 @@ Name: mutt Summary: A text mode mail user agent. Version: 1.4.2.1 -Release: 6jh +Release: 6ts License: GPL Group: extra URL: http://www.mutt.org/ @@ -72,6 +72,9 @@ %exclude /usr/doc %changelog +* Thu Aug 05 2004 tsintegrate 1.4.2.1-6ts +- current (1.4.2.1-6jh) integrated as 1.4.2.1-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.4.2.1-5ts - current (1.4.2.1-4ts) integrated as 1.4.2.1-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:47:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:47:14 +1000 (EST) Subject: [tinysofa-svn] r3719 - tinysofa/releases/1.1/mutt Message-ID: <20040805084714.A26074E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:47:14 +1000 (Thu, 05 Aug 2004) New Revision: 3719 Removed: tinysofa/releases/1.1/mutt/pristine/ Log: mutt: * removing pristine (1.4.2.1-5ts) From svn at tinysofa.org Thu Aug 5 08:47:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:47:20 +1000 (EST) Subject: [tinysofa-svn] r3720 - tinysofa/releases/1.1/mutt Message-ID: <20040805084720.705D44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:47:20 +1000 (Thu, 05 Aug 2004) New Revision: 3720 Added: tinysofa/releases/1.1/mutt/pristine/ Log: mutt: * retarget pristine (1.4.2.1-5ts) to releases/1.4.2.1/6ts Copied: tinysofa/releases/1.1/mutt/pristine (from rev 3718, tinysofa/releases/1.1/mutt/releases/1.4.2.1/6ts) From svn at tinysofa.org Thu Aug 5 08:47:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:47:36 +1000 (EST) Subject: [tinysofa-svn] r3721 - in tinysofa/releases/1.1/mysql: current/specs releases/4.0.20 releases/4.0.20/4ts/specs Message-ID: <20040805084736.18CC24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:47:35 +1000 (Thu, 05 Aug 2004) New Revision: 3721 Added: tinysofa/releases/1.1/mysql/releases/4.0.20/4ts/ Modified: tinysofa/releases/1.1/mysql/current/specs/mysql.spec tinysofa/releases/1.1/mysql/releases/4.0.20/4ts/specs/mysql.spec Log: mysql: * integrate current (4.0.20-4jh) as releases/4.0.20/4ts Modified: tinysofa/releases/1.1/mysql/current/specs/mysql.spec =================================================================== --- tinysofa/releases/1.1/mysql/current/specs/mysql.spec 2004-08-05 08:47:20 UTC (rev 3720) +++ tinysofa/releases/1.1/mysql/current/specs/mysql.spec 2004-08-05 08:47:35 UTC (rev 3721) @@ -2,7 +2,7 @@ Name: mysql Group: main Version: 4.0.20 -Release: 4jh +Release: 4ts License: GPL / LGPL %define shared_libversion 12:0:0 %define mysqld_user mysql @@ -347,6 +347,9 @@ /usr/bin/mysqlmanagerc %changelog +* Thu Aug 05 2004 tsintegrate 4.0.20-4ts +- current (4.0.20-4jh) integrated as 4.0.20-4ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 4.0.20-3ts - current (4.0.20-3jh) integrated as 4.0.20-3ts for release 1.0-U2 Copied: tinysofa/releases/1.1/mysql/releases/4.0.20/4ts (from rev 3396, tinysofa/releases/1.1/mysql/current) Modified: tinysofa/releases/1.1/mysql/releases/4.0.20/4ts/specs/mysql.spec =================================================================== --- tinysofa/releases/1.1/mysql/current/specs/mysql.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/mysql/releases/4.0.20/4ts/specs/mysql.spec 2004-08-05 08:47:35 UTC (rev 3721) @@ -2,7 +2,7 @@ Name: mysql Group: main Version: 4.0.20 -Release: 4jh +Release: 4ts License: GPL / LGPL %define shared_libversion 12:0:0 %define mysqld_user mysql @@ -347,6 +347,9 @@ /usr/bin/mysqlmanagerc %changelog +* Thu Aug 05 2004 tsintegrate 4.0.20-4ts +- current (4.0.20-4jh) integrated as 4.0.20-4ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 4.0.20-3ts - current (4.0.20-3jh) integrated as 4.0.20-3ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 08:47:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:47:37 +1000 (EST) Subject: [tinysofa-svn] r3722 - in tinysofa/releases/1.0/libpng/current: sources specs Message-ID: <20040805084737.D1B784E802F@minbar.tinysofa.org> Author: omar Date: 2004-08-05 18:47:37 +1000 (Thu, 05 Aug 2004) New Revision: 3722 Added: tinysofa/releases/1.0/libpng/current/sources/libpng-1.2.5-all-patches.txt Removed: tinysofa/releases/1.0/libpng/current/sources/libpng-1.0.15-transfix.patch tinysofa/releases/1.0/libpng/current/sources/libpng-1.2.5-can-2004-0421.patch Modified: tinysofa/releases/1.0/libpng/current/specs/libpng.spec Log: - Fix CAN-2004-0599, CAN-2004-0598, CAN-2004-0597. Deleted: tinysofa/releases/1.0/libpng/current/sources/libpng-1.0.15-transfix.patch =================================================================== --- tinysofa/releases/1.0/libpng/current/sources/libpng-1.0.15-transfix.patch 2004-08-05 08:47:35 UTC (rev 3721) +++ tinysofa/releases/1.0/libpng/current/sources/libpng-1.0.15-transfix.patch 2004-08-05 08:47:37 UTC (rev 3722) @@ -1,46 +0,0 @@ ---- libpng-1.0.15/pngrtran.c.transfix 2004-06-14 09:44:56.000000000 -0400 -+++ libpng-1.0.15/pngrtran.c 2004-06-14 09:48:10.000000000 -0400 -@@ -1889,8 +1889,8 @@ - /* This changes the data from GG to GGXX */ - if (flags & PNG_FLAG_FILLER_AFTER) - { -- png_bytep sp = row + (png_size_t)row_width; -- png_bytep dp = sp + (png_size_t)row_width; -+ png_bytep sp = row + (png_size_t)row_width * 2; -+ png_bytep dp = sp + (png_size_t)row_width * 2; - for (i = 1; i < row_width; i++) - { - *(--dp) = hi_filler; -@@ -1907,8 +1907,8 @@ - /* This changes the data from GG to XXGG */ - else - { -- png_bytep sp = row + (png_size_t)row_width; -- png_bytep dp = sp + (png_size_t)row_width; -+ png_bytep sp = row + (png_size_t)row_width * 2; -+ png_bytep dp = sp + (png_size_t)row_width * 2; - for (i = 0; i < row_width; i++) - { - *(--dp) = *(--sp); -@@ -1965,8 +1965,8 @@ - /* This changes the data from RRGGBB to RRGGBBXX */ - if (flags & PNG_FLAG_FILLER_AFTER) - { -- png_bytep sp = row + (png_size_t)row_width * 3; -- png_bytep dp = sp + (png_size_t)row_width; -+ png_bytep sp = row + (png_size_t)row_width * 6; -+ png_bytep dp = sp + (png_size_t)row_width * 2; - for (i = 1; i < row_width; i++) - { - *(--dp) = hi_filler; -@@ -1987,8 +1987,8 @@ - /* This changes the data from RRGGBB to XXRRGGBB */ - else - { -- png_bytep sp = row + (png_size_t)row_width * 3; -- png_bytep dp = sp + (png_size_t)row_width; -+ png_bytep sp = row + (png_size_t)row_width * 6; -+ png_bytep dp = sp + (png_size_t)row_width * 2; - for (i = 0; i < row_width; i++) - { - *(--dp) = *(--sp); Added: tinysofa/releases/1.0/libpng/current/sources/libpng-1.2.5-all-patches.txt =================================================================== --- tinysofa/releases/1.0/libpng/current/sources/libpng-1.2.5-all-patches.txt 2004-08-05 08:47:35 UTC (rev 3721) +++ tinysofa/releases/1.0/libpng/current/sources/libpng-1.2.5-all-patches.txt 2004-08-05 08:47:37 UTC (rev 3722) @@ -0,0 +1,328 @@ +diff -r -U 3 libpng-1.2.5/png.h libpng-1.2.5p/png.h +--- libpng-1.2.5/png.h Thu Oct 3 06:32:26 2002 ++++ libpng-1.2.5p/png.h Tue Aug 3 21:45:21 2004 +@@ -833,7 +833,11 @@ + typedef png_info FAR * FAR * png_infopp; + + /* Maximum positive integer used in PNG is (2^31)-1 */ +-#define PNG_MAX_UINT ((png_uint_32)0x7fffffffL) ++#define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) ++#define PNG_UINT_32_MAX (~((png_uint_32)0)) ++#define PNG_SIZE_MAX (~((png_size_t)0)) ++/* PNG_MAX_UINT is deprecated; use PNG_UINT_31_MAX instead. */ ++#define PNG_MAX_UINT PNG_UINT_31_MAX + + /* These describe the color_type field in png_info. */ + /* color type masks */ +@@ -2655,6 +2659,8 @@ + PNG_EXTERN png_uint_32 png_get_uint_32 PNGARG((png_bytep buf)); + PNG_EXTERN png_uint_16 png_get_uint_16 PNGARG((png_bytep buf)); + #endif /* !PNG_READ_BIG_ENDIAN_SUPPORTED */ ++PNG_EXTERN png_uint_32 png_get_uint_31 PNGARG((png_structp png_ptr, ++ png_bytep buf)); + + /* Initialize png_ptr struct for reading, and allocate any other memory. + * (old interface - DEPRECATED - use png_create_read_struct instead). +diff -r -U 3 libpng-1.2.5/pngconf.h libpng-1.2.5p/pngconf.h +--- libpng-1.2.5/pngconf.h Thu Oct 3 06:32:27 2002 ++++ libpng-1.2.5p/pngconf.h Tue Aug 3 21:45:29 2004 +@@ -663,6 +663,13 @@ + #endif + #endif /* PNG_1_0_X */ + ++#ifndef PNG_USER_WIDTH_MAX ++# define PNG_USER_WIDTH_MAX 1000000L ++#endif ++#ifndef PNG_USER_HEIGHT_MAX ++# define PNG_USER_HEIGHT_MAX 1000000L ++#endif ++ + /* These are currently experimental features, define them if you want */ + + /* very little testing */ +@@ -1280,6 +1287,7 @@ + # define CVT_PTR(ptr) (png_far_to_near(png_ptr,ptr,CHECK)) + # define CVT_PTR_NOCHECK(ptr) (png_far_to_near(png_ptr,ptr,NOCHECK)) + # define png_strcpy _fstrcpy ++# define png_strncpy _fstrncpy /* Added to v 1.2.6 */ + # define png_strlen _fstrlen + # define png_memcmp _fmemcmp /* SJT: added */ + # define png_memcpy _fmemcpy +@@ -1288,6 +1296,7 @@ + # define CVT_PTR(ptr) (ptr) + # define CVT_PTR_NOCHECK(ptr) (ptr) + # define png_strcpy strcpy ++# define png_strncpy strncpy /* Added to v 1.2.6 */ + # define png_strlen strlen + # define png_memcmp memcmp /* SJT: added */ + # define png_memcpy memcpy +diff -r -U 3 libpng-1.2.5/pngerror.c libpng-1.2.5p/pngerror.c +--- libpng-1.2.5/pngerror.c Thu Oct 3 06:32:27 2002 ++++ libpng-1.2.5p/pngerror.c Tue Aug 3 21:45:22 2004 +@@ -137,7 +137,7 @@ + { + buffer[iout++] = ':'; + buffer[iout++] = ' '; +- png_memcpy(buffer+iout, error_message, 64); ++ png_strncpy(buffer+iout, error_message, 63); + buffer[iout+63] = 0; + } + } +diff -r -U 3 libpng-1.2.5/pngpread.c libpng-1.2.5p/pngpread.c +--- libpng-1.2.5/pngpread.c Thu Oct 3 06:32:28 2002 ++++ libpng-1.2.5p/pngpread.c Tue Aug 3 21:45:22 2004 +@@ -208,7 +208,7 @@ + } + + png_push_fill_buffer(png_ptr, chunk_length, 4); +- png_ptr->push_length = png_get_uint_32(chunk_length); ++ png_ptr->push_length = png_get_uint_31(png_ptr,chunk_length); + png_reset_crc(png_ptr); + png_crc_read(png_ptr, png_ptr->chunk_name, 4); + png_ptr->mode |= PNG_HAVE_CHUNK_HEADER; +@@ -591,6 +591,11 @@ + png_size_t new_max; + png_bytep old_buffer; + ++ if (png_ptr->save_buffer_size > PNG_SIZE_MAX - ++ (png_ptr->current_buffer_size + 256)) ++ { ++ png_error(png_ptr, "Potential overflow of save_buffer"); ++ } + new_max = png_ptr->save_buffer_size + png_ptr->current_buffer_size + 256; + old_buffer = png_ptr->save_buffer; + png_ptr->save_buffer = (png_bytep)png_malloc(png_ptr, +@@ -637,8 +642,7 @@ + } + + png_push_fill_buffer(png_ptr, chunk_length, 4); +- png_ptr->push_length = png_get_uint_32(chunk_length); +- ++ png_ptr->push_length = png_get_uint_31(png_ptr,chunk_length); + png_reset_crc(png_ptr); + png_crc_read(png_ptr, png_ptr->chunk_name, 4); + png_ptr->mode |= PNG_HAVE_CHUNK_HEADER; +diff -r -U 3 libpng-1.2.5/pngread.c libpng-1.2.5p/pngread.c +--- libpng-1.2.5/pngread.c Thu Oct 3 06:32:29 2002 ++++ libpng-1.2.5p/pngread.c Tue Aug 3 21:45:22 2004 +@@ -384,7 +384,7 @@ + png_uint_32 length; + + png_read_data(png_ptr, chunk_length, 4); +- length = png_get_uint_32(chunk_length); ++ length = png_get_uint_31(png_ptr,chunk_length); + + png_reset_crc(png_ptr); + png_crc_read(png_ptr, png_ptr->chunk_name, 4); +@@ -392,9 +392,6 @@ + png_debug2(0, "Reading %s chunk, length=%lu.\n", png_ptr->chunk_name, + length); + +- if (length > PNG_MAX_UINT) +- png_error(png_ptr, "Invalid chunk length."); +- + /* This should be a binary subdivision search or a hash for + * matching the chunk name rather than a linear search. + */ +@@ -673,10 +670,7 @@ + png_crc_finish(png_ptr, 0); + + png_read_data(png_ptr, chunk_length, 4); +- png_ptr->idat_size = png_get_uint_32(chunk_length); +- +- if (png_ptr->idat_size > PNG_MAX_UINT) +- png_error(png_ptr, "Invalid chunk length."); ++ png_ptr->idat_size = png_get_uint_31(png_ptr,chunk_length); + + png_reset_crc(png_ptr); + png_crc_read(png_ptr, png_ptr->chunk_name, 4); +@@ -946,16 +940,13 @@ + #endif /* PNG_GLOBAL_ARRAYS */ + + png_read_data(png_ptr, chunk_length, 4); +- length = png_get_uint_32(chunk_length); ++ length = png_get_uint_31(png_ptr,chunk_length); + + png_reset_crc(png_ptr); + png_crc_read(png_ptr, png_ptr->chunk_name, 4); + + png_debug1(0, "Reading %s chunk.\n", png_ptr->chunk_name); + +- if (length > PNG_MAX_UINT) +- png_error(png_ptr, "Invalid chunk length."); +- + if (!png_memcmp(png_ptr->chunk_name, png_IHDR, 4)) + png_handle_IHDR(png_ptr, info_ptr, length); + else if (!png_memcmp(png_ptr->chunk_name, png_IEND, 4)) +@@ -1298,6 +1289,9 @@ + * PNG file before the first IDAT (image data chunk). + */ + png_read_info(png_ptr, info_ptr); ++ ++ if (info_ptr->height > PNG_UINT_32_MAX/sizeof(png_bytep)) ++ png_error(png_ptr,"Image is too high to process with png_read_png()"); + + /* -------------- image transformations start here ------------------- */ + +diff -r -U 3 libpng-1.2.5/pngrtran.c libpng-1.2.5p/pngrtran.c +--- libpng-1.2.5/pngrtran.c Thu Oct 3 06:32:29 2002 ++++ libpng-1.2.5p/pngrtran.c Tue Aug 3 21:45:22 2004 +@@ -1889,8 +1889,8 @@ + /* This changes the data from GG to GGXX */ + if (flags & PNG_FLAG_FILLER_AFTER) + { +- png_bytep sp = row + (png_size_t)row_width; +- png_bytep dp = sp + (png_size_t)row_width; ++ png_bytep sp = row + (png_size_t)row_width * 2; ++ png_bytep dp = sp + (png_size_t)row_width * 2; + for (i = 1; i < row_width; i++) + { + *(--dp) = hi_filler; +@@ -1907,8 +1907,8 @@ + /* This changes the data from GG to XXGG */ + else + { +- png_bytep sp = row + (png_size_t)row_width; +- png_bytep dp = sp + (png_size_t)row_width; ++ png_bytep sp = row + (png_size_t)row_width * 2; ++ png_bytep dp = sp + (png_size_t)row_width * 2; + for (i = 0; i < row_width; i++) + { + *(--dp) = *(--sp); +@@ -1965,8 +1965,8 @@ + /* This changes the data from RRGGBB to RRGGBBXX */ + if (flags & PNG_FLAG_FILLER_AFTER) + { +- png_bytep sp = row + (png_size_t)row_width * 3; +- png_bytep dp = sp + (png_size_t)row_width; ++ png_bytep sp = row + (png_size_t)row_width * 6; ++ png_bytep dp = sp + (png_size_t)row_width * 2; + for (i = 1; i < row_width; i++) + { + *(--dp) = hi_filler; +@@ -1987,8 +1987,8 @@ + /* This changes the data from RRGGBB to XXRRGGBB */ + else + { +- png_bytep sp = row + (png_size_t)row_width * 3; +- png_bytep dp = sp + (png_size_t)row_width; ++ png_bytep sp = row + (png_size_t)row_width * 6; ++ png_bytep dp = sp + (png_size_t)row_width * 2; + for (i = 0; i < row_width; i++) + { + *(--dp) = *(--sp); +diff -r -U 3 libpng-1.2.5/pngrutil.c libpng-1.2.5p/pngrutil.c +--- libpng-1.2.5/pngrutil.c Thu Oct 3 06:32:30 2002 ++++ libpng-1.2.5p/pngrutil.c Tue Aug 3 21:45:22 2004 +@@ -38,6 +38,14 @@ + # endif + #endif + ++png_uint_32 /* PRIVATE */ ++png_get_uint_31(png_structp png_ptr, png_bytep buf) ++{ ++ png_uint_32 i = png_get_uint_32(buf); ++ if (i > PNG_UINT_31_MAX) ++ png_error(png_ptr, "PNG unsigned integer out of range.\n"); ++ return (i); ++} + #ifndef PNG_READ_BIG_ENDIAN_SUPPORTED + /* Grab an unsigned 32-bit integer from a buffer in big-endian format. */ + png_uint_32 /* PRIVATE */ +@@ -579,7 +587,7 @@ + /* Should be an error, but we can cope with it */ + png_warning(png_ptr, "Out of place gAMA chunk"); + +- else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_gAMA) ++ if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_gAMA) + #if defined(PNG_READ_sRGB_SUPPORTED) + && !(info_ptr->valid & PNG_INFO_sRGB) + #endif +@@ -660,7 +668,7 @@ + /* Should be an error, but we can cope with it */ + png_warning(png_ptr, "Out of place sBIT chunk"); + } +- else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_sBIT)) ++ if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_sBIT)) + { + png_warning(png_ptr, "Duplicate sBIT chunk"); + png_crc_finish(png_ptr, length); +@@ -729,7 +737,7 @@ + /* Should be an error, but we can cope with it */ + png_warning(png_ptr, "Missing PLTE before cHRM"); + +- else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_cHRM) ++ if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_cHRM) + #if defined(PNG_READ_sRGB_SUPPORTED) + && !(info_ptr->valid & PNG_INFO_sRGB) + #endif +@@ -891,7 +899,7 @@ + /* Should be an error, but we can cope with it */ + png_warning(png_ptr, "Out of place sRGB chunk"); + +- else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_sRGB)) ++ if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_sRGB)) + { + png_warning(png_ptr, "Duplicate sRGB chunk"); + png_crc_finish(png_ptr, length); +@@ -977,8 +985,7 @@ + png_bytep pC; + png_charp profile; + png_uint_32 skip = 0; +- png_uint_32 profile_size = 0; +- png_uint_32 profile_length = 0; ++ png_uint_32 profile_size, profile_length; + png_size_t slength, prefix_length, data_length; + + png_debug(1, "in png_handle_iCCP\n"); +@@ -995,7 +1002,7 @@ + /* Should be an error, but we can cope with it */ + png_warning(png_ptr, "Out of place iCCP chunk"); + +- else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_iCCP)) ++ if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_iCCP)) + { + png_warning(png_ptr, "Duplicate iCCP chunk"); + png_crc_finish(png_ptr, length); +@@ -1154,8 +1161,18 @@ + } + + new_palette.nentries = data_length / entry_size; +- new_palette.entries = (png_sPLT_entryp)png_malloc( ++ if (new_palette.nentries > PNG_SIZE_MAX / sizeof(png_sPLT_entry)) ++ { ++ png_warning(png_ptr, "sPLT chunk too long"); ++ return; ++ } ++ new_palette.entries = (png_sPLT_entryp)png_malloc_warn( + png_ptr, new_palette.nentries * sizeof(png_sPLT_entry)); ++ if (new_palette.entries == NULL) ++ { ++ png_warning(png_ptr, "sPLT chunk requires too much memory"); ++ return; ++ } + + #ifndef PNG_NO_POINTER_INDEXING + for (i = 0; i < new_palette.nentries; i++) +@@ -1241,7 +1258,8 @@ + /* Should be an error, but we can cope with it */ + png_warning(png_ptr, "Missing PLTE before tRNS"); + } +- else if (length > (png_uint_32)png_ptr->num_palette) ++ if (length > (png_uint_32)png_ptr->num_palette || ++ length > PNG_MAX_PALETTE_LENGTH) + { + png_warning(png_ptr, "Incorrect tRNS chunk length"); + png_crc_finish(png_ptr, length); +diff -r -U 3 libpng-1.2.5/pngset.c libpng-1.2.5p/pngset.c +--- libpng-1.2.5/pngset.c Thu Oct 3 06:32:30 2002 ++++ libpng-1.2.5p/pngset.c Tue Aug 3 21:45:29 2004 +@@ -253,6 +253,8 @@ + png_error(png_ptr, "Image width or height is zero in IHDR"); + if (width > PNG_MAX_UINT || height > PNG_MAX_UINT) + png_error(png_ptr, "Invalid image size in IHDR"); ++ if (width > PNG_USER_WIDTH_MAX || height > PNG_USER_HEIGHT_MAX) ++ png_error(png_ptr, "image size exceeds user limits in IHDR"); + + /* check other values */ + if (bit_depth != 1 && bit_depth != 2 && bit_depth != 4 && Deleted: tinysofa/releases/1.0/libpng/current/sources/libpng-1.2.5-can-2004-0421.patch =================================================================== --- tinysofa/releases/1.0/libpng/current/sources/libpng-1.2.5-can-2004-0421.patch 2004-08-05 08:47:35 UTC (rev 3721) +++ tinysofa/releases/1.0/libpng/current/sources/libpng-1.2.5-can-2004-0421.patch 2004-08-05 08:47:37 UTC (rev 3722) @@ -1,17 +0,0 @@ ---- libpng-1.2.5/pngerror.c.can-2004-0421 2002-10-03 05:32:27.000000000 -0600 -+++ libpng-1.2.5/pngerror.c 2004-04-29 09:26:18.000000000 -0600 -@@ -135,10 +135,12 @@ - buffer[iout] = 0; - else - { -+ png_size_t len = strnlen(error_message, 63); -+ - buffer[iout++] = ':'; - buffer[iout++] = ' '; -- png_memcpy(buffer+iout, error_message, 64); -- buffer[iout+63] = 0; -+ png_memcpy(buffer+iout, error_message, len); -+ buffer[iout+len] = 0; - } - } - Modified: tinysofa/releases/1.0/libpng/current/specs/libpng.spec =================================================================== --- tinysofa/releases/1.0/libpng/current/specs/libpng.spec 2004-08-05 08:47:35 UTC (rev 3721) +++ tinysofa/releases/1.0/libpng/current/specs/libpng.spec 2004-08-05 08:47:37 UTC (rev 3722) @@ -1,12 +1,11 @@ Summary: libpng, library for working with PNG files Name: libpng Version: 1.2.5 -Release: 12ts +Release: 13ok License: OSI Group: tinysofa official Source: http://www.libpng.org/pub/png/src/libpng-1.2.5.tar.bz2 -Patch: libpng-1.2.5-can-2004-0421.patch -Patch1: libpng-1.0.15-transfix.patch +Patch: libpng-1.2.5-all-patches.txt BuildRoot: %{_tmppath}/%{name}-root BuildPrereq: zlib-devel Provides: libpng12 @@ -49,7 +48,6 @@ %prep %setup -q -n libpng-%{version} %patch -p1 -%patch1 -p1 -b .transfix ln -s scripts/makefile.linux Makefile %build @@ -113,6 +111,10 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 5 2004 Omar Kilani +- add libpng-1.2.5-all-patches.txt, fixes all previous security holes +- and CAN-2004-0597, CAN-2004-0598, CAN-2004-0599. + * Mon Jun 21 2004 tsintegrate 1.2.5-12ts - current (1.2.5-12jh) integrated as 1.2.5-12ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:47:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:47:40 +1000 (EST) Subject: [tinysofa-svn] r3723 - tinysofa/releases/1.1/mysql Message-ID: <20040805084740.B51A04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:47:40 +1000 (Thu, 05 Aug 2004) New Revision: 3723 Removed: tinysofa/releases/1.1/mysql/pristine/ Log: mysql: * removing pristine (4.0.20-3ts) From svn at tinysofa.org Thu Aug 5 08:43:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:43:39 +1000 (EST) Subject: [tinysofa-svn] r3688 - in tinysofa/releases/1.1/make: current/specs releases/3.80 releases/3.80/10ts/specs Message-ID: <20040805084339.BC40D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:43:39 +1000 (Thu, 05 Aug 2004) New Revision: 3688 Added: tinysofa/releases/1.1/make/releases/3.80/10ts/ Modified: tinysofa/releases/1.1/make/current/specs/make.spec tinysofa/releases/1.1/make/releases/3.80/10ts/specs/make.spec Log: make: * integrate current (3.80-10jh) as releases/3.80/10ts Modified: tinysofa/releases/1.1/make/current/specs/make.spec =================================================================== --- tinysofa/releases/1.1/make/current/specs/make.spec 2004-08-05 08:43:28 UTC (rev 3687) +++ tinysofa/releases/1.1/make/current/specs/make.spec 2004-08-05 08:43:39 UTC (rev 3688) @@ -1,7 +1,7 @@ Summary: A GNU tool which simplifies the build process for users. Name: make Version: 3.80 -Release: 10jh +Release: 10ts License: GPL Group: development Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz @@ -67,6 +67,9 @@ /usr/share/html/make/make.html %changelog +* Thu Aug 05 2004 tsintegrate 3.80-10ts +- current (3.80-10jh) integrated as 3.80-10ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.80-9ts - current (3.80-8ts) integrated as 3.80-9ts for release 1.0-U1 Copied: tinysofa/releases/1.1/make/releases/3.80/10ts (from rev 3396, tinysofa/releases/1.1/make/current) Modified: tinysofa/releases/1.1/make/releases/3.80/10ts/specs/make.spec =================================================================== --- tinysofa/releases/1.1/make/current/specs/make.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/make/releases/3.80/10ts/specs/make.spec 2004-08-05 08:43:39 UTC (rev 3688) @@ -1,7 +1,7 @@ Summary: A GNU tool which simplifies the build process for users. Name: make Version: 3.80 -Release: 10jh +Release: 10ts License: GPL Group: development Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz @@ -67,6 +67,9 @@ /usr/share/html/make/make.html %changelog +* Thu Aug 05 2004 tsintegrate 3.80-10ts +- current (3.80-10jh) integrated as 3.80-10ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.80-9ts - current (3.80-8ts) integrated as 3.80-9ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:43:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:43:44 +1000 (EST) Subject: [tinysofa-svn] r3689 - tinysofa/releases/1.1/make Message-ID: <20040805084344.AC54E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:43:44 +1000 (Thu, 05 Aug 2004) New Revision: 3689 Removed: tinysofa/releases/1.1/make/pristine/ Log: make: * removing pristine (3.80-9ts) From svn at tinysofa.org Thu Aug 5 08:43:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:43:50 +1000 (EST) Subject: [tinysofa-svn] r3690 - tinysofa/releases/1.1/make Message-ID: <20040805084350.7B6204E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:43:50 +1000 (Thu, 05 Aug 2004) New Revision: 3690 Added: tinysofa/releases/1.1/make/pristine/ Log: make: * retarget pristine (3.80-9ts) to releases/3.80/10ts Copied: tinysofa/releases/1.1/make/pristine (from rev 3688, tinysofa/releases/1.1/make/releases/3.80/10ts) From svn at tinysofa.org Thu Aug 5 08:44:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:01 +1000 (EST) Subject: [tinysofa-svn] r3691 - in tinysofa/releases/1.1/man: current/specs releases/1.5m2 releases/1.5m2/8ts/specs Message-ID: <20040805084401.F299D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:01 +1000 (Thu, 05 Aug 2004) New Revision: 3691 Added: tinysofa/releases/1.1/man/releases/1.5m2/8ts/ Modified: tinysofa/releases/1.1/man/current/specs/man.spec tinysofa/releases/1.1/man/releases/1.5m2/8ts/specs/man.spec Log: man: * integrate current (1.5m2-8jh) as releases/1.5m2/8ts Modified: tinysofa/releases/1.1/man/current/specs/man.spec =================================================================== --- tinysofa/releases/1.1/man/current/specs/man.spec 2004-08-05 08:43:50 UTC (rev 3690) +++ tinysofa/releases/1.1/man/current/specs/man.spec 2004-08-05 08:44:01 UTC (rev 3691) @@ -4,7 +4,7 @@ Summary: A set of documentation tools: man, apropos and whatis. Name: man Version: 1.5m2 -Release: 8jh +Release: 8ts License: GPL Group: main Source0: ftp://ftp.win.tue.nl/pub/linux-local/utils/man/man-%{version}.tar.bz2 @@ -167,6 +167,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.5m2-8ts +- current (1.5m2-8jh) integrated as 1.5m2-8ts for release 1.1 + * Wed Mar 31 2004 Adrian Havill 1.5m2-6 - reorder MANSECT so that normal pages (with translations) take precedence over the English-only POSIX pages (#119554) Copied: tinysofa/releases/1.1/man/releases/1.5m2/8ts (from rev 3396, tinysofa/releases/1.1/man/current) Modified: tinysofa/releases/1.1/man/releases/1.5m2/8ts/specs/man.spec =================================================================== --- tinysofa/releases/1.1/man/current/specs/man.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/man/releases/1.5m2/8ts/specs/man.spec 2004-08-05 08:44:01 UTC (rev 3691) @@ -4,7 +4,7 @@ Summary: A set of documentation tools: man, apropos and whatis. Name: man Version: 1.5m2 -Release: 8jh +Release: 8ts License: GPL Group: main Source0: ftp://ftp.win.tue.nl/pub/linux-local/utils/man/man-%{version}.tar.bz2 @@ -167,6 +167,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.5m2-8ts +- current (1.5m2-8jh) integrated as 1.5m2-8ts for release 1.1 + * Wed Mar 31 2004 Adrian Havill 1.5m2-6 - reorder MANSECT so that normal pages (with translations) take precedence over the English-only POSIX pages (#119554) From svn at tinysofa.org Thu Aug 5 08:44:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:44:06 +1000 (EST) Subject: [tinysofa-svn] r3692 - tinysofa/releases/1.1/man Message-ID: <20040805084406.9924A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:44:06 +1000 (Thu, 05 Aug 2004) New Revision: 3692 Removed: tinysofa/releases/1.1/man/pristine/ Log: man: * removing pristine (1.5m2-6ts) From svn at tinysofa.org Thu Aug 5 08:45:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:45:26 +1000 (EST) Subject: [tinysofa-svn] r3704 - tinysofa/releases/1.1/mkinitrd Message-ID: <20040805084526.995314E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:45:26 +1000 (Thu, 05 Aug 2004) New Revision: 3704 Removed: tinysofa/releases/1.1/mkinitrd/pristine/ Log: mkinitrd: * removing pristine (3.5.21-4ts) From svn at tinysofa.org Thu Aug 5 08:47:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:47:47 +1000 (EST) Subject: [tinysofa-svn] r3724 - tinysofa/releases/1.1/mysql Message-ID: <20040805084747.9D9A74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:47:47 +1000 (Thu, 05 Aug 2004) New Revision: 3724 Added: tinysofa/releases/1.1/mysql/pristine/ Log: mysql: * retarget pristine (4.0.20-3ts) to releases/4.0.20/4ts Copied: tinysofa/releases/1.1/mysql/pristine (from rev 3721, tinysofa/releases/1.1/mysql/releases/4.0.20/4ts) From svn at tinysofa.org Thu Aug 5 08:48:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:05 +1000 (EST) Subject: [tinysofa-svn] r3726 - tinysofa/releases/1.1/m4 Message-ID: <20040805084805.9A59D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:05 +1000 (Thu, 05 Aug 2004) New Revision: 3726 Removed: tinysofa/releases/1.1/m4/pristine/ Log: m4: * removing pristine (1.4.1-1ts) From svn at tinysofa.org Thu Aug 5 08:48:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:01 +1000 (EST) Subject: [tinysofa-svn] r3725 - in tinysofa/releases/1.1/m4: current/specs releases/1.4.1 releases/1.4.1/2ts/specs Message-ID: <20040805084801.6BEE14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:01 +1000 (Thu, 05 Aug 2004) New Revision: 3725 Added: tinysofa/releases/1.1/m4/releases/1.4.1/2ts/ Modified: tinysofa/releases/1.1/m4/current/specs/m4.spec tinysofa/releases/1.1/m4/releases/1.4.1/2ts/specs/m4.spec Log: m4: * integrate current (1.4.1-2jh) as releases/1.4.1/2ts Modified: tinysofa/releases/1.1/m4/current/specs/m4.spec =================================================================== --- tinysofa/releases/1.1/m4/current/specs/m4.spec 2004-08-05 08:47:47 UTC (rev 3724) +++ tinysofa/releases/1.1/m4/current/specs/m4.spec 2004-08-05 08:48:01 UTC (rev 3725) @@ -1,7 +1,7 @@ Summary: The GNU macro processor. Name: m4 Version: 1.4.1 -Release: 2jh +Release: 2ts License: GPL Group: development Source: ftp://ftp.gnu.org/pub/gnu/m4/m4-%{version}.tar.gz @@ -61,6 +61,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.4.1-2ts +- current (1.4.1-2jh) integrated as 1.4.1-2ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 1.4.1-1ts - current (1.4.1-26ts) integrated as 1.4.1-1ts for release 1.0-U2 Copied: tinysofa/releases/1.1/m4/releases/1.4.1/2ts (from rev 3396, tinysofa/releases/1.1/m4/current) Modified: tinysofa/releases/1.1/m4/releases/1.4.1/2ts/specs/m4.spec =================================================================== --- tinysofa/releases/1.1/m4/current/specs/m4.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/m4/releases/1.4.1/2ts/specs/m4.spec 2004-08-05 08:48:01 UTC (rev 3725) @@ -1,7 +1,7 @@ Summary: The GNU macro processor. Name: m4 Version: 1.4.1 -Release: 2jh +Release: 2ts License: GPL Group: development Source: ftp://ftp.gnu.org/pub/gnu/m4/m4-%{version}.tar.gz @@ -61,6 +61,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.4.1-2ts +- current (1.4.1-2jh) integrated as 1.4.1-2ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 1.4.1-1ts - current (1.4.1-26ts) integrated as 1.4.1-1ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 08:48:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:11 +1000 (EST) Subject: [tinysofa-svn] r3727 - tinysofa/releases/1.1/m4 Message-ID: <20040805084811.4999E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:11 +1000 (Thu, 05 Aug 2004) New Revision: 3727 Added: tinysofa/releases/1.1/m4/pristine/ Log: m4: * retarget pristine (1.4.1-1ts) to releases/1.4.1/2ts Copied: tinysofa/releases/1.1/m4/pristine (from rev 3725, tinysofa/releases/1.1/m4/releases/1.4.1/2ts) From svn at tinysofa.org Thu Aug 5 08:48:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:22 +1000 (EST) Subject: [tinysofa-svn] r3728 - in tinysofa/releases/1.1/nasm: current/specs releases/0.98.38 releases/0.98.38/6ts/specs Message-ID: <20040805084822.F2DF54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:22 +1000 (Thu, 05 Aug 2004) New Revision: 3728 Added: tinysofa/releases/1.1/nasm/releases/0.98.38/6ts/ Modified: tinysofa/releases/1.1/nasm/current/specs/nasm.spec tinysofa/releases/1.1/nasm/releases/0.98.38/6ts/specs/nasm.spec Log: nasm: * integrate current (0.98.38-6jh) as releases/0.98.38/6ts Modified: tinysofa/releases/1.1/nasm/current/specs/nasm.spec =================================================================== --- tinysofa/releases/1.1/nasm/current/specs/nasm.spec 2004-08-05 08:48:11 UTC (rev 3727) +++ tinysofa/releases/1.1/nasm/current/specs/nasm.spec 2004-08-05 08:48:22 UTC (rev 3728) @@ -1,7 +1,7 @@ Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax Name: nasm Version: 0.98.38 -Release: 6jh +Release: 6ts License: LGPL Group: development Source: http://unc.dl.sourceforge.net/sourceforge/nasm/nasm-%{version}.tar.bz2 @@ -64,6 +64,9 @@ %doc rdoff/README %changelog +* Thu Aug 05 2004 tsintegrate 0.98.38-6ts +- current (0.98.38-6jh) integrated as 0.98.38-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.98.38-5ts - current (0.98.38-4ts) integrated as 0.98.38-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/nasm/releases/0.98.38/6ts (from rev 3396, tinysofa/releases/1.1/nasm/current) Modified: tinysofa/releases/1.1/nasm/releases/0.98.38/6ts/specs/nasm.spec =================================================================== --- tinysofa/releases/1.1/nasm/current/specs/nasm.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/nasm/releases/0.98.38/6ts/specs/nasm.spec 2004-08-05 08:48:22 UTC (rev 3728) @@ -1,7 +1,7 @@ Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax Name: nasm Version: 0.98.38 -Release: 6jh +Release: 6ts License: LGPL Group: development Source: http://unc.dl.sourceforge.net/sourceforge/nasm/nasm-%{version}.tar.bz2 @@ -64,6 +64,9 @@ %doc rdoff/README %changelog +* Thu Aug 05 2004 tsintegrate 0.98.38-6ts +- current (0.98.38-6jh) integrated as 0.98.38-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.98.38-5ts - current (0.98.38-4ts) integrated as 0.98.38-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:48:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:27 +1000 (EST) Subject: [tinysofa-svn] r3729 - tinysofa/releases/1.1/nasm Message-ID: <20040805084827.A658C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:27 +1000 (Thu, 05 Aug 2004) New Revision: 3729 Removed: tinysofa/releases/1.1/nasm/pristine/ Log: nasm: * removing pristine (0.98.38-5ts) From svn at tinysofa.org Thu Aug 5 08:48:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:33 +1000 (EST) Subject: [tinysofa-svn] r3730 - tinysofa/releases/1.1/nasm Message-ID: <20040805084833.5986B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:33 +1000 (Thu, 05 Aug 2004) New Revision: 3730 Added: tinysofa/releases/1.1/nasm/pristine/ Log: nasm: * retarget pristine (0.98.38-5ts) to releases/0.98.38/6ts Copied: tinysofa/releases/1.1/nasm/pristine (from rev 3728, tinysofa/releases/1.1/nasm/releases/0.98.38/6ts) From svn at tinysofa.org Thu Aug 5 08:48:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:44 +1000 (EST) Subject: [tinysofa-svn] r3731 - in tinysofa/releases/1.1/nc: current/specs releases/1.10 releases/1.10/11ts/specs Message-ID: <20040805084844.99E5E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:44 +1000 (Thu, 05 Aug 2004) New Revision: 3731 Added: tinysofa/releases/1.1/nc/releases/1.10/11ts/ Modified: tinysofa/releases/1.1/nc/current/specs/nc.spec tinysofa/releases/1.1/nc/releases/1.10/11ts/specs/nc.spec Log: nc: * integrate current (1.10-11jh) as releases/1.10/11ts Modified: tinysofa/releases/1.1/nc/current/specs/nc.spec =================================================================== --- tinysofa/releases/1.1/nc/current/specs/nc.spec 2004-08-05 08:48:33 UTC (rev 3730) +++ tinysofa/releases/1.1/nc/current/specs/nc.spec 2004-08-05 08:48:44 UTC (rev 3731) @@ -1,7 +1,7 @@ Summary: Reads and writes data across network connections using TCP or UDP. Name: nc Version: 1.10 -Release: 11jh +Release: 11ts Source0: http://www.atstake.com/research/tools/network_utilities/nc110.tgz Source1: http://www.openbsd.org/src/usr.bin/nc/nc.1 Patch0: nc-arm.patch @@ -52,6 +52,9 @@ /usr/share/man/man1/nc.1* %changelog +* Thu Aug 05 2004 tsintegrate 1.10-11ts +- current (1.10-11jh) integrated as 1.10-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.10-10ts - current (1.10-9ts) integrated as 1.10-10ts for release 1.0-U1 Copied: tinysofa/releases/1.1/nc/releases/1.10/11ts (from rev 3396, tinysofa/releases/1.1/nc/current) Modified: tinysofa/releases/1.1/nc/releases/1.10/11ts/specs/nc.spec =================================================================== --- tinysofa/releases/1.1/nc/current/specs/nc.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/nc/releases/1.10/11ts/specs/nc.spec 2004-08-05 08:48:44 UTC (rev 3731) @@ -1,7 +1,7 @@ Summary: Reads and writes data across network connections using TCP or UDP. Name: nc Version: 1.10 -Release: 11jh +Release: 11ts Source0: http://www.atstake.com/research/tools/network_utilities/nc110.tgz Source1: http://www.openbsd.org/src/usr.bin/nc/nc.1 Patch0: nc-arm.patch @@ -52,6 +52,9 @@ /usr/share/man/man1/nc.1* %changelog +* Thu Aug 05 2004 tsintegrate 1.10-11ts +- current (1.10-11jh) integrated as 1.10-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.10-10ts - current (1.10-9ts) integrated as 1.10-10ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:48:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:49 +1000 (EST) Subject: [tinysofa-svn] r3732 - tinysofa/releases/1.1/nc Message-ID: <20040805084849.CDA784E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:49 +1000 (Thu, 05 Aug 2004) New Revision: 3732 Removed: tinysofa/releases/1.1/nc/pristine/ Log: nc: * removing pristine (1.10-10ts) From svn at tinysofa.org Thu Aug 5 08:48:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:48:55 +1000 (EST) Subject: [tinysofa-svn] r3733 - tinysofa/releases/1.1/nc Message-ID: <20040805084855.49DDD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:48:55 +1000 (Thu, 05 Aug 2004) New Revision: 3733 Added: tinysofa/releases/1.1/nc/pristine/ Log: nc: * retarget pristine (1.10-10ts) to releases/1.10/11ts Copied: tinysofa/releases/1.1/nc/pristine (from rev 3731, tinysofa/releases/1.1/nc/releases/1.10/11ts) From svn at tinysofa.org Thu Aug 5 08:49:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:49:07 +1000 (EST) Subject: [tinysofa-svn] r3734 - in tinysofa/releases/1.1/ncurses: current/specs releases/5.4 releases/5.4/4ts/specs Message-ID: <20040805084907.BBD664E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:49:07 +1000 (Thu, 05 Aug 2004) New Revision: 3734 Added: tinysofa/releases/1.1/ncurses/releases/5.4/4ts/ Modified: tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec tinysofa/releases/1.1/ncurses/releases/5.4/4ts/specs/ncurses.spec Log: ncurses: * integrate current (5.4-4jh) as releases/5.4/4ts Modified: tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec =================================================================== --- tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-05 08:48:55 UTC (rev 3733) +++ tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-05 08:49:07 UTC (rev 3734) @@ -2,7 +2,7 @@ Name: ncurses Version: 5.4 %define includedirw %{_includedir}/ncursesw -Release: 4jh +Release: 4ts License: distributable Group: main URL: http://dickey.his.com/ncurses/ncurses.html @@ -179,6 +179,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 5.4-4ts +- current (5.4-4jh) integrated as 5.4-4ts for release 1.1 + * Sun May 30 2004 Florian La Roche - remove ncurses-c++-devel rpm, all files are also part of ncurses-devel Copied: tinysofa/releases/1.1/ncurses/releases/5.4/4ts (from rev 3396, tinysofa/releases/1.1/ncurses/current) Modified: tinysofa/releases/1.1/ncurses/releases/5.4/4ts/specs/ncurses.spec =================================================================== --- tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ncurses/releases/5.4/4ts/specs/ncurses.spec 2004-08-05 08:49:07 UTC (rev 3734) @@ -2,7 +2,7 @@ Name: ncurses Version: 5.4 %define includedirw %{_includedir}/ncursesw -Release: 4jh +Release: 4ts License: distributable Group: main URL: http://dickey.his.com/ncurses/ncurses.html @@ -179,6 +179,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 5.4-4ts +- current (5.4-4jh) integrated as 5.4-4ts for release 1.1 + * Sun May 30 2004 Florian La Roche - remove ncurses-c++-devel rpm, all files are also part of ncurses-devel From svn at tinysofa.org Thu Aug 5 08:49:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:49:12 +1000 (EST) Subject: [tinysofa-svn] r3735 - tinysofa/releases/1.1/ncurses Message-ID: <20040805084912.6F4604E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:49:12 +1000 (Thu, 05 Aug 2004) New Revision: 3735 Removed: tinysofa/releases/1.1/ncurses/pristine/ Log: ncurses: * removing pristine (5.4-3ts) From svn at tinysofa.org Thu Aug 5 08:49:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:49:18 +1000 (EST) Subject: [tinysofa-svn] r3736 - tinysofa/releases/1.1/ncurses Message-ID: <20040805084918.474E74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:49:18 +1000 (Thu, 05 Aug 2004) New Revision: 3736 Added: tinysofa/releases/1.1/ncurses/pristine/ Log: ncurses: * retarget pristine (5.4-3ts) to releases/5.4/4ts Copied: tinysofa/releases/1.1/ncurses/pristine (from rev 3734, tinysofa/releases/1.1/ncurses/releases/5.4/4ts) From svn at tinysofa.org Thu Aug 5 08:49:29 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:49:29 +1000 (EST) Subject: [tinysofa-svn] r3737 - in tinysofa/releases/1.1/netatalk: current/specs releases/1.6.4 releases/1.6.4/6ts/specs Message-ID: <20040805084929.A846E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:49:29 +1000 (Thu, 05 Aug 2004) New Revision: 3737 Added: tinysofa/releases/1.1/netatalk/releases/1.6.4/6ts/ Modified: tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec tinysofa/releases/1.1/netatalk/releases/1.6.4/6ts/specs/netatalk.spec Log: netatalk: * integrate current (1.6.4-6jh) as releases/1.6.4/6ts Modified: tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec =================================================================== --- tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec 2004-08-05 08:49:18 UTC (rev 3736) +++ tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec 2004-08-05 08:49:29 UTC (rev 3737) @@ -1,7 +1,7 @@ Summary: AppleTalk networking programs Name: netatalk Version: 1.6.4 -Release: 6jh +Release: 6ts License: GPL Group: extra Source0: http://download.sourceforge.net/netatalk/netatalk-%{version}.tar.bz2 @@ -142,6 +142,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.6.4-6ts +- current (1.6.4-6jh) integrated as 1.6.4-6ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt @@ -295,7 +298,10 @@ - Change Copyright tag to BSD. Add /usr/bin/adv1tov2. * Thu Apr 22 1999 iNOUE Koich! -- Correct librpcsvc.patch. Move %changelog section last. +%changelog +* Thu Aug 05 2004 tsintegrate 1.6.4-6ts +- current (1.6.4-6jh) integrated as 1.6.4-6ts for release 1.1 + Uncomment again -DNEED_QUOTA_WRAPPER in sys/linux/Makefile since LinuxPPC may need. * Wed Mar 31 1999 iNOUE Koich! Copied: tinysofa/releases/1.1/netatalk/releases/1.6.4/6ts (from rev 3396, tinysofa/releases/1.1/netatalk/current) Modified: tinysofa/releases/1.1/netatalk/releases/1.6.4/6ts/specs/netatalk.spec =================================================================== --- tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/netatalk/releases/1.6.4/6ts/specs/netatalk.spec 2004-08-05 08:49:29 UTC (rev 3737) @@ -1,7 +1,7 @@ Summary: AppleTalk networking programs Name: netatalk Version: 1.6.4 -Release: 6jh +Release: 6ts License: GPL Group: extra Source0: http://download.sourceforge.net/netatalk/netatalk-%{version}.tar.bz2 @@ -142,6 +142,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.6.4-6ts +- current (1.6.4-6jh) integrated as 1.6.4-6ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt @@ -295,7 +298,10 @@ - Change Copyright tag to BSD. Add /usr/bin/adv1tov2. * Thu Apr 22 1999 iNOUE Koich! -- Correct librpcsvc.patch. Move %changelog section last. +%changelog +* Thu Aug 05 2004 tsintegrate 1.6.4-6ts +- current (1.6.4-6jh) integrated as 1.6.4-6ts for release 1.1 + Uncomment again -DNEED_QUOTA_WRAPPER in sys/linux/Makefile since LinuxPPC may need. * Wed Mar 31 1999 iNOUE Koich! From svn at tinysofa.org Thu Aug 5 08:49:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:49:34 +1000 (EST) Subject: [tinysofa-svn] r3738 - tinysofa/releases/1.1/netatalk Message-ID: <20040805084934.BACF74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:49:34 +1000 (Thu, 05 Aug 2004) New Revision: 3738 Removed: tinysofa/releases/1.1/netatalk/pristine/ Log: netatalk: * removing pristine (1.6.4-5ts) From svn at tinysofa.org Thu Aug 5 08:49:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:49:40 +1000 (EST) Subject: [tinysofa-svn] r3739 - tinysofa/releases/1.1/netatalk Message-ID: <20040805084940.37FF24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:49:39 +1000 (Thu, 05 Aug 2004) New Revision: 3739 Added: tinysofa/releases/1.1/netatalk/pristine/ Log: netatalk: * retarget pristine (1.6.4-5ts) to releases/1.6.4/6ts Copied: tinysofa/releases/1.1/netatalk/pristine (from rev 3737, tinysofa/releases/1.1/netatalk/releases/1.6.4/6ts) From svn at tinysofa.org Thu Aug 5 08:49:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:49:52 +1000 (EST) Subject: [tinysofa-svn] r3740 - in tinysofa/releases/1.1/net-tools: current/specs releases/1.60 releases/1.60/11ts/specs Message-ID: <20040805084952.52C1B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:49:52 +1000 (Thu, 05 Aug 2004) New Revision: 3740 Added: tinysofa/releases/1.1/net-tools/releases/1.60/11ts/ Modified: tinysofa/releases/1.1/net-tools/current/specs/net-tools.spec tinysofa/releases/1.1/net-tools/releases/1.60/11ts/specs/net-tools.spec Log: net-tools: * integrate current (1.60-11jh) as releases/1.60/11ts Modified: tinysofa/releases/1.1/net-tools/current/specs/net-tools.spec =================================================================== --- tinysofa/releases/1.1/net-tools/current/specs/net-tools.spec 2004-08-05 08:49:39 UTC (rev 3739) +++ tinysofa/releases/1.1/net-tools/current/specs/net-tools.spec 2004-08-05 08:49:52 UTC (rev 3740) @@ -1,7 +1,7 @@ Summary: The basic tools for setting up networking. Name: net-tools Version: 1.60 -Release: 11jh +Release: 11ts License: GPL Group: main Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2 @@ -96,6 +96,9 @@ %lang(pt) %{_mandir}/pt/man[158]/* %changelog +* Thu Aug 05 2004 tsintegrate 1.60-11ts +- current (1.60-11jh) integrated as 1.60-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.60-10ts - current (1.60-10ok) integrated as 1.60-10ts for release 1.0-U1 Copied: tinysofa/releases/1.1/net-tools/releases/1.60/11ts (from rev 3396, tinysofa/releases/1.1/net-tools/current) Modified: tinysofa/releases/1.1/net-tools/releases/1.60/11ts/specs/net-tools.spec =================================================================== --- tinysofa/releases/1.1/net-tools/current/specs/net-tools.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/net-tools/releases/1.60/11ts/specs/net-tools.spec 2004-08-05 08:49:52 UTC (rev 3740) @@ -1,7 +1,7 @@ Summary: The basic tools for setting up networking. Name: net-tools Version: 1.60 -Release: 11jh +Release: 11ts License: GPL Group: main Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2 @@ -96,6 +96,9 @@ %lang(pt) %{_mandir}/pt/man[158]/* %changelog +* Thu Aug 05 2004 tsintegrate 1.60-11ts +- current (1.60-11jh) integrated as 1.60-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.60-10ts - current (1.60-10ok) integrated as 1.60-10ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:49:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:49:56 +1000 (EST) Subject: [tinysofa-svn] r3741 - tinysofa/releases/1.1/net-tools Message-ID: <20040805084956.BFC8B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:49:56 +1000 (Thu, 05 Aug 2004) New Revision: 3741 Removed: tinysofa/releases/1.1/net-tools/pristine/ Log: net-tools: * removing pristine (1.60-10ts) From svn at tinysofa.org Thu Aug 5 08:51:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:51:22 +1000 (EST) Subject: [tinysofa-svn] r3752 - in tinysofa/releases/1.1/ntp: current/specs releases/4.2.0 releases/4.2.0/13ts/specs Message-ID: <20040805085122.6A96B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:51:22 +1000 (Thu, 05 Aug 2004) New Revision: 3752 Added: tinysofa/releases/1.1/ntp/releases/4.2.0/13ts/ Modified: tinysofa/releases/1.1/ntp/current/specs/ntp.spec tinysofa/releases/1.1/ntp/releases/4.2.0/13ts/specs/ntp.spec Log: ntp: * integrate current (4.2.0-13jh) as releases/4.2.0/13ts Modified: tinysofa/releases/1.1/ntp/current/specs/ntp.spec =================================================================== --- tinysofa/releases/1.1/ntp/current/specs/ntp.spec 2004-08-05 08:51:08 UTC (rev 3751) +++ tinysofa/releases/1.1/ntp/current/specs/ntp.spec 2004-08-05 08:51:22 UTC (rev 3752) @@ -3,7 +3,7 @@ Summary: Synchronizes system time using the Network Time Protocol (NTP). Name: ntp Version: 4.2.0 -Release: 13jh +Release: 13ts License: distributable Group: main Source0: http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.0.tar.gz @@ -194,6 +194,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.2.0-13ts +- current (4.2.0-13jh) integrated as 4.2.0-13ts for release 1.1 + * Thu Mar 11 2004 Harald Hoyer - 4.2.0-7 - ntpgenkey fixed (117378) - fixed initscript to call ntpdate with -U (117894) Copied: tinysofa/releases/1.1/ntp/releases/4.2.0/13ts (from rev 3396, tinysofa/releases/1.1/ntp/current) Modified: tinysofa/releases/1.1/ntp/releases/4.2.0/13ts/specs/ntp.spec =================================================================== --- tinysofa/releases/1.1/ntp/current/specs/ntp.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ntp/releases/4.2.0/13ts/specs/ntp.spec 2004-08-05 08:51:22 UTC (rev 3752) @@ -3,7 +3,7 @@ Summary: Synchronizes system time using the Network Time Protocol (NTP). Name: ntp Version: 4.2.0 -Release: 13jh +Release: 13ts License: distributable Group: main Source0: http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.0.tar.gz @@ -194,6 +194,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.2.0-13ts +- current (4.2.0-13jh) integrated as 4.2.0-13ts for release 1.1 + * Thu Mar 11 2004 Harald Hoyer - 4.2.0-7 - ntpgenkey fixed (117378) - fixed initscript to call ntpdate with -U (117894) From svn at tinysofa.org Thu Aug 5 08:51:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:51:26 +1000 (EST) Subject: [tinysofa-svn] r3753 - tinysofa/releases/1.1/ntp Message-ID: <20040805085126.D1A994E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:51:26 +1000 (Thu, 05 Aug 2004) New Revision: 3753 Removed: tinysofa/releases/1.1/ntp/pristine/ Log: ntp: * removing pristine (4.2.0-12ts) From svn at tinysofa.org Thu Aug 5 08:51:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:51:32 +1000 (EST) Subject: [tinysofa-svn] r3754 - tinysofa/releases/1.1/ntp Message-ID: <20040805085132.DBBA64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:51:32 +1000 (Thu, 05 Aug 2004) New Revision: 3754 Added: tinysofa/releases/1.1/ntp/pristine/ Log: ntp: * retarget pristine (4.2.0-12ts) to releases/4.2.0/13ts Copied: tinysofa/releases/1.1/ntp/pristine (from rev 3752, tinysofa/releases/1.1/ntp/releases/4.2.0/13ts) From svn at tinysofa.org Thu Aug 5 08:51:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:51:50 +1000 (EST) Subject: [tinysofa-svn] r3755 - in tinysofa/releases/1.1/openldap: current/specs releases/2.1.30 releases/2.1.30/3ts/specs Message-ID: <20040805085150.446374E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:51:49 +1000 (Thu, 05 Aug 2004) New Revision: 3755 Added: tinysofa/releases/1.1/openldap/releases/2.1.30/3ts/ Modified: tinysofa/releases/1.1/openldap/current/specs/openldap.spec tinysofa/releases/1.1/openldap/releases/2.1.30/3ts/specs/openldap.spec Log: openldap: * integrate current (2.1.30-3jh) as releases/2.1.30/3ts Modified: tinysofa/releases/1.1/openldap/current/specs/openldap.spec =================================================================== --- tinysofa/releases/1.1/openldap/current/specs/openldap.spec 2004-08-05 08:51:32 UTC (rev 3754) +++ tinysofa/releases/1.1/openldap/current/specs/openldap.spec 2004-08-05 08:51:49 UTC (rev 3755) @@ -6,7 +6,7 @@ Summary: Lightweight Directory Access Protocol clients/servers Name: openldap Version: 2.1.30 -Release: 3jh +Release: 3ts Source0: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz Source1: openldap.init Source2: openldap-slapd.conf @@ -280,6 +280,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1.30-3ts +- current (2.1.30-3jh) integrated as 2.1.30-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.1.30-2ts - current (2.1.30-2jh) integrated as 2.1.30-2ts for release 1.0-U1 Copied: tinysofa/releases/1.1/openldap/releases/2.1.30/3ts (from rev 3396, tinysofa/releases/1.1/openldap/current) Modified: tinysofa/releases/1.1/openldap/releases/2.1.30/3ts/specs/openldap.spec =================================================================== --- tinysofa/releases/1.1/openldap/current/specs/openldap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/openldap/releases/2.1.30/3ts/specs/openldap.spec 2004-08-05 08:51:49 UTC (rev 3755) @@ -6,7 +6,7 @@ Summary: Lightweight Directory Access Protocol clients/servers Name: openldap Version: 2.1.30 -Release: 3jh +Release: 3ts Source0: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz Source1: openldap.init Source2: openldap-slapd.conf @@ -280,6 +280,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1.30-3ts +- current (2.1.30-3jh) integrated as 2.1.30-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.1.30-2ts - current (2.1.30-2jh) integrated as 2.1.30-2ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:51:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:51:56 +1000 (EST) Subject: [tinysofa-svn] r3756 - tinysofa/releases/1.1/openldap Message-ID: <20040805085156.069FE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:51:54 +1000 (Thu, 05 Aug 2004) New Revision: 3756 Removed: tinysofa/releases/1.1/openldap/pristine/ Log: openldap: * removing pristine (2.1.30-2ts) From svn at tinysofa.org Thu Aug 5 08:52:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:52:04 +1000 (EST) Subject: [tinysofa-svn] r3757 - tinysofa/releases/1.1/openldap Message-ID: <20040805085204.566784E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:52:01 +1000 (Thu, 05 Aug 2004) New Revision: 3757 Added: tinysofa/releases/1.1/openldap/pristine/ Log: openldap: * retarget pristine (2.1.30-2ts) to releases/2.1.30/3ts Copied: tinysofa/releases/1.1/openldap/pristine (from rev 3755, tinysofa/releases/1.1/openldap/releases/2.1.30/3ts) From svn at tinysofa.org Thu Aug 5 08:52:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:52:20 +1000 (EST) Subject: [tinysofa-svn] r3758 - in tinysofa/releases/1.1/openssh: current/specs releases/3.8.0p1 releases/3.8.0p1/6ts/specs Message-ID: <20040805085220.65B0F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:52:18 +1000 (Thu, 05 Aug 2004) New Revision: 3758 Added: tinysofa/releases/1.1/openssh/releases/3.8.0p1/6ts/ Modified: tinysofa/releases/1.1/openssh/current/specs/openssh.spec tinysofa/releases/1.1/openssh/releases/3.8.0p1/6ts/specs/openssh.spec Log: openssh: * integrate current (3.8.0p1-6jh) as releases/3.8.0p1/6ts Modified: tinysofa/releases/1.1/openssh/current/specs/openssh.spec =================================================================== --- tinysofa/releases/1.1/openssh/current/specs/openssh.spec 2004-08-05 08:52:01 UTC (rev 3757) +++ tinysofa/releases/1.1/openssh/current/specs/openssh.spec 2004-08-05 08:52:18 UTC (rev 3758) @@ -4,7 +4,7 @@ Summary: OpenSSH free Secure Shell (SSH) implementation Name: openssh Version: 3.8.0p1 -Release: 6jh +Release: 6ts License: BSD Group: main Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{realversion}.tar.gz @@ -200,6 +200,9 @@ %attr(0644,root,root) %config(noreplace) /etc/ssh/sshd_config %changelog +* Thu Aug 05 2004 tsintegrate 3.8.0p1-6ts +- current (3.8.0p1-6jh) integrated as 3.8.0p1-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.8.0p1-5ts - current (3.8.0p1-4ts) integrated as 3.8.0p1-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/openssh/releases/3.8.0p1/6ts (from rev 3396, tinysofa/releases/1.1/openssh/current) Modified: tinysofa/releases/1.1/openssh/releases/3.8.0p1/6ts/specs/openssh.spec =================================================================== --- tinysofa/releases/1.1/openssh/current/specs/openssh.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/openssh/releases/3.8.0p1/6ts/specs/openssh.spec 2004-08-05 08:52:18 UTC (rev 3758) @@ -4,7 +4,7 @@ Summary: OpenSSH free Secure Shell (SSH) implementation Name: openssh Version: 3.8.0p1 -Release: 6jh +Release: 6ts License: BSD Group: main Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{realversion}.tar.gz @@ -200,6 +200,9 @@ %attr(0644,root,root) %config(noreplace) /etc/ssh/sshd_config %changelog +* Thu Aug 05 2004 tsintegrate 3.8.0p1-6ts +- current (3.8.0p1-6jh) integrated as 3.8.0p1-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.8.0p1-5ts - current (3.8.0p1-4ts) integrated as 3.8.0p1-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:52:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:52:28 +1000 (EST) Subject: [tinysofa-svn] r3759 - tinysofa/releases/1.1/openssh Message-ID: <20040805085228.632CB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:52:25 +1000 (Thu, 05 Aug 2004) New Revision: 3759 Removed: tinysofa/releases/1.1/openssh/pristine/ Log: openssh: * removing pristine (3.8.0p1-5ts) From svn at tinysofa.org Thu Aug 5 08:52:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:52:37 +1000 (EST) Subject: [tinysofa-svn] r3760 - tinysofa/releases/1.1/openssh Message-ID: <20040805085237.674E04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:52:35 +1000 (Thu, 05 Aug 2004) New Revision: 3760 Added: tinysofa/releases/1.1/openssh/pristine/ Log: openssh: * retarget pristine (3.8.0p1-5ts) to releases/3.8.0p1/6ts Copied: tinysofa/releases/1.1/openssh/pristine (from rev 3758, tinysofa/releases/1.1/openssh/releases/3.8.0p1/6ts) From svn at tinysofa.org Thu Aug 5 08:52:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:52:52 +1000 (EST) Subject: [tinysofa-svn] r3761 - in tinysofa/releases/1.1/openssl: current/specs releases/0.9.7c releases/0.9.7c/11ts/specs Message-ID: <20040805085252.99A8F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:52:50 +1000 (Thu, 05 Aug 2004) New Revision: 3761 Added: tinysofa/releases/1.1/openssl/releases/0.9.7c/11ts/ Modified: tinysofa/releases/1.1/openssl/current/specs/openssl.spec tinysofa/releases/1.1/openssl/releases/0.9.7c/11ts/specs/openssl.spec Log: openssl: * integrate current (0.9.7c-11jh) as releases/0.9.7c/11ts Modified: tinysofa/releases/1.1/openssl/current/specs/openssl.spec =================================================================== --- tinysofa/releases/1.1/openssl/current/specs/openssl.spec 2004-08-05 08:52:35 UTC (rev 3760) +++ tinysofa/releases/1.1/openssl/current/specs/openssl.spec 2004-08-05 08:52:50 UTC (rev 3761) @@ -2,7 +2,7 @@ Name: openssl %define majorver 0.9.7 Version: %{majorver}c -Release: 11jh +Release: 11ts License: BSD-like Group: main %define m2crypto_version 0.13.1 @@ -248,6 +248,9 @@ %doc m2crypto-%{m2crypto_version}/{BUGS,CHANGES,LIC*,README} %changelog +* Thu Aug 05 2004 tsintegrate 0.9.7c-11ts +- current (0.9.7c-11jh) integrated as 0.9.7c-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.9.7c-10ts - current (0.9.7c-10ok) integrated as 0.9.7c-10ts for release 1.0-U1 Copied: tinysofa/releases/1.1/openssl/releases/0.9.7c/11ts (from rev 3396, tinysofa/releases/1.1/openssl/current) Modified: tinysofa/releases/1.1/openssl/releases/0.9.7c/11ts/specs/openssl.spec =================================================================== --- tinysofa/releases/1.1/openssl/current/specs/openssl.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/openssl/releases/0.9.7c/11ts/specs/openssl.spec 2004-08-05 08:52:50 UTC (rev 3761) @@ -2,7 +2,7 @@ Name: openssl %define majorver 0.9.7 Version: %{majorver}c -Release: 11jh +Release: 11ts License: BSD-like Group: main %define m2crypto_version 0.13.1 @@ -248,6 +248,9 @@ %doc m2crypto-%{m2crypto_version}/{BUGS,CHANGES,LIC*,README} %changelog +* Thu Aug 05 2004 tsintegrate 0.9.7c-11ts +- current (0.9.7c-11jh) integrated as 0.9.7c-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.9.7c-10ts - current (0.9.7c-10ok) integrated as 0.9.7c-10ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:52:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:52:59 +1000 (EST) Subject: [tinysofa-svn] r3762 - tinysofa/releases/1.1/openssl Message-ID: <20040805085259.226A24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:52:57 +1000 (Thu, 05 Aug 2004) New Revision: 3762 Removed: tinysofa/releases/1.1/openssl/pristine/ Log: openssl: * removing pristine (0.9.7c-10ts) From svn at tinysofa.org Thu Aug 5 08:53:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:53:04 +1000 (EST) Subject: [tinysofa-svn] r3763 - tinysofa/releases/1.1/openssl Message-ID: <20040805085304.5F2D34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:53:04 +1000 (Thu, 05 Aug 2004) New Revision: 3763 Added: tinysofa/releases/1.1/openssl/pristine/ Log: openssl: * retarget pristine (0.9.7c-10ts) to releases/0.9.7c/11ts Copied: tinysofa/releases/1.1/openssl/pristine (from rev 3761, tinysofa/releases/1.1/openssl/releases/0.9.7c/11ts) From svn at tinysofa.org Thu Aug 5 08:53:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:53:16 +1000 (EST) Subject: [tinysofa-svn] r3764 - in tinysofa/releases/1.1/ostat: current/specs releases/0.2 releases/0.2/11ts/specs Message-ID: <20040805085316.4A12F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:53:15 +1000 (Thu, 05 Aug 2004) New Revision: 3764 Added: tinysofa/releases/1.1/ostat/releases/0.2/11ts/ Modified: tinysofa/releases/1.1/ostat/current/specs/ostat.spec tinysofa/releases/1.1/ostat/releases/0.2/11ts/specs/ostat.spec Log: ostat: * integrate current (0.2-11jh) as releases/0.2/11ts Modified: tinysofa/releases/1.1/ostat/current/specs/ostat.spec =================================================================== --- tinysofa/releases/1.1/ostat/current/specs/ostat.spec 2004-08-05 08:53:04 UTC (rev 3763) +++ tinysofa/releases/1.1/ostat/current/specs/ostat.spec 2004-08-05 08:53:15 UTC (rev 3764) @@ -1,7 +1,7 @@ Summary: A wrapper for the stat system call to get information about a file. Name: ostat Version: 0.2 -Release: 11jh +Release: 11ts License: GPL Group: extra Source: ostat-0.2.tar.gz @@ -31,6 +31,9 @@ /usr/bin/ostat %changelog +* Thu Aug 05 2004 tsintegrate 0.2-11ts +- current (0.2-11jh) integrated as 0.2-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.2-10ts - current (0.2-9ts) integrated as 0.2-10ts for release 1.0-U1 Copied: tinysofa/releases/1.1/ostat/releases/0.2/11ts (from rev 3396, tinysofa/releases/1.1/ostat/current) Modified: tinysofa/releases/1.1/ostat/releases/0.2/11ts/specs/ostat.spec =================================================================== --- tinysofa/releases/1.1/ostat/current/specs/ostat.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ostat/releases/0.2/11ts/specs/ostat.spec 2004-08-05 08:53:15 UTC (rev 3764) @@ -1,7 +1,7 @@ Summary: A wrapper for the stat system call to get information about a file. Name: ostat Version: 0.2 -Release: 11jh +Release: 11ts License: GPL Group: extra Source: ostat-0.2.tar.gz @@ -31,6 +31,9 @@ /usr/bin/ostat %changelog +* Thu Aug 05 2004 tsintegrate 0.2-11ts +- current (0.2-11jh) integrated as 0.2-11ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.2-10ts - current (0.2-9ts) integrated as 0.2-10ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:54:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:55 +1000 (EST) Subject: [tinysofa-svn] r3778 - tinysofa/releases/1.1/pam_smb Message-ID: <20040805085455.2DF714E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:54 +1000 (Thu, 05 Aug 2004) New Revision: 3778 Added: tinysofa/releases/1.1/pam_smb/pristine/ Log: pam_smb: * retarget pristine (1.1.7-5ts) to releases/1.1.7/6ts Copied: tinysofa/releases/1.1/pam_smb/pristine (from rev 3776, tinysofa/releases/1.1/pam_smb/releases/1.1.7/6ts) From svn at tinysofa.org Thu Aug 5 08:55:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:55:06 +1000 (EST) Subject: [tinysofa-svn] r3779 - in tinysofa/releases/1.1/parted: current/specs releases/1.4.24 releases/1.4.24/16ts/specs Message-ID: <20040805085506.E1DD94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:55:06 +1000 (Thu, 05 Aug 2004) New Revision: 3779 Added: tinysofa/releases/1.1/parted/releases/1.4.24/16ts/ Modified: tinysofa/releases/1.1/parted/current/specs/parted.spec tinysofa/releases/1.1/parted/releases/1.4.24/16ts/specs/parted.spec Log: parted: * integrate current (1.4.24-16jh) as releases/1.4.24/16ts Modified: tinysofa/releases/1.1/parted/current/specs/parted.spec =================================================================== --- tinysofa/releases/1.1/parted/current/specs/parted.spec 2004-08-05 08:54:54 UTC (rev 3778) +++ tinysofa/releases/1.1/parted/current/specs/parted.spec 2004-08-05 08:55:06 UTC (rev 3779) @@ -1,7 +1,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.4.24 -Release: 16jh +Release: 16ts License: GPL Group: extra BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -78,6 +78,9 @@ %{_datadir}/aclocal/parted.m4 %changelog +* Thu Aug 05 2004 tsintegrate 1.4.24-16ts +- current (1.4.24-16jh) integrated as 1.4.24-16ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.4.24-15ts - current (1.4.24-14ts) integrated as 1.4.24-15ts for release 1.0-U1 Copied: tinysofa/releases/1.1/parted/releases/1.4.24/16ts (from rev 3396, tinysofa/releases/1.1/parted/current) Modified: tinysofa/releases/1.1/parted/releases/1.4.24/16ts/specs/parted.spec =================================================================== --- tinysofa/releases/1.1/parted/current/specs/parted.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/parted/releases/1.4.24/16ts/specs/parted.spec 2004-08-05 08:55:06 UTC (rev 3779) @@ -1,7 +1,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.4.24 -Release: 16jh +Release: 16ts License: GPL Group: extra BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -78,6 +78,9 @@ %{_datadir}/aclocal/parted.m4 %changelog +* Thu Aug 05 2004 tsintegrate 1.4.24-16ts +- current (1.4.24-16jh) integrated as 1.4.24-16ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.4.24-15ts - current (1.4.24-14ts) integrated as 1.4.24-15ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:50:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:50:02 +1000 (EST) Subject: [tinysofa-svn] r3742 - tinysofa/releases/1.1/net-tools Message-ID: <20040805085002.40B404E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:50:02 +1000 (Thu, 05 Aug 2004) New Revision: 3742 Added: tinysofa/releases/1.1/net-tools/pristine/ Log: net-tools: * retarget pristine (1.60-10ts) to releases/1.60/11ts Copied: tinysofa/releases/1.1/net-tools/pristine (from rev 3740, tinysofa/releases/1.1/net-tools/releases/1.60/11ts) From svn at tinysofa.org Thu Aug 5 08:50:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:50:10 +1000 (EST) Subject: [tinysofa-svn] r3743 - in tinysofa/releases/1.1/newt: current/specs releases releases/0.51.6 releases/0.51.6/1ts/specs Message-ID: <20040805085010.222084E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:50:09 +1000 (Thu, 05 Aug 2004) New Revision: 3743 Added: tinysofa/releases/1.1/newt/releases/0.51.6/ tinysofa/releases/1.1/newt/releases/0.51.6/1ts/ Modified: tinysofa/releases/1.1/newt/current/specs/newt.spec tinysofa/releases/1.1/newt/releases/0.51.6/1ts/specs/newt.spec Log: newt: * integrate current (0.51.6-1jh) as releases/0.51.6/1ts Modified: tinysofa/releases/1.1/newt/current/specs/newt.spec =================================================================== --- tinysofa/releases/1.1/newt/current/specs/newt.spec 2004-08-05 08:50:02 UTC (rev 3742) +++ tinysofa/releases/1.1/newt/current/specs/newt.spec 2004-08-05 08:50:09 UTC (rev 3743) @@ -4,7 +4,7 @@ Name: newt %define version 0.51.6 Version: %{version} -Release: 1jh +Release: 1ts License: LGPL Group: main Source: newt-%{version}.tar.gz @@ -78,6 +78,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.51.6-1ts +- current (0.51.6-1jh) integrated as 0.51.6-1ts for release 1.1 + * Tue Mar 02 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/newt/releases/0.51.6/1ts (from rev 3396, tinysofa/releases/1.1/newt/current) Modified: tinysofa/releases/1.1/newt/releases/0.51.6/1ts/specs/newt.spec =================================================================== --- tinysofa/releases/1.1/newt/current/specs/newt.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/newt/releases/0.51.6/1ts/specs/newt.spec 2004-08-05 08:50:09 UTC (rev 3743) @@ -4,7 +4,7 @@ Name: newt %define version 0.51.6 Version: %{version} -Release: 1jh +Release: 1ts License: LGPL Group: main Source: newt-%{version}.tar.gz @@ -78,6 +78,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.51.6-1ts +- current (0.51.6-1jh) integrated as 0.51.6-1ts for release 1.1 + * Tue Mar 02 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 08:50:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:50:14 +1000 (EST) Subject: [tinysofa-svn] r3744 - tinysofa/releases/1.1/newt Message-ID: <20040805085014.965CD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:50:14 +1000 (Thu, 05 Aug 2004) New Revision: 3744 Removed: tinysofa/releases/1.1/newt/pristine/ Log: newt: * removing pristine (0.50.33-14ts) From svn at tinysofa.org Thu Aug 5 08:50:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:50:20 +1000 (EST) Subject: [tinysofa-svn] r3745 - tinysofa/releases/1.1/newt Message-ID: <20040805085020.58DE24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:50:20 +1000 (Thu, 05 Aug 2004) New Revision: 3745 Added: tinysofa/releases/1.1/newt/pristine/ Log: newt: * retarget pristine (0.50.33-14ts) to releases/0.51.6/1ts Copied: tinysofa/releases/1.1/newt/pristine (from rev 3743, tinysofa/releases/1.1/newt/releases/0.51.6/1ts) From svn at tinysofa.org Thu Aug 5 08:50:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:50:33 +1000 (EST) Subject: [tinysofa-svn] r3746 - in tinysofa/releases/1.1/nfs-utils: current/specs releases/1.0.6 releases/1.0.6/6ts/specs Message-ID: <20040805085033.E0DEF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:50:32 +1000 (Thu, 05 Aug 2004) New Revision: 3746 Added: tinysofa/releases/1.1/nfs-utils/releases/1.0.6/6ts/ Modified: tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec tinysofa/releases/1.1/nfs-utils/releases/1.0.6/6ts/specs/nfs-utils.spec Log: nfs-utils: * integrate current (1.0.6-6jh) as releases/1.0.6/6ts Modified: tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec =================================================================== --- tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec 2004-08-05 08:50:20 UTC (rev 3745) +++ tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec 2004-08-05 08:50:32 UTC (rev 3746) @@ -1,7 +1,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 1.0.6 -Release: 6jh +Release: 6ts License: GPL Source0: http://download.sourceforge.net/nfs/%{name}-%{version}.tar.gz Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.gz @@ -102,6 +102,9 @@ /usr/share/man/*/* %changelog +* Thu Aug 05 2004 tsintegrate 1.0.6-6ts +- current (1.0.6-6jh) integrated as 1.0.6-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.0.6-5ts - current (1.0.6-4ts) integrated as 1.0.6-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/nfs-utils/releases/1.0.6/6ts (from rev 3396, tinysofa/releases/1.1/nfs-utils/current) Modified: tinysofa/releases/1.1/nfs-utils/releases/1.0.6/6ts/specs/nfs-utils.spec =================================================================== --- tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/nfs-utils/releases/1.0.6/6ts/specs/nfs-utils.spec 2004-08-05 08:50:32 UTC (rev 3746) @@ -1,7 +1,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 1.0.6 -Release: 6jh +Release: 6ts License: GPL Source0: http://download.sourceforge.net/nfs/%{name}-%{version}.tar.gz Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.gz @@ -102,6 +102,9 @@ /usr/share/man/*/* %changelog +* Thu Aug 05 2004 tsintegrate 1.0.6-6ts +- current (1.0.6-6jh) integrated as 1.0.6-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.0.6-5ts - current (1.0.6-4ts) integrated as 1.0.6-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:50:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:50:41 +1000 (EST) Subject: [tinysofa-svn] r3747 - tinysofa/releases/1.1/nfs-utils Message-ID: <20040805085041.E189A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:50:41 +1000 (Thu, 05 Aug 2004) New Revision: 3747 Removed: tinysofa/releases/1.1/nfs-utils/pristine/ Log: nfs-utils: * removing pristine (1.0.6-5ts) From svn at tinysofa.org Thu Aug 5 08:50:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:50:48 +1000 (EST) Subject: [tinysofa-svn] r3748 - tinysofa/releases/1.1/nfs-utils Message-ID: <20040805085048.27AC44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:50:47 +1000 (Thu, 05 Aug 2004) New Revision: 3748 Added: tinysofa/releases/1.1/nfs-utils/pristine/ Log: nfs-utils: * retarget pristine (1.0.6-5ts) to releases/1.0.6/6ts Copied: tinysofa/releases/1.1/nfs-utils/pristine (from rev 3746, tinysofa/releases/1.1/nfs-utils/releases/1.0.6/6ts) From svn at tinysofa.org Thu Aug 5 08:50:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:50:57 +1000 (EST) Subject: [tinysofa-svn] r3749 - in tinysofa/releases/1.1/nss_ldap: current/specs releases releases/220 releases/220/1ts/specs Message-ID: <20040805085057.160E34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:50:56 +1000 (Thu, 05 Aug 2004) New Revision: 3749 Added: tinysofa/releases/1.1/nss_ldap/releases/220/ tinysofa/releases/1.1/nss_ldap/releases/220/1ts/ Modified: tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec tinysofa/releases/1.1/nss_ldap/releases/220/1ts/specs/nss_ldap.spec Log: nss_ldap: * integrate current (220-1jh) as releases/220/1ts Modified: tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec =================================================================== --- tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec 2004-08-05 08:50:47 UTC (rev 3748) +++ tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec 2004-08-05 08:50:56 UTC (rev 3749) @@ -1,7 +1,7 @@ Summary: The NSS LDAP modules Name: nss_ldap Version: 220 -Release: 1jh +Release: 1ts License: LGPL URL: http://www.padl.com/ Source0: http://www.padl.com/download/%{name}-%{version}.tar.gz @@ -68,6 +68,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 220-1ts +- current (220-1jh) integrated as 220-1ts for release 1.1 + * Mon Aug 2 2004 Jaakko Heinonen 220-1jh - new upstream - clean up spec file Copied: tinysofa/releases/1.1/nss_ldap/releases/220/1ts (from rev 3396, tinysofa/releases/1.1/nss_ldap/current) Modified: tinysofa/releases/1.1/nss_ldap/releases/220/1ts/specs/nss_ldap.spec =================================================================== --- tinysofa/releases/1.1/nss_ldap/current/specs/nss_ldap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/nss_ldap/releases/220/1ts/specs/nss_ldap.spec 2004-08-05 08:50:56 UTC (rev 3749) @@ -1,7 +1,7 @@ Summary: The NSS LDAP modules Name: nss_ldap Version: 220 -Release: 1jh +Release: 1ts License: LGPL URL: http://www.padl.com/ Source0: http://www.padl.com/download/%{name}-%{version}.tar.gz @@ -68,6 +68,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 220-1ts +- current (220-1jh) integrated as 220-1ts for release 1.1 + * Mon Aug 2 2004 Jaakko Heinonen 220-1jh - new upstream - clean up spec file From svn at tinysofa.org Thu Aug 5 08:51:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:51:02 +1000 (EST) Subject: [tinysofa-svn] r3750 - tinysofa/releases/1.1/nss_ldap Message-ID: <20040805085102.1CDC84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:51:01 +1000 (Thu, 05 Aug 2004) New Revision: 3750 Removed: tinysofa/releases/1.1/nss_ldap/pristine/ Log: nss_ldap: * removing pristine (217-2ts) From svn at tinysofa.org Thu Aug 5 08:51:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:51:08 +1000 (EST) Subject: [tinysofa-svn] r3751 - tinysofa/releases/1.1/nss_ldap Message-ID: <20040805085108.7B1254E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:51:08 +1000 (Thu, 05 Aug 2004) New Revision: 3751 Added: tinysofa/releases/1.1/nss_ldap/pristine/ Log: nss_ldap: * retarget pristine (217-2ts) to releases/220/1ts Copied: tinysofa/releases/1.1/nss_ldap/pristine (from rev 3749, tinysofa/releases/1.1/nss_ldap/releases/220/1ts) From svn at tinysofa.org Thu Aug 5 08:53:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:53:20 +1000 (EST) Subject: [tinysofa-svn] r3765 - tinysofa/releases/1.1/ostat Message-ID: <20040805085320.B0C184E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:53:20 +1000 (Thu, 05 Aug 2004) New Revision: 3765 Removed: tinysofa/releases/1.1/ostat/pristine/ Log: ostat: * removing pristine (0.2-10ts) From svn at tinysofa.org Thu Aug 5 08:53:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:53:26 +1000 (EST) Subject: [tinysofa-svn] r3766 - tinysofa/releases/1.1/ostat Message-ID: <20040805085326.611DD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:53:26 +1000 (Thu, 05 Aug 2004) New Revision: 3766 Added: tinysofa/releases/1.1/ostat/pristine/ Log: ostat: * retarget pristine (0.2-10ts) to releases/0.2/11ts Copied: tinysofa/releases/1.1/ostat/pristine (from rev 3764, tinysofa/releases/1.1/ostat/releases/0.2/11ts) From svn at tinysofa.org Thu Aug 5 08:53:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:53:39 +1000 (EST) Subject: [tinysofa-svn] r3767 - in tinysofa/releases/1.1/pam: current/specs releases/0.77 releases/0.77/41ts/specs Message-ID: <20040805085339.295A74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:53:38 +1000 (Thu, 05 Aug 2004) New Revision: 3767 Added: tinysofa/releases/1.1/pam/releases/0.77/41ts/ Modified: tinysofa/releases/1.1/pam/current/specs/pam.spec tinysofa/releases/1.1/pam/releases/0.77/41ts/specs/pam.spec Log: pam: * integrate current (0.77-41jh) as releases/0.77/41ts Modified: tinysofa/releases/1.1/pam/current/specs/pam.spec =================================================================== --- tinysofa/releases/1.1/pam/current/specs/pam.spec 2004-08-05 08:53:26 UTC (rev 3766) +++ tinysofa/releases/1.1/pam/current/specs/pam.spec 2004-08-05 08:53:38 UTC (rev 3767) @@ -9,7 +9,7 @@ Summary: A security tool which provides authentication for applications. Name: pam Version: 0.77 -Release: 41jh +Release: 41ts License: GPL or BSD Group: main Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2 @@ -396,6 +396,9 @@ %{_libdir}/libpam_misc.so %changelog +* Thu Aug 05 2004 tsintegrate 0.77-41ts +- current (0.77-41jh) integrated as 0.77-41ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.77-40ts - current (0.77-39ts) integrated as 0.77-40ts for release 1.0-U1 Copied: tinysofa/releases/1.1/pam/releases/0.77/41ts (from rev 3396, tinysofa/releases/1.1/pam/current) Modified: tinysofa/releases/1.1/pam/releases/0.77/41ts/specs/pam.spec =================================================================== --- tinysofa/releases/1.1/pam/current/specs/pam.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pam/releases/0.77/41ts/specs/pam.spec 2004-08-05 08:53:38 UTC (rev 3767) @@ -9,7 +9,7 @@ Summary: A security tool which provides authentication for applications. Name: pam Version: 0.77 -Release: 41jh +Release: 41ts License: GPL or BSD Group: main Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2 @@ -396,6 +396,9 @@ %{_libdir}/libpam_misc.so %changelog +* Thu Aug 05 2004 tsintegrate 0.77-41ts +- current (0.77-41jh) integrated as 0.77-41ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.77-40ts - current (0.77-39ts) integrated as 0.77-40ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:53:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:53:43 +1000 (EST) Subject: [tinysofa-svn] r3768 - tinysofa/releases/1.1/pam Message-ID: <20040805085343.AC7EB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:53:43 +1000 (Thu, 05 Aug 2004) New Revision: 3768 Removed: tinysofa/releases/1.1/pam/pristine/ Log: pam: * removing pristine (0.77-40ts) From svn at tinysofa.org Thu Aug 5 08:53:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:53:49 +1000 (EST) Subject: [tinysofa-svn] r3769 - tinysofa/releases/1.1/pam Message-ID: <20040805085349.B98404E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:53:49 +1000 (Thu, 05 Aug 2004) New Revision: 3769 Added: tinysofa/releases/1.1/pam/pristine/ Log: pam: * retarget pristine (0.77-40ts) to releases/0.77/41ts Copied: tinysofa/releases/1.1/pam/pristine (from rev 3767, tinysofa/releases/1.1/pam/releases/0.77/41ts) From svn at tinysofa.org Thu Aug 5 08:54:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:01 +1000 (EST) Subject: [tinysofa-svn] r3770 - in tinysofa/releases/1.1/pam_krb5: current/specs releases/2.0.10 releases/2.0.10/6ts/specs Message-ID: <20040805085401.8AD294E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:01 +1000 (Thu, 05 Aug 2004) New Revision: 3770 Added: tinysofa/releases/1.1/pam_krb5/releases/2.0.10/6ts/ Modified: tinysofa/releases/1.1/pam_krb5/current/specs/pam_krb5.spec tinysofa/releases/1.1/pam_krb5/releases/2.0.10/6ts/specs/pam_krb5.spec Log: pam_krb5: * integrate current (2.0.10-6jh) as releases/2.0.10/6ts Modified: tinysofa/releases/1.1/pam_krb5/current/specs/pam_krb5.spec =================================================================== --- tinysofa/releases/1.1/pam_krb5/current/specs/pam_krb5.spec 2004-08-05 08:53:49 UTC (rev 3769) +++ tinysofa/releases/1.1/pam_krb5/current/specs/pam_krb5.spec 2004-08-05 08:54:01 UTC (rev 3770) @@ -1,7 +1,7 @@ Summary: A Pluggable Authentication Module for Kerberos 5. Name: pam_krb5 Version: 2.0.10 -Release: 6jh +Release: 6ts Source0: pam_krb5-%{version}.tar.gz License: LGPL Group: extra @@ -44,6 +44,9 @@ %doc README COPYING* ChangeLog %changelog +* Thu Aug 05 2004 tsintegrate 2.0.10-6ts +- current (2.0.10-6jh) integrated as 2.0.10-6ts for release 1.1 + * Thu May 20 2004 tsintegrate 2.0.10-5ts - current (2.0.10-4ts) integrated as 2.0.10-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/pam_krb5/releases/2.0.10/6ts (from rev 3396, tinysofa/releases/1.1/pam_krb5/current) Modified: tinysofa/releases/1.1/pam_krb5/releases/2.0.10/6ts/specs/pam_krb5.spec =================================================================== --- tinysofa/releases/1.1/pam_krb5/current/specs/pam_krb5.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pam_krb5/releases/2.0.10/6ts/specs/pam_krb5.spec 2004-08-05 08:54:01 UTC (rev 3770) @@ -1,7 +1,7 @@ Summary: A Pluggable Authentication Module for Kerberos 5. Name: pam_krb5 Version: 2.0.10 -Release: 6jh +Release: 6ts Source0: pam_krb5-%{version}.tar.gz License: LGPL Group: extra @@ -44,6 +44,9 @@ %doc README COPYING* ChangeLog %changelog +* Thu Aug 05 2004 tsintegrate 2.0.10-6ts +- current (2.0.10-6jh) integrated as 2.0.10-6ts for release 1.1 + * Thu May 20 2004 tsintegrate 2.0.10-5ts - current (2.0.10-4ts) integrated as 2.0.10-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:54:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:06 +1000 (EST) Subject: [tinysofa-svn] r3771 - tinysofa/releases/1.1/pam_krb5 Message-ID: <20040805085406.9C3364E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:06 +1000 (Thu, 05 Aug 2004) New Revision: 3771 Removed: tinysofa/releases/1.1/pam_krb5/pristine/ Log: pam_krb5: * removing pristine (2.0.10-5ts) From svn at tinysofa.org Thu Aug 5 08:54:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:12 +1000 (EST) Subject: [tinysofa-svn] r3772 - tinysofa/releases/1.1/pam_krb5 Message-ID: <20040805085412.8433A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:12 +1000 (Thu, 05 Aug 2004) New Revision: 3772 Added: tinysofa/releases/1.1/pam_krb5/pristine/ Log: pam_krb5: * retarget pristine (2.0.10-5ts) to releases/2.0.10/6ts Copied: tinysofa/releases/1.1/pam_krb5/pristine (from rev 3770, tinysofa/releases/1.1/pam_krb5/releases/2.0.10/6ts) From svn at tinysofa.org Thu Aug 5 08:54:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:23 +1000 (EST) Subject: [tinysofa-svn] r3773 - in tinysofa/releases/1.1/pam_ldap: current/specs releases/169 releases/169/3ts/specs Message-ID: <20040805085423.7D2014E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:23 +1000 (Thu, 05 Aug 2004) New Revision: 3773 Added: tinysofa/releases/1.1/pam_ldap/releases/169/3ts/ Modified: tinysofa/releases/1.1/pam_ldap/current/specs/pam_ldap.spec tinysofa/releases/1.1/pam_ldap/releases/169/3ts/specs/pam_ldap.spec Log: pam_ldap: * integrate current (169-3jh) as releases/169/3ts Modified: tinysofa/releases/1.1/pam_ldap/current/specs/pam_ldap.spec =================================================================== --- tinysofa/releases/1.1/pam_ldap/current/specs/pam_ldap.spec 2004-08-05 08:54:12 UTC (rev 3772) +++ tinysofa/releases/1.1/pam_ldap/current/specs/pam_ldap.spec 2004-08-05 08:54:23 UTC (rev 3773) @@ -1,7 +1,7 @@ Summary: PAM module for LDAP. Name: pam_ldap Version: 169 -Release: 3jh +Release: 3ts Source0: http://www.padl.com/download/%{name}-%{version}.tar.gz Source1: ldap.conf URL: http://www.padl.com/ @@ -60,6 +60,9 @@ %config(noreplace) /etc/ldap.conf %changelog +* Thu Aug 05 2004 tsintegrate 169-3ts +- current (169-3jh) integrated as 169-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 169-2ts - current (169-1ts) integrated as 169-2ts for release 1.0-U1 Copied: tinysofa/releases/1.1/pam_ldap/releases/169/3ts (from rev 3396, tinysofa/releases/1.1/pam_ldap/current) Modified: tinysofa/releases/1.1/pam_ldap/releases/169/3ts/specs/pam_ldap.spec =================================================================== --- tinysofa/releases/1.1/pam_ldap/current/specs/pam_ldap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pam_ldap/releases/169/3ts/specs/pam_ldap.spec 2004-08-05 08:54:23 UTC (rev 3773) @@ -1,7 +1,7 @@ Summary: PAM module for LDAP. Name: pam_ldap Version: 169 -Release: 3jh +Release: 3ts Source0: http://www.padl.com/download/%{name}-%{version}.tar.gz Source1: ldap.conf URL: http://www.padl.com/ @@ -60,6 +60,9 @@ %config(noreplace) /etc/ldap.conf %changelog +* Thu Aug 05 2004 tsintegrate 169-3ts +- current (169-3jh) integrated as 169-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 169-2ts - current (169-1ts) integrated as 169-2ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:54:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:27 +1000 (EST) Subject: [tinysofa-svn] r3774 - tinysofa/releases/1.1/pam_ldap Message-ID: <20040805085427.A0F754E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:27 +1000 (Thu, 05 Aug 2004) New Revision: 3774 Removed: tinysofa/releases/1.1/pam_ldap/pristine/ Log: pam_ldap: * removing pristine (169-2ts) From svn at tinysofa.org Thu Aug 5 08:54:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:33 +1000 (EST) Subject: [tinysofa-svn] r3775 - tinysofa/releases/1.1/pam_ldap Message-ID: <20040805085433.2E4B44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:32 +1000 (Thu, 05 Aug 2004) New Revision: 3775 Added: tinysofa/releases/1.1/pam_ldap/pristine/ Log: pam_ldap: * retarget pristine (169-2ts) to releases/169/3ts Copied: tinysofa/releases/1.1/pam_ldap/pristine (from rev 3773, tinysofa/releases/1.1/pam_ldap/releases/169/3ts) From svn at tinysofa.org Thu Aug 5 08:54:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:44 +1000 (EST) Subject: [tinysofa-svn] r3776 - in tinysofa/releases/1.1/pam_smb: current/specs releases/1.1.7 releases/1.1.7/6ts/specs Message-ID: <20040805085444.A81204E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:44 +1000 (Thu, 05 Aug 2004) New Revision: 3776 Added: tinysofa/releases/1.1/pam_smb/releases/1.1.7/6ts/ Modified: tinysofa/releases/1.1/pam_smb/current/specs/pam_smb.spec tinysofa/releases/1.1/pam_smb/releases/1.1.7/6ts/specs/pam_smb.spec Log: pam_smb: * integrate current (1.1.7-6jh) as releases/1.1.7/6ts Modified: tinysofa/releases/1.1/pam_smb/current/specs/pam_smb.spec =================================================================== --- tinysofa/releases/1.1/pam_smb/current/specs/pam_smb.spec 2004-08-05 08:54:32 UTC (rev 3775) +++ tinysofa/releases/1.1/pam_smb/current/specs/pam_smb.spec 2004-08-05 08:54:44 UTC (rev 3776) @@ -1,6 +1,6 @@ Name: pam_smb Version: 1.1.7 -Release: 6jh +Release: 6ts Summary: A Pluggable Authentication Module (PAM) for use with SMB servers. Group: extra URL: http://www.sourceforge.net/projects/pamsmb/ @@ -38,6 +38,9 @@ /%{_lib}/security/pam_smb_auth.so %changelog +* Thu Aug 05 2004 tsintegrate 1.1.7-6ts +- current (1.1.7-6jh) integrated as 1.1.7-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.1.7-5ts - current (1.1.7-4ts) integrated as 1.1.7-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/pam_smb/releases/1.1.7/6ts (from rev 3396, tinysofa/releases/1.1/pam_smb/current) Modified: tinysofa/releases/1.1/pam_smb/releases/1.1.7/6ts/specs/pam_smb.spec =================================================================== --- tinysofa/releases/1.1/pam_smb/current/specs/pam_smb.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pam_smb/releases/1.1.7/6ts/specs/pam_smb.spec 2004-08-05 08:54:44 UTC (rev 3776) @@ -1,6 +1,6 @@ Name: pam_smb Version: 1.1.7 -Release: 6jh +Release: 6ts Summary: A Pluggable Authentication Module (PAM) for use with SMB servers. Group: extra URL: http://www.sourceforge.net/projects/pamsmb/ @@ -38,6 +38,9 @@ /%{_lib}/security/pam_smb_auth.so %changelog +* Thu Aug 05 2004 tsintegrate 1.1.7-6ts +- current (1.1.7-6jh) integrated as 1.1.7-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.1.7-5ts - current (1.1.7-4ts) integrated as 1.1.7-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:54:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:54:49 +1000 (EST) Subject: [tinysofa-svn] r3777 - tinysofa/releases/1.1/pam_smb Message-ID: <20040805085449.9141C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:54:49 +1000 (Thu, 05 Aug 2004) New Revision: 3777 Removed: tinysofa/releases/1.1/pam_smb/pristine/ Log: pam_smb: * removing pristine (1.1.7-5ts) From svn at tinysofa.org Thu Aug 5 08:55:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:55:11 +1000 (EST) Subject: [tinysofa-svn] r3780 - tinysofa/releases/1.1/parted Message-ID: <20040805085511.992744E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:55:11 +1000 (Thu, 05 Aug 2004) New Revision: 3780 Removed: tinysofa/releases/1.1/parted/pristine/ Log: parted: * removing pristine (1.4.24-15ts) From svn at tinysofa.org Thu Aug 5 08:55:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:55:16 +1000 (EST) Subject: [tinysofa-svn] r3781 - tinysofa/releases/1.1/parted Message-ID: <20040805085516.5483B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:55:16 +1000 (Thu, 05 Aug 2004) New Revision: 3781 Added: tinysofa/releases/1.1/parted/pristine/ Log: parted: * retarget pristine (1.4.24-15ts) to releases/1.4.24/16ts Copied: tinysofa/releases/1.1/parted/pristine (from rev 3779, tinysofa/releases/1.1/parted/releases/1.4.24/16ts) From svn at tinysofa.org Thu Aug 5 08:55:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:55:28 +1000 (EST) Subject: [tinysofa-svn] r3782 - in tinysofa/releases/1.1/passwd: current/specs releases/0.68 releases/0.68/11ts/specs Message-ID: <20040805085528.6ACF04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:55:28 +1000 (Thu, 05 Aug 2004) New Revision: 3782 Added: tinysofa/releases/1.1/passwd/releases/0.68/11ts/ Modified: tinysofa/releases/1.1/passwd/current/specs/passwd.spec tinysofa/releases/1.1/passwd/releases/0.68/11ts/specs/passwd.spec Log: passwd: * integrate current (0.68-11jh) as releases/0.68/11ts Modified: tinysofa/releases/1.1/passwd/current/specs/passwd.spec =================================================================== --- tinysofa/releases/1.1/passwd/current/specs/passwd.spec 2004-08-05 08:55:16 UTC (rev 3781) +++ tinysofa/releases/1.1/passwd/current/specs/passwd.spec 2004-08-05 08:55:28 UTC (rev 3782) @@ -1,7 +1,7 @@ Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd Version: 0.68 -Release: 11jh +Release: 11ts License: BSD Group: main Source: passwd-%{version}-8.tar.gz @@ -50,6 +50,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.68-11ts +- current (0.68-11jh) integrated as 0.68-11ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/passwd/releases/0.68/11ts (from rev 3396, tinysofa/releases/1.1/passwd/current) Modified: tinysofa/releases/1.1/passwd/releases/0.68/11ts/specs/passwd.spec =================================================================== --- tinysofa/releases/1.1/passwd/current/specs/passwd.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/passwd/releases/0.68/11ts/specs/passwd.spec 2004-08-05 08:55:28 UTC (rev 3782) @@ -1,7 +1,7 @@ Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd Version: 0.68 -Release: 11jh +Release: 11ts License: BSD Group: main Source: passwd-%{version}-8.tar.gz @@ -50,6 +50,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.68-11ts +- current (0.68-11jh) integrated as 0.68-11ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 08:55:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:55:32 +1000 (EST) Subject: [tinysofa-svn] r3783 - tinysofa/releases/1.1/passwd Message-ID: <20040805085532.BACE84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:55:32 +1000 (Thu, 05 Aug 2004) New Revision: 3783 Removed: tinysofa/releases/1.1/passwd/pristine/ Log: passwd: * removing pristine (0.68-10ts) From svn at tinysofa.org Thu Aug 5 08:55:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:55:39 +1000 (EST) Subject: [tinysofa-svn] r3784 - tinysofa/releases/1.1/passwd Message-ID: <20040805085539.7E6294E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:55:39 +1000 (Thu, 05 Aug 2004) New Revision: 3784 Added: tinysofa/releases/1.1/passwd/pristine/ Log: passwd: * retarget pristine (0.68-10ts) to releases/0.68/11ts Copied: tinysofa/releases/1.1/passwd/pristine (from rev 3782, tinysofa/releases/1.1/passwd/releases/0.68/11ts) From svn at tinysofa.org Thu Aug 5 08:55:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:55:55 +1000 (EST) Subject: [tinysofa-svn] r3785 - in tinysofa/releases/1.1/patch: current/specs releases/2.5.4 releases/2.5.4/12ts/specs Message-ID: <20040805085555.2A1064E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:55:54 +1000 (Thu, 05 Aug 2004) New Revision: 3785 Added: tinysofa/releases/1.1/patch/releases/2.5.4/12ts/ Modified: tinysofa/releases/1.1/patch/current/specs/patch.spec tinysofa/releases/1.1/patch/releases/2.5.4/12ts/specs/patch.spec Log: patch: * integrate current (2.5.4-12jh) as releases/2.5.4/12ts Modified: tinysofa/releases/1.1/patch/current/specs/patch.spec =================================================================== --- tinysofa/releases/1.1/patch/current/specs/patch.spec 2004-08-05 08:55:39 UTC (rev 3784) +++ tinysofa/releases/1.1/patch/current/specs/patch.spec 2004-08-05 08:55:54 UTC (rev 3785) @@ -1,7 +1,7 @@ Summary: The GNU patch command, for modifying/upgrading files. Name: patch Version: 2.5.4 -Release: 12jh +Release: 12ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.gz @@ -50,6 +50,9 @@ /usr/share/man/*/* %changelog +* Thu Aug 05 2004 tsintegrate 2.5.4-12ts +- current (2.5.4-12jh) integrated as 2.5.4-12ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.5.4-11ts - current (2.5.4-10ts) integrated as 2.5.4-11ts for release 1.0-U1 Copied: tinysofa/releases/1.1/patch/releases/2.5.4/12ts (from rev 3396, tinysofa/releases/1.1/patch/current) Modified: tinysofa/releases/1.1/patch/releases/2.5.4/12ts/specs/patch.spec =================================================================== --- tinysofa/releases/1.1/patch/current/specs/patch.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/patch/releases/2.5.4/12ts/specs/patch.spec 2004-08-05 08:55:54 UTC (rev 3785) @@ -1,7 +1,7 @@ Summary: The GNU patch command, for modifying/upgrading files. Name: patch Version: 2.5.4 -Release: 12jh +Release: 12ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.gz @@ -50,6 +50,9 @@ /usr/share/man/*/* %changelog +* Thu Aug 05 2004 tsintegrate 2.5.4-12ts +- current (2.5.4-12jh) integrated as 2.5.4-12ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.5.4-11ts - current (2.5.4-10ts) integrated as 2.5.4-11ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:56:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:56:00 +1000 (EST) Subject: [tinysofa-svn] r3786 - tinysofa/releases/1.1/patch Message-ID: <20040805085600.4F38F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:56:00 +1000 (Thu, 05 Aug 2004) New Revision: 3786 Removed: tinysofa/releases/1.1/patch/pristine/ Log: patch: * removing pristine (2.5.4-11ts) From svn at tinysofa.org Thu Aug 5 08:56:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:56:06 +1000 (EST) Subject: [tinysofa-svn] r3787 - tinysofa/releases/1.1/patch Message-ID: <20040805085606.61E594E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:56:06 +1000 (Thu, 05 Aug 2004) New Revision: 3787 Added: tinysofa/releases/1.1/patch/pristine/ Log: patch: * retarget pristine (2.5.4-11ts) to releases/2.5.4/12ts Copied: tinysofa/releases/1.1/patch/pristine (from rev 3785, tinysofa/releases/1.1/patch/releases/2.5.4/12ts) From svn at tinysofa.org Thu Aug 5 08:56:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:56:20 +1000 (EST) Subject: [tinysofa-svn] r3788 - in tinysofa/releases/1.1/pciutils: current/specs releases/2.1.11 releases/2.1.11/15ts/specs Message-ID: <20040805085620.8266F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:56:20 +1000 (Thu, 05 Aug 2004) New Revision: 3788 Added: tinysofa/releases/1.1/pciutils/releases/2.1.11/15ts/ Modified: tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec tinysofa/releases/1.1/pciutils/releases/2.1.11/15ts/specs/pciutils.spec Log: pciutils: * integrate current (2.1.11-15jh) as releases/2.1.11/15ts Modified: tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec =================================================================== --- tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec 2004-08-05 08:56:06 UTC (rev 3787) +++ tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec 2004-08-05 08:56:20 UTC (rev 3788) @@ -1,6 +1,6 @@ Name: pciutils Version: 2.1.11 -Release: 15jh +Release: 15ts Source: ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-%{version}.tar.gz Patch: pciutils-bufsiz.patch Patch1: pciutils-hwdata.patch @@ -72,6 +72,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1.11-15ts +- current (2.1.11-15jh) integrated as 2.1.11-15ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.1.11-14ts - current (2.1.11-14jh) integrated as 2.1.11-14ts for release 1.0-U1 Copied: tinysofa/releases/1.1/pciutils/releases/2.1.11/15ts (from rev 3396, tinysofa/releases/1.1/pciutils/current) Modified: tinysofa/releases/1.1/pciutils/releases/2.1.11/15ts/specs/pciutils.spec =================================================================== --- tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pciutils/releases/2.1.11/15ts/specs/pciutils.spec 2004-08-05 08:56:20 UTC (rev 3788) @@ -1,6 +1,6 @@ Name: pciutils Version: 2.1.11 -Release: 15jh +Release: 15ts Source: ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-%{version}.tar.gz Patch: pciutils-bufsiz.patch Patch1: pciutils-hwdata.patch @@ -72,6 +72,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1.11-15ts +- current (2.1.11-15jh) integrated as 2.1.11-15ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.1.11-14ts - current (2.1.11-14jh) integrated as 2.1.11-14ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:56:24 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:56:24 +1000 (EST) Subject: [tinysofa-svn] r3789 - tinysofa/releases/1.1/pciutils Message-ID: <20040805085624.91B124E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:56:24 +1000 (Thu, 05 Aug 2004) New Revision: 3789 Removed: tinysofa/releases/1.1/pciutils/pristine/ Log: pciutils: * removing pristine (2.1.11-14ts) From svn at tinysofa.org Thu Aug 5 08:56:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:56:30 +1000 (EST) Subject: [tinysofa-svn] r3790 - tinysofa/releases/1.1/pciutils Message-ID: <20040805085630.370B44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:56:30 +1000 (Thu, 05 Aug 2004) New Revision: 3790 Added: tinysofa/releases/1.1/pciutils/pristine/ Log: pciutils: * retarget pristine (2.1.11-14ts) to releases/2.1.11/15ts Copied: tinysofa/releases/1.1/pciutils/pristine (from rev 3788, tinysofa/releases/1.1/pciutils/releases/2.1.11/15ts) From svn at tinysofa.org Thu Aug 5 08:56:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:56:42 +1000 (EST) Subject: [tinysofa-svn] r3791 - in tinysofa/releases/1.1/pcre: current/specs releases/4.5 releases/4.5/4ts/specs Message-ID: <20040805085642.3C2244E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:56:41 +1000 (Thu, 05 Aug 2004) New Revision: 3791 Added: tinysofa/releases/1.1/pcre/releases/4.5/4ts/ Modified: tinysofa/releases/1.1/pcre/current/specs/pcre.spec tinysofa/releases/1.1/pcre/releases/4.5/4ts/specs/pcre.spec Log: pcre: * integrate current (4.5-4jh) as releases/4.5/4ts Modified: tinysofa/releases/1.1/pcre/current/specs/pcre.spec =================================================================== --- tinysofa/releases/1.1/pcre/current/specs/pcre.spec 2004-08-05 08:56:30 UTC (rev 3790) +++ tinysofa/releases/1.1/pcre/current/specs/pcre.spec 2004-08-05 08:56:41 UTC (rev 3791) @@ -1,6 +1,6 @@ Name: pcre Version: 4.5 -Release: 4jh +Release: 4ts Summary: Perl-compatible regular expression library URL: http://www.pcre.org/ Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{name}-%{version}.tar.bz2 @@ -78,6 +78,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 4.5-4ts +- current (4.5-4jh) integrated as 4.5-4ts for release 1.1 + * Mon May 24 2004 tsintegrate 4.5-3ts - current (4.5-3ok) integrated as 4.5-3ts for release 1.0-U1 Copied: tinysofa/releases/1.1/pcre/releases/4.5/4ts (from rev 3396, tinysofa/releases/1.1/pcre/current) Modified: tinysofa/releases/1.1/pcre/releases/4.5/4ts/specs/pcre.spec =================================================================== --- tinysofa/releases/1.1/pcre/current/specs/pcre.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pcre/releases/4.5/4ts/specs/pcre.spec 2004-08-05 08:56:41 UTC (rev 3791) @@ -1,6 +1,6 @@ Name: pcre Version: 4.5 -Release: 4jh +Release: 4ts Summary: Perl-compatible regular expression library URL: http://www.pcre.org/ Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{name}-%{version}.tar.bz2 @@ -78,6 +78,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 4.5-4ts +- current (4.5-4jh) integrated as 4.5-4ts for release 1.1 + * Mon May 24 2004 tsintegrate 4.5-3ts - current (4.5-3ok) integrated as 4.5-3ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:56:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:56:46 +1000 (EST) Subject: [tinysofa-svn] r3792 - tinysofa/releases/1.1/pcre Message-ID: <20040805085646.9EB434E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:56:46 +1000 (Thu, 05 Aug 2004) New Revision: 3792 Removed: tinysofa/releases/1.1/pcre/pristine/ Log: pcre: * removing pristine (4.5-3ts) From svn at tinysofa.org Thu Aug 5 08:56:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:56:52 +1000 (EST) Subject: [tinysofa-svn] r3793 - tinysofa/releases/1.1/pcre Message-ID: <20040805085652.524FF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:56:52 +1000 (Thu, 05 Aug 2004) New Revision: 3793 Added: tinysofa/releases/1.1/pcre/pristine/ Log: pcre: * retarget pristine (4.5-3ts) to releases/4.5/4ts Copied: tinysofa/releases/1.1/pcre/pristine (from rev 3791, tinysofa/releases/1.1/pcre/releases/4.5/4ts) From svn at tinysofa.org Thu Aug 5 08:57:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:04 +1000 (EST) Subject: [tinysofa-svn] r3794 - in tinysofa/releases/1.1/perl: current/specs releases releases/5.8.5 releases/5.8.5/2ts/specs Message-ID: <20040805085704.4C3DC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:04 +1000 (Thu, 05 Aug 2004) New Revision: 3794 Added: tinysofa/releases/1.1/perl/releases/5.8.5/ tinysofa/releases/1.1/perl/releases/5.8.5/2ts/ Modified: tinysofa/releases/1.1/perl/current/specs/perl.spec tinysofa/releases/1.1/perl/releases/5.8.5/2ts/specs/perl.spec Log: perl: * integrate current (5.8.5-2gd) as releases/5.8.5/2ts Modified: tinysofa/releases/1.1/perl/current/specs/perl.spec =================================================================== --- tinysofa/releases/1.1/perl/current/specs/perl.spec 2004-08-05 08:56:52 UTC (rev 3793) +++ tinysofa/releases/1.1/perl/current/specs/perl.spec 2004-08-05 08:57:04 UTC (rev 3794) @@ -2,7 +2,7 @@ Name: perl Version: 5.8.5 Epoch: 1 -Release: 2gd +Release: 2ts License: GPL Group: main Url: http://www.perl.com @@ -386,6 +386,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 5.8.5-2ts +- current (5.8.5-2gd) integrated as 5.8.5-2ts for release 1.1 + * Sun Jul 25 2004 Gerald Dachs 5.8.5-2gd - removed ndbm - added provides statments to resolve dependencies Copied: tinysofa/releases/1.1/perl/releases/5.8.5/2ts (from rev 3396, tinysofa/releases/1.1/perl/current) Modified: tinysofa/releases/1.1/perl/releases/5.8.5/2ts/specs/perl.spec =================================================================== --- tinysofa/releases/1.1/perl/current/specs/perl.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/perl/releases/5.8.5/2ts/specs/perl.spec 2004-08-05 08:57:04 UTC (rev 3794) @@ -2,7 +2,7 @@ Name: perl Version: 5.8.5 Epoch: 1 -Release: 2gd +Release: 2ts License: GPL Group: main Url: http://www.perl.com @@ -386,6 +386,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 5.8.5-2ts +- current (5.8.5-2gd) integrated as 5.8.5-2ts for release 1.1 + * Sun Jul 25 2004 Gerald Dachs 5.8.5-2gd - removed ndbm - added provides statments to resolve dependencies From svn at tinysofa.org Thu Aug 5 08:57:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:08 +1000 (EST) Subject: [tinysofa-svn] r3795 - tinysofa/releases/1.1/perl Message-ID: <20040805085708.8DF354E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:08 +1000 (Thu, 05 Aug 2004) New Revision: 3795 Removed: tinysofa/releases/1.1/perl/pristine/ Log: perl: * removing pristine (5.8.4-3ts) From svn at tinysofa.org Thu Aug 5 08:57:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:13 +1000 (EST) Subject: [tinysofa-svn] r3796 - tinysofa/releases/1.1/perl Message-ID: <20040805085713.75B5F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:13 +1000 (Thu, 05 Aug 2004) New Revision: 3796 Added: tinysofa/releases/1.1/perl/pristine/ Log: perl: * retarget pristine (5.8.4-3ts) to releases/5.8.5/2ts Copied: tinysofa/releases/1.1/perl/pristine (from rev 3794, tinysofa/releases/1.1/perl/releases/5.8.5/2ts) From svn at tinysofa.org Thu Aug 5 08:57:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:27 +1000 (EST) Subject: [tinysofa-svn] r3797 - in tinysofa/releases/1.1/pkgconfig: current/specs releases/0.15.0 releases/0.15.0/6ts/specs Message-ID: <20040805085727.C5D194E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:27 +1000 (Thu, 05 Aug 2004) New Revision: 3797 Added: tinysofa/releases/1.1/pkgconfig/releases/0.15.0/6ts/ Modified: tinysofa/releases/1.1/pkgconfig/current/specs/pkgconfig.spec tinysofa/releases/1.1/pkgconfig/releases/0.15.0/6ts/specs/pkgconfig.spec Log: pkgconfig: * integrate current (0.15.0-6jh) as releases/0.15.0/6ts Modified: tinysofa/releases/1.1/pkgconfig/current/specs/pkgconfig.spec =================================================================== --- tinysofa/releases/1.1/pkgconfig/current/specs/pkgconfig.spec 2004-08-05 08:57:13 UTC (rev 3796) +++ tinysofa/releases/1.1/pkgconfig/current/specs/pkgconfig.spec 2004-08-05 08:57:27 UTC (rev 3797) @@ -1,7 +1,7 @@ Summary: A tool for determining compilation options. Name: pkgconfig Version: 0.15.0 -Release: 6jh +Release: 6ts License: GPL Group: extra Source: http://www.freedesktop.org/software/pkgconfig/releases/%{name}-%{version}.tar.gz @@ -37,6 +37,9 @@ %{_datadir}/aclocal/* %changelog +* Thu Aug 05 2004 tsintegrate 0.15.0-6ts +- current (0.15.0-6jh) integrated as 0.15.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.15.0-5ts - current (0.15.0-4ts) integrated as 0.15.0-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/pkgconfig/releases/0.15.0/6ts (from rev 3396, tinysofa/releases/1.1/pkgconfig/current) Modified: tinysofa/releases/1.1/pkgconfig/releases/0.15.0/6ts/specs/pkgconfig.spec =================================================================== --- tinysofa/releases/1.1/pkgconfig/current/specs/pkgconfig.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pkgconfig/releases/0.15.0/6ts/specs/pkgconfig.spec 2004-08-05 08:57:27 UTC (rev 3797) @@ -1,7 +1,7 @@ Summary: A tool for determining compilation options. Name: pkgconfig Version: 0.15.0 -Release: 6jh +Release: 6ts License: GPL Group: extra Source: http://www.freedesktop.org/software/pkgconfig/releases/%{name}-%{version}.tar.gz @@ -37,6 +37,9 @@ %{_datadir}/aclocal/* %changelog +* Thu Aug 05 2004 tsintegrate 0.15.0-6ts +- current (0.15.0-6jh) integrated as 0.15.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.15.0-5ts - current (0.15.0-4ts) integrated as 0.15.0-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:57:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:32 +1000 (EST) Subject: [tinysofa-svn] r3798 - tinysofa/releases/1.1/pkgconfig Message-ID: <20040805085732.A341B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:32 +1000 (Thu, 05 Aug 2004) New Revision: 3798 Removed: tinysofa/releases/1.1/pkgconfig/pristine/ Log: pkgconfig: * removing pristine (0.15.0-5ts) From svn at tinysofa.org Thu Aug 5 08:57:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:38 +1000 (EST) Subject: [tinysofa-svn] r3799 - tinysofa/releases/1.1/pkgconfig Message-ID: <20040805085738.8DCDB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:38 +1000 (Thu, 05 Aug 2004) New Revision: 3799 Added: tinysofa/releases/1.1/pkgconfig/pristine/ Log: pkgconfig: * retarget pristine (0.15.0-5ts) to releases/0.15.0/6ts Copied: tinysofa/releases/1.1/pkgconfig/pristine (from rev 3797, tinysofa/releases/1.1/pkgconfig/releases/0.15.0/6ts) From svn at tinysofa.org Thu Aug 5 08:57:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:49 +1000 (EST) Subject: [tinysofa-svn] r3800 - in tinysofa/releases/1.1/portmap: current/specs releases/4.0 releases/4.0/34ts/specs Message-ID: <20040805085749.AF8344E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:49 +1000 (Thu, 05 Aug 2004) New Revision: 3800 Added: tinysofa/releases/1.1/portmap/releases/4.0/34ts/ Modified: tinysofa/releases/1.1/portmap/current/specs/portmap.spec tinysofa/releases/1.1/portmap/releases/4.0/34ts/specs/portmap.spec Log: portmap: * integrate current (4.0-34jh) as releases/4.0/34ts Modified: tinysofa/releases/1.1/portmap/current/specs/portmap.spec =================================================================== --- tinysofa/releases/1.1/portmap/current/specs/portmap.spec 2004-08-05 08:57:38 UTC (rev 3799) +++ tinysofa/releases/1.1/portmap/current/specs/portmap.spec 2004-08-05 08:57:49 UTC (rev 3800) @@ -1,7 +1,7 @@ Summary: A program which manages RPC connections. Name: portmap Version: 4.0 -Release: 34jh +Release: 34ts Group: main License: BSD Source0: ftp://ftp.porcupine.org/pub/security/portmap_4.tar.gz @@ -80,6 +80,9 @@ %config /etc/init.d/portmap %changelog +* Thu Aug 05 2004 tsintegrate 4.0-34ts +- current (4.0-34jh) integrated as 4.0-34ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.0-33ts - current (4.0-32ts) integrated as 4.0-33ts for release 1.0-U1 Copied: tinysofa/releases/1.1/portmap/releases/4.0/34ts (from rev 3396, tinysofa/releases/1.1/portmap/current) Modified: tinysofa/releases/1.1/portmap/releases/4.0/34ts/specs/portmap.spec =================================================================== --- tinysofa/releases/1.1/portmap/current/specs/portmap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/portmap/releases/4.0/34ts/specs/portmap.spec 2004-08-05 08:57:49 UTC (rev 3800) @@ -1,7 +1,7 @@ Summary: A program which manages RPC connections. Name: portmap Version: 4.0 -Release: 34jh +Release: 34ts Group: main License: BSD Source0: ftp://ftp.porcupine.org/pub/security/portmap_4.tar.gz @@ -80,6 +80,9 @@ %config /etc/init.d/portmap %changelog +* Thu Aug 05 2004 tsintegrate 4.0-34ts +- current (4.0-34jh) integrated as 4.0-34ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.0-33ts - current (4.0-32ts) integrated as 4.0-33ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:57:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:54 +1000 (EST) Subject: [tinysofa-svn] r3801 - tinysofa/releases/1.1/portmap Message-ID: <20040805085754.7D0D94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:54 +1000 (Thu, 05 Aug 2004) New Revision: 3801 Removed: tinysofa/releases/1.1/portmap/pristine/ Log: portmap: * removing pristine (4.0-33ts) From svn at tinysofa.org Thu Aug 5 08:57:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:57:59 +1000 (EST) Subject: [tinysofa-svn] r3802 - tinysofa/releases/1.1/portmap Message-ID: <20040805085759.39B364E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:57:59 +1000 (Thu, 05 Aug 2004) New Revision: 3802 Added: tinysofa/releases/1.1/portmap/pristine/ Log: portmap: * retarget pristine (4.0-33ts) to releases/4.0/34ts Copied: tinysofa/releases/1.1/portmap/pristine (from rev 3800, tinysofa/releases/1.1/portmap/releases/4.0/34ts) From svn at tinysofa.org Thu Aug 5 08:58:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:58:12 +1000 (EST) Subject: [tinysofa-svn] r3803 - in tinysofa/releases/1.1/postfix: current/specs releases/2.0.19 releases/2.0.19/4ts/specs Message-ID: <20040805085812.00D324E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:58:12 +1000 (Thu, 05 Aug 2004) New Revision: 3803 Added: tinysofa/releases/1.1/postfix/releases/2.0.19/4ts/ Modified: tinysofa/releases/1.1/postfix/current/specs/postfix.spec tinysofa/releases/1.1/postfix/releases/2.0.19/4ts/specs/postfix.spec Log: postfix: * integrate current (2.0.19-4jh) as releases/2.0.19/4ts Modified: tinysofa/releases/1.1/postfix/current/specs/postfix.spec =================================================================== --- tinysofa/releases/1.1/postfix/current/specs/postfix.spec 2004-08-05 08:57:59 UTC (rev 3802) +++ tinysofa/releases/1.1/postfix/current/specs/postfix.spec 2004-08-05 08:58:12 UTC (rev 3803) @@ -1,7 +1,7 @@ Summary: The Postfix mailer daemon Name: postfix Version: 2.0.19 -Release: 4jh +Release: 4ts License: IBM Public Licence Group: main Source: ftp://ftp.sunet.se/pub/unix/mail/postfix/official/postfix-%{version}.tar.gz @@ -476,6 +476,9 @@ %attr(644,root,root) %{_mandir}/man8/rmail.8* %changelog +* Thu Aug 05 2004 tsintegrate 2.0.19-4ts +- current (2.0.19-4jh) integrated as 2.0.19-4ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 2.0.19-4jh - add postfix-2.1.1-pie.patch Copied: tinysofa/releases/1.1/postfix/releases/2.0.19/4ts (from rev 3396, tinysofa/releases/1.1/postfix/current) Modified: tinysofa/releases/1.1/postfix/releases/2.0.19/4ts/specs/postfix.spec =================================================================== --- tinysofa/releases/1.1/postfix/current/specs/postfix.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/postfix/releases/2.0.19/4ts/specs/postfix.spec 2004-08-05 08:58:12 UTC (rev 3803) @@ -1,7 +1,7 @@ Summary: The Postfix mailer daemon Name: postfix Version: 2.0.19 -Release: 4jh +Release: 4ts License: IBM Public Licence Group: main Source: ftp://ftp.sunet.se/pub/unix/mail/postfix/official/postfix-%{version}.tar.gz @@ -476,6 +476,9 @@ %attr(644,root,root) %{_mandir}/man8/rmail.8* %changelog +* Thu Aug 05 2004 tsintegrate 2.0.19-4ts +- current (2.0.19-4jh) integrated as 2.0.19-4ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 2.0.19-4jh - add postfix-2.1.1-pie.patch From svn at tinysofa.org Thu Aug 5 08:58:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:58:17 +1000 (EST) Subject: [tinysofa-svn] r3804 - tinysofa/releases/1.1/postfix Message-ID: <20040805085817.991AB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:58:17 +1000 (Thu, 05 Aug 2004) New Revision: 3804 Removed: tinysofa/releases/1.1/postfix/pristine/ Log: postfix: * removing pristine (2.0.19-2ts) From svn at tinysofa.org Thu Aug 5 08:58:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:58:23 +1000 (EST) Subject: [tinysofa-svn] r3805 - tinysofa/releases/1.1/postfix Message-ID: <20040805085823.8CFA24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:58:23 +1000 (Thu, 05 Aug 2004) New Revision: 3805 Added: tinysofa/releases/1.1/postfix/pristine/ Log: postfix: * retarget pristine (2.0.19-2ts) to releases/2.0.19/4ts Copied: tinysofa/releases/1.1/postfix/pristine (from rev 3803, tinysofa/releases/1.1/postfix/releases/2.0.19/4ts) From svn at tinysofa.org Thu Aug 5 08:58:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:58:41 +1000 (EST) Subject: [tinysofa-svn] r3806 - in tinysofa/releases/1.1/postgresql: current/specs releases/7.4.3 releases/7.4.3/3ts/specs Message-ID: <20040805085841.D76624E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:58:41 +1000 (Thu, 05 Aug 2004) New Revision: 3806 Added: tinysofa/releases/1.1/postgresql/releases/7.4.3/3ts/ Modified: tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec tinysofa/releases/1.1/postgresql/releases/7.4.3/3ts/specs/postgresql.spec Log: postgresql: * integrate current (7.4.3-3jh) as releases/7.4.3/3ts Modified: tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec =================================================================== --- tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec 2004-08-05 08:58:23 UTC (rev 3805) +++ tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec 2004-08-05 08:58:41 UTC (rev 3806) @@ -8,7 +8,7 @@ Summary: PostgreSQL client programs and libraries. Name: postgresql Version: 7.4.3 -Release: 3jh +Release: 3ts License: BSD Group: main Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 @@ -652,6 +652,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 7.4.3-3ts +- current (7.4.3-3jh) integrated as 7.4.3-3ts for release 1.1 + * Tue Jul 13 2004 Jaakko Heinonen - use 1.1 service macros - add try-restart support to init-script Copied: tinysofa/releases/1.1/postgresql/releases/7.4.3/3ts (from rev 3396, tinysofa/releases/1.1/postgresql/current) Modified: tinysofa/releases/1.1/postgresql/releases/7.4.3/3ts/specs/postgresql.spec =================================================================== --- tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/postgresql/releases/7.4.3/3ts/specs/postgresql.spec 2004-08-05 08:58:41 UTC (rev 3806) @@ -8,7 +8,7 @@ Summary: PostgreSQL client programs and libraries. Name: postgresql Version: 7.4.3 -Release: 3jh +Release: 3ts License: BSD Group: main Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 @@ -652,6 +652,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 7.4.3-3ts +- current (7.4.3-3jh) integrated as 7.4.3-3ts for release 1.1 + * Tue Jul 13 2004 Jaakko Heinonen - use 1.1 service macros - add try-restart support to init-script From svn at tinysofa.org Thu Aug 5 08:59:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:59:30 +1000 (EST) Subject: [tinysofa-svn] r3812 - in tinysofa/releases/1.1/pptpd: current/specs releases/1.1.3 releases/1.1.3/14ts/specs Message-ID: <20040805085930.8226B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:59:30 +1000 (Thu, 05 Aug 2004) New Revision: 3812 Added: tinysofa/releases/1.1/pptpd/releases/1.1.3/14ts/ Modified: tinysofa/releases/1.1/pptpd/current/specs/pptpd.spec tinysofa/releases/1.1/pptpd/releases/1.1.3/14ts/specs/pptpd.spec Log: pptpd: * integrate current (1.1.3-14jh) as releases/1.1.3/14ts Modified: tinysofa/releases/1.1/pptpd/current/specs/pptpd.spec =================================================================== --- tinysofa/releases/1.1/pptpd/current/specs/pptpd.spec 2004-08-05 08:59:17 UTC (rev 3811) +++ tinysofa/releases/1.1/pptpd/current/specs/pptpd.spec 2004-08-05 08:59:30 UTC (rev 3812) @@ -1,7 +1,7 @@ Summary: A PPTP server daemon. Name: pptpd Version: 1.1.3 -Release: 14jh +Release: 14ts License: GPL Group: extra Source: http://www.poptop.org/releases/%{name}-%{version}.tar.gz @@ -54,6 +54,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 1.1.3-14ts +- current (1.1.3-14jh) integrated as 1.1.3-14ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.1.3-13ts - current (1.1.3-12ts) integrated as 1.1.3-13ts for release 1.0-U1 Copied: tinysofa/releases/1.1/pptpd/releases/1.1.3/14ts (from rev 3396, tinysofa/releases/1.1/pptpd/current) Modified: tinysofa/releases/1.1/pptpd/releases/1.1.3/14ts/specs/pptpd.spec =================================================================== --- tinysofa/releases/1.1/pptpd/current/specs/pptpd.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pptpd/releases/1.1.3/14ts/specs/pptpd.spec 2004-08-05 08:59:30 UTC (rev 3812) @@ -1,7 +1,7 @@ Summary: A PPTP server daemon. Name: pptpd Version: 1.1.3 -Release: 14jh +Release: 14ts License: GPL Group: extra Source: http://www.poptop.org/releases/%{name}-%{version}.tar.gz @@ -54,6 +54,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 1.1.3-14ts +- current (1.1.3-14jh) integrated as 1.1.3-14ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.1.3-13ts - current (1.1.3-12ts) integrated as 1.1.3-13ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:59:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:59:34 +1000 (EST) Subject: [tinysofa-svn] r3813 - tinysofa/releases/1.1/pptpd Message-ID: <20040805085934.8B7D44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:59:34 +1000 (Thu, 05 Aug 2004) New Revision: 3813 Removed: tinysofa/releases/1.1/pptpd/pristine/ Log: pptpd: * removing pristine (1.1.3-13ts) From svn at tinysofa.org Thu Aug 5 08:58:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:58:46 +1000 (EST) Subject: [tinysofa-svn] r3807 - tinysofa/releases/1.1/postgresql Message-ID: <20040805085846.C5C2E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:58:46 +1000 (Thu, 05 Aug 2004) New Revision: 3807 Removed: tinysofa/releases/1.1/postgresql/pristine/ Log: postgresql: * removing pristine (7.4.3-1ts) From svn at tinysofa.org Thu Aug 5 08:58:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:58:52 +1000 (EST) Subject: [tinysofa-svn] r3808 - tinysofa/releases/1.1/postgresql Message-ID: <20040805085852.994E04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:58:52 +1000 (Thu, 05 Aug 2004) New Revision: 3808 Added: tinysofa/releases/1.1/postgresql/pristine/ Log: postgresql: * retarget pristine (7.4.3-1ts) to releases/7.4.3/3ts Copied: tinysofa/releases/1.1/postgresql/pristine (from rev 3806, tinysofa/releases/1.1/postgresql/releases/7.4.3/3ts) From svn at tinysofa.org Thu Aug 5 08:59:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:59:06 +1000 (EST) Subject: [tinysofa-svn] r3809 - in tinysofa/releases/1.1/ppp: current/specs releases/2.4.1 releases/2.4.1/14ts/specs Message-ID: <20040805085906.B7B784E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:59:06 +1000 (Thu, 05 Aug 2004) New Revision: 3809 Added: tinysofa/releases/1.1/ppp/releases/2.4.1/14ts/ Modified: tinysofa/releases/1.1/ppp/current/specs/ppp.spec tinysofa/releases/1.1/ppp/releases/2.4.1/14ts/specs/ppp.spec Log: ppp: * integrate current (2.4.1-14jh) as releases/2.4.1/14ts Modified: tinysofa/releases/1.1/ppp/current/specs/ppp.spec =================================================================== --- tinysofa/releases/1.1/ppp/current/specs/ppp.spec 2004-08-05 08:58:52 UTC (rev 3808) +++ tinysofa/releases/1.1/ppp/current/specs/ppp.spec 2004-08-05 08:59:06 UTC (rev 3809) @@ -1,7 +1,7 @@ Summary: The PPP daemon and documentation for Linux 1.3.xx and greater. Name: ppp Version: 2.4.1 -Release: 14jh +Release: 14ts License: Distributable Group: extra URL: http://www.samba.org/ppp @@ -110,6 +110,9 @@ %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/ppp %changelog +* Thu Aug 05 2004 tsintegrate 2.4.1-14ts +- current (2.4.1-14jh) integrated as 2.4.1-14ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.4.1-13ts - current (2.4.1-13jh) integrated as 2.4.1-13ts for release 1.0-U1 Copied: tinysofa/releases/1.1/ppp/releases/2.4.1/14ts (from rev 3396, tinysofa/releases/1.1/ppp/current) Modified: tinysofa/releases/1.1/ppp/releases/2.4.1/14ts/specs/ppp.spec =================================================================== --- tinysofa/releases/1.1/ppp/current/specs/ppp.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ppp/releases/2.4.1/14ts/specs/ppp.spec 2004-08-05 08:59:06 UTC (rev 3809) @@ -1,7 +1,7 @@ Summary: The PPP daemon and documentation for Linux 1.3.xx and greater. Name: ppp Version: 2.4.1 -Release: 14jh +Release: 14ts License: Distributable Group: extra URL: http://www.samba.org/ppp @@ -110,6 +110,9 @@ %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/ppp %changelog +* Thu Aug 05 2004 tsintegrate 2.4.1-14ts +- current (2.4.1-14jh) integrated as 2.4.1-14ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.4.1-13ts - current (2.4.1-13jh) integrated as 2.4.1-13ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 08:59:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:59:11 +1000 (EST) Subject: [tinysofa-svn] r3810 - tinysofa/releases/1.1/ppp Message-ID: <20040805085911.A5BD84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:59:11 +1000 (Thu, 05 Aug 2004) New Revision: 3810 Removed: tinysofa/releases/1.1/ppp/pristine/ Log: ppp: * removing pristine (2.4.1-13ts) From svn at tinysofa.org Thu Aug 5 08:59:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:59:17 +1000 (EST) Subject: [tinysofa-svn] r3811 - tinysofa/releases/1.1/ppp Message-ID: <20040805085917.A10354E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:59:17 +1000 (Thu, 05 Aug 2004) New Revision: 3811 Added: tinysofa/releases/1.1/ppp/pristine/ Log: ppp: * retarget pristine (2.4.1-13ts) to releases/2.4.1/14ts Copied: tinysofa/releases/1.1/ppp/pristine (from rev 3809, tinysofa/releases/1.1/ppp/releases/2.4.1/14ts) From svn at tinysofa.org Thu Aug 5 08:59:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:59:39 +1000 (EST) Subject: [tinysofa-svn] r3814 - tinysofa/releases/1.1/pptpd Message-ID: <20040805085939.1BE944E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:59:38 +1000 (Thu, 05 Aug 2004) New Revision: 3814 Added: tinysofa/releases/1.1/pptpd/pristine/ Log: pptpd: * retarget pristine (1.1.3-13ts) to releases/1.1.3/14ts Copied: tinysofa/releases/1.1/pptpd/pristine (from rev 3812, tinysofa/releases/1.1/pptpd/releases/1.1.3/14ts) From svn at tinysofa.org Thu Aug 5 08:59:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:59:50 +1000 (EST) Subject: [tinysofa-svn] r3815 - in tinysofa/releases/1.1/procmail: current/specs releases/3.22 releases/3.22/1ts/specs Message-ID: <20040805085950.CD4E44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:59:50 +1000 (Thu, 05 Aug 2004) New Revision: 3815 Added: tinysofa/releases/1.1/procmail/releases/3.22/1ts/ Modified: tinysofa/releases/1.1/procmail/current/specs/procmail.spec tinysofa/releases/1.1/procmail/releases/3.22/1ts/specs/procmail.spec Log: procmail: * integrate current (3.22-1jh) as releases/3.22/1ts Modified: tinysofa/releases/1.1/procmail/current/specs/procmail.spec =================================================================== --- tinysofa/releases/1.1/procmail/current/specs/procmail.spec 2004-08-05 08:59:38 UTC (rev 3814) +++ tinysofa/releases/1.1/procmail/current/specs/procmail.spec 2004-08-05 08:59:50 UTC (rev 3815) @@ -1,7 +1,7 @@ Summary: The procmail mail processing program. Name: procmail Version: 3.22 -Release: 1jh +Release: 1ts License: distributable Group: main Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz @@ -41,6 +41,9 @@ %{_mandir}/*/* %changelog +* Thu Aug 05 2004 tsintegrate 3.22-1ts +- current (3.22-1jh) integrated as 3.22-1ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.22-10ts - current (3.22-9ts) integrated as 3.22-10ts for release 1.0-U1 Copied: tinysofa/releases/1.1/procmail/releases/3.22/1ts (from rev 3396, tinysofa/releases/1.1/procmail/current) Modified: tinysofa/releases/1.1/procmail/releases/3.22/1ts/specs/procmail.spec =================================================================== --- tinysofa/releases/1.1/procmail/current/specs/procmail.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/procmail/releases/3.22/1ts/specs/procmail.spec 2004-08-05 08:59:50 UTC (rev 3815) @@ -1,7 +1,7 @@ Summary: The procmail mail processing program. Name: procmail Version: 3.22 -Release: 1jh +Release: 1ts License: distributable Group: main Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz @@ -41,6 +41,9 @@ %{_mandir}/*/* %changelog +* Thu Aug 05 2004 tsintegrate 3.22-1ts +- current (3.22-1jh) integrated as 3.22-1ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.22-10ts - current (3.22-9ts) integrated as 3.22-10ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:00:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:00:00 +1000 (EST) Subject: [tinysofa-svn] r3817 - tinysofa/releases/1.1/procmail Message-ID: <20040805090000.4F00B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:00:00 +1000 (Thu, 05 Aug 2004) New Revision: 3817 Added: tinysofa/releases/1.1/procmail/pristine/ Log: procmail: * retarget pristine (3.22-10ts) to releases/3.22/1ts Copied: tinysofa/releases/1.1/procmail/pristine (from rev 3815, tinysofa/releases/1.1/procmail/releases/3.22/1ts) From svn at tinysofa.org Thu Aug 5 08:59:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 18:59:55 +1000 (EST) Subject: [tinysofa-svn] r3816 - tinysofa/releases/1.1/procmail Message-ID: <20040805085955.80DB24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 18:59:55 +1000 (Thu, 05 Aug 2004) New Revision: 3816 Removed: tinysofa/releases/1.1/procmail/pristine/ Log: procmail: * removing pristine (3.22-10ts) From svn at tinysofa.org Thu Aug 5 09:00:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:00:12 +1000 (EST) Subject: [tinysofa-svn] r3818 - in tinysofa/releases/1.1/procps: current/specs releases/3.2.1 releases/3.2.1/2ts/specs Message-ID: <20040805090012.E03F04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:00:12 +1000 (Thu, 05 Aug 2004) New Revision: 3818 Added: tinysofa/releases/1.1/procps/releases/3.2.1/2ts/ Modified: tinysofa/releases/1.1/procps/current/specs/procps.spec tinysofa/releases/1.1/procps/releases/3.2.1/2ts/specs/procps.spec Log: procps: * integrate current (3.2.1-2jh) as releases/3.2.1/2ts Modified: tinysofa/releases/1.1/procps/current/specs/procps.spec =================================================================== --- tinysofa/releases/1.1/procps/current/specs/procps.spec 2004-08-05 09:00:00 UTC (rev 3817) +++ tinysofa/releases/1.1/procps/current/specs/procps.spec 2004-08-05 09:00:12 UTC (rev 3818) @@ -1,7 +1,7 @@ Summary: Utilities for monitoring your system and processes on your system. Name: procps Version: 3.2.1 -Release: 2jh +Release: 2ts License: GPL Group: main Source: http://procps.sourceforge.net/procps-%{version}.tar.gz @@ -109,6 +109,9 @@ %exclude /usr/share/man/man1/kill.1* %changelog +* Thu Aug 05 2004 tsintegrate 3.2.1-2ts +- current (3.2.1-2jh) integrated as 3.2.1-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.2.1-1ts - current (3.2.1-1ok) integrated as 3.2.1-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/procps/releases/3.2.1/2ts (from rev 3396, tinysofa/releases/1.1/procps/current) Modified: tinysofa/releases/1.1/procps/releases/3.2.1/2ts/specs/procps.spec =================================================================== --- tinysofa/releases/1.1/procps/current/specs/procps.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/procps/releases/3.2.1/2ts/specs/procps.spec 2004-08-05 09:00:12 UTC (rev 3818) @@ -1,7 +1,7 @@ Summary: Utilities for monitoring your system and processes on your system. Name: procps Version: 3.2.1 -Release: 2jh +Release: 2ts License: GPL Group: main Source: http://procps.sourceforge.net/procps-%{version}.tar.gz @@ -109,6 +109,9 @@ %exclude /usr/share/man/man1/kill.1* %changelog +* Thu Aug 05 2004 tsintegrate 3.2.1-2ts +- current (3.2.1-2jh) integrated as 3.2.1-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.2.1-1ts - current (3.2.1-1ok) integrated as 3.2.1-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:00:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:00:17 +1000 (EST) Subject: [tinysofa-svn] r3819 - tinysofa/releases/1.1/procps Message-ID: <20040805090017.A2E2A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:00:17 +1000 (Thu, 05 Aug 2004) New Revision: 3819 Removed: tinysofa/releases/1.1/procps/pristine/ Log: procps: * removing pristine (3.2.1-1ts) From svn at tinysofa.org Thu Aug 5 09:00:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:00:23 +1000 (EST) Subject: [tinysofa-svn] r3820 - tinysofa/releases/1.1/procps Message-ID: <20040805090023.611E94E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:00:23 +1000 (Thu, 05 Aug 2004) New Revision: 3820 Added: tinysofa/releases/1.1/procps/pristine/ Log: procps: * retarget pristine (3.2.1-1ts) to releases/3.2.1/2ts Copied: tinysofa/releases/1.1/procps/pristine (from rev 3818, tinysofa/releases/1.1/procps/releases/3.2.1/2ts) From svn at tinysofa.org Thu Aug 5 09:00:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:00:35 +1000 (EST) Subject: [tinysofa-svn] r3821 - in tinysofa/releases/1.1/psacct: current/specs releases/6.3.2 releases/6.3.2/9ts/specs Message-ID: <20040805090035.87BC24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:00:35 +1000 (Thu, 05 Aug 2004) New Revision: 3821 Added: tinysofa/releases/1.1/psacct/releases/6.3.2/9ts/ Modified: tinysofa/releases/1.1/psacct/current/specs/psacct.spec tinysofa/releases/1.1/psacct/releases/6.3.2/9ts/specs/psacct.spec Log: psacct: * integrate current (6.3.2-9jh) as releases/6.3.2/9ts Modified: tinysofa/releases/1.1/psacct/current/specs/psacct.spec =================================================================== --- tinysofa/releases/1.1/psacct/current/specs/psacct.spec 2004-08-05 09:00:23 UTC (rev 3820) +++ tinysofa/releases/1.1/psacct/current/specs/psacct.spec 2004-08-05 09:00:35 UTC (rev 3821) @@ -1,7 +1,7 @@ Summary: Utilities for monitoring process activities. Name: psacct Version: 6.3.2 -Release: 9jh +Release: 9ts License: GPL Group: extra Source: ftp://ftp.gnu.org/gnu/acct/acct-%{version}.tar.gz @@ -76,6 +76,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 6.3.2-9ts +- current (6.3.2-9jh) integrated as 6.3.2-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 6.3.2-8ts - current (6.3.2-7ts) integrated as 6.3.2-8ts for release 1.0-U1 Copied: tinysofa/releases/1.1/psacct/releases/6.3.2/9ts (from rev 3396, tinysofa/releases/1.1/psacct/current) Modified: tinysofa/releases/1.1/psacct/releases/6.3.2/9ts/specs/psacct.spec =================================================================== --- tinysofa/releases/1.1/psacct/current/specs/psacct.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/psacct/releases/6.3.2/9ts/specs/psacct.spec 2004-08-05 09:00:35 UTC (rev 3821) @@ -1,7 +1,7 @@ Summary: Utilities for monitoring process activities. Name: psacct Version: 6.3.2 -Release: 9jh +Release: 9ts License: GPL Group: extra Source: ftp://ftp.gnu.org/gnu/acct/acct-%{version}.tar.gz @@ -76,6 +76,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 6.3.2-9ts +- current (6.3.2-9jh) integrated as 6.3.2-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 6.3.2-8ts - current (6.3.2-7ts) integrated as 6.3.2-8ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:00:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:00:39 +1000 (EST) Subject: [tinysofa-svn] r3822 - tinysofa/releases/1.1/psacct Message-ID: <20040805090039.823044E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:00:39 +1000 (Thu, 05 Aug 2004) New Revision: 3822 Removed: tinysofa/releases/1.1/psacct/pristine/ Log: psacct: * removing pristine (6.3.2-8ts) From svn at tinysofa.org Thu Aug 5 09:00:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:00:44 +1000 (EST) Subject: [tinysofa-svn] r3823 - tinysofa/releases/1.1/psacct Message-ID: <20040805090044.13D4F4E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:00:43 +1000 (Thu, 05 Aug 2004) New Revision: 3823 Added: tinysofa/releases/1.1/psacct/pristine/ Log: psacct: * retarget pristine (6.3.2-8ts) to releases/6.3.2/9ts Copied: tinysofa/releases/1.1/psacct/pristine (from rev 3821, tinysofa/releases/1.1/psacct/releases/6.3.2/9ts) From svn at tinysofa.org Thu Aug 5 09:00:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:00:55 +1000 (EST) Subject: [tinysofa-svn] r3824 - in tinysofa/releases/1.1/psmisc: current/specs releases/21.4 releases/21.4/6ts/specs Message-ID: <20040805090055.E86F84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:00:55 +1000 (Thu, 05 Aug 2004) New Revision: 3824 Added: tinysofa/releases/1.1/psmisc/releases/21.4/6ts/ Modified: tinysofa/releases/1.1/psmisc/current/specs/psmisc.spec tinysofa/releases/1.1/psmisc/releases/21.4/6ts/specs/psmisc.spec Log: psmisc: * integrate current (21.4-6jh) as releases/21.4/6ts Modified: tinysofa/releases/1.1/psmisc/current/specs/psmisc.spec =================================================================== --- tinysofa/releases/1.1/psmisc/current/specs/psmisc.spec 2004-08-05 09:00:43 UTC (rev 3823) +++ tinysofa/releases/1.1/psmisc/current/specs/psmisc.spec 2004-08-05 09:00:55 UTC (rev 3824) @@ -1,7 +1,7 @@ Summary: Utilities for managing processes on your system. Name: psmisc Version: 21.4 -Release: 6jh +Release: 6ts License: GPL Group: main Source: ftp://sunsite.unc.edu/pub/Linux/system/status/ps/psmisc-%{version}.tar.gz @@ -50,6 +50,9 @@ %exclude /usr/bin/pstree.x11 %changelog +* Thu Aug 05 2004 tsintegrate 21.4-6ts +- current (21.4-6jh) integrated as 21.4-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 21.4-5ts - current (21.4-4ts) integrated as 21.4-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/psmisc/releases/21.4/6ts (from rev 3396, tinysofa/releases/1.1/psmisc/current) Modified: tinysofa/releases/1.1/psmisc/releases/21.4/6ts/specs/psmisc.spec =================================================================== --- tinysofa/releases/1.1/psmisc/current/specs/psmisc.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/psmisc/releases/21.4/6ts/specs/psmisc.spec 2004-08-05 09:00:55 UTC (rev 3824) @@ -1,7 +1,7 @@ Summary: Utilities for managing processes on your system. Name: psmisc Version: 21.4 -Release: 6jh +Release: 6ts License: GPL Group: main Source: ftp://sunsite.unc.edu/pub/Linux/system/status/ps/psmisc-%{version}.tar.gz @@ -50,6 +50,9 @@ %exclude /usr/bin/pstree.x11 %changelog +* Thu Aug 05 2004 tsintegrate 21.4-6ts +- current (21.4-6jh) integrated as 21.4-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 21.4-5ts - current (21.4-4ts) integrated as 21.4-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:01:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:01:00 +1000 (EST) Subject: [tinysofa-svn] r3825 - tinysofa/releases/1.1/psmisc Message-ID: <20040805090100.9E0634E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:01:00 +1000 (Thu, 05 Aug 2004) New Revision: 3825 Removed: tinysofa/releases/1.1/psmisc/pristine/ Log: psmisc: * removing pristine (21.4-5ts) From svn at tinysofa.org Thu Aug 5 09:01:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:01:06 +1000 (EST) Subject: [tinysofa-svn] r3826 - tinysofa/releases/1.1/psmisc Message-ID: <20040805090106.B3FDB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:01:06 +1000 (Thu, 05 Aug 2004) New Revision: 3826 Added: tinysofa/releases/1.1/psmisc/pristine/ Log: psmisc: * retarget pristine (21.4-5ts) to releases/21.4/6ts Copied: tinysofa/releases/1.1/psmisc/pristine (from rev 3824, tinysofa/releases/1.1/psmisc/releases/21.4/6ts) From svn at tinysofa.org Thu Aug 5 09:01:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:01:23 +1000 (EST) Subject: [tinysofa-svn] r3828 - tinysofa/releases/1.1/pump Message-ID: <20040805090123.A564B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:01:23 +1000 (Thu, 05 Aug 2004) New Revision: 3828 Removed: tinysofa/releases/1.1/pump/pristine/ Log: pump: * removing pristine (0.8.20-1ts) From svn at tinysofa.org Thu Aug 5 09:01:29 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:01:29 +1000 (EST) Subject: [tinysofa-svn] r3829 - tinysofa/releases/1.1/pump Message-ID: <20040805090129.60DA94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:01:29 +1000 (Thu, 05 Aug 2004) New Revision: 3829 Added: tinysofa/releases/1.1/pump/pristine/ Log: pump: * retarget pristine (0.8.20-1ts) to releases/0.8.20/2ts Copied: tinysofa/releases/1.1/pump/pristine (from rev 3827, tinysofa/releases/1.1/pump/releases/0.8.20/2ts) From svn at tinysofa.org Thu Aug 5 09:01:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:01:19 +1000 (EST) Subject: [tinysofa-svn] r3827 - in tinysofa/releases/1.1/pump: current/specs releases/0.8.20 releases/0.8.20/2ts/specs Message-ID: <20040805090119.6580C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:01:19 +1000 (Thu, 05 Aug 2004) New Revision: 3827 Added: tinysofa/releases/1.1/pump/releases/0.8.20/2ts/ Modified: tinysofa/releases/1.1/pump/current/specs/pump.spec tinysofa/releases/1.1/pump/releases/0.8.20/2ts/specs/pump.spec Log: pump: * integrate current (0.8.20-2jh) as releases/0.8.20/2ts Modified: tinysofa/releases/1.1/pump/current/specs/pump.spec =================================================================== --- tinysofa/releases/1.1/pump/current/specs/pump.spec 2004-08-05 09:01:06 UTC (rev 3826) +++ tinysofa/releases/1.1/pump/current/specs/pump.spec 2004-08-05 09:01:19 UTC (rev 3827) @@ -1,7 +1,7 @@ Summary: A Bootp and DHCP client for automatic IP configuration. Name: pump Version: 0.8.20 -Release: 2jh +Release: 2ts Group: main License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -75,6 +75,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.8.20-2ts +- current (0.8.20-2jh) integrated as 0.8.20-2ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/pump/releases/0.8.20/2ts (from rev 3396, tinysofa/releases/1.1/pump/current) Modified: tinysofa/releases/1.1/pump/releases/0.8.20/2ts/specs/pump.spec =================================================================== --- tinysofa/releases/1.1/pump/current/specs/pump.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/pump/releases/0.8.20/2ts/specs/pump.spec 2004-08-05 09:01:19 UTC (rev 3827) @@ -1,7 +1,7 @@ Summary: A Bootp and DHCP client for automatic IP configuration. Name: pump Version: 0.8.20 -Release: 2jh +Release: 2ts Group: main License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -75,6 +75,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.8.20-2ts +- current (0.8.20-2jh) integrated as 0.8.20-2ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 09:01:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:01:40 +1000 (EST) Subject: [tinysofa-svn] r3830 - in tinysofa/releases/1.1/python: current/specs releases releases/2.3.4 releases/2.3.4/2ts/specs Message-ID: <20040805090140.CBA6F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:01:40 +1000 (Thu, 05 Aug 2004) New Revision: 3830 Added: tinysofa/releases/1.1/python/releases/2.3.4/ tinysofa/releases/1.1/python/releases/2.3.4/2ts/ Modified: tinysofa/releases/1.1/python/current/specs/python.spec tinysofa/releases/1.1/python/releases/2.3.4/2ts/specs/python.spec Log: python: * integrate current (2.3.4-2jh) as releases/2.3.4/2ts Modified: tinysofa/releases/1.1/python/current/specs/python.spec =================================================================== --- tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-05 09:01:29 UTC (rev 3829) +++ tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-05 09:01:40 UTC (rev 3830) @@ -7,7 +7,7 @@ Summary: An interpreted, interactive, object-oriented programming language. Name: %{python} Version: %{pybasever}.4 -Release: 2jh +Release: 2ts License: PSF - see LICENSE Group: main Provides: python-abi = %{pybasever} @@ -327,6 +327,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.3.4-2ts +- current (2.3.4-2jh) integrated as 2.3.4-2ts for release 1.1 + * Fri Jun 4 2004 Mihai Ibanescu 2.3.4-1 - Updated to 2.3.4-1 with Robert Scheck's help (bug #124764) - Added BuildRequires: tix-devel (bug #124918) Copied: tinysofa/releases/1.1/python/releases/2.3.4/2ts (from rev 3396, tinysofa/releases/1.1/python/current) Modified: tinysofa/releases/1.1/python/releases/2.3.4/2ts/specs/python.spec =================================================================== --- tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/python/releases/2.3.4/2ts/specs/python.spec 2004-08-05 09:01:40 UTC (rev 3830) @@ -7,7 +7,7 @@ Summary: An interpreted, interactive, object-oriented programming language. Name: %{python} Version: %{pybasever}.4 -Release: 2jh +Release: 2ts License: PSF - see LICENSE Group: main Provides: python-abi = %{pybasever} @@ -327,6 +327,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.3.4-2ts +- current (2.3.4-2jh) integrated as 2.3.4-2ts for release 1.1 + * Fri Jun 4 2004 Mihai Ibanescu 2.3.4-1 - Updated to 2.3.4-1 with Robert Scheck's help (bug #124764) - Added BuildRequires: tix-devel (bug #124918) From svn at tinysofa.org Thu Aug 5 09:01:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:01:45 +1000 (EST) Subject: [tinysofa-svn] r3831 - tinysofa/releases/1.1/python Message-ID: <20040805090145.A4ADF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:01:45 +1000 (Thu, 05 Aug 2004) New Revision: 3831 Removed: tinysofa/releases/1.1/python/pristine/ Log: python: * removing pristine (2.3.3-8ts) From svn at tinysofa.org Thu Aug 5 09:01:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:01:51 +1000 (EST) Subject: [tinysofa-svn] r3832 - tinysofa/releases/1.1/python Message-ID: <20040805090151.76B084E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:01:51 +1000 (Thu, 05 Aug 2004) New Revision: 3832 Added: tinysofa/releases/1.1/python/pristine/ Log: python: * retarget pristine (2.3.3-8ts) to releases/2.3.4/2ts Copied: tinysofa/releases/1.1/python/pristine (from rev 3830, tinysofa/releases/1.1/python/releases/2.3.4/2ts) From svn at tinysofa.org Thu Aug 5 09:02:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:02:04 +1000 (EST) Subject: [tinysofa-svn] r3833 - in tinysofa/releases/1.1/quota: current/specs releases/3.10 releases/3.10/6ts/specs Message-ID: <20040805090204.BB3554E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:02:04 +1000 (Thu, 05 Aug 2004) New Revision: 3833 Added: tinysofa/releases/1.1/quota/releases/3.10/6ts/ Modified: tinysofa/releases/1.1/quota/current/specs/quota.spec tinysofa/releases/1.1/quota/releases/3.10/6ts/specs/quota.spec Log: quota: * integrate current (3.10-6jh) as releases/3.10/6ts Modified: tinysofa/releases/1.1/quota/current/specs/quota.spec =================================================================== --- tinysofa/releases/1.1/quota/current/specs/quota.spec 2004-08-05 09:01:51 UTC (rev 3832) +++ tinysofa/releases/1.1/quota/current/specs/quota.spec 2004-08-05 09:02:04 UTC (rev 3833) @@ -1,7 +1,7 @@ Name: quota Summary: System administration tools for monitoring users' disk usage. Version: 3.10 -Release: 6jh +Release: 6ts License: BSD Group: main BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -70,6 +70,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.10-6ts +- current (3.10-6jh) integrated as 3.10-6ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/quota/releases/3.10/6ts (from rev 3396, tinysofa/releases/1.1/quota/current) Modified: tinysofa/releases/1.1/quota/releases/3.10/6ts/specs/quota.spec =================================================================== --- tinysofa/releases/1.1/quota/current/specs/quota.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/quota/releases/3.10/6ts/specs/quota.spec 2004-08-05 09:02:04 UTC (rev 3833) @@ -1,7 +1,7 @@ Name: quota Summary: System administration tools for monitoring users' disk usage. Version: 3.10 -Release: 6jh +Release: 6ts License: BSD Group: main BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -70,6 +70,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.10-6ts +- current (3.10-6jh) integrated as 3.10-6ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 09:02:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:02:09 +1000 (EST) Subject: [tinysofa-svn] r3834 - tinysofa/releases/1.1/quota Message-ID: <20040805090209.AAFE34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:02:09 +1000 (Thu, 05 Aug 2004) New Revision: 3834 Removed: tinysofa/releases/1.1/quota/pristine/ Log: quota: * removing pristine (3.10-5ts) From svn at tinysofa.org Thu Aug 5 09:02:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:02:15 +1000 (EST) Subject: [tinysofa-svn] r3835 - tinysofa/releases/1.1/quota Message-ID: <20040805090215.B02F24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:02:15 +1000 (Thu, 05 Aug 2004) New Revision: 3835 Added: tinysofa/releases/1.1/quota/pristine/ Log: quota: * retarget pristine (3.10-5ts) to releases/3.10/6ts Copied: tinysofa/releases/1.1/quota/pristine (from rev 3833, tinysofa/releases/1.1/quota/releases/3.10/6ts) From svn at tinysofa.org Thu Aug 5 09:02:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:02:27 +1000 (EST) Subject: [tinysofa-svn] r3836 - in tinysofa/releases/1.1/rdate: current/specs releases/1.3 releases/1.3/2ts/specs Message-ID: <20040805090227.BDAE54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:02:27 +1000 (Thu, 05 Aug 2004) New Revision: 3836 Added: tinysofa/releases/1.1/rdate/releases/1.3/2ts/ Modified: tinysofa/releases/1.1/rdate/current/specs/rdate.spec tinysofa/releases/1.1/rdate/releases/1.3/2ts/specs/rdate.spec Log: rdate: * integrate current (1.3-2jh) as releases/1.3/2ts Modified: tinysofa/releases/1.1/rdate/current/specs/rdate.spec =================================================================== --- tinysofa/releases/1.1/rdate/current/specs/rdate.spec 2004-08-05 09:02:15 UTC (rev 3835) +++ tinysofa/releases/1.1/rdate/current/specs/rdate.spec 2004-08-05 09:02:27 UTC (rev 3836) @@ -1,7 +1,7 @@ Summary: Retrieving the date and time from another machine on your network. Name: rdate Version: 1.3 -Release: 2jh +Release: 2ts License: public domain Group: extra Source: ftp://sunsite.unc.edu/pub/Linux/system/network/misc/rdate-1.3.tar.gz @@ -38,6 +38,9 @@ %{_mandir}/man1/rdate.1* %changelog +* Thu Aug 05 2004 tsintegrate 1.3-2ts +- current (1.3-2jh) integrated as 1.3-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.3-1ts - current (1.3-1ok) integrated as 1.3-1ts for release 1.0-U1 Copied: tinysofa/releases/1.1/rdate/releases/1.3/2ts (from rev 3396, tinysofa/releases/1.1/rdate/current) Modified: tinysofa/releases/1.1/rdate/releases/1.3/2ts/specs/rdate.spec =================================================================== --- tinysofa/releases/1.1/rdate/current/specs/rdate.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/rdate/releases/1.3/2ts/specs/rdate.spec 2004-08-05 09:02:27 UTC (rev 3836) @@ -1,7 +1,7 @@ Summary: Retrieving the date and time from another machine on your network. Name: rdate Version: 1.3 -Release: 2jh +Release: 2ts License: public domain Group: extra Source: ftp://sunsite.unc.edu/pub/Linux/system/network/misc/rdate-1.3.tar.gz @@ -38,6 +38,9 @@ %{_mandir}/man1/rdate.1* %changelog +* Thu Aug 05 2004 tsintegrate 1.3-2ts +- current (1.3-2jh) integrated as 1.3-2ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.3-1ts - current (1.3-1ok) integrated as 1.3-1ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:02:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:02:32 +1000 (EST) Subject: [tinysofa-svn] r3837 - tinysofa/releases/1.1/rdate Message-ID: <20040805090232.940C44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:02:32 +1000 (Thu, 05 Aug 2004) New Revision: 3837 Removed: tinysofa/releases/1.1/rdate/pristine/ Log: rdate: * removing pristine (1.3-1ts) From svn at tinysofa.org Thu Aug 5 09:02:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:02:38 +1000 (EST) Subject: [tinysofa-svn] r3838 - tinysofa/releases/1.1/rdate Message-ID: <20040805090238.5936C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:02:38 +1000 (Thu, 05 Aug 2004) New Revision: 3838 Added: tinysofa/releases/1.1/rdate/pristine/ Log: rdate: * retarget pristine (1.3-1ts) to releases/1.3/2ts Copied: tinysofa/releases/1.1/rdate/pristine (from rev 3836, tinysofa/releases/1.1/rdate/releases/1.3/2ts) From svn at tinysofa.org Thu Aug 5 09:02:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:02:54 +1000 (EST) Subject: [tinysofa-svn] r3839 - in tinysofa/releases/1.1/readline: current/specs releases/4.3 releases/4.3/8ts/specs Message-ID: <20040805090254.3E7C64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:02:54 +1000 (Thu, 05 Aug 2004) New Revision: 3839 Added: tinysofa/releases/1.1/readline/releases/4.3/8ts/ Modified: tinysofa/releases/1.1/readline/current/specs/readline.spec tinysofa/releases/1.1/readline/releases/4.3/8ts/specs/readline.spec Log: readline: * integrate current (4.3-8jh) as releases/4.3/8ts Modified: tinysofa/releases/1.1/readline/current/specs/readline.spec =================================================================== --- tinysofa/releases/1.1/readline/current/specs/readline.spec 2004-08-05 09:02:38 UTC (rev 3838) +++ tinysofa/releases/1.1/readline/current/specs/readline.spec 2004-08-05 09:02:54 UTC (rev 3839) @@ -1,7 +1,7 @@ Summary: A library for editing typed command lines. Name: readline Version: 4.3 -Release: 8jh +Release: 8ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/readline-%{version}.tar.bz2 @@ -99,6 +99,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.3-8ts +- current (4.3-8jh) integrated as 4.3-8ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/readline/releases/4.3/8ts (from rev 3396, tinysofa/releases/1.1/readline/current) Modified: tinysofa/releases/1.1/readline/releases/4.3/8ts/specs/readline.spec =================================================================== --- tinysofa/releases/1.1/readline/current/specs/readline.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/readline/releases/4.3/8ts/specs/readline.spec 2004-08-05 09:02:54 UTC (rev 3839) @@ -1,7 +1,7 @@ Summary: A library for editing typed command lines. Name: readline Version: 4.3 -Release: 8jh +Release: 8ts License: GPL Group: main Source: ftp://ftp.gnu.org/gnu/readline-%{version}.tar.bz2 @@ -99,6 +99,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 4.3-8ts +- current (4.3-8jh) integrated as 4.3-8ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 09:03:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:03:03 +1000 (EST) Subject: [tinysofa-svn] r3840 - tinysofa/releases/1.1/readline Message-ID: <20040805090303.9390E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:03:03 +1000 (Thu, 05 Aug 2004) New Revision: 3840 Removed: tinysofa/releases/1.1/readline/pristine/ Log: readline: * removing pristine (4.3-7ts) From svn at tinysofa.org Thu Aug 5 09:03:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:03:09 +1000 (EST) Subject: [tinysofa-svn] r3841 - tinysofa/releases/1.1/readline Message-ID: <20040805090309.7E7CC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:03:09 +1000 (Thu, 05 Aug 2004) New Revision: 3841 Added: tinysofa/releases/1.1/readline/pristine/ Log: readline: * retarget pristine (4.3-7ts) to releases/4.3/8ts Copied: tinysofa/releases/1.1/readline/pristine (from rev 3839, tinysofa/releases/1.1/readline/releases/4.3/8ts) From svn at tinysofa.org Thu Aug 5 09:03:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:03:21 +1000 (EST) Subject: [tinysofa-svn] r3842 - in tinysofa/releases/1.1/reiserfsprogs: current/specs releases/3.6.17 releases/3.6.17/2ts/specs Message-ID: <20040805090321.414B24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:03:21 +1000 (Thu, 05 Aug 2004) New Revision: 3842 Added: tinysofa/releases/1.1/reiserfsprogs/releases/3.6.17/2ts/ Modified: tinysofa/releases/1.1/reiserfsprogs/current/specs/reiserfsprogs.spec tinysofa/releases/1.1/reiserfsprogs/releases/3.6.17/2ts/specs/reiserfsprogs.spec Log: reiserfsprogs: * integrate current (3.6.17-2jh) as releases/3.6.17/2ts Modified: tinysofa/releases/1.1/reiserfsprogs/current/specs/reiserfsprogs.spec =================================================================== --- tinysofa/releases/1.1/reiserfsprogs/current/specs/reiserfsprogs.spec 2004-08-05 09:03:09 UTC (rev 3841) +++ tinysofa/releases/1.1/reiserfsprogs/current/specs/reiserfsprogs.spec 2004-08-05 09:03:21 UTC (rev 3842) @@ -1,6 +1,6 @@ Name: reiserfsprogs Version: 3.6.17 -Release: 2jh +Release: 2ts Summary: Tools for creating, repairing, and debugging ReiserFS filesystems. URL: http://www.namesys.com/ Source: ftp://namesys.com/pub/reiserfsprogs/reiserfsprogs-%{version}.tar.gz @@ -62,6 +62,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.6.17-2ts +- current (3.6.17-2jh) integrated as 3.6.17-2ts for release 1.1 + * Wed Jun 09 2004 Florian La Roche - 3.6.17 Copied: tinysofa/releases/1.1/reiserfsprogs/releases/3.6.17/2ts (from rev 3396, tinysofa/releases/1.1/reiserfsprogs/current) Modified: tinysofa/releases/1.1/reiserfsprogs/releases/3.6.17/2ts/specs/reiserfsprogs.spec =================================================================== --- tinysofa/releases/1.1/reiserfsprogs/current/specs/reiserfsprogs.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/reiserfsprogs/releases/3.6.17/2ts/specs/reiserfsprogs.spec 2004-08-05 09:03:21 UTC (rev 3842) @@ -1,6 +1,6 @@ Name: reiserfsprogs Version: 3.6.17 -Release: 2jh +Release: 2ts Summary: Tools for creating, repairing, and debugging ReiserFS filesystems. URL: http://www.namesys.com/ Source: ftp://namesys.com/pub/reiserfsprogs/reiserfsprogs-%{version}.tar.gz @@ -62,6 +62,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.6.17-2ts +- current (3.6.17-2jh) integrated as 3.6.17-2ts for release 1.1 + * Wed Jun 09 2004 Florian La Roche - 3.6.17 From svn at tinysofa.org Thu Aug 5 09:03:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:03:25 +1000 (EST) Subject: [tinysofa-svn] r3843 - tinysofa/releases/1.1/reiserfsprogs Message-ID: <20040805090325.C143A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:03:25 +1000 (Thu, 05 Aug 2004) New Revision: 3843 Removed: tinysofa/releases/1.1/reiserfsprogs/pristine/ Log: reiserfsprogs: * removing pristine (3.6.17-1ts) From svn at tinysofa.org Thu Aug 5 09:03:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:03:31 +1000 (EST) Subject: [tinysofa-svn] r3844 - tinysofa/releases/1.1/reiserfsprogs Message-ID: <20040805090331.4FF944E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:03:31 +1000 (Thu, 05 Aug 2004) New Revision: 3844 Added: tinysofa/releases/1.1/reiserfsprogs/pristine/ Log: reiserfsprogs: * retarget pristine (3.6.17-1ts) to releases/3.6.17/2ts Copied: tinysofa/releases/1.1/reiserfsprogs/pristine (from rev 3842, tinysofa/releases/1.1/reiserfsprogs/releases/3.6.17/2ts) From svn at tinysofa.org Thu Aug 5 09:03:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:03:39 +1000 (EST) Subject: [tinysofa-svn] r3845 - in tinysofa/releases/1.1/release: current/specs releases releases/1.1 releases/1.1/0ts/specs Message-ID: <20040805090339.AAB664E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:03:39 +1000 (Thu, 05 Aug 2004) New Revision: 3845 Added: tinysofa/releases/1.1/release/releases/1.1/ tinysofa/releases/1.1/release/releases/1.1/0ts/ Modified: tinysofa/releases/1.1/release/current/specs/release.spec tinysofa/releases/1.1/release/releases/1.1/0ts/specs/release.spec Log: release: * integrate current (1.1-0jh) as releases/1.1/0ts Modified: tinysofa/releases/1.1/release/current/specs/release.spec =================================================================== --- tinysofa/releases/1.1/release/current/specs/release.spec 2004-08-05 09:03:31 UTC (rev 3844) +++ tinysofa/releases/1.1/release/current/specs/release.spec 2004-08-05 09:03:39 UTC (rev 3845) @@ -5,7 +5,7 @@ Summary: tinysofa release file Name: release Version: 1.1 -Release: 0jh +Release: 0ts Epoch: 2 License: GPL Group: main @@ -45,6 +45,9 @@ %{_sysconfdir}/tinysofa-release %changelog +* Thu Aug 05 2004 tsintegrate 1.1-0ts +- current (1.1-0jh) integrated as 1.1-0ts for release 1.1 + * Mon Jul 19 2004 tsintegrate 1.0-4ts - current (1.0-4ts) integrated as 1.0-4ts for release 1.0-U3 Copied: tinysofa/releases/1.1/release/releases/1.1/0ts (from rev 3396, tinysofa/releases/1.1/release/current) Modified: tinysofa/releases/1.1/release/releases/1.1/0ts/specs/release.spec =================================================================== --- tinysofa/releases/1.1/release/current/specs/release.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/release/releases/1.1/0ts/specs/release.spec 2004-08-05 09:03:39 UTC (rev 3845) @@ -5,7 +5,7 @@ Summary: tinysofa release file Name: release Version: 1.1 -Release: 0jh +Release: 0ts Epoch: 2 License: GPL Group: main @@ -45,6 +45,9 @@ %{_sysconfdir}/tinysofa-release %changelog +* Thu Aug 05 2004 tsintegrate 1.1-0ts +- current (1.1-0jh) integrated as 1.1-0ts for release 1.1 + * Mon Jul 19 2004 tsintegrate 1.0-4ts - current (1.0-4ts) integrated as 1.0-4ts for release 1.0-U3 From svn at tinysofa.org Thu Aug 5 09:03:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:03:44 +1000 (EST) Subject: [tinysofa-svn] r3846 - tinysofa/releases/1.1/release Message-ID: <20040805090344.BAA544E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:03:44 +1000 (Thu, 05 Aug 2004) New Revision: 3846 Removed: tinysofa/releases/1.1/release/pristine/ Log: release: * removing pristine (1.0-3ts) From svn at tinysofa.org Thu Aug 5 09:03:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:03:50 +1000 (EST) Subject: [tinysofa-svn] r3847 - tinysofa/releases/1.1/release Message-ID: <20040805090350.2F5424E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:03:49 +1000 (Thu, 05 Aug 2004) New Revision: 3847 Added: tinysofa/releases/1.1/release/pristine/ Log: release: * retarget pristine (1.0-3ts) to releases/1.1/0ts Copied: tinysofa/releases/1.1/release/pristine (from rev 3845, tinysofa/releases/1.1/release/releases/1.1/0ts) From svn at tinysofa.org Thu Aug 5 09:04:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:04:02 +1000 (EST) Subject: [tinysofa-svn] r3848 - in tinysofa/releases/1.1/rootfiles: current/specs releases/5.4 releases/5.4/6ts/specs Message-ID: <20040805090402.0E52E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:04:01 +1000 (Thu, 05 Aug 2004) New Revision: 3848 Added: tinysofa/releases/1.1/rootfiles/releases/5.4/6ts/ Modified: tinysofa/releases/1.1/rootfiles/current/specs/rootfiles.spec tinysofa/releases/1.1/rootfiles/releases/5.4/6ts/specs/rootfiles.spec Log: rootfiles: * integrate current (5.4-6jh) as releases/5.4/6ts Modified: tinysofa/releases/1.1/rootfiles/current/specs/rootfiles.spec =================================================================== --- tinysofa/releases/1.1/rootfiles/current/specs/rootfiles.spec 2004-08-05 09:03:49 UTC (rev 3847) +++ tinysofa/releases/1.1/rootfiles/current/specs/rootfiles.spec 2004-08-05 09:04:01 UTC (rev 3848) @@ -1,7 +1,7 @@ Summary: The basic required files for the root user's directory. Name: rootfiles Version: 5.4 -Release: 6jh +Release: 6ts License: public domain Group: main Source: rootfiles.tar.gz @@ -30,6 +30,9 @@ %config /root/.[A-z]* %changelog +* Thu Aug 05 2004 tsintegrate 5.4-6ts +- current (5.4-6jh) integrated as 5.4-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 5.4-5ts - current (5.4-4ts) integrated as 5.4-5ts for release 1.0-U1 @@ -71,4 +74,4 @@ * Thu Mar 20 1997 Erik Troan - Removed .Xclients and .Xsession from package, added %pre to back up old - .Xclients if necessary. \ No newline at end of file + .Xclients if necessary Copied: tinysofa/releases/1.1/rootfiles/releases/5.4/6ts (from rev 3396, tinysofa/releases/1.1/rootfiles/current) Modified: tinysofa/releases/1.1/rootfiles/releases/5.4/6ts/specs/rootfiles.spec =================================================================== --- tinysofa/releases/1.1/rootfiles/current/specs/rootfiles.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/rootfiles/releases/5.4/6ts/specs/rootfiles.spec 2004-08-05 09:04:01 UTC (rev 3848) @@ -1,7 +1,7 @@ Summary: The basic required files for the root user's directory. Name: rootfiles Version: 5.4 -Release: 6jh +Release: 6ts License: public domain Group: main Source: rootfiles.tar.gz @@ -30,6 +30,9 @@ %config /root/.[A-z]* %changelog +* Thu Aug 05 2004 tsintegrate 5.4-6ts +- current (5.4-6jh) integrated as 5.4-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 5.4-5ts - current (5.4-4ts) integrated as 5.4-5ts for release 1.0-U1 @@ -71,4 +74,4 @@ * Thu Mar 20 1997 Erik Troan - Removed .Xclients and .Xsession from package, added %pre to back up old - .Xclients if necessary. \ No newline at end of file + .Xclients if necessary From svn at tinysofa.org Thu Aug 5 09:04:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:04:06 +1000 (EST) Subject: [tinysofa-svn] r3849 - tinysofa/releases/1.1/rootfiles Message-ID: <20040805090406.A4AC64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:04:06 +1000 (Thu, 05 Aug 2004) New Revision: 3849 Removed: tinysofa/releases/1.1/rootfiles/pristine/ Log: rootfiles: * removing pristine (5.4-5ts) From svn at tinysofa.org Thu Aug 5 09:04:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:04:12 +1000 (EST) Subject: [tinysofa-svn] r3850 - tinysofa/releases/1.1/rootfiles Message-ID: <20040805090412.4770C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:04:12 +1000 (Thu, 05 Aug 2004) New Revision: 3850 Added: tinysofa/releases/1.1/rootfiles/pristine/ Log: rootfiles: * retarget pristine (5.4-5ts) to releases/5.4/6ts Copied: tinysofa/releases/1.1/rootfiles/pristine (from rev 3848, tinysofa/releases/1.1/rootfiles/releases/5.4/6ts) From svn at tinysofa.org Thu Aug 5 09:04:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:04:25 +1000 (EST) Subject: [tinysofa-svn] r3851 - in tinysofa/releases/1.1/rpm: current/specs releases releases/4.3.2 releases/4.3.2/2ts/specs Message-ID: <20040805090425.889884E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:04:25 +1000 (Thu, 05 Aug 2004) New Revision: 3851 Added: tinysofa/releases/1.1/rpm/releases/4.3.2/ tinysofa/releases/1.1/rpm/releases/4.3.2/2ts/ Modified: tinysofa/releases/1.1/rpm/current/specs/rpm.spec tinysofa/releases/1.1/rpm/releases/4.3.2/2ts/specs/rpm.spec Log: rpm: * integrate current (4.3.2-2jh) as releases/4.3.2/2ts Modified: tinysofa/releases/1.1/rpm/current/specs/rpm.spec =================================================================== --- tinysofa/releases/1.1/rpm/current/specs/rpm.spec 2004-08-05 09:04:12 UTC (rev 3850) +++ tinysofa/releases/1.1/rpm/current/specs/rpm.spec 2004-08-05 09:04:25 UTC (rev 3851) @@ -21,7 +21,7 @@ %define version 4.3.2 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 2jh +Release: 2ts Group: main Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Source1: GROUPS @@ -514,6 +514,9 @@ %{__includedir}/popt.h %changelog +* Thu Aug 05 2004 tsintegrate 4.3.2-2ts +- current (4.3.2-2jh) integrated as 4.3.2-2ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 4.3.2-2jh - update tarball - enable rpm-4.3.2-aptctrlc.patch Copied: tinysofa/releases/1.1/rpm/releases/4.3.2/2ts (from rev 3396, tinysofa/releases/1.1/rpm/current) Modified: tinysofa/releases/1.1/rpm/releases/4.3.2/2ts/specs/rpm.spec =================================================================== --- tinysofa/releases/1.1/rpm/current/specs/rpm.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/rpm/releases/4.3.2/2ts/specs/rpm.spec 2004-08-05 09:04:25 UTC (rev 3851) @@ -21,7 +21,7 @@ %define version 4.3.2 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 2jh +Release: 2ts Group: main Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Source1: GROUPS @@ -514,6 +514,9 @@ %{__includedir}/popt.h %changelog +* Thu Aug 05 2004 tsintegrate 4.3.2-2ts +- current (4.3.2-2jh) integrated as 4.3.2-2ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 4.3.2-2jh - update tarball - enable rpm-4.3.2-aptctrlc.patch From svn at tinysofa.org Thu Aug 5 09:04:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:04:30 +1000 (EST) Subject: [tinysofa-svn] r3852 - tinysofa/releases/1.1/rpm Message-ID: <20040805090430.76B0E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:04:30 +1000 (Thu, 05 Aug 2004) New Revision: 3852 Removed: tinysofa/releases/1.1/rpm/pristine/ Log: rpm: * removing pristine (4.2.2-5ts) From svn at tinysofa.org Thu Aug 5 09:06:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:06:52 +1000 (EST) Subject: [tinysofa-svn] r3869 - in tinysofa/releases/1.1/setup: current/specs releases/2.2.5 releases/2.2.5/8ts/specs Message-ID: <20040805090652.388404E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:06:51 +1000 (Thu, 05 Aug 2004) New Revision: 3869 Added: tinysofa/releases/1.1/setup/releases/2.2.5/8ts/ Modified: tinysofa/releases/1.1/setup/current/specs/setup.spec tinysofa/releases/1.1/setup/releases/2.2.5/8ts/specs/setup.spec Log: setup: * integrate current (2.2.5-8jh) as releases/2.2.5/8ts Modified: tinysofa/releases/1.1/setup/current/specs/setup.spec =================================================================== --- tinysofa/releases/1.1/setup/current/specs/setup.spec 2004-08-05 09:06:37 UTC (rev 3868) +++ tinysofa/releases/1.1/setup/current/specs/setup.spec 2004-08-05 09:06:51 UTC (rev 3869) @@ -1,7 +1,7 @@ Summary: A set of system configuration and setup files. Name: setup Version: 2.2.5 -Release: 8jh +Release: 8ts License: public domain Group: main Source: setup-%{version}.tar.gz @@ -67,6 +67,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.2.5-8ts +- current (2.2.5-8jh) integrated as 2.2.5-8ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 2.2.5-8jh - change ftp home to /srv/ftp - change ftp default shell to /sbin/nologin Copied: tinysofa/releases/1.1/setup/releases/2.2.5/8ts (from rev 3396, tinysofa/releases/1.1/setup/current) Modified: tinysofa/releases/1.1/setup/releases/2.2.5/8ts/specs/setup.spec =================================================================== --- tinysofa/releases/1.1/setup/current/specs/setup.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/setup/releases/2.2.5/8ts/specs/setup.spec 2004-08-05 09:06:51 UTC (rev 3869) @@ -1,7 +1,7 @@ Summary: A set of system configuration and setup files. Name: setup Version: 2.2.5 -Release: 8jh +Release: 8ts License: public domain Group: main Source: setup-%{version}.tar.gz @@ -67,6 +67,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.2.5-8ts +- current (2.2.5-8jh) integrated as 2.2.5-8ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 2.2.5-8jh - change ftp home to /srv/ftp - change ftp default shell to /sbin/nologin From svn at tinysofa.org Thu Aug 5 09:06:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:06:56 +1000 (EST) Subject: [tinysofa-svn] r3870 - tinysofa/releases/1.1/setup Message-ID: <20040805090656.85B364E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:06:56 +1000 (Thu, 05 Aug 2004) New Revision: 3870 Removed: tinysofa/releases/1.1/setup/pristine/ Log: setup: * removing pristine (2.2.5-6ts) From svn at tinysofa.org Thu Aug 5 09:07:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:07:01 +1000 (EST) Subject: [tinysofa-svn] r3871 - tinysofa/releases/1.1/setup Message-ID: <20040805090701.699A44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:07:01 +1000 (Thu, 05 Aug 2004) New Revision: 3871 Added: tinysofa/releases/1.1/setup/pristine/ Log: setup: * retarget pristine (2.2.5-6ts) to releases/2.2.5/8ts Copied: tinysofa/releases/1.1/setup/pristine (from rev 3869, tinysofa/releases/1.1/setup/releases/2.2.5/8ts) From svn at tinysofa.org Thu Aug 5 09:07:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:07:13 +1000 (EST) Subject: [tinysofa-svn] r3872 - in tinysofa/releases/1.1/shadow-utils: current/specs releases/4.0.3 releases/4.0.3/26ts/specs Message-ID: <20040805090713.859F44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:07:13 +1000 (Thu, 05 Aug 2004) New Revision: 3872 Added: tinysofa/releases/1.1/shadow-utils/releases/4.0.3/26ts/ Modified: tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec tinysofa/releases/1.1/shadow-utils/releases/4.0.3/26ts/specs/shadow-utils.spec Log: shadow-utils: * integrate current (4.0.3-26jh) as releases/4.0.3/26ts Modified: tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec =================================================================== --- tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec 2004-08-05 09:07:01 UTC (rev 3871) +++ tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec 2004-08-05 09:07:13 UTC (rev 3872) @@ -3,7 +3,7 @@ Summary: Utilities for managing accounts and shadow password files. Name: shadow-utils Version: 4.0.3 -Release: 26jh +Release: 26ts URL: http://shadow.pld.org.pl/ Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2 Source1: shadow-4.0.3.login.defs @@ -246,6 +246,9 @@ %{_mandir}/*/man8/faillog.8* %changelog +* Thu Aug 05 2004 tsintegrate 4.0.3-26ts +- current (4.0.3-26jh) integrated as 4.0.3-26ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 4.0.3-26jh - change default from /home/users to /home Copied: tinysofa/releases/1.1/shadow-utils/releases/4.0.3/26ts (from rev 3396, tinysofa/releases/1.1/shadow-utils/current) Modified: tinysofa/releases/1.1/shadow-utils/releases/4.0.3/26ts/specs/shadow-utils.spec =================================================================== --- tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/shadow-utils/releases/4.0.3/26ts/specs/shadow-utils.spec 2004-08-05 09:07:13 UTC (rev 3872) @@ -3,7 +3,7 @@ Summary: Utilities for managing accounts and shadow password files. Name: shadow-utils Version: 4.0.3 -Release: 26jh +Release: 26ts URL: http://shadow.pld.org.pl/ Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2 Source1: shadow-4.0.3.login.defs @@ -246,6 +246,9 @@ %{_mandir}/*/man8/faillog.8* %changelog +* Thu Aug 05 2004 tsintegrate 4.0.3-26ts +- current (4.0.3-26jh) integrated as 4.0.3-26ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 4.0.3-26jh - change default from /home/users to /home From svn at tinysofa.org Thu Aug 5 09:07:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:07:17 +1000 (EST) Subject: [tinysofa-svn] r3873 - tinysofa/releases/1.1/shadow-utils Message-ID: <20040805090717.C80424E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:07:17 +1000 (Thu, 05 Aug 2004) New Revision: 3873 Removed: tinysofa/releases/1.1/shadow-utils/pristine/ Log: shadow-utils: * removing pristine (4.0.3-24ts) From svn at tinysofa.org Thu Aug 5 09:07:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:07:23 +1000 (EST) Subject: [tinysofa-svn] r3874 - tinysofa/releases/1.1/shadow-utils Message-ID: <20040805090723.7C4114E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:07:23 +1000 (Thu, 05 Aug 2004) New Revision: 3874 Added: tinysofa/releases/1.1/shadow-utils/pristine/ Log: shadow-utils: * retarget pristine (4.0.3-24ts) to releases/4.0.3/26ts Copied: tinysofa/releases/1.1/shadow-utils/pristine (from rev 3872, tinysofa/releases/1.1/shadow-utils/releases/4.0.3/26ts) From svn at tinysofa.org Thu Aug 5 09:07:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:07:35 +1000 (EST) Subject: [tinysofa-svn] r3875 - in tinysofa/releases/1.1/sharutils: current/specs releases/4.2.1 releases/4.2.1/21ts/specs Message-ID: <20040805090735.094AB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:07:34 +1000 (Thu, 05 Aug 2004) New Revision: 3875 Added: tinysofa/releases/1.1/sharutils/releases/4.2.1/21ts/ Modified: tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec tinysofa/releases/1.1/sharutils/releases/4.2.1/21ts/specs/sharutils.spec Log: sharutils: * integrate current (4.2.1-21jh) as releases/4.2.1/21ts Modified: tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec =================================================================== --- tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec 2004-08-05 09:07:23 UTC (rev 3874) +++ tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec 2004-08-05 09:07:34 UTC (rev 3875) @@ -1,7 +1,7 @@ Summary: The GNU shar utilities for packaging and unpackaging shell archives. Name: sharutils Version: 4.2.1 -Release: 21jh +Release: 21ts License: GPL Group: extra Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz @@ -77,6 +77,9 @@ %{_mandir}/*/* %changelog +* Thu Aug 05 2004 tsintegrate 4.2.1-21ts +- current (4.2.1-21jh) integrated as 4.2.1-21ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.2.1-20ts - current (4.2.1-19ts) integrated as 4.2.1-20ts for release 1.0-U1 Copied: tinysofa/releases/1.1/sharutils/releases/4.2.1/21ts (from rev 3396, tinysofa/releases/1.1/sharutils/current) Modified: tinysofa/releases/1.1/sharutils/releases/4.2.1/21ts/specs/sharutils.spec =================================================================== --- tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/sharutils/releases/4.2.1/21ts/specs/sharutils.spec 2004-08-05 09:07:34 UTC (rev 3875) @@ -1,7 +1,7 @@ Summary: The GNU shar utilities for packaging and unpackaging shell archives. Name: sharutils Version: 4.2.1 -Release: 21jh +Release: 21ts License: GPL Group: extra Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz @@ -77,6 +77,9 @@ %{_mandir}/*/* %changelog +* Thu Aug 05 2004 tsintegrate 4.2.1-21ts +- current (4.2.1-21jh) integrated as 4.2.1-21ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.2.1-20ts - current (4.2.1-19ts) integrated as 4.2.1-20ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:07:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:07:39 +1000 (EST) Subject: [tinysofa-svn] r3876 - tinysofa/releases/1.1/sharutils Message-ID: <20040805090739.C80FF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:07:39 +1000 (Thu, 05 Aug 2004) New Revision: 3876 Removed: tinysofa/releases/1.1/sharutils/pristine/ Log: sharutils: * removing pristine (4.2.1-20ts) From svn at tinysofa.org Thu Aug 5 09:07:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:07:45 +1000 (EST) Subject: [tinysofa-svn] r3877 - tinysofa/releases/1.1/sharutils Message-ID: <20040805090745.6FD0F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:07:45 +1000 (Thu, 05 Aug 2004) New Revision: 3877 Added: tinysofa/releases/1.1/sharutils/pristine/ Log: sharutils: * retarget pristine (4.2.1-20ts) to releases/4.2.1/21ts Copied: tinysofa/releases/1.1/sharutils/pristine (from rev 3875, tinysofa/releases/1.1/sharutils/releases/4.2.1/21ts) From svn at tinysofa.org Thu Aug 5 09:07:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:07:57 +1000 (EST) Subject: [tinysofa-svn] r3878 - in tinysofa/releases/1.1/slang: current/specs releases/1.4.9 releases/1.4.9/9ts/specs Message-ID: <20040805090757.37F3E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:07:56 +1000 (Thu, 05 Aug 2004) New Revision: 3878 Added: tinysofa/releases/1.1/slang/releases/1.4.9/9ts/ Modified: tinysofa/releases/1.1/slang/current/specs/slang.spec tinysofa/releases/1.1/slang/releases/1.4.9/9ts/specs/slang.spec Log: slang: * integrate current (1.4.9-9jh) as releases/1.4.9/9ts Modified: tinysofa/releases/1.1/slang/current/specs/slang.spec =================================================================== --- tinysofa/releases/1.1/slang/current/specs/slang.spec 2004-08-05 09:07:45 UTC (rev 3877) +++ tinysofa/releases/1.1/slang/current/specs/slang.spec 2004-08-05 09:07:56 UTC (rev 3878) @@ -1,7 +1,7 @@ Summary: The shared library for the S-Lang extension language. Name: slang Version: 1.4.9 -Release: 9jh +Release: 9ts License: GPL Group: main Source: ftp://space.mit.edu/pub/davis/slang/v1.4/slang-%{version}.tar.bz2 @@ -91,6 +91,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.4.9-9ts +- current (1.4.9-9jh) integrated as 1.4.9-9ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/slang/releases/1.4.9/9ts (from rev 3396, tinysofa/releases/1.1/slang/current) Modified: tinysofa/releases/1.1/slang/releases/1.4.9/9ts/specs/slang.spec =================================================================== --- tinysofa/releases/1.1/slang/current/specs/slang.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/slang/releases/1.4.9/9ts/specs/slang.spec 2004-08-05 09:07:56 UTC (rev 3878) @@ -1,7 +1,7 @@ Summary: The shared library for the S-Lang extension language. Name: slang Version: 1.4.9 -Release: 9jh +Release: 9ts License: GPL Group: main Source: ftp://space.mit.edu/pub/davis/slang/v1.4/slang-%{version}.tar.bz2 @@ -91,6 +91,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.4.9-9ts +- current (1.4.9-9jh) integrated as 1.4.9-9ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 09:08:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:08:01 +1000 (EST) Subject: [tinysofa-svn] r3879 - tinysofa/releases/1.1/slang Message-ID: <20040805090801.E01954E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:08:01 +1000 (Thu, 05 Aug 2004) New Revision: 3879 Removed: tinysofa/releases/1.1/slang/pristine/ Log: slang: * removing pristine (1.4.9-8ts) From svn at tinysofa.org Thu Aug 5 09:08:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:08:07 +1000 (EST) Subject: [tinysofa-svn] r3880 - tinysofa/releases/1.1/slang Message-ID: <20040805090807.819DD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:08:07 +1000 (Thu, 05 Aug 2004) New Revision: 3880 Added: tinysofa/releases/1.1/slang/pristine/ Log: slang: * retarget pristine (1.4.9-8ts) to releases/1.4.9/9ts Copied: tinysofa/releases/1.1/slang/pristine (from rev 3878, tinysofa/releases/1.1/slang/releases/1.4.9/9ts) From svn at tinysofa.org Thu Aug 5 09:08:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:08:20 +1000 (EST) Subject: [tinysofa-svn] r3881 - in tinysofa/releases/1.1/slocate: current/specs releases/2.7 releases/2.7/9ts/specs Message-ID: <20040805090820.1984E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:08:19 +1000 (Thu, 05 Aug 2004) New Revision: 3881 Added: tinysofa/releases/1.1/slocate/releases/2.7/9ts/ Modified: tinysofa/releases/1.1/slocate/current/specs/slocate.spec tinysofa/releases/1.1/slocate/releases/2.7/9ts/specs/slocate.spec Log: slocate: * integrate current (2.7-9jh) as releases/2.7/9ts Modified: tinysofa/releases/1.1/slocate/current/specs/slocate.spec =================================================================== --- tinysofa/releases/1.1/slocate/current/specs/slocate.spec 2004-08-05 09:08:07 UTC (rev 3880) +++ tinysofa/releases/1.1/slocate/current/specs/slocate.spec 2004-08-05 09:08:19 UTC (rev 3881) @@ -1,7 +1,7 @@ Summary: Finds files on a system via a central database. Name: slocate Version: 2.7 -Release: 9jh +Release: 9ts License: GPL Group: main Source: ftp://ftp.geekreview.org/slocate/src/%{name}-%{version}.tar.gz @@ -87,6 +87,9 @@ %attr(644,root,root) %{_mandir}/man1/* %changelog +* Thu Aug 05 2004 tsintegrate 2.7-9ts +- current (2.7-9jh) integrated as 2.7-9ts for release 1.1 + * Sat Jun 5 2004 Jaakko Heinonen 2.7-8jh - use correct CFLAGS - integrate changes from Conectiva and Fedora spec files Copied: tinysofa/releases/1.1/slocate/releases/2.7/9ts (from rev 3396, tinysofa/releases/1.1/slocate/current) Modified: tinysofa/releases/1.1/slocate/releases/2.7/9ts/specs/slocate.spec =================================================================== --- tinysofa/releases/1.1/slocate/current/specs/slocate.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/slocate/releases/2.7/9ts/specs/slocate.spec 2004-08-05 09:08:19 UTC (rev 3881) @@ -1,7 +1,7 @@ Summary: Finds files on a system via a central database. Name: slocate Version: 2.7 -Release: 9jh +Release: 9ts License: GPL Group: main Source: ftp://ftp.geekreview.org/slocate/src/%{name}-%{version}.tar.gz @@ -87,6 +87,9 @@ %attr(644,root,root) %{_mandir}/man1/* %changelog +* Thu Aug 05 2004 tsintegrate 2.7-9ts +- current (2.7-9jh) integrated as 2.7-9ts for release 1.1 + * Sat Jun 5 2004 Jaakko Heinonen 2.7-8jh - use correct CFLAGS - integrate changes from Conectiva and Fedora spec files From svn at tinysofa.org Thu Aug 5 09:08:24 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:08:24 +1000 (EST) Subject: [tinysofa-svn] r3882 - tinysofa/releases/1.1/slocate Message-ID: <20040805090824.CDEB94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:08:24 +1000 (Thu, 05 Aug 2004) New Revision: 3882 Removed: tinysofa/releases/1.1/slocate/pristine/ Log: slocate: * removing pristine (2.7-6ts) From svn at tinysofa.org Thu Aug 5 09:08:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:08:30 +1000 (EST) Subject: [tinysofa-svn] r3883 - tinysofa/releases/1.1/slocate Message-ID: <20040805090830.583994E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:08:30 +1000 (Thu, 05 Aug 2004) New Revision: 3883 Added: tinysofa/releases/1.1/slocate/pristine/ Log: slocate: * retarget pristine (2.7-6ts) to releases/2.7/9ts Copied: tinysofa/releases/1.1/slocate/pristine (from rev 3881, tinysofa/releases/1.1/slocate/releases/2.7/9ts) From svn at tinysofa.org Thu Aug 5 09:08:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:08:45 +1000 (EST) Subject: [tinysofa-svn] r3884 - in tinysofa/releases/1.1/squid: current/specs releases/2.5.STABLE5 releases/2.5.STABLE5/7ts/specs Message-ID: <20040805090845.A41D94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:08:44 +1000 (Thu, 05 Aug 2004) New Revision: 3884 Added: tinysofa/releases/1.1/squid/releases/2.5.STABLE5/7ts/ Modified: tinysofa/releases/1.1/squid/current/specs/squid.spec tinysofa/releases/1.1/squid/releases/2.5.STABLE5/7ts/specs/squid.spec Log: squid: * integrate current (2.5.STABLE5-7jh) as releases/2.5.STABLE5/7ts Modified: tinysofa/releases/1.1/squid/current/specs/squid.spec =================================================================== --- tinysofa/releases/1.1/squid/current/specs/squid.spec 2004-08-05 09:08:30 UTC (rev 3883) +++ tinysofa/releases/1.1/squid/current/specs/squid.spec 2004-08-05 09:08:44 UTC (rev 3884) @@ -4,7 +4,7 @@ Summary: The Squid proxy caching server. Name: squid Version: 2.5.STABLE5 -Release: 7jh +Release: 7ts Epoch: 0 License: GPL Group: extra @@ -302,6 +302,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.5.STABLE5-7ts +- current (2.5.STABLE5-7jh) integrated as 2.5.STABLE5-7ts for release 1.1 + * Mon Jun 7 2004 Jay Fenlason 7:2.5.STABLE3-4.fc2 - Backport security fix for ntlm auth helper. Copied: tinysofa/releases/1.1/squid/releases/2.5.STABLE5/7ts (from rev 3396, tinysofa/releases/1.1/squid/current) Modified: tinysofa/releases/1.1/squid/releases/2.5.STABLE5/7ts/specs/squid.spec =================================================================== --- tinysofa/releases/1.1/squid/current/specs/squid.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/squid/releases/2.5.STABLE5/7ts/specs/squid.spec 2004-08-05 09:08:44 UTC (rev 3884) @@ -4,7 +4,7 @@ Summary: The Squid proxy caching server. Name: squid Version: 2.5.STABLE5 -Release: 7jh +Release: 7ts Epoch: 0 License: GPL Group: extra @@ -302,6 +302,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.5.STABLE5-7ts +- current (2.5.STABLE5-7jh) integrated as 2.5.STABLE5-7ts for release 1.1 + * Mon Jun 7 2004 Jay Fenlason 7:2.5.STABLE3-4.fc2 - Backport security fix for ntlm auth helper. From svn at tinysofa.org Thu Aug 5 09:08:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:08:51 +1000 (EST) Subject: [tinysofa-svn] r3885 - tinysofa/releases/1.1/squid Message-ID: <20040805090851.6F13A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:08:50 +1000 (Thu, 05 Aug 2004) New Revision: 3885 Removed: tinysofa/releases/1.1/squid/pristine/ Log: squid: * removing pristine (2.5.STABLE5-6ts) From svn at tinysofa.org Thu Aug 5 09:08:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:08:57 +1000 (EST) Subject: [tinysofa-svn] r3886 - tinysofa/releases/1.1/squid Message-ID: <20040805090857.646AF4E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:08:56 +1000 (Thu, 05 Aug 2004) New Revision: 3886 Added: tinysofa/releases/1.1/squid/pristine/ Log: squid: * retarget pristine (2.5.STABLE5-6ts) to releases/2.5.STABLE5/7ts Copied: tinysofa/releases/1.1/squid/pristine (from rev 3884, tinysofa/releases/1.1/squid/releases/2.5.STABLE5/7ts) From svn at tinysofa.org Thu Aug 5 09:09:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:09:11 +1000 (EST) Subject: [tinysofa-svn] r3887 - in tinysofa/releases/1.1/strace: current/specs releases/4.5.2 releases/4.5.2/3ts/specs Message-ID: <20040805090911.479F84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:09:09 +1000 (Thu, 05 Aug 2004) New Revision: 3887 Added: tinysofa/releases/1.1/strace/releases/4.5.2/3ts/ Modified: tinysofa/releases/1.1/strace/current/specs/strace.spec tinysofa/releases/1.1/strace/releases/4.5.2/3ts/specs/strace.spec Log: strace: * integrate current (4.5.2-3jh) as releases/4.5.2/3ts Modified: tinysofa/releases/1.1/strace/current/specs/strace.spec =================================================================== --- tinysofa/releases/1.1/strace/current/specs/strace.spec 2004-08-05 09:08:56 UTC (rev 3886) +++ tinysofa/releases/1.1/strace/current/specs/strace.spec 2004-08-05 09:09:09 UTC (rev 3887) @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace Version: 4.5.2 -Release: 3jh +Release: 3ts License: distributable Group: extra URL: http://www.wi.leidenuniv.nl/~wichert/strace @@ -43,6 +43,9 @@ %{_prefix}/share/man/man1/strace.1* %changelog +* Thu Aug 05 2004 tsintegrate 4.5.2-3ts +- current (4.5.2-3jh) integrated as 4.5.2-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.5.2-2ts - current (4.5.2-1ts) integrated as 4.5.2-2ts for release 1.0-U1 Copied: tinysofa/releases/1.1/strace/releases/4.5.2/3ts (from rev 3396, tinysofa/releases/1.1/strace/current) Modified: tinysofa/releases/1.1/strace/releases/4.5.2/3ts/specs/strace.spec =================================================================== --- tinysofa/releases/1.1/strace/current/specs/strace.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/strace/releases/4.5.2/3ts/specs/strace.spec 2004-08-05 09:09:09 UTC (rev 3887) @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace Version: 4.5.2 -Release: 3jh +Release: 3ts License: distributable Group: extra URL: http://www.wi.leidenuniv.nl/~wichert/strace @@ -43,6 +43,9 @@ %{_prefix}/share/man/man1/strace.1* %changelog +* Thu Aug 05 2004 tsintegrate 4.5.2-3ts +- current (4.5.2-3jh) integrated as 4.5.2-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.5.2-2ts - current (4.5.2-1ts) integrated as 4.5.2-2ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:09:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:09:16 +1000 (EST) Subject: [tinysofa-svn] r3888 - tinysofa/releases/1.1/strace Message-ID: <20040805090916.B277C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:09:15 +1000 (Thu, 05 Aug 2004) New Revision: 3888 Removed: tinysofa/releases/1.1/strace/pristine/ Log: strace: * removing pristine (4.5.2-2ts) From svn at tinysofa.org Thu Aug 5 09:09:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:09:40 +1000 (EST) Subject: [tinysofa-svn] r3891 - tinysofa/releases/1.1/stunnel Message-ID: <20040805090940.BCD9D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:09:40 +1000 (Thu, 05 Aug 2004) New Revision: 3891 Removed: tinysofa/releases/1.1/stunnel/pristine/ Log: stunnel: * removing pristine (4.05-8ts) From svn at tinysofa.org Thu Aug 5 09:10:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:10:46 +1000 (EST) Subject: [tinysofa-svn] r3899 - in tinysofa/releases/1.1/sysklogd: current/specs releases/1.4.1 releases/1.4.1/37ts/specs Message-ID: <20040805091046.3CDFC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:10:45 +1000 (Thu, 05 Aug 2004) New Revision: 3899 Added: tinysofa/releases/1.1/sysklogd/releases/1.4.1/37ts/ Modified: tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec tinysofa/releases/1.1/sysklogd/releases/1.4.1/37ts/specs/sysklogd.spec Log: sysklogd: * integrate current (1.4.1-37jh) as releases/1.4.1/37ts Modified: tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec =================================================================== --- tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec 2004-08-05 09:10:33 UTC (rev 3898) +++ tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec 2004-08-05 09:10:45 UTC (rev 3899) @@ -1,7 +1,7 @@ Summary: System logging and kernel message trapping daemons. Name: sysklogd Version: 1.4.1 -Release: 37jh +Release: 37ts Copyright: GPL Group: main Source: sysklogd-%{version}rh.tar.gz @@ -101,6 +101,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.4.1-37ts +- current (1.4.1-37jh) integrated as 1.4.1-37ts for release 1.1 + * Mon May 3 2004 Bill Nottingham 1.4.1rh-16 - add Owl patch for crunch_list function, fixes potential crashes (#120453) Copied: tinysofa/releases/1.1/sysklogd/releases/1.4.1/37ts (from rev 3396, tinysofa/releases/1.1/sysklogd/current) Modified: tinysofa/releases/1.1/sysklogd/releases/1.4.1/37ts/specs/sysklogd.spec =================================================================== --- tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/sysklogd/releases/1.4.1/37ts/specs/sysklogd.spec 2004-08-05 09:10:45 UTC (rev 3899) @@ -1,7 +1,7 @@ Summary: System logging and kernel message trapping daemons. Name: sysklogd Version: 1.4.1 -Release: 37jh +Release: 37ts Copyright: GPL Group: main Source: sysklogd-%{version}rh.tar.gz @@ -101,6 +101,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.4.1-37ts +- current (1.4.1-37jh) integrated as 1.4.1-37ts for release 1.1 + * Mon May 3 2004 Bill Nottingham 1.4.1rh-16 - add Owl patch for crunch_list function, fixes potential crashes (#120453) From svn at tinysofa.org Thu Aug 5 09:10:59 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:10:59 +1000 (EST) Subject: [tinysofa-svn] r3901 - tinysofa/releases/1.1/sysklogd Message-ID: <20040805091059.553034E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:10:56 +1000 (Thu, 05 Aug 2004) New Revision: 3901 Added: tinysofa/releases/1.1/sysklogd/pristine/ Log: sysklogd: * retarget pristine (1.4.1-35ts) to releases/1.4.1/37ts Copied: tinysofa/releases/1.1/sysklogd/pristine (from rev 3899, tinysofa/releases/1.1/sysklogd/releases/1.4.1/37ts) From svn at tinysofa.org Thu Aug 5 09:10:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:10:50 +1000 (EST) Subject: [tinysofa-svn] r3900 - tinysofa/releases/1.1/sysklogd Message-ID: <20040805091050.D05AC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:10:50 +1000 (Thu, 05 Aug 2004) New Revision: 3900 Removed: tinysofa/releases/1.1/sysklogd/pristine/ Log: sysklogd: * removing pristine (1.4.1-35ts) From svn at tinysofa.org Thu Aug 5 09:11:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:11:23 +1000 (EST) Subject: [tinysofa-svn] r3904 - tinysofa/releases/1.1/syslinux Message-ID: <20040805091123.240604E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:11:22 +1000 (Thu, 05 Aug 2004) New Revision: 3904 Added: tinysofa/releases/1.1/syslinux/pristine/ Log: syslinux: * retarget pristine (2.08-6ts) to releases/2.08/7ts Copied: tinysofa/releases/1.1/syslinux/pristine (from rev 3902, tinysofa/releases/1.1/syslinux/releases/2.08/7ts) From svn at tinysofa.org Thu Aug 5 09:11:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:11:16 +1000 (EST) Subject: [tinysofa-svn] r3903 - tinysofa/releases/1.1/syslinux Message-ID: <20040805091116.EC8B64E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:11:16 +1000 (Thu, 05 Aug 2004) New Revision: 3903 Removed: tinysofa/releases/1.1/syslinux/pristine/ Log: syslinux: * removing pristine (2.08-6ts) From svn at tinysofa.org Thu Aug 5 09:11:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:11:50 +1000 (EST) Subject: [tinysofa-svn] r3907 - tinysofa/releases/1.1/sysstat Message-ID: <20040805091150.B141A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:11:48 +1000 (Thu, 05 Aug 2004) New Revision: 3907 Added: tinysofa/releases/1.1/sysstat/pristine/ Log: sysstat: * retarget pristine (5.0.2-3ts) to releases/5.0.2/4ts Copied: tinysofa/releases/1.1/sysstat/pristine (from rev 3905, tinysofa/releases/1.1/sysstat/releases/5.0.2/4ts) From svn at tinysofa.org Thu Aug 5 09:11:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:11:11 +1000 (EST) Subject: [tinysofa-svn] r3902 - in tinysofa/releases/1.1/syslinux: current/specs releases/2.08 releases/2.08/7ts/specs Message-ID: <20040805091111.A6BB04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:11:10 +1000 (Thu, 05 Aug 2004) New Revision: 3902 Added: tinysofa/releases/1.1/syslinux/releases/2.08/7ts/ Modified: tinysofa/releases/1.1/syslinux/current/specs/syslinux.spec tinysofa/releases/1.1/syslinux/releases/2.08/7ts/specs/syslinux.spec Log: syslinux: * integrate current (2.08-7jh) as releases/2.08/7ts Modified: tinysofa/releases/1.1/syslinux/current/specs/syslinux.spec =================================================================== --- tinysofa/releases/1.1/syslinux/current/specs/syslinux.spec 2004-08-05 09:10:56 UTC (rev 3901) +++ tinysofa/releases/1.1/syslinux/current/specs/syslinux.spec 2004-08-05 09:11:10 UTC (rev 3902) @@ -1,7 +1,7 @@ Summary: Kernel loader which uses a FAT or iso9660 filesystem or a PXE network Name: syslinux Version: 2.08 -Release: 7jh +Release: 7ts License: GPL Group: extra Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2 @@ -76,6 +76,9 @@ %exclude %{_libdir}/libsyslinux.so* %changelog +* Thu Aug 05 2004 tsintegrate 2.08-7ts +- current (2.08-7jh) integrated as 2.08-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.08-6ts - current (2.08-5ts) integrated as 2.08-6ts for release 1.0-U1 Copied: tinysofa/releases/1.1/syslinux/releases/2.08/7ts (from rev 3396, tinysofa/releases/1.1/syslinux/current) Modified: tinysofa/releases/1.1/syslinux/releases/2.08/7ts/specs/syslinux.spec =================================================================== --- tinysofa/releases/1.1/syslinux/current/specs/syslinux.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/syslinux/releases/2.08/7ts/specs/syslinux.spec 2004-08-05 09:11:10 UTC (rev 3902) @@ -1,7 +1,7 @@ Summary: Kernel loader which uses a FAT or iso9660 filesystem or a PXE network Name: syslinux Version: 2.08 -Release: 7jh +Release: 7ts License: GPL Group: extra Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2 @@ -76,6 +76,9 @@ %exclude %{_libdir}/libsyslinux.so* %changelog +* Thu Aug 05 2004 tsintegrate 2.08-7ts +- current (2.08-7jh) integrated as 2.08-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.08-6ts - current (2.08-5ts) integrated as 2.08-6ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:12:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:12:05 +1000 (EST) Subject: [tinysofa-svn] r3908 - in tinysofa/releases/1.1/sysvinit: current/specs releases/2.85 releases/2.85/7ts/specs Message-ID: <20040805091205.06A684E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:12:03 +1000 (Thu, 05 Aug 2004) New Revision: 3908 Added: tinysofa/releases/1.1/sysvinit/releases/2.85/7ts/ Modified: tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec tinysofa/releases/1.1/sysvinit/releases/2.85/7ts/specs/sysvinit.spec Log: sysvinit: * integrate current (2.85-7jh) as releases/2.85/7ts Modified: tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec =================================================================== --- tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec 2004-08-05 09:11:48 UTC (rev 3907) +++ tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec 2004-08-05 09:12:03 UTC (rev 3908) @@ -1,7 +1,7 @@ Summary: Programs which control basic system processes. Name: sysvinit Version: 2.85 -Release: 7jh +Release: 7ts License: GPL Group: main Source: ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-%{version}.tar.gz @@ -63,6 +63,9 @@ %exclude %{_includedir}/initreq.h %changelog +* Thu Aug 05 2004 tsintegrate 2.85-7ts +- current (2.85-7jh) integrated as 2.85-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.85-6ts - current (2.85-5ts) integrated as 2.85-6ts for release 1.0-U1 Copied: tinysofa/releases/1.1/sysvinit/releases/2.85/7ts (from rev 3396, tinysofa/releases/1.1/sysvinit/current) Modified: tinysofa/releases/1.1/sysvinit/releases/2.85/7ts/specs/sysvinit.spec =================================================================== --- tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/sysvinit/releases/2.85/7ts/specs/sysvinit.spec 2004-08-05 09:12:03 UTC (rev 3908) @@ -1,7 +1,7 @@ Summary: Programs which control basic system processes. Name: sysvinit Version: 2.85 -Release: 7jh +Release: 7ts License: GPL Group: main Source: ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-%{version}.tar.gz @@ -63,6 +63,9 @@ %exclude %{_includedir}/initreq.h %changelog +* Thu Aug 05 2004 tsintegrate 2.85-7ts +- current (2.85-7jh) integrated as 2.85-7ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.85-6ts - current (2.85-5ts) integrated as 2.85-6ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:13:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:13:38 +1000 (EST) Subject: [tinysofa-svn] r3917 - in tinysofa/releases/1.1/tcp_wrappers: current/specs releases/7.6 releases/7.6/20ts/specs Message-ID: <20040805091338.F17DB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:13:31 +1000 (Thu, 05 Aug 2004) New Revision: 3917 Added: tinysofa/releases/1.1/tcp_wrappers/releases/7.6/20ts/ Modified: tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec tinysofa/releases/1.1/tcp_wrappers/releases/7.6/20ts/specs/tcp_wrappers.spec Log: tcp_wrappers: * integrate current (7.6-20jh) as releases/7.6/20ts Modified: tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec =================================================================== --- tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec 2004-08-05 09:13:02 UTC (rev 3916) +++ tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec 2004-08-05 09:13:31 UTC (rev 3917) @@ -1,7 +1,7 @@ Summary: A security tool which acts as a wrapper for TCP daemons. Name: tcp_wrappers Version: 7.6 -Release: 20jh +Release: 20ts License: Distributable Group: main Source: ftp://ftp.porcupine.org/pub/security/tcp_wrappers_%{version}.tar.gz @@ -79,6 +79,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 7.6-20ts +- current (7.6-20jh) integrated as 7.6-20ts for release 1.1 + * Mon May 24 2004 tsintegrate 7.6-19ts - current (7.6-19jh) integrated as 7.6-19ts for release 1.0-U1 Copied: tinysofa/releases/1.1/tcp_wrappers/releases/7.6/20ts (from rev 3396, tinysofa/releases/1.1/tcp_wrappers/current) Modified: tinysofa/releases/1.1/tcp_wrappers/releases/7.6/20ts/specs/tcp_wrappers.spec =================================================================== --- tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/tcp_wrappers/releases/7.6/20ts/specs/tcp_wrappers.spec 2004-08-05 09:13:31 UTC (rev 3917) @@ -1,7 +1,7 @@ Summary: A security tool which acts as a wrapper for TCP daemons. Name: tcp_wrappers Version: 7.6 -Release: 20jh +Release: 20ts License: Distributable Group: main Source: ftp://ftp.porcupine.org/pub/security/tcp_wrappers_%{version}.tar.gz @@ -79,6 +79,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 7.6-20ts +- current (7.6-20jh) integrated as 7.6-20ts for release 1.1 + * Mon May 24 2004 tsintegrate 7.6-19ts - current (7.6-19jh) integrated as 7.6-19ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:13:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:13:53 +1000 (EST) Subject: [tinysofa-svn] r3918 - tinysofa/releases/1.1/tcp_wrappers Message-ID: <20040805091353.82B3C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:13:44 +1000 (Thu, 05 Aug 2004) New Revision: 3918 Removed: tinysofa/releases/1.1/tcp_wrappers/pristine/ Log: tcp_wrappers: * removing pristine (7.6-19ts) From svn at tinysofa.org Thu Aug 5 09:14:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:14:01 +1000 (EST) Subject: [tinysofa-svn] r3919 - tinysofa/releases/1.1/tcp_wrappers Message-ID: <20040805091401.515704E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:13:59 +1000 (Thu, 05 Aug 2004) New Revision: 3919 Added: tinysofa/releases/1.1/tcp_wrappers/pristine/ Log: tcp_wrappers: * retarget pristine (7.6-19ts) to releases/7.6/20ts Copied: tinysofa/releases/1.1/tcp_wrappers/pristine (from rev 3917, tinysofa/releases/1.1/tcp_wrappers/releases/7.6/20ts) From svn at tinysofa.org Thu Aug 5 09:14:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:14:15 +1000 (EST) Subject: [tinysofa-svn] r3920 - in tinysofa/releases/1.1/tcsh: current/specs releases/6.12 releases/6.12/10ts/specs Message-ID: <20040805091415.786474E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:14:14 +1000 (Thu, 05 Aug 2004) New Revision: 3920 Added: tinysofa/releases/1.1/tcsh/releases/6.12/10ts/ Modified: tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec tinysofa/releases/1.1/tcsh/releases/6.12/10ts/specs/tcsh.spec Log: tcsh: * integrate current (6.12-10jh) as releases/6.12/10ts Modified: tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec =================================================================== --- tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec 2004-08-05 09:13:59 UTC (rev 3919) +++ tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec 2004-08-05 09:14:14 UTC (rev 3920) @@ -3,7 +3,7 @@ Summary: An enhanced version of csh, the C shell. Name: tcsh Version: 6.12 -Release: 10jh +Release: 10ts License: distributable Group: extra Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz @@ -140,6 +140,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 6.12-10ts +- current (6.12-10jh) integrated as 6.12-10ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/tcsh/releases/6.12/10ts (from rev 3396, tinysofa/releases/1.1/tcsh/current) Modified: tinysofa/releases/1.1/tcsh/releases/6.12/10ts/specs/tcsh.spec =================================================================== --- tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/tcsh/releases/6.12/10ts/specs/tcsh.spec 2004-08-05 09:14:14 UTC (rev 3920) @@ -3,7 +3,7 @@ Summary: An enhanced version of csh, the C shell. Name: tcsh Version: 6.12 -Release: 10jh +Release: 10ts License: distributable Group: extra Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz @@ -140,6 +140,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 6.12-10ts +- current (6.12-10jh) integrated as 6.12-10ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 09:14:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:14:20 +1000 (EST) Subject: [tinysofa-svn] r3921 - tinysofa/releases/1.1/tcsh Message-ID: <20040805091420.F07314E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:14:20 +1000 (Thu, 05 Aug 2004) New Revision: 3921 Removed: tinysofa/releases/1.1/tcsh/pristine/ Log: tcsh: * removing pristine (6.12-9ts) From svn at tinysofa.org Thu Aug 5 09:14:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:14:30 +1000 (EST) Subject: [tinysofa-svn] r3922 - tinysofa/releases/1.1/tcsh Message-ID: <20040805091430.29CDE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:14:29 +1000 (Thu, 05 Aug 2004) New Revision: 3922 Added: tinysofa/releases/1.1/tcsh/pristine/ Log: tcsh: * retarget pristine (6.12-9ts) to releases/6.12/10ts Copied: tinysofa/releases/1.1/tcsh/pristine (from rev 3920, tinysofa/releases/1.1/tcsh/releases/6.12/10ts) From svn at tinysofa.org Thu Aug 5 09:15:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:15:49 +1000 (EST) Subject: [tinysofa-svn] r3929 - in tinysofa/releases/1.1/texinfo: current/specs releases/4.7 releases/4.7/3ts/specs Message-ID: <20040805091549.7F4064E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:15:47 +1000 (Thu, 05 Aug 2004) New Revision: 3929 Added: tinysofa/releases/1.1/texinfo/releases/4.7/3ts/ Modified: tinysofa/releases/1.1/texinfo/current/specs/texinfo.spec tinysofa/releases/1.1/texinfo/releases/4.7/3ts/specs/texinfo.spec Log: texinfo: * integrate current (4.7-3jh) as releases/4.7/3ts Modified: tinysofa/releases/1.1/texinfo/current/specs/texinfo.spec =================================================================== --- tinysofa/releases/1.1/texinfo/current/specs/texinfo.spec 2004-08-05 09:15:32 UTC (rev 3928) +++ tinysofa/releases/1.1/texinfo/current/specs/texinfo.spec 2004-08-05 09:15:47 UTC (rev 3929) @@ -1,7 +1,7 @@ Summary: Tools needed to create Texinfo format documentation files. Name: texinfo Version: 4.7 -Release: 3jh +Release: 3ts License: GPL Group: main Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz @@ -92,6 +92,9 @@ %exclude %{_datadir}/texinfo/texinfo.cat %changelog +* Thu Aug 05 2004 tsintegrate 4.7-3ts +- current (4.7-3jh) integrated as 4.7-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.7-2ts - current (4.7-1ts) integrated as 4.7-2ts for release 1.0-U1 @@ -212,4 +215,4 @@ - added /usr/bin/install-info to the filelist * Tue Feb 18 1997 Michael Fulbright -- upgraded to version 3.9. \ No newline at end of file +- upgraded to version 3.9 Copied: tinysofa/releases/1.1/texinfo/releases/4.7/3ts (from rev 3396, tinysofa/releases/1.1/texinfo/current) Modified: tinysofa/releases/1.1/texinfo/releases/4.7/3ts/specs/texinfo.spec =================================================================== --- tinysofa/releases/1.1/texinfo/current/specs/texinfo.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/texinfo/releases/4.7/3ts/specs/texinfo.spec 2004-08-05 09:15:47 UTC (rev 3929) @@ -1,7 +1,7 @@ Summary: Tools needed to create Texinfo format documentation files. Name: texinfo Version: 4.7 -Release: 3jh +Release: 3ts License: GPL Group: main Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz @@ -92,6 +92,9 @@ %exclude %{_datadir}/texinfo/texinfo.cat %changelog +* Thu Aug 05 2004 tsintegrate 4.7-3ts +- current (4.7-3jh) integrated as 4.7-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.7-2ts - current (4.7-1ts) integrated as 4.7-2ts for release 1.0-U1 @@ -212,4 +215,4 @@ - added /usr/bin/install-info to the filelist * Tue Feb 18 1997 Michael Fulbright -- upgraded to version 3.9. \ No newline at end of file +- upgraded to version 3.9 From svn at tinysofa.org Thu Aug 5 09:15:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:15:56 +1000 (EST) Subject: [tinysofa-svn] r3930 - tinysofa/releases/1.1/texinfo Message-ID: <20040805091556.28B884E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:15:54 +1000 (Thu, 05 Aug 2004) New Revision: 3930 Removed: tinysofa/releases/1.1/texinfo/pristine/ Log: texinfo: * removing pristine (4.7-2ts) From svn at tinysofa.org Thu Aug 5 09:16:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:16:02 +1000 (EST) Subject: [tinysofa-svn] r3931 - tinysofa/releases/1.1/texinfo Message-ID: <20040805091602.D1EE64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:16:01 +1000 (Thu, 05 Aug 2004) New Revision: 3931 Added: tinysofa/releases/1.1/texinfo/pristine/ Log: texinfo: * retarget pristine (4.7-2ts) to releases/4.7/3ts Copied: tinysofa/releases/1.1/texinfo/pristine (from rev 3929, tinysofa/releases/1.1/texinfo/releases/4.7/3ts) From svn at tinysofa.org Thu Aug 5 09:16:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:16:16 +1000 (EST) Subject: [tinysofa-svn] r3932 - in tinysofa/releases/1.1/tmpwatch: current/specs releases/2.9.0 releases/2.9.0/6ts/specs Message-ID: <20040805091616.4A0464E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:16:15 +1000 (Thu, 05 Aug 2004) New Revision: 3932 Added: tinysofa/releases/1.1/tmpwatch/releases/2.9.0/6ts/ Modified: tinysofa/releases/1.1/tmpwatch/current/specs/tmpwatch.spec tinysofa/releases/1.1/tmpwatch/releases/2.9.0/6ts/specs/tmpwatch.spec Log: tmpwatch: * integrate current (2.9.0-6jh) as releases/2.9.0/6ts Modified: tinysofa/releases/1.1/tmpwatch/current/specs/tmpwatch.spec =================================================================== --- tinysofa/releases/1.1/tmpwatch/current/specs/tmpwatch.spec 2004-08-05 09:16:01 UTC (rev 3931) +++ tinysofa/releases/1.1/tmpwatch/current/specs/tmpwatch.spec 2004-08-05 09:16:15 UTC (rev 3932) @@ -1,7 +1,7 @@ Summary: A utility for removing files based on when they were last accessed. Name: tmpwatch Version: 2.9.0 -Release: 6jh +Release: 6ts Source: tmpwatch-%{version}.tar.gz License: GPL Group: main @@ -46,6 +46,9 @@ %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Thu Aug 05 2004 tsintegrate 2.9.0-6ts +- current (2.9.0-6jh) integrated as 2.9.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.9.0-5ts - current (2.9.0-4ts) integrated as 2.9.0-5ts for release 1.0-U1 @@ -127,4 +130,4 @@ * Sun Mar 09 1997 Erik Troan - Rebuilt to get right permissions on the Alpha (though I have no idea - how they ended up wrong). \ No newline at end of file + how they ended up wrong) Copied: tinysofa/releases/1.1/tmpwatch/releases/2.9.0/6ts (from rev 3396, tinysofa/releases/1.1/tmpwatch/current) Modified: tinysofa/releases/1.1/tmpwatch/releases/2.9.0/6ts/specs/tmpwatch.spec =================================================================== --- tinysofa/releases/1.1/tmpwatch/current/specs/tmpwatch.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/tmpwatch/releases/2.9.0/6ts/specs/tmpwatch.spec 2004-08-05 09:16:15 UTC (rev 3932) @@ -1,7 +1,7 @@ Summary: A utility for removing files based on when they were last accessed. Name: tmpwatch Version: 2.9.0 -Release: 6jh +Release: 6ts Source: tmpwatch-%{version}.tar.gz License: GPL Group: main @@ -46,6 +46,9 @@ %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Thu Aug 05 2004 tsintegrate 2.9.0-6ts +- current (2.9.0-6jh) integrated as 2.9.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.9.0-5ts - current (2.9.0-4ts) integrated as 2.9.0-5ts for release 1.0-U1 @@ -127,4 +130,4 @@ * Sun Mar 09 1997 Erik Troan - Rebuilt to get right permissions on the Alpha (though I have no idea - how they ended up wrong). \ No newline at end of file + how they ended up wrong) From svn at tinysofa.org Thu Aug 5 09:16:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:16:21 +1000 (EST) Subject: [tinysofa-svn] r3933 - tinysofa/releases/1.1/tmpwatch Message-ID: <20040805091621.ED4464E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:16:20 +1000 (Thu, 05 Aug 2004) New Revision: 3933 Removed: tinysofa/releases/1.1/tmpwatch/pristine/ Log: tmpwatch: * removing pristine (2.9.0-5ts) From svn at tinysofa.org Thu Aug 5 09:16:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:16:28 +1000 (EST) Subject: [tinysofa-svn] r3934 - tinysofa/releases/1.1/tmpwatch Message-ID: <20040805091628.5D8A14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:16:27 +1000 (Thu, 05 Aug 2004) New Revision: 3934 Added: tinysofa/releases/1.1/tmpwatch/pristine/ Log: tmpwatch: * retarget pristine (2.9.0-5ts) to releases/2.9.0/6ts Copied: tinysofa/releases/1.1/tmpwatch/pristine (from rev 3932, tinysofa/releases/1.1/tmpwatch/releases/2.9.0/6ts) From svn at tinysofa.org Thu Aug 5 09:16:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:16:41 +1000 (EST) Subject: [tinysofa-svn] r3935 - in tinysofa/releases/1.1/traceroute: current/specs releases/1.0 releases/1.0/6ts/specs Message-ID: <20040805091641.8FD864E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:16:40 +1000 (Thu, 05 Aug 2004) New Revision: 3935 Added: tinysofa/releases/1.1/traceroute/releases/1.0/6ts/ Modified: tinysofa/releases/1.1/traceroute/current/specs/traceroute.spec tinysofa/releases/1.1/traceroute/releases/1.0/6ts/specs/traceroute.spec Log: traceroute: * integrate current (1.0-6jh) as releases/1.0/6ts Modified: tinysofa/releases/1.1/traceroute/current/specs/traceroute.spec =================================================================== --- tinysofa/releases/1.1/traceroute/current/specs/traceroute.spec 2004-08-05 09:16:27 UTC (rev 3934) +++ tinysofa/releases/1.1/traceroute/current/specs/traceroute.spec 2004-08-05 09:16:40 UTC (rev 3935) @@ -1,7 +1,7 @@ Summary: Olaf Kirch non setuid traceroute implementation. Name: traceroute Version: 1.0 -Release: 6jh +Release: 6ts License: Distributable Group: extra Source: ftp://ftp.lst.de/pub/people/okir/%{name}/%{name}-%{version}.tar.bz2 @@ -45,6 +45,9 @@ %{_mandir}/man8/* %changelog +* Thu Aug 05 2004 tsintegrate 1.0-6ts +- current (1.0-6jh) integrated as 1.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.0-5ts - current (1.0-4ts) integrated as 1.0-5ts for release 1.0-U1 Copied: tinysofa/releases/1.1/traceroute/releases/1.0/6ts (from rev 3396, tinysofa/releases/1.1/traceroute/current) Modified: tinysofa/releases/1.1/traceroute/releases/1.0/6ts/specs/traceroute.spec =================================================================== --- tinysofa/releases/1.1/traceroute/current/specs/traceroute.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/traceroute/releases/1.0/6ts/specs/traceroute.spec 2004-08-05 09:16:40 UTC (rev 3935) @@ -1,7 +1,7 @@ Summary: Olaf Kirch non setuid traceroute implementation. Name: traceroute Version: 1.0 -Release: 6jh +Release: 6ts License: Distributable Group: extra Source: ftp://ftp.lst.de/pub/people/okir/%{name}/%{name}-%{version}.tar.bz2 @@ -45,6 +45,9 @@ %{_mandir}/man8/* %changelog +* Thu Aug 05 2004 tsintegrate 1.0-6ts +- current (1.0-6jh) integrated as 1.0-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.0-5ts - current (1.0-4ts) integrated as 1.0-5ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:16:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:16:46 +1000 (EST) Subject: [tinysofa-svn] r3936 - tinysofa/releases/1.1/traceroute Message-ID: <20040805091646.D8A1B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:16:45 +1000 (Thu, 05 Aug 2004) New Revision: 3936 Removed: tinysofa/releases/1.1/traceroute/pristine/ Log: traceroute: * removing pristine (1.0-5ts) From svn at tinysofa.org Thu Aug 5 09:16:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:16:53 +1000 (EST) Subject: [tinysofa-svn] r3937 - tinysofa/releases/1.1/traceroute Message-ID: <20040805091653.6CD2B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:16:52 +1000 (Thu, 05 Aug 2004) New Revision: 3937 Added: tinysofa/releases/1.1/traceroute/pristine/ Log: traceroute: * retarget pristine (1.0-5ts) to releases/1.0/6ts Copied: tinysofa/releases/1.1/traceroute/pristine (from rev 3935, tinysofa/releases/1.1/traceroute/releases/1.0/6ts) From svn at tinysofa.org Thu Aug 5 09:17:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:17:05 +1000 (EST) Subject: [tinysofa-svn] r3938 - in tinysofa/releases/1.1/util-linux: current/specs releases releases/2.12a releases/2.12a/1ts/specs Message-ID: <20040805091705.2A0334E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:17:03 +1000 (Thu, 05 Aug 2004) New Revision: 3938 Added: tinysofa/releases/1.1/util-linux/releases/2.12a/ tinysofa/releases/1.1/util-linux/releases/2.12a/1ts/ Modified: tinysofa/releases/1.1/util-linux/current/specs/util-linux.spec tinysofa/releases/1.1/util-linux/releases/2.12a/1ts/specs/util-linux.spec Log: util-linux: * integrate current (2.12a-1jh) as releases/2.12a/1ts Modified: tinysofa/releases/1.1/util-linux/current/specs/util-linux.spec =================================================================== --- tinysofa/releases/1.1/util-linux/current/specs/util-linux.spec 2004-08-05 09:16:52 UTC (rev 3937) +++ tinysofa/releases/1.1/util-linux/current/specs/util-linux.spec 2004-08-05 09:17:03 UTC (rev 3938) @@ -7,7 +7,7 @@ Summary: A collection of basic system utilities. Name: util-linux Version: 2.12a -Release: 1jh +Release: 1ts License: distributable Group: main @@ -631,6 +631,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.12a-1ts +- current (2.12a-1jh) integrated as 2.12a-1ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/util-linux/releases/2.12a/1ts (from rev 3396, tinysofa/releases/1.1/util-linux/current) Modified: tinysofa/releases/1.1/util-linux/releases/2.12a/1ts/specs/util-linux.spec =================================================================== --- tinysofa/releases/1.1/util-linux/current/specs/util-linux.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/util-linux/releases/2.12a/1ts/specs/util-linux.spec 2004-08-05 09:17:03 UTC (rev 3938) @@ -7,7 +7,7 @@ Summary: A collection of basic system utilities. Name: util-linux Version: 2.12a -Release: 1jh +Release: 1ts License: distributable Group: main @@ -631,6 +631,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.12a-1ts +- current (2.12a-1jh) integrated as 2.12a-1ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 09:18:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:18:40 +1000 (EST) Subject: [tinysofa-svn] r3950 - in tinysofa/releases/1.1/which: current/specs releases/2.16 releases/2.16/6ts/specs Message-ID: <20040805091840.B206D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:18:39 +1000 (Thu, 05 Aug 2004) New Revision: 3950 Added: tinysofa/releases/1.1/which/releases/2.16/6ts/ Modified: tinysofa/releases/1.1/which/current/specs/which.spec tinysofa/releases/1.1/which/releases/2.16/6ts/specs/which.spec Log: which: * integrate current (2.16-6jh) as releases/2.16/6ts Modified: tinysofa/releases/1.1/which/current/specs/which.spec =================================================================== --- tinysofa/releases/1.1/which/current/specs/which.spec 2004-08-05 09:18:25 UTC (rev 3949) +++ tinysofa/releases/1.1/which/current/specs/which.spec 2004-08-05 09:18:39 UTC (rev 3950) @@ -3,7 +3,7 @@ Summary(es): Localiza un programa que est?en uno de los directorios de su PATH. Ense? ruta completa. Name: which Version: 2.16 -Release: 6jh +Release: 6ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz @@ -74,6 +74,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.16-6ts +- current (2.16-6jh) integrated as 2.16-6ts for release 1.1 + * Sun Jun 6 2004 Jaakko Heinonen - use tinysofa rpm macros Copied: tinysofa/releases/1.1/which/releases/2.16/6ts (from rev 3396, tinysofa/releases/1.1/which/current) Modified: tinysofa/releases/1.1/which/releases/2.16/6ts/specs/which.spec =================================================================== --- tinysofa/releases/1.1/which/current/specs/which.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/which/releases/2.16/6ts/specs/which.spec 2004-08-05 09:18:39 UTC (rev 3950) @@ -3,7 +3,7 @@ Summary(es): Localiza un programa que est?en uno de los directorios de su PATH. Ense? ruta completa. Name: which Version: 2.16 -Release: 6jh +Release: 6ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz @@ -74,6 +74,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.16-6ts +- current (2.16-6jh) integrated as 2.16-6ts for release 1.1 + * Sun Jun 6 2004 Jaakko Heinonen - use tinysofa rpm macros From svn at tinysofa.org Thu Aug 5 09:18:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:18:46 +1000 (EST) Subject: [tinysofa-svn] r3951 - tinysofa/releases/1.1/which Message-ID: <20040805091846.CDC794E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:18:45 +1000 (Thu, 05 Aug 2004) New Revision: 3951 Removed: tinysofa/releases/1.1/which/pristine/ Log: which: * removing pristine (2.16-5ts) From svn at tinysofa.org Thu Aug 5 09:18:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:18:54 +1000 (EST) Subject: [tinysofa-svn] r3952 - tinysofa/releases/1.1/which Message-ID: <20040805091854.E9BFA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:18:52 +1000 (Thu, 05 Aug 2004) New Revision: 3952 Added: tinysofa/releases/1.1/which/pristine/ Log: which: * retarget pristine (2.16-5ts) to releases/2.16/6ts Copied: tinysofa/releases/1.1/which/pristine (from rev 3950, tinysofa/releases/1.1/which/releases/2.16/6ts) From svn at tinysofa.org Thu Aug 5 09:04:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:04:36 +1000 (EST) Subject: [tinysofa-svn] r3853 - tinysofa/releases/1.1/rpm Message-ID: <20040805090436.BD1CF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:04:36 +1000 (Thu, 05 Aug 2004) New Revision: 3853 Added: tinysofa/releases/1.1/rpm/pristine/ Log: rpm: * retarget pristine (4.2.2-5ts) to releases/4.3.2/2ts Copied: tinysofa/releases/1.1/rpm/pristine (from rev 3851, tinysofa/releases/1.1/rpm/releases/4.3.2/2ts) From svn at tinysofa.org Thu Aug 5 09:04:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:04:50 +1000 (EST) Subject: [tinysofa-svn] r3854 - in tinysofa/releases/1.1/rsync: current/specs releases/2.6.2 releases/2.6.2/6ts/specs Message-ID: <20040805090450.31C794E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:04:49 +1000 (Thu, 05 Aug 2004) New Revision: 3854 Added: tinysofa/releases/1.1/rsync/releases/2.6.2/6ts/ Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec tinysofa/releases/1.1/rsync/releases/2.6.2/6ts/specs/rsync.spec Log: rsync: * integrate current (2.6.2-6jh) as releases/2.6.2/6ts Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec =================================================================== --- tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-05 09:04:36 UTC (rev 3853) +++ tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-05 09:04:49 UTC (rev 3854) @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.6.2 -Release: 6jh +Release: 6ts Group: main # TAG: for pre versions use #Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz @@ -91,6 +91,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.6.2-6ts +- current (2.6.2-6jh) integrated as 2.6.2-6ts for release 1.1 + * Tue Aug 3 2004 Jaakko Heinonen 2.6.2-6jh - move upgrade workaround to %%pre script Copied: tinysofa/releases/1.1/rsync/releases/2.6.2/6ts (from rev 3396, tinysofa/releases/1.1/rsync/current) Modified: tinysofa/releases/1.1/rsync/releases/2.6.2/6ts/specs/rsync.spec =================================================================== --- tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/rsync/releases/2.6.2/6ts/specs/rsync.spec 2004-08-05 09:04:49 UTC (rev 3854) @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.6.2 -Release: 6jh +Release: 6ts Group: main # TAG: for pre versions use #Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz @@ -91,6 +91,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.6.2-6ts +- current (2.6.2-6jh) integrated as 2.6.2-6ts for release 1.1 + * Tue Aug 3 2004 Jaakko Heinonen 2.6.2-6jh - move upgrade workaround to %%pre script From svn at tinysofa.org Thu Aug 5 09:04:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:04:54 +1000 (EST) Subject: [tinysofa-svn] r3855 - tinysofa/releases/1.1/rsync Message-ID: <20040805090454.A19734E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:04:54 +1000 (Thu, 05 Aug 2004) New Revision: 3855 Removed: tinysofa/releases/1.1/rsync/pristine/ Log: rsync: * removing pristine (2.6.2-2ts) From svn at tinysofa.org Thu Aug 5 09:05:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:05:00 +1000 (EST) Subject: [tinysofa-svn] r3856 - tinysofa/releases/1.1/rsync Message-ID: <20040805090500.33DAD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:05:00 +1000 (Thu, 05 Aug 2004) New Revision: 3856 Added: tinysofa/releases/1.1/rsync/pristine/ Log: rsync: * retarget pristine (2.6.2-2ts) to releases/2.6.2/6ts Copied: tinysofa/releases/1.1/rsync/pristine (from rev 3854, tinysofa/releases/1.1/rsync/releases/2.6.2/6ts) From svn at tinysofa.org Thu Aug 5 09:05:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:05:15 +1000 (EST) Subject: [tinysofa-svn] r3857 - in tinysofa/releases/1.1/samba: current/specs releases releases/3.0.5 releases/3.0.5/2ts/specs Message-ID: <20040805090515.09DB54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:05:14 +1000 (Thu, 05 Aug 2004) New Revision: 3857 Added: tinysofa/releases/1.1/samba/releases/3.0.5/ tinysofa/releases/1.1/samba/releases/3.0.5/2ts/ Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec tinysofa/releases/1.1/samba/releases/3.0.5/2ts/specs/samba.spec Log: samba: * integrate current (3.0.5-2jh) as releases/3.0.5/2ts Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec =================================================================== --- tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-05 09:05:00 UTC (rev 3856) +++ tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-05 09:05:14 UTC (rev 3857) @@ -3,7 +3,7 @@ Summary: The Samba SMB server. Name: samba Version: 3.0.5 -Release: 2jh +Release: 2ts Epoch: 0 License: GNU GPL Version 2 Group: extra @@ -436,6 +436,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.0.5-2ts +- current (3.0.5-2jh) integrated as 3.0.5-2ts for release 1.1 + * Thu May 13 2004 Jay Fenlason 3.0.4-1.FC1 - New upstream version 3.0.4 - Merge many fixes from other branches as described below: Copied: tinysofa/releases/1.1/samba/releases/3.0.5/2ts (from rev 3396, tinysofa/releases/1.1/samba/current) Modified: tinysofa/releases/1.1/samba/releases/3.0.5/2ts/specs/samba.spec =================================================================== --- tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/samba/releases/3.0.5/2ts/specs/samba.spec 2004-08-05 09:05:14 UTC (rev 3857) @@ -3,7 +3,7 @@ Summary: The Samba SMB server. Name: samba Version: 3.0.5 -Release: 2jh +Release: 2ts Epoch: 0 License: GNU GPL Version 2 Group: extra @@ -436,6 +436,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.0.5-2ts +- current (3.0.5-2jh) integrated as 3.0.5-2ts for release 1.1 + * Thu May 13 2004 Jay Fenlason 3.0.4-1.FC1 - New upstream version 3.0.4 - Merge many fixes from other branches as described below: From svn at tinysofa.org Thu Aug 5 09:05:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:05:19 +1000 (EST) Subject: [tinysofa-svn] r3858 - tinysofa/releases/1.1/samba Message-ID: <20040805090519.93E164E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:05:19 +1000 (Thu, 05 Aug 2004) New Revision: 3858 Removed: tinysofa/releases/1.1/samba/pristine/ Log: samba: * removing pristine (3.0.4-2ts) From svn at tinysofa.org Thu Aug 5 09:05:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:05:26 +1000 (EST) Subject: [tinysofa-svn] r3859 - tinysofa/releases/1.1/samba Message-ID: <20040805090526.DF2144E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:05:26 +1000 (Thu, 05 Aug 2004) New Revision: 3859 Added: tinysofa/releases/1.1/samba/pristine/ Log: samba: * retarget pristine (3.0.4-2ts) to releases/3.0.5/2ts Copied: tinysofa/releases/1.1/samba/pristine (from rev 3857, tinysofa/releases/1.1/samba/releases/3.0.5/2ts) From svn at tinysofa.org Thu Aug 5 09:05:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:05:40 +1000 (EST) Subject: [tinysofa-svn] r3860 - in tinysofa/releases/1.1/sash: current/specs releases/3.6 releases/3.6/6ts/specs Message-ID: <20040805090540.2F68A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:05:39 +1000 (Thu, 05 Aug 2004) New Revision: 3860 Added: tinysofa/releases/1.1/sash/releases/3.6/6ts/ Modified: tinysofa/releases/1.1/sash/current/specs/sash.spec tinysofa/releases/1.1/sash/releases/3.6/6ts/specs/sash.spec Log: sash: * integrate current (3.6-6jh) as releases/3.6/6ts Modified: tinysofa/releases/1.1/sash/current/specs/sash.spec =================================================================== --- tinysofa/releases/1.1/sash/current/specs/sash.spec 2004-08-05 09:05:26 UTC (rev 3859) +++ tinysofa/releases/1.1/sash/current/specs/sash.spec 2004-08-05 09:05:39 UTC (rev 3860) @@ -1,7 +1,7 @@ Summary: A statically linked shell, including some built-in basic commands. Name: sash Version: 3.6 -Release: 6jh +Release: 6ts License: GPL Group: main Source0: http://www.canb.auug.org.au/~dbell/programs/sash-%{version}.tar.gz @@ -43,6 +43,9 @@ %{_mandir}/man8/sash.8* %changelog +* Thu Aug 05 2004 tsintegrate 3.6-6ts +- current (3.6-6jh) integrated as 3.6-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.6-5ts - current (3.6-4ts) integrated as 3.6-5ts for release 1.0-U1 @@ -90,4 +93,4 @@ - Injected new description and group. * Fri Dec 18 1998 Preston Brown -- bumped spec number for initial rh 6.0 build \ No newline at end of file +- bumped spec number for initial rh 6.0 buil Copied: tinysofa/releases/1.1/sash/releases/3.6/6ts (from rev 3396, tinysofa/releases/1.1/sash/current) Modified: tinysofa/releases/1.1/sash/releases/3.6/6ts/specs/sash.spec =================================================================== --- tinysofa/releases/1.1/sash/current/specs/sash.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/sash/releases/3.6/6ts/specs/sash.spec 2004-08-05 09:05:39 UTC (rev 3860) @@ -1,7 +1,7 @@ Summary: A statically linked shell, including some built-in basic commands. Name: sash Version: 3.6 -Release: 6jh +Release: 6ts License: GPL Group: main Source0: http://www.canb.auug.org.au/~dbell/programs/sash-%{version}.tar.gz @@ -43,6 +43,9 @@ %{_mandir}/man8/sash.8* %changelog +* Thu Aug 05 2004 tsintegrate 3.6-6ts +- current (3.6-6jh) integrated as 3.6-6ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.6-5ts - current (3.6-4ts) integrated as 3.6-5ts for release 1.0-U1 @@ -90,4 +93,4 @@ - Injected new description and group. * Fri Dec 18 1998 Preston Brown -- bumped spec number for initial rh 6.0 build \ No newline at end of file +- bumped spec number for initial rh 6.0 buil From svn at tinysofa.org Thu Aug 5 09:05:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:05:44 +1000 (EST) Subject: [tinysofa-svn] r3861 - tinysofa/releases/1.1/sash Message-ID: <20040805090544.C298D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:05:44 +1000 (Thu, 05 Aug 2004) New Revision: 3861 Removed: tinysofa/releases/1.1/sash/pristine/ Log: sash: * removing pristine (3.6-5ts) From svn at tinysofa.org Thu Aug 5 09:05:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:05:50 +1000 (EST) Subject: [tinysofa-svn] r3862 - tinysofa/releases/1.1/sash Message-ID: <20040805090550.85CFC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:05:49 +1000 (Thu, 05 Aug 2004) New Revision: 3862 Added: tinysofa/releases/1.1/sash/pristine/ Log: sash: * retarget pristine (3.6-5ts) to releases/3.6/6ts Copied: tinysofa/releases/1.1/sash/pristine (from rev 3860, tinysofa/releases/1.1/sash/releases/3.6/6ts) From svn at tinysofa.org Thu Aug 5 09:06:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:06:02 +1000 (EST) Subject: [tinysofa-svn] r3863 - in tinysofa/releases/1.1/screen: current/specs releases/4.0.2 releases/4.0.2/4ts/specs Message-ID: <20040805090602.9978F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:06:02 +1000 (Thu, 05 Aug 2004) New Revision: 3863 Added: tinysofa/releases/1.1/screen/releases/4.0.2/4ts/ Modified: tinysofa/releases/1.1/screen/current/specs/screen.spec tinysofa/releases/1.1/screen/releases/4.0.2/4ts/specs/screen.spec Log: screen: * integrate current (4.0.2-4jh) as releases/4.0.2/4ts Modified: tinysofa/releases/1.1/screen/current/specs/screen.spec =================================================================== --- tinysofa/releases/1.1/screen/current/specs/screen.spec 2004-08-05 09:05:49 UTC (rev 3862) +++ tinysofa/releases/1.1/screen/current/specs/screen.spec 2004-08-05 09:06:02 UTC (rev 3863) @@ -1,7 +1,7 @@ Summary: A screen manager that supports multiple logins on one terminal. Name: screen Version: 4.0.2 -Release: 4jh +Release: 4ts License: GPL2 Group: extra URL: http://www.gnu.org/software/screen @@ -171,6 +171,9 @@ %exclude %{_infodir}/screen.info* %changelog +* Thu Aug 05 2004 tsintegrate 4.0.2-4ts +- current (4.0.2-4jh) integrated as 4.0.2-4ts for release 1.1 + * Tue May 25 2004 tsintegrate 4.0.2-3ts - current (4.0.2-3jh) integrated as 4.0.2-3ts for release 1.0-U1 Copied: tinysofa/releases/1.1/screen/releases/4.0.2/4ts (from rev 3396, tinysofa/releases/1.1/screen/current) Modified: tinysofa/releases/1.1/screen/releases/4.0.2/4ts/specs/screen.spec =================================================================== --- tinysofa/releases/1.1/screen/current/specs/screen.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/screen/releases/4.0.2/4ts/specs/screen.spec 2004-08-05 09:06:02 UTC (rev 3863) @@ -1,7 +1,7 @@ Summary: A screen manager that supports multiple logins on one terminal. Name: screen Version: 4.0.2 -Release: 4jh +Release: 4ts License: GPL2 Group: extra URL: http://www.gnu.org/software/screen @@ -171,6 +171,9 @@ %exclude %{_infodir}/screen.info* %changelog +* Thu Aug 05 2004 tsintegrate 4.0.2-4ts +- current (4.0.2-4jh) integrated as 4.0.2-4ts for release 1.1 + * Tue May 25 2004 tsintegrate 4.0.2-3ts - current (4.0.2-3jh) integrated as 4.0.2-3ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:06:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:06:07 +1000 (EST) Subject: [tinysofa-svn] r3864 - tinysofa/releases/1.1/screen Message-ID: <20040805090607.D3A9D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:06:07 +1000 (Thu, 05 Aug 2004) New Revision: 3864 Removed: tinysofa/releases/1.1/screen/pristine/ Log: screen: * removing pristine (4.0.2-3ts) From svn at tinysofa.org Thu Aug 5 09:06:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:06:13 +1000 (EST) Subject: [tinysofa-svn] r3865 - tinysofa/releases/1.1/screen Message-ID: <20040805090613.79E534E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:06:13 +1000 (Thu, 05 Aug 2004) New Revision: 3865 Added: tinysofa/releases/1.1/screen/pristine/ Log: screen: * retarget pristine (4.0.2-3ts) to releases/4.0.2/4ts Copied: tinysofa/releases/1.1/screen/pristine (from rev 3863, tinysofa/releases/1.1/screen/releases/4.0.2/4ts) From svn at tinysofa.org Thu Aug 5 09:06:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:06:26 +1000 (EST) Subject: [tinysofa-svn] r3866 - in tinysofa/releases/1.1/sed: current/specs releases/4.1 releases/4.1/2ts/specs Message-ID: <20040805090626.8F56C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:06:26 +1000 (Thu, 05 Aug 2004) New Revision: 3866 Added: tinysofa/releases/1.1/sed/releases/4.1/2ts/ Modified: tinysofa/releases/1.1/sed/current/specs/sed.spec tinysofa/releases/1.1/sed/releases/4.1/2ts/specs/sed.spec Log: sed: * integrate current (4.1-2jh) as releases/4.1/2ts Modified: tinysofa/releases/1.1/sed/current/specs/sed.spec =================================================================== --- tinysofa/releases/1.1/sed/current/specs/sed.spec 2004-08-05 09:06:13 UTC (rev 3865) +++ tinysofa/releases/1.1/sed/current/specs/sed.spec 2004-08-05 09:06:26 UTC (rev 3866) @@ -1,7 +1,7 @@ Summary: A GNU stream text editor. Name: sed Version: 4.1 -Release: 2jh +Release: 2ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz @@ -66,6 +66,9 @@ /usr/share/man/man1/sed.1* %changelog +* Thu Aug 05 2004 tsintegrate 4.1-2ts +- current (4.1-2jh) integrated as 4.1-2ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 4.1-1ts - current (4.1-5ts) integrated as 4.1-1ts for release 1.0-U2 Copied: tinysofa/releases/1.1/sed/releases/4.1/2ts (from rev 3396, tinysofa/releases/1.1/sed/current) Modified: tinysofa/releases/1.1/sed/releases/4.1/2ts/specs/sed.spec =================================================================== --- tinysofa/releases/1.1/sed/current/specs/sed.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/sed/releases/4.1/2ts/specs/sed.spec 2004-08-05 09:06:26 UTC (rev 3866) @@ -1,7 +1,7 @@ Summary: A GNU stream text editor. Name: sed Version: 4.1 -Release: 2jh +Release: 2ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz @@ -66,6 +66,9 @@ /usr/share/man/man1/sed.1* %changelog +* Thu Aug 05 2004 tsintegrate 4.1-2ts +- current (4.1-2jh) integrated as 4.1-2ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 4.1-1ts - current (4.1-5ts) integrated as 4.1-1ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 09:06:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:06:31 +1000 (EST) Subject: [tinysofa-svn] r3867 - tinysofa/releases/1.1/sed Message-ID: <20040805090631.99BFE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:06:31 +1000 (Thu, 05 Aug 2004) New Revision: 3867 Removed: tinysofa/releases/1.1/sed/pristine/ Log: sed: * removing pristine (4.1-1ts) From svn at tinysofa.org Thu Aug 5 09:06:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:06:37 +1000 (EST) Subject: [tinysofa-svn] r3868 - tinysofa/releases/1.1/sed Message-ID: <20040805090637.B790B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:06:37 +1000 (Thu, 05 Aug 2004) New Revision: 3868 Added: tinysofa/releases/1.1/sed/pristine/ Log: sed: * retarget pristine (4.1-1ts) to releases/4.1/2ts Copied: tinysofa/releases/1.1/sed/pristine (from rev 3866, tinysofa/releases/1.1/sed/releases/4.1/2ts) From svn at tinysofa.org Thu Aug 5 09:09:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:09:58 +1000 (EST) Subject: [tinysofa-svn] r3893 - in tinysofa/releases/1.1/sudo: current/specs releases/1.6.7p5 releases/1.6.7p5/7ts/specs Message-ID: <20040805090958.816E24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:09:58 +1000 (Thu, 05 Aug 2004) New Revision: 3893 Added: tinysofa/releases/1.1/sudo/releases/1.6.7p5/7ts/ Modified: tinysofa/releases/1.1/sudo/current/specs/sudo.spec tinysofa/releases/1.1/sudo/releases/1.6.7p5/7ts/specs/sudo.spec Log: sudo: * integrate current (1.6.7p5-7jh) as releases/1.6.7p5/7ts Modified: tinysofa/releases/1.1/sudo/current/specs/sudo.spec =================================================================== --- tinysofa/releases/1.1/sudo/current/specs/sudo.spec 2004-08-05 09:09:46 UTC (rev 3892) +++ tinysofa/releases/1.1/sudo/current/specs/sudo.spec 2004-08-05 09:09:58 UTC (rev 3893) @@ -1,7 +1,7 @@ Summary: Allows restricted root access for specified users. Name: sudo Version: 1.6.7p5 -Release: 7jh +Release: 7ts License: BSD Group: main Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz @@ -67,6 +67,9 @@ %attr(0644,root,root) /usr/share/man/man8/visudo.8* %changelog +* Thu Aug 05 2004 tsintegrate 1.6.7p5-7ts +- current (1.6.7p5-7jh) integrated as 1.6.7p5-7ts for release 1.1 + * Mon May 24 2004 tsintegrate 1.6.7p5-6ts - current (1.6.7p5-6jh) integrated as 1.6.7p5-6ts for release 1.0-U1 Copied: tinysofa/releases/1.1/sudo/releases/1.6.7p5/7ts (from rev 3396, tinysofa/releases/1.1/sudo/current) Modified: tinysofa/releases/1.1/sudo/releases/1.6.7p5/7ts/specs/sudo.spec =================================================================== --- tinysofa/releases/1.1/sudo/current/specs/sudo.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/sudo/releases/1.6.7p5/7ts/specs/sudo.spec 2004-08-05 09:09:58 UTC (rev 3893) @@ -1,7 +1,7 @@ Summary: Allows restricted root access for specified users. Name: sudo Version: 1.6.7p5 -Release: 7jh +Release: 7ts License: BSD Group: main Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz @@ -67,6 +67,9 @@ %attr(0644,root,root) /usr/share/man/man8/visudo.8* %changelog +* Thu Aug 05 2004 tsintegrate 1.6.7p5-7ts +- current (1.6.7p5-7jh) integrated as 1.6.7p5-7ts for release 1.1 + * Mon May 24 2004 tsintegrate 1.6.7p5-6ts - current (1.6.7p5-6jh) integrated as 1.6.7p5-6ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:09:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:09:23 +1000 (EST) Subject: [tinysofa-svn] r3889 - tinysofa/releases/1.1/strace Message-ID: <20040805090923.550B34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:09:22 +1000 (Thu, 05 Aug 2004) New Revision: 3889 Added: tinysofa/releases/1.1/strace/pristine/ Log: strace: * retarget pristine (4.5.2-2ts) to releases/4.5.2/3ts Copied: tinysofa/releases/1.1/strace/pristine (from rev 3887, tinysofa/releases/1.1/strace/releases/4.5.2/3ts) From svn at tinysofa.org Thu Aug 5 09:10:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:10:26 +1000 (EST) Subject: [tinysofa-svn] r3897 - tinysofa/releases/1.1/swupconf Message-ID: <20040805091026.AED164E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:10:26 +1000 (Thu, 05 Aug 2004) New Revision: 3897 Removed: tinysofa/releases/1.1/swupconf/pristine/ Log: swupconf: * removing pristine (1.2-1ts) From svn at tinysofa.org Thu Aug 5 09:09:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:09:35 +1000 (EST) Subject: [tinysofa-svn] r3890 - in tinysofa/releases/1.1/stunnel: current/specs releases/4.05 releases/4.05/9ts/specs Message-ID: <20040805090935.0171F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:09:35 +1000 (Thu, 05 Aug 2004) New Revision: 3890 Added: tinysofa/releases/1.1/stunnel/releases/4.05/9ts/ Modified: tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec tinysofa/releases/1.1/stunnel/releases/4.05/9ts/specs/stunnel.spec Log: stunnel: * integrate current (4.05-9jh) as releases/4.05/9ts Modified: tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec =================================================================== --- tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec 2004-08-05 09:09:22 UTC (rev 3889) +++ tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec 2004-08-05 09:09:35 UTC (rev 3890) @@ -1,7 +1,7 @@ Summary: SSL-encrypting socket wrapper Name: stunnel Version: 4.05 -Release: 9jh +Release: 9ts License: GPL Group: extra Source0: http://www.stunnel.org/download/stunnel/src/stunnel-%{version}.tar.gz @@ -97,6 +97,9 @@ %exclude %{_mandir}/man8/stunnel.pl.8* %changelog +* Thu Aug 05 2004 tsintegrate 4.05-9ts +- current (4.05-9jh) integrated as 4.05-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.05-8ts - current (4.05-8jh) integrated as 4.05-8ts for release 1.0-U1 Copied: tinysofa/releases/1.1/stunnel/releases/4.05/9ts (from rev 3396, tinysofa/releases/1.1/stunnel/current) Modified: tinysofa/releases/1.1/stunnel/releases/4.05/9ts/specs/stunnel.spec =================================================================== --- tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/stunnel/releases/4.05/9ts/specs/stunnel.spec 2004-08-05 09:09:35 UTC (rev 3890) @@ -1,7 +1,7 @@ Summary: SSL-encrypting socket wrapper Name: stunnel Version: 4.05 -Release: 9jh +Release: 9ts License: GPL Group: extra Source0: http://www.stunnel.org/download/stunnel/src/stunnel-%{version}.tar.gz @@ -97,6 +97,9 @@ %exclude %{_mandir}/man8/stunnel.pl.8* %changelog +* Thu Aug 05 2004 tsintegrate 4.05-9ts +- current (4.05-9jh) integrated as 4.05-9ts for release 1.1 + * Wed May 19 2004 tsintegrate 4.05-8ts - current (4.05-8jh) integrated as 4.05-8ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:09:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:09:46 +1000 (EST) Subject: [tinysofa-svn] r3892 - tinysofa/releases/1.1/stunnel Message-ID: <20040805090946.735FF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:09:46 +1000 (Thu, 05 Aug 2004) New Revision: 3892 Added: tinysofa/releases/1.1/stunnel/pristine/ Log: stunnel: * retarget pristine (4.05-8ts) to releases/4.05/9ts Copied: tinysofa/releases/1.1/stunnel/pristine (from rev 3890, tinysofa/releases/1.1/stunnel/releases/4.05/9ts) From svn at tinysofa.org Thu Aug 5 09:10:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:10:34 +1000 (EST) Subject: [tinysofa-svn] r3898 - in tinysofa/releases/1.1/swupconf: . pristine Message-ID: <20040805091034.24B7B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:10:33 +1000 (Thu, 05 Aug 2004) New Revision: 3898 Added: tinysofa/releases/1.1/swupconf/pristine/ tinysofa/releases/1.1/swupconf/pristine/current/ Log: swupconf: * retarget pristine (1.2-1ts) to releases/1.2/1ts Copied: tinysofa/releases/1.1/swupconf/pristine (from rev 3396, tinysofa/releases/1.1/swupconf/releases/1.2/1ts) Copied: tinysofa/releases/1.1/swupconf/pristine/current (from rev 3896, tinysofa/releases/1.1/swupconf/releases/1.2/1ts/current) From svn at tinysofa.org Thu Aug 5 09:10:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:10:02 +1000 (EST) Subject: [tinysofa-svn] r3894 - tinysofa/releases/1.1/sudo Message-ID: <20040805091002.96C2A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:10:02 +1000 (Thu, 05 Aug 2004) New Revision: 3894 Removed: tinysofa/releases/1.1/sudo/pristine/ Log: sudo: * removing pristine (1.6.7p5-6ts) From svn at tinysofa.org Thu Aug 5 09:10:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:10:08 +1000 (EST) Subject: [tinysofa-svn] r3895 - tinysofa/releases/1.1/sudo Message-ID: <20040805091008.9A2964E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:10:08 +1000 (Thu, 05 Aug 2004) New Revision: 3895 Added: tinysofa/releases/1.1/sudo/pristine/ Log: sudo: * retarget pristine (1.6.7p5-6ts) to releases/1.6.7p5/7ts Copied: tinysofa/releases/1.1/sudo/pristine (from rev 3893, tinysofa/releases/1.1/sudo/releases/1.6.7p5/7ts) From svn at tinysofa.org Thu Aug 5 09:10:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:10:21 +1000 (EST) Subject: [tinysofa-svn] r3896 - in tinysofa/releases/1.1/swupconf: current/specs releases/1.2/1ts releases/1.2/1ts/current/specs Message-ID: <20040805091021.AB0E44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:10:21 +1000 (Thu, 05 Aug 2004) New Revision: 3896 Added: tinysofa/releases/1.1/swupconf/releases/1.2/1ts/current/ Modified: tinysofa/releases/1.1/swupconf/current/specs/swupconf.spec tinysofa/releases/1.1/swupconf/releases/1.2/1ts/current/specs/swupconf.spec Log: swupconf: * integrate current (1.2-1ts) as releases/1.2/1ts Modified: tinysofa/releases/1.1/swupconf/current/specs/swupconf.spec =================================================================== --- tinysofa/releases/1.1/swupconf/current/specs/swupconf.spec 2004-08-05 09:10:08 UTC (rev 3895) +++ tinysofa/releases/1.1/swupconf/current/specs/swupconf.spec 2004-08-05 09:10:21 UTC (rev 3896) @@ -39,6 +39,9 @@ %config(noreplace) /etc/swup/gnupg/pubring.gpg %changelog +* Thu Aug 05 2004 tsintegrate 1.2-1ts +- current (1.2-1ts) integrated as 1.2-1ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 1.2-1ts - current (1.2-1ts) integrated as 1.2-1ts for release 1.0-U2 Copied: tinysofa/releases/1.1/swupconf/releases/1.2/1ts/current (from rev 3396, tinysofa/releases/1.1/swupconf/current) Modified: tinysofa/releases/1.1/swupconf/releases/1.2/1ts/current/specs/swupconf.spec =================================================================== --- tinysofa/releases/1.1/swupconf/current/specs/swupconf.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/swupconf/releases/1.2/1ts/current/specs/swupconf.spec 2004-08-05 09:10:21 UTC (rev 3896) @@ -39,6 +39,9 @@ %config(noreplace) /etc/swup/gnupg/pubring.gpg %changelog +* Thu Aug 05 2004 tsintegrate 1.2-1ts +- current (1.2-1ts) integrated as 1.2-1ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 1.2-1ts - current (1.2-1ts) integrated as 1.2-1ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 09:12:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:12:16 +1000 (EST) Subject: [tinysofa-svn] r3910 - tinysofa/releases/1.1/sysvinit Message-ID: <20040805091216.A25184E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:12:16 +1000 (Thu, 05 Aug 2004) New Revision: 3910 Added: tinysofa/releases/1.1/sysvinit/pristine/ Log: sysvinit: * retarget pristine (2.85-6ts) to releases/2.85/7ts Copied: tinysofa/releases/1.1/sysvinit/pristine (from rev 3908, tinysofa/releases/1.1/sysvinit/releases/2.85/7ts) From svn at tinysofa.org Thu Aug 5 09:11:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:11:42 +1000 (EST) Subject: [tinysofa-svn] r3906 - tinysofa/releases/1.1/sysstat Message-ID: <20040805091142.CE4E54E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:11:40 +1000 (Thu, 05 Aug 2004) New Revision: 3906 Removed: tinysofa/releases/1.1/sysstat/pristine/ Log: sysstat: * removing pristine (5.0.2-3ts) From svn at tinysofa.org Thu Aug 5 09:11:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:11:36 +1000 (EST) Subject: [tinysofa-svn] r3905 - in tinysofa/releases/1.1/sysstat: current/specs releases/5.0.2 releases/5.0.2/4ts/specs Message-ID: <20040805091136.966BE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:11:35 +1000 (Thu, 05 Aug 2004) New Revision: 3905 Added: tinysofa/releases/1.1/sysstat/releases/5.0.2/4ts/ Modified: tinysofa/releases/1.1/sysstat/current/specs/sysstat.spec tinysofa/releases/1.1/sysstat/releases/5.0.2/4ts/specs/sysstat.spec Log: sysstat: * integrate current (5.0.2-4jh) as releases/5.0.2/4ts Modified: tinysofa/releases/1.1/sysstat/current/specs/sysstat.spec =================================================================== --- tinysofa/releases/1.1/sysstat/current/specs/sysstat.spec 2004-08-05 09:11:22 UTC (rev 3904) +++ tinysofa/releases/1.1/sysstat/current/specs/sysstat.spec 2004-08-05 09:11:35 UTC (rev 3905) @@ -1,7 +1,7 @@ Summary: SAR and IOSTAT for Linux Name: sysstat Version: 5.0.2 -Release: 4jh +Release: 4ts License: GPL Group: main Source0: http://perso.wanadoo.fr/sebastien.godard/sysstat-%{version}.tar.bz2 @@ -56,6 +56,9 @@ /usr/share/man/man8/* %changelog +* Thu Aug 05 2004 tsintegrate 5.0.2-4ts +- current (5.0.2-4jh) integrated as 5.0.2-4ts for release 1.1 + * Wed May 19 2004 tsintegrate 5.0.2-3ts - current (5.0.2-2ts) integrated as 5.0.2-3ts for release 1.0-U1 Copied: tinysofa/releases/1.1/sysstat/releases/5.0.2/4ts (from rev 3396, tinysofa/releases/1.1/sysstat/current) Modified: tinysofa/releases/1.1/sysstat/releases/5.0.2/4ts/specs/sysstat.spec =================================================================== --- tinysofa/releases/1.1/sysstat/current/specs/sysstat.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/sysstat/releases/5.0.2/4ts/specs/sysstat.spec 2004-08-05 09:11:35 UTC (rev 3905) @@ -1,7 +1,7 @@ Summary: SAR and IOSTAT for Linux Name: sysstat Version: 5.0.2 -Release: 4jh +Release: 4ts License: GPL Group: main Source0: http://perso.wanadoo.fr/sebastien.godard/sysstat-%{version}.tar.bz2 @@ -56,6 +56,9 @@ /usr/share/man/man8/* %changelog +* Thu Aug 05 2004 tsintegrate 5.0.2-4ts +- current (5.0.2-4jh) integrated as 5.0.2-4ts for release 1.1 + * Wed May 19 2004 tsintegrate 5.0.2-3ts - current (5.0.2-2ts) integrated as 5.0.2-3ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:12:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:12:10 +1000 (EST) Subject: [tinysofa-svn] r3909 - tinysofa/releases/1.1/sysvinit Message-ID: <20040805091210.C7D564E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:12:09 +1000 (Thu, 05 Aug 2004) New Revision: 3909 Removed: tinysofa/releases/1.1/sysvinit/pristine/ Log: sysvinit: * removing pristine (2.85-6ts) From svn at tinysofa.org Thu Aug 5 09:12:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:12:52 +1000 (EST) Subject: [tinysofa-svn] r3914 - in tinysofa/releases/1.1/tcpdump: current/specs releases/3.8.3 releases/3.8.3/3ts/specs Message-ID: <20040805091252.3DA234E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:12:51 +1000 (Thu, 05 Aug 2004) New Revision: 3914 Added: tinysofa/releases/1.1/tcpdump/releases/3.8.3/3ts/ Modified: tinysofa/releases/1.1/tcpdump/current/specs/tcpdump.spec tinysofa/releases/1.1/tcpdump/releases/3.8.3/3ts/specs/tcpdump.spec Log: tcpdump: * integrate current (3.8.3-3jh) as releases/3.8.3/3ts Modified: tinysofa/releases/1.1/tcpdump/current/specs/tcpdump.spec =================================================================== --- tinysofa/releases/1.1/tcpdump/current/specs/tcpdump.spec 2004-08-05 09:12:40 UTC (rev 3913) +++ tinysofa/releases/1.1/tcpdump/current/specs/tcpdump.spec 2004-08-05 09:12:51 UTC (rev 3914) @@ -1,7 +1,7 @@ Summary: A network traffic monitoring tool. Name: tcpdump Version: 3.8.3 -Release: 3jh +Release: 3ts License: BSD Group: main Source: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz @@ -47,6 +47,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.8.3-3ts +- current (3.8.3-3jh) integrated as 3.8.3-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.8.3-2ts - current (3.8.3-1ts) integrated as 3.8.3-2ts for release 1.0-U1 @@ -175,4 +178,4 @@ - uses a buildroot and %attr * Thu Jul 17 1997 Erik Troan -- built against glibc \ No newline at end of file +- built against glib Copied: tinysofa/releases/1.1/tcpdump/releases/3.8.3/3ts (from rev 3396, tinysofa/releases/1.1/tcpdump/current) Modified: tinysofa/releases/1.1/tcpdump/releases/3.8.3/3ts/specs/tcpdump.spec =================================================================== --- tinysofa/releases/1.1/tcpdump/current/specs/tcpdump.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/tcpdump/releases/3.8.3/3ts/specs/tcpdump.spec 2004-08-05 09:12:51 UTC (rev 3914) @@ -1,7 +1,7 @@ Summary: A network traffic monitoring tool. Name: tcpdump Version: 3.8.3 -Release: 3jh +Release: 3ts License: BSD Group: main Source: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz @@ -47,6 +47,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 3.8.3-3ts +- current (3.8.3-3jh) integrated as 3.8.3-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 3.8.3-2ts - current (3.8.3-1ts) integrated as 3.8.3-2ts for release 1.0-U1 @@ -175,4 +178,4 @@ - uses a buildroot and %attr * Thu Jul 17 1997 Erik Troan -- built against glibc \ No newline at end of file +- built against glib From svn at tinysofa.org Thu Aug 5 09:12:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:12:30 +1000 (EST) Subject: [tinysofa-svn] r3911 - in tinysofa/releases/1.1/tar: current/specs releases/1.13.25 releases/1.13.25/14ts/specs Message-ID: <20040805091230.4D3134E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:12:29 +1000 (Thu, 05 Aug 2004) New Revision: 3911 Added: tinysofa/releases/1.1/tar/releases/1.13.25/14ts/ Modified: tinysofa/releases/1.1/tar/current/specs/tar.spec tinysofa/releases/1.1/tar/releases/1.13.25/14ts/specs/tar.spec Log: tar: * integrate current (1.13.25-14jh) as releases/1.13.25/14ts Modified: tinysofa/releases/1.1/tar/current/specs/tar.spec =================================================================== --- tinysofa/releases/1.1/tar/current/specs/tar.spec 2004-08-05 09:12:16 UTC (rev 3910) +++ tinysofa/releases/1.1/tar/current/specs/tar.spec 2004-08-05 09:12:29 UTC (rev 3911) @@ -3,7 +3,7 @@ %define dds2tarversion 2.4.21 %define tarversion 1.13.25 Version: %{tarversion} -Release: 14jh +Release: 14ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/tar/tar-%{tarversion}.tar.bz2 @@ -159,6 +159,9 @@ %exclude /sbin/rmt %changelog +* Thu Aug 05 2004 tsintegrate 1.13.25-14ts +- current (1.13.25-14jh) integrated as 1.13.25-14ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.13.25-13ts - current (1.13.25-12ts) integrated as 1.13.25-13ts for release 1.0-U1 Copied: tinysofa/releases/1.1/tar/releases/1.13.25/14ts (from rev 3396, tinysofa/releases/1.1/tar/current) Modified: tinysofa/releases/1.1/tar/releases/1.13.25/14ts/specs/tar.spec =================================================================== --- tinysofa/releases/1.1/tar/current/specs/tar.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/tar/releases/1.13.25/14ts/specs/tar.spec 2004-08-05 09:12:29 UTC (rev 3911) @@ -3,7 +3,7 @@ %define dds2tarversion 2.4.21 %define tarversion 1.13.25 Version: %{tarversion} -Release: 14jh +Release: 14ts License: GPL Group: main Source0: ftp://ftp.gnu.org/gnu/tar/tar-%{tarversion}.tar.bz2 @@ -159,6 +159,9 @@ %exclude /sbin/rmt %changelog +* Thu Aug 05 2004 tsintegrate 1.13.25-14ts +- current (1.13.25-14jh) integrated as 1.13.25-14ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.13.25-13ts - current (1.13.25-12ts) integrated as 1.13.25-13ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:12:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:12:40 +1000 (EST) Subject: [tinysofa-svn] r3913 - tinysofa/releases/1.1/tar Message-ID: <20040805091240.9122F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:12:40 +1000 (Thu, 05 Aug 2004) New Revision: 3913 Added: tinysofa/releases/1.1/tar/pristine/ Log: tar: * retarget pristine (1.13.25-13ts) to releases/1.13.25/14ts Copied: tinysofa/releases/1.1/tar/pristine (from rev 3911, tinysofa/releases/1.1/tar/releases/1.13.25/14ts) From svn at tinysofa.org Thu Aug 5 09:12:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:12:56 +1000 (EST) Subject: [tinysofa-svn] r3915 - tinysofa/releases/1.1/tcpdump Message-ID: <20040805091256.E992C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:12:56 +1000 (Thu, 05 Aug 2004) New Revision: 3915 Removed: tinysofa/releases/1.1/tcpdump/pristine/ Log: tcpdump: * removing pristine (3.8.3-2ts) From svn at tinysofa.org Thu Aug 5 09:12:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:12:35 +1000 (EST) Subject: [tinysofa-svn] r3912 - tinysofa/releases/1.1/tar Message-ID: <20040805091235.844F84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:12:34 +1000 (Thu, 05 Aug 2004) New Revision: 3912 Removed: tinysofa/releases/1.1/tar/pristine/ Log: tar: * removing pristine (1.13.25-13ts) From svn at tinysofa.org Thu Aug 5 09:13:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:13:02 +1000 (EST) Subject: [tinysofa-svn] r3916 - tinysofa/releases/1.1/tcpdump Message-ID: <20040805091302.40D2D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:13:02 +1000 (Thu, 05 Aug 2004) New Revision: 3916 Added: tinysofa/releases/1.1/tcpdump/pristine/ Log: tcpdump: * retarget pristine (3.8.3-2ts) to releases/3.8.3/3ts Copied: tinysofa/releases/1.1/tcpdump/pristine (from rev 3914, tinysofa/releases/1.1/tcpdump/releases/3.8.3/3ts) From svn at tinysofa.org Thu Aug 5 09:14:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:14:47 +1000 (EST) Subject: [tinysofa-svn] r3923 - in tinysofa/releases/1.1/telnet: current/specs releases/0.17 releases/0.17/12ts/specs Message-ID: <20040805091447.266804E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:14:45 +1000 (Thu, 05 Aug 2004) New Revision: 3923 Added: tinysofa/releases/1.1/telnet/releases/0.17/12ts/ Modified: tinysofa/releases/1.1/telnet/current/specs/telnet.spec tinysofa/releases/1.1/telnet/releases/0.17/12ts/specs/telnet.spec Log: telnet: * integrate current (0.17-12jh) as releases/0.17/12ts Modified: tinysofa/releases/1.1/telnet/current/specs/telnet.spec =================================================================== --- tinysofa/releases/1.1/telnet/current/specs/telnet.spec 2004-08-05 09:14:29 UTC (rev 3922) +++ tinysofa/releases/1.1/telnet/current/specs/telnet.spec 2004-08-05 09:14:45 UTC (rev 3923) @@ -1,7 +1,7 @@ Summary: The client for the telnet remote login protocol. Name: telnet Version: 0.17 -Release: 12jh +Release: 12ts License: BSD Group: main Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-telnet-%{version}.tar.gz @@ -54,6 +54,9 @@ %exclude %{_mandir}/man8/in.telnetd.8* %changelog +* Thu Aug 05 2004 tsintegrate 0.17-12ts +- current (0.17-12jh) integrated as 0.17-12ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.17-11ts - current (0.17-10ts) integrated as 0.17-11ts for release 1.0-U1 Copied: tinysofa/releases/1.1/telnet/releases/0.17/12ts (from rev 3396, tinysofa/releases/1.1/telnet/current) Modified: tinysofa/releases/1.1/telnet/releases/0.17/12ts/specs/telnet.spec =================================================================== --- tinysofa/releases/1.1/telnet/current/specs/telnet.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/telnet/releases/0.17/12ts/specs/telnet.spec 2004-08-05 09:14:45 UTC (rev 3923) @@ -1,7 +1,7 @@ Summary: The client for the telnet remote login protocol. Name: telnet Version: 0.17 -Release: 12jh +Release: 12ts License: BSD Group: main Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-telnet-%{version}.tar.gz @@ -54,6 +54,9 @@ %exclude %{_mandir}/man8/in.telnetd.8* %changelog +* Thu Aug 05 2004 tsintegrate 0.17-12ts +- current (0.17-12jh) integrated as 0.17-12ts for release 1.1 + * Wed May 19 2004 tsintegrate 0.17-11ts - current (0.17-10ts) integrated as 0.17-11ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:14:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:14:56 +1000 (EST) Subject: [tinysofa-svn] r3924 - tinysofa/releases/1.1/telnet Message-ID: <20040805091456.438F94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:14:54 +1000 (Thu, 05 Aug 2004) New Revision: 3924 Removed: tinysofa/releases/1.1/telnet/pristine/ Log: telnet: * removing pristine (0.17-11ts) From svn at tinysofa.org Thu Aug 5 09:15:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:15:05 +1000 (EST) Subject: [tinysofa-svn] r3925 - tinysofa/releases/1.1/telnet Message-ID: <20040805091505.8A99B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:15:01 +1000 (Thu, 05 Aug 2004) New Revision: 3925 Added: tinysofa/releases/1.1/telnet/pristine/ Log: telnet: * retarget pristine (0.17-11ts) to releases/0.17/12ts Copied: tinysofa/releases/1.1/telnet/pristine (from rev 3923, tinysofa/releases/1.1/telnet/releases/0.17/12ts) From svn at tinysofa.org Thu Aug 5 09:15:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:15:19 +1000 (EST) Subject: [tinysofa-svn] r3926 - in tinysofa/releases/1.1/termcap: current/specs releases/11.0.1 releases/11.0.1/10ts/specs Message-ID: <20040805091519.835564E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:15:18 +1000 (Thu, 05 Aug 2004) New Revision: 3926 Added: tinysofa/releases/1.1/termcap/releases/11.0.1/10ts/ Modified: tinysofa/releases/1.1/termcap/current/specs/termcap.spec tinysofa/releases/1.1/termcap/releases/11.0.1/10ts/specs/termcap.spec Log: termcap: * integrate current (11.0.1-10jh) as releases/11.0.1/10ts Modified: tinysofa/releases/1.1/termcap/current/specs/termcap.spec =================================================================== --- tinysofa/releases/1.1/termcap/current/specs/termcap.spec 2004-08-05 09:15:01 UTC (rev 3925) +++ tinysofa/releases/1.1/termcap/current/specs/termcap.spec 2004-08-05 09:15:18 UTC (rev 3926) @@ -1,7 +1,7 @@ Summary: The terminal feature database used by certain applications. Name: termcap Version: 11.0.1 -Release: 10jh +Release: 10ts License: none Group: main Source0: http://www.tuxedo.org/terminfo/termtypes.tc.gz @@ -28,6 +28,9 @@ %config /etc/termcap %changelog +* Thu Aug 05 2004 tsintegrate 11.0.1-10ts +- current (11.0.1-10jh) integrated as 11.0.1-10ts for release 1.1 + * Wed May 19 2004 tsintegrate 11.0.1-9ts - current (11.0.1-8ts) integrated as 11.0.1-9ts for release 1.0-U1 Copied: tinysofa/releases/1.1/termcap/releases/11.0.1/10ts (from rev 3396, tinysofa/releases/1.1/termcap/current) Modified: tinysofa/releases/1.1/termcap/releases/11.0.1/10ts/specs/termcap.spec =================================================================== --- tinysofa/releases/1.1/termcap/current/specs/termcap.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/termcap/releases/11.0.1/10ts/specs/termcap.spec 2004-08-05 09:15:18 UTC (rev 3926) @@ -1,7 +1,7 @@ Summary: The terminal feature database used by certain applications. Name: termcap Version: 11.0.1 -Release: 10jh +Release: 10ts License: none Group: main Source0: http://www.tuxedo.org/terminfo/termtypes.tc.gz @@ -28,6 +28,9 @@ %config /etc/termcap %changelog +* Thu Aug 05 2004 tsintegrate 11.0.1-10ts +- current (11.0.1-10jh) integrated as 11.0.1-10ts for release 1.1 + * Wed May 19 2004 tsintegrate 11.0.1-9ts - current (11.0.1-8ts) integrated as 11.0.1-9ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:15:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:15:26 +1000 (EST) Subject: [tinysofa-svn] r3927 - tinysofa/releases/1.1/termcap Message-ID: <20040805091526.8BFCA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:15:24 +1000 (Thu, 05 Aug 2004) New Revision: 3927 Removed: tinysofa/releases/1.1/termcap/pristine/ Log: termcap: * removing pristine (11.0.1-9ts) From svn at tinysofa.org Thu Aug 5 09:19:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:19:25 +1000 (EST) Subject: [tinysofa-svn] r3953 - in tinysofa/releases/1.1/wireless-tools: current/specs releases/26 releases/26/5ts/specs Message-ID: <20040805091925.E6E964E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:19:08 +1000 (Thu, 05 Aug 2004) New Revision: 3953 Added: tinysofa/releases/1.1/wireless-tools/releases/26/5ts/ Modified: tinysofa/releases/1.1/wireless-tools/current/specs/wireless-tools.spec tinysofa/releases/1.1/wireless-tools/releases/26/5ts/specs/wireless-tools.spec Log: wireless-tools: * integrate current (26-5jh) as releases/26/5ts Modified: tinysofa/releases/1.1/wireless-tools/current/specs/wireless-tools.spec =================================================================== --- tinysofa/releases/1.1/wireless-tools/current/specs/wireless-tools.spec 2004-08-05 09:18:52 UTC (rev 3952) +++ tinysofa/releases/1.1/wireless-tools/current/specs/wireless-tools.spec 2004-08-05 09:19:08 UTC (rev 3953) @@ -3,7 +3,7 @@ License: GPL Name: wireless-tools Version: 26 -Release: 5jh +Release: 5ts URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html Source: http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.%{version}.tar.gz Patch1: wireless-tools-26-makefile.patch @@ -51,6 +51,9 @@ %{_libdir}/*.so %changelog +* Thu Aug 05 2004 tsintegrate 26-5ts +- current (26-5jh) integrated as 26-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 26-4ts - current (26-3ts) integrated as 26-4ts for release 1.0-U1 @@ -64,4 +67,4 @@ - Big rebuild * Thu Jun 5 2003 Gerald Dachs 25-1gd -- new TSL package \ No newline at end of file +- new TSL packag Copied: tinysofa/releases/1.1/wireless-tools/releases/26/5ts (from rev 3396, tinysofa/releases/1.1/wireless-tools/current) Modified: tinysofa/releases/1.1/wireless-tools/releases/26/5ts/specs/wireless-tools.spec =================================================================== --- tinysofa/releases/1.1/wireless-tools/current/specs/wireless-tools.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/wireless-tools/releases/26/5ts/specs/wireless-tools.spec 2004-08-05 09:19:08 UTC (rev 3953) @@ -3,7 +3,7 @@ License: GPL Name: wireless-tools Version: 26 -Release: 5jh +Release: 5ts URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html Source: http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.%{version}.tar.gz Patch1: wireless-tools-26-makefile.patch @@ -51,6 +51,9 @@ %{_libdir}/*.so %changelog +* Thu Aug 05 2004 tsintegrate 26-5ts +- current (26-5jh) integrated as 26-5ts for release 1.1 + * Wed May 19 2004 tsintegrate 26-4ts - current (26-3ts) integrated as 26-4ts for release 1.0-U1 @@ -64,4 +67,4 @@ - Big rebuild * Thu Jun 5 2003 Gerald Dachs 25-1gd -- new TSL package \ No newline at end of file +- new TSL packag From svn at tinysofa.org Thu Aug 5 09:19:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:19:33 +1000 (EST) Subject: [tinysofa-svn] r3954 - tinysofa/releases/1.1/wireless-tools Message-ID: <20040805091933.A236F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:19:30 +1000 (Thu, 05 Aug 2004) New Revision: 3954 Removed: tinysofa/releases/1.1/wireless-tools/pristine/ Log: wireless-tools: * removing pristine (26-4ts) From svn at tinysofa.org Thu Aug 5 09:19:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:19:41 +1000 (EST) Subject: [tinysofa-svn] r3955 - tinysofa/releases/1.1/wireless-tools Message-ID: <20040805091941.8AFA74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:19:38 +1000 (Thu, 05 Aug 2004) New Revision: 3955 Added: tinysofa/releases/1.1/wireless-tools/pristine/ Log: wireless-tools: * retarget pristine (26-4ts) to releases/26/5ts Copied: tinysofa/releases/1.1/wireless-tools/pristine (from rev 3953, tinysofa/releases/1.1/wireless-tools/releases/26/5ts) From svn at tinysofa.org Thu Aug 5 09:20:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:20:04 +1000 (EST) Subject: [tinysofa-svn] r3956 - in tinysofa/releases/1.1/words: current/specs releases/2 releases/2/23ts/specs Message-ID: <20040805092004.260234E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:19:54 +1000 (Thu, 05 Aug 2004) New Revision: 3956 Added: tinysofa/releases/1.1/words/releases/2/23ts/ Modified: tinysofa/releases/1.1/words/current/specs/words.spec tinysofa/releases/1.1/words/releases/2/23ts/specs/words.spec Log: words: * integrate current (2-23jh) as releases/2/23ts Modified: tinysofa/releases/1.1/words/current/specs/words.spec =================================================================== --- tinysofa/releases/1.1/words/current/specs/words.spec 2004-08-05 09:19:38 UTC (rev 3955) +++ tinysofa/releases/1.1/words/current/specs/words.spec 2004-08-05 09:19:54 UTC (rev 3956) @@ -1,7 +1,7 @@ Summary: A dictionary of English words for the /usr/dict directory. Name: words Version: 2 -Release: 23jh +Release: 23ts License: Free/freeware Group: extra Source: ftp://sunsite.unc.edu/pub/Linux/libs/linux.words.2.tar.gz @@ -39,6 +39,9 @@ /usr/dict/words %changelog +* Thu Aug 05 2004 tsintegrate 2-23ts +- current (2-23jh) integrated as 2-23ts for release 1.1 + * Wed May 19 2004 tsintegrate 2-22ts - current (2-22ok) integrated as 2-22ts for release 1.0-U1 Copied: tinysofa/releases/1.1/words/releases/2/23ts (from rev 3396, tinysofa/releases/1.1/words/current) Modified: tinysofa/releases/1.1/words/releases/2/23ts/specs/words.spec =================================================================== --- tinysofa/releases/1.1/words/current/specs/words.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/words/releases/2/23ts/specs/words.spec 2004-08-05 09:19:54 UTC (rev 3956) @@ -1,7 +1,7 @@ Summary: A dictionary of English words for the /usr/dict directory. Name: words Version: 2 -Release: 23jh +Release: 23ts License: Free/freeware Group: extra Source: ftp://sunsite.unc.edu/pub/Linux/libs/linux.words.2.tar.gz @@ -39,6 +39,9 @@ /usr/dict/words %changelog +* Thu Aug 05 2004 tsintegrate 2-23ts +- current (2-23jh) integrated as 2-23ts for release 1.1 + * Wed May 19 2004 tsintegrate 2-22ts - current (2-22ok) integrated as 2-22ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:20:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:20:19 +1000 (EST) Subject: [tinysofa-svn] r3957 - tinysofa/releases/1.1/words Message-ID: <20040805092019.04F524E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:20:10 +1000 (Thu, 05 Aug 2004) New Revision: 3957 Removed: tinysofa/releases/1.1/words/pristine/ Log: words: * removing pristine (2-22ts) From svn at tinysofa.org Thu Aug 5 09:20:29 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:20:29 +1000 (EST) Subject: [tinysofa-svn] r3958 - tinysofa/releases/1.1/words Message-ID: <20040805092029.2C1554E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:20:26 +1000 (Thu, 05 Aug 2004) New Revision: 3958 Added: tinysofa/releases/1.1/words/pristine/ Log: words: * retarget pristine (2-22ts) to releases/2/23ts Copied: tinysofa/releases/1.1/words/pristine (from rev 3956, tinysofa/releases/1.1/words/releases/2/23ts) From svn at tinysofa.org Thu Aug 5 09:20:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:20:44 +1000 (EST) Subject: [tinysofa-svn] r3959 - in tinysofa/releases/1.1/xinetd: current/specs releases/2.3.13 releases/2.3.13/8ts/specs Message-ID: <20040805092044.A0BEC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:20:42 +1000 (Thu, 05 Aug 2004) New Revision: 3959 Added: tinysofa/releases/1.1/xinetd/releases/2.3.13/8ts/ Modified: tinysofa/releases/1.1/xinetd/current/specs/xinetd.spec tinysofa/releases/1.1/xinetd/releases/2.3.13/8ts/specs/xinetd.spec Log: xinetd: * integrate current (2.3.13-8jh) as releases/2.3.13/8ts Modified: tinysofa/releases/1.1/xinetd/current/specs/xinetd.spec =================================================================== --- tinysofa/releases/1.1/xinetd/current/specs/xinetd.spec 2004-08-05 09:20:26 UTC (rev 3958) +++ tinysofa/releases/1.1/xinetd/current/specs/xinetd.spec 2004-08-05 09:20:42 UTC (rev 3959) @@ -1,7 +1,7 @@ Summary: A secure replacement for inetd. Name: xinetd Version: 2.3.13 -Release: 8jh +Release: 8ts License: Distributable Group: main Source: http://www.xinetd.org/%{name}-%{version}.tar.gz @@ -111,6 +111,9 @@ %config(noreplace) /etc/sysconfig/xinetd %changelog +* Thu Aug 05 2004 tsintegrate 2.3.13-8ts +- current (2.3.13-8jh) integrated as 2.3.13-8ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 2.3.13-8jh - enable pie Copied: tinysofa/releases/1.1/xinetd/releases/2.3.13/8ts (from rev 3396, tinysofa/releases/1.1/xinetd/current) Modified: tinysofa/releases/1.1/xinetd/releases/2.3.13/8ts/specs/xinetd.spec =================================================================== --- tinysofa/releases/1.1/xinetd/current/specs/xinetd.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/xinetd/releases/2.3.13/8ts/specs/xinetd.spec 2004-08-05 09:20:42 UTC (rev 3959) @@ -1,7 +1,7 @@ Summary: A secure replacement for inetd. Name: xinetd Version: 2.3.13 -Release: 8jh +Release: 8ts License: Distributable Group: main Source: http://www.xinetd.org/%{name}-%{version}.tar.gz @@ -111,6 +111,9 @@ %config(noreplace) /etc/sysconfig/xinetd %changelog +* Thu Aug 05 2004 tsintegrate 2.3.13-8ts +- current (2.3.13-8jh) integrated as 2.3.13-8ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 2.3.13-8jh - enable pie From svn at tinysofa.org Thu Aug 5 09:20:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:20:50 +1000 (EST) Subject: [tinysofa-svn] r3960 - tinysofa/releases/1.1/xinetd Message-ID: <20040805092050.AB6594E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:20:48 +1000 (Thu, 05 Aug 2004) New Revision: 3960 Removed: tinysofa/releases/1.1/xinetd/pristine/ Log: xinetd: * removing pristine (2.3.13-6ts) From svn at tinysofa.org Thu Aug 5 09:20:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:20:56 +1000 (EST) Subject: [tinysofa-svn] r3961 - tinysofa/releases/1.1/xinetd Message-ID: <20040805092056.C61A34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:20:56 +1000 (Thu, 05 Aug 2004) New Revision: 3961 Added: tinysofa/releases/1.1/xinetd/pristine/ Log: xinetd: * retarget pristine (2.3.13-6ts) to releases/2.3.13/8ts Copied: tinysofa/releases/1.1/xinetd/pristine (from rev 3959, tinysofa/releases/1.1/xinetd/releases/2.3.13/8ts) From svn at tinysofa.org Thu Aug 5 09:21:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:21:09 +1000 (EST) Subject: [tinysofa-svn] r3962 - in tinysofa/releases/1.1/ypbind-mt: current/specs releases/1.17.2 releases/1.17.2/3ts/specs Message-ID: <20040805092109.DDB224E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:21:09 +1000 (Thu, 05 Aug 2004) New Revision: 3962 Added: tinysofa/releases/1.1/ypbind-mt/releases/1.17.2/3ts/ Modified: tinysofa/releases/1.1/ypbind-mt/current/specs/ypbind-mt.spec tinysofa/releases/1.1/ypbind-mt/releases/1.17.2/3ts/specs/ypbind-mt.spec Log: ypbind-mt: * integrate current (1.17.2-3jh) as releases/1.17.2/3ts Modified: tinysofa/releases/1.1/ypbind-mt/current/specs/ypbind-mt.spec =================================================================== --- tinysofa/releases/1.1/ypbind-mt/current/specs/ypbind-mt.spec 2004-08-05 09:20:56 UTC (rev 3961) +++ tinysofa/releases/1.1/ypbind-mt/current/specs/ypbind-mt.spec 2004-08-05 09:21:09 UTC (rev 3962) @@ -1,7 +1,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain. Name: ypbind-mt Version: 1.17.2 -Release: 3jh +Release: 3ts License: GPL Group: extra Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{PACKAGE_VERSION}.tar.bz2 @@ -69,6 +69,9 @@ %doc README %changelog +* Thu Aug 05 2004 tsintegrate 1.17.2-3ts +- current (1.17.2-3jh) integrated as 1.17.2-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.17.2-2ts - current (1.17.2-1ts) integrated as 1.17.2-2ts for release 1.0-U1 Copied: tinysofa/releases/1.1/ypbind-mt/releases/1.17.2/3ts (from rev 3396, tinysofa/releases/1.1/ypbind-mt/current) Modified: tinysofa/releases/1.1/ypbind-mt/releases/1.17.2/3ts/specs/ypbind-mt.spec =================================================================== --- tinysofa/releases/1.1/ypbind-mt/current/specs/ypbind-mt.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ypbind-mt/releases/1.17.2/3ts/specs/ypbind-mt.spec 2004-08-05 09:21:09 UTC (rev 3962) @@ -1,7 +1,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain. Name: ypbind-mt Version: 1.17.2 -Release: 3jh +Release: 3ts License: GPL Group: extra Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{PACKAGE_VERSION}.tar.bz2 @@ -69,6 +69,9 @@ %doc README %changelog +* Thu Aug 05 2004 tsintegrate 1.17.2-3ts +- current (1.17.2-3jh) integrated as 1.17.2-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 1.17.2-2ts - current (1.17.2-1ts) integrated as 1.17.2-2ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:21:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:21:14 +1000 (EST) Subject: [tinysofa-svn] r3963 - tinysofa/releases/1.1/ypbind-mt Message-ID: <20040805092114.D335E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:21:14 +1000 (Thu, 05 Aug 2004) New Revision: 3963 Removed: tinysofa/releases/1.1/ypbind-mt/pristine/ Log: ypbind-mt: * removing pristine (1.17.2-2ts) From svn at tinysofa.org Thu Aug 5 09:21:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:21:20 +1000 (EST) Subject: [tinysofa-svn] r3964 - tinysofa/releases/1.1/ypbind-mt Message-ID: <20040805092120.4CE554E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:21:20 +1000 (Thu, 05 Aug 2004) New Revision: 3964 Added: tinysofa/releases/1.1/ypbind-mt/pristine/ Log: ypbind-mt: * retarget pristine (1.17.2-2ts) to releases/1.17.2/3ts Copied: tinysofa/releases/1.1/ypbind-mt/pristine (from rev 3962, tinysofa/releases/1.1/ypbind-mt/releases/1.17.2/3ts) From svn at tinysofa.org Thu Aug 5 09:21:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:21:31 +1000 (EST) Subject: [tinysofa-svn] r3965 - in tinysofa/releases/1.1/ypserv: current/specs releases/2.12.1 releases/2.12.1/3ts/specs Message-ID: <20040805092131.CD4304E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:21:31 +1000 (Thu, 05 Aug 2004) New Revision: 3965 Added: tinysofa/releases/1.1/ypserv/releases/2.12.1/3ts/ Modified: tinysofa/releases/1.1/ypserv/current/specs/ypserv.spec tinysofa/releases/1.1/ypserv/releases/2.12.1/3ts/specs/ypserv.spec Log: ypserv: * integrate current (2.12.1-3jh) as releases/2.12.1/3ts Modified: tinysofa/releases/1.1/ypserv/current/specs/ypserv.spec =================================================================== --- tinysofa/releases/1.1/ypserv/current/specs/ypserv.spec 2004-08-05 09:21:20 UTC (rev 3964) +++ tinysofa/releases/1.1/ypserv/current/specs/ypserv.spec 2004-08-05 09:21:31 UTC (rev 3965) @@ -1,7 +1,7 @@ Summary: The NIS (Network Information Service) server. Name: ypserv Version: 2.12.1 -Release: 3jh +Release: 3ts License: GPL Group: extra Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2 @@ -100,6 +100,9 @@ /usr/include/*/* %changelog +* Thu Aug 05 2004 tsintegrate 2.12.1-3ts +- current (2.12.1-3jh) integrated as 2.12.1-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.12.1-2ts - current (2.12.1-1ts) integrated as 2.12.1-2ts for release 1.0-U1 Copied: tinysofa/releases/1.1/ypserv/releases/2.12.1/3ts (from rev 3396, tinysofa/releases/1.1/ypserv/current) Modified: tinysofa/releases/1.1/ypserv/releases/2.12.1/3ts/specs/ypserv.spec =================================================================== --- tinysofa/releases/1.1/ypserv/current/specs/ypserv.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ypserv/releases/2.12.1/3ts/specs/ypserv.spec 2004-08-05 09:21:31 UTC (rev 3965) @@ -1,7 +1,7 @@ Summary: The NIS (Network Information Service) server. Name: ypserv Version: 2.12.1 -Release: 3jh +Release: 3ts License: GPL Group: extra Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2 @@ -100,6 +100,9 @@ /usr/include/*/* %changelog +* Thu Aug 05 2004 tsintegrate 2.12.1-3ts +- current (2.12.1-3jh) integrated as 2.12.1-3ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.12.1-2ts - current (2.12.1-1ts) integrated as 2.12.1-2ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:21:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:21:36 +1000 (EST) Subject: [tinysofa-svn] r3966 - tinysofa/releases/1.1/ypserv Message-ID: <20040805092136.D8FF44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:21:36 +1000 (Thu, 05 Aug 2004) New Revision: 3966 Removed: tinysofa/releases/1.1/ypserv/pristine/ Log: ypserv: * removing pristine (2.12.1-2ts) From svn at tinysofa.org Thu Aug 5 09:21:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:21:42 +1000 (EST) Subject: [tinysofa-svn] r3967 - tinysofa/releases/1.1/ypserv Message-ID: <20040805092142.590A94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:21:42 +1000 (Thu, 05 Aug 2004) New Revision: 3967 Added: tinysofa/releases/1.1/ypserv/pristine/ Log: ypserv: * retarget pristine (2.12.1-2ts) to releases/2.12.1/3ts Copied: tinysofa/releases/1.1/ypserv/pristine (from rev 3965, tinysofa/releases/1.1/ypserv/releases/2.12.1/3ts) From svn at tinysofa.org Thu Aug 5 09:21:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:21:53 +1000 (EST) Subject: [tinysofa-svn] r3968 - in tinysofa/releases/1.1/yp-tools: current/specs releases/2.8 releases/2.8/8ts/specs Message-ID: <20040805092153.00FB34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:21:53 +1000 (Thu, 05 Aug 2004) New Revision: 3968 Added: tinysofa/releases/1.1/yp-tools/releases/2.8/8ts/ Modified: tinysofa/releases/1.1/yp-tools/current/specs/yp-tools.spec tinysofa/releases/1.1/yp-tools/releases/2.8/8ts/specs/yp-tools.spec Log: yp-tools: * integrate current (2.8-8jh) as releases/2.8/8ts Modified: tinysofa/releases/1.1/yp-tools/current/specs/yp-tools.spec =================================================================== --- tinysofa/releases/1.1/yp-tools/current/specs/yp-tools.spec 2004-08-05 09:21:42 UTC (rev 3967) +++ tinysofa/releases/1.1/yp-tools/current/specs/yp-tools.spec 2004-08-05 09:21:53 UTC (rev 3968) @@ -1,7 +1,7 @@ Summary: NIS (or YP) client programs. Name: yp-tools Version: 2.8 -Release: 8jh +Release: 8ts License: GNU Group: extra Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.gz @@ -58,6 +58,9 @@ /var/yp/nicknames %changelog +* Thu Aug 05 2004 tsintegrate 2.8-8ts +- current (2.8-8jh) integrated as 2.8-8ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.8-7ts - current (2.8-6ts) integrated as 2.8-7ts for release 1.0-U1 Copied: tinysofa/releases/1.1/yp-tools/releases/2.8/8ts (from rev 3396, tinysofa/releases/1.1/yp-tools/current) Modified: tinysofa/releases/1.1/yp-tools/releases/2.8/8ts/specs/yp-tools.spec =================================================================== --- tinysofa/releases/1.1/yp-tools/current/specs/yp-tools.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/yp-tools/releases/2.8/8ts/specs/yp-tools.spec 2004-08-05 09:21:53 UTC (rev 3968) @@ -1,7 +1,7 @@ Summary: NIS (or YP) client programs. Name: yp-tools Version: 2.8 -Release: 8jh +Release: 8ts License: GNU Group: extra Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.gz @@ -58,6 +58,9 @@ /var/yp/nicknames %changelog +* Thu Aug 05 2004 tsintegrate 2.8-8ts +- current (2.8-8jh) integrated as 2.8-8ts for release 1.1 + * Wed May 19 2004 tsintegrate 2.8-7ts - current (2.8-6ts) integrated as 2.8-7ts for release 1.0-U1 From svn at tinysofa.org Thu Aug 5 09:21:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:21:58 +1000 (EST) Subject: [tinysofa-svn] r3969 - tinysofa/releases/1.1/yp-tools Message-ID: <20040805092158.C72EB4E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:21:58 +1000 (Thu, 05 Aug 2004) New Revision: 3969 Removed: tinysofa/releases/1.1/yp-tools/pristine/ Log: yp-tools: * removing pristine (2.8-7ts) From svn at tinysofa.org Thu Aug 5 09:22:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:22:04 +1000 (EST) Subject: [tinysofa-svn] r3970 - tinysofa/releases/1.1/yp-tools Message-ID: <20040805092204.6B8944E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:22:04 +1000 (Thu, 05 Aug 2004) New Revision: 3970 Added: tinysofa/releases/1.1/yp-tools/pristine/ Log: yp-tools: * retarget pristine (2.8-7ts) to releases/2.8/8ts Copied: tinysofa/releases/1.1/yp-tools/pristine (from rev 3968, tinysofa/releases/1.1/yp-tools/releases/2.8/8ts) From svn at tinysofa.org Thu Aug 5 09:22:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:22:13 +1000 (EST) Subject: [tinysofa-svn] r3971 - in tinysofa/releases/1.1/zlib: current/specs releases releases/1.2.1.1 releases/1.2.1.1/1ts/specs Message-ID: <20040805092213.52F314E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:22:12 +1000 (Thu, 05 Aug 2004) New Revision: 3971 Added: tinysofa/releases/1.1/zlib/releases/1.2.1.1/ tinysofa/releases/1.1/zlib/releases/1.2.1.1/1ts/ Modified: tinysofa/releases/1.1/zlib/current/specs/zlib.spec tinysofa/releases/1.1/zlib/releases/1.2.1.1/1ts/specs/zlib.spec Log: zlib: * integrate current (1.2.1.1-1jh) as releases/1.2.1.1/1ts Modified: tinysofa/releases/1.1/zlib/current/specs/zlib.spec =================================================================== --- tinysofa/releases/1.1/zlib/current/specs/zlib.spec 2004-08-05 09:22:04 UTC (rev 3970) +++ tinysofa/releases/1.1/zlib/current/specs/zlib.spec 2004-08-05 09:22:12 UTC (rev 3971) @@ -1,7 +1,7 @@ Summary: The zlib compression and decompression library. Name: zlib Version: 1.2.1.1 -Release: 1jh +Release: 1ts Group: main Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz Patch0: zlib-1.1.4-make-test.patch @@ -82,6 +82,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.2.1.1-1ts +- current (1.2.1.1-1jh) integrated as 1.2.1.1-1ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/zlib/releases/1.2.1.1/1ts (from rev 3396, tinysofa/releases/1.1/zlib/current) Modified: tinysofa/releases/1.1/zlib/releases/1.2.1.1/1ts/specs/zlib.spec =================================================================== --- tinysofa/releases/1.1/zlib/current/specs/zlib.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/zlib/releases/1.2.1.1/1ts/specs/zlib.spec 2004-08-05 09:22:12 UTC (rev 3971) @@ -1,7 +1,7 @@ Summary: The zlib compression and decompression library. Name: zlib Version: 1.2.1.1 -Release: 1jh +Release: 1ts Group: main Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz Patch0: zlib-1.1.4-make-test.patch @@ -82,6 +82,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.2.1.1-1ts +- current (1.2.1.1-1jh) integrated as 1.2.1.1-1ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 09:22:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:22:17 +1000 (EST) Subject: [tinysofa-svn] r3972 - tinysofa/releases/1.1/zlib Message-ID: <20040805092217.9EDFF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:22:17 +1000 (Thu, 05 Aug 2004) New Revision: 3972 Removed: tinysofa/releases/1.1/zlib/pristine/ Log: zlib: * removing pristine (1.2.1-5ts) From svn at tinysofa.org Thu Aug 5 09:22:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:22:22 +1000 (EST) Subject: [tinysofa-svn] r3973 - tinysofa/releases/1.1/zlib Message-ID: <20040805092222.A21704E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:22:22 +1000 (Thu, 05 Aug 2004) New Revision: 3973 Added: tinysofa/releases/1.1/zlib/pristine/ Log: zlib: * retarget pristine (1.2.1-5ts) to releases/1.2.1.1/1ts Copied: tinysofa/releases/1.1/zlib/pristine (from rev 3971, tinysofa/releases/1.1/zlib/releases/1.2.1.1/1ts) From svn at tinysofa.org Thu Aug 5 09:15:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:15:34 +1000 (EST) Subject: [tinysofa-svn] r3928 - tinysofa/releases/1.1/termcap Message-ID: <20040805091534.29B064E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:15:32 +1000 (Thu, 05 Aug 2004) New Revision: 3928 Added: tinysofa/releases/1.1/termcap/pristine/ Log: termcap: * retarget pristine (11.0.1-9ts) to releases/11.0.1/10ts Copied: tinysofa/releases/1.1/termcap/pristine (from rev 3926, tinysofa/releases/1.1/termcap/releases/11.0.1/10ts) From svn at tinysofa.org Thu Aug 5 09:17:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:17:10 +1000 (EST) Subject: [tinysofa-svn] r3939 - tinysofa/releases/1.1/util-linux Message-ID: <20040805091710.F2B394E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:17:09 +1000 (Thu, 05 Aug 2004) New Revision: 3939 Removed: tinysofa/releases/1.1/util-linux/pristine/ Log: util-linux: * removing pristine (2.11z-12ts) From svn at tinysofa.org Thu Aug 5 09:17:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:17:17 +1000 (EST) Subject: [tinysofa-svn] r3940 - tinysofa/releases/1.1/util-linux Message-ID: <20040805091717.CF4434E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:17:16 +1000 (Thu, 05 Aug 2004) New Revision: 3940 Added: tinysofa/releases/1.1/util-linux/pristine/ Log: util-linux: * retarget pristine (2.11z-12ts) to releases/2.12a/1ts Copied: tinysofa/releases/1.1/util-linux/pristine (from rev 3938, tinysofa/releases/1.1/util-linux/releases/2.12a/1ts) From svn at tinysofa.org Thu Aug 5 09:17:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:17:28 +1000 (EST) Subject: [tinysofa-svn] r3941 - in tinysofa/releases/1.1/vim: current/specs releases releases/6.2.532 releases/6.2.532/2ts/specs Message-ID: <20040805091728.92F6F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:17:27 +1000 (Thu, 05 Aug 2004) New Revision: 3941 Added: tinysofa/releases/1.1/vim/releases/6.2.532/ tinysofa/releases/1.1/vim/releases/6.2.532/2ts/ Modified: tinysofa/releases/1.1/vim/current/specs/vim.spec tinysofa/releases/1.1/vim/releases/6.2.532/2ts/specs/vim.spec Log: vim: * integrate current (6.2.532-2jh) as releases/6.2.532/2ts Modified: tinysofa/releases/1.1/vim/current/specs/vim.spec =================================================================== --- tinysofa/releases/1.1/vim/current/specs/vim.spec 2004-08-05 09:17:16 UTC (rev 3940) +++ tinysofa/releases/1.1/vim/current/specs/vim.spec 2004-08-05 09:17:27 UTC (rev 3941) @@ -4,7 +4,7 @@ %define patchlevel 532 %define shortname vim62 Version: %srcversion.%patchlevel -Release: 2jh +Release: 2ts License: Charityware Group: main Source0: ftp://ftp.nl.vim.org/pub/vim/unix/%{name}-%{srcversion}.tar.bz2 @@ -207,6 +207,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 6.2.532-2ts +- current (6.2.532-2jh) integrated as 6.2.532-2ts for release 1.1 + * Fri Jun 4 2004 Jaakko Heinonen 6.2.532-2jh - integrate some changes from Conectiva spec - use more rpm macros Copied: tinysofa/releases/1.1/vim/releases/6.2.532/2ts (from rev 3396, tinysofa/releases/1.1/vim/current) Modified: tinysofa/releases/1.1/vim/releases/6.2.532/2ts/specs/vim.spec =================================================================== --- tinysofa/releases/1.1/vim/current/specs/vim.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/vim/releases/6.2.532/2ts/specs/vim.spec 2004-08-05 09:17:27 UTC (rev 3941) @@ -4,7 +4,7 @@ %define patchlevel 532 %define shortname vim62 Version: %srcversion.%patchlevel -Release: 2jh +Release: 2ts License: Charityware Group: main Source0: ftp://ftp.nl.vim.org/pub/vim/unix/%{name}-%{srcversion}.tar.bz2 @@ -207,6 +207,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 6.2.532-2ts +- current (6.2.532-2jh) integrated as 6.2.532-2ts for release 1.1 + * Fri Jun 4 2004 Jaakko Heinonen 6.2.532-2jh - integrate some changes from Conectiva spec - use more rpm macros From svn at tinysofa.org Thu Aug 5 09:17:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:17:34 +1000 (EST) Subject: [tinysofa-svn] r3942 - tinysofa/releases/1.1/vim Message-ID: <20040805091734.CC5CB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:17:33 +1000 (Thu, 05 Aug 2004) New Revision: 3942 Removed: tinysofa/releases/1.1/vim/pristine/ Log: vim: * removing pristine (6.2.098-8ts) From svn at tinysofa.org Thu Aug 5 09:17:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:17:41 +1000 (EST) Subject: [tinysofa-svn] r3943 - tinysofa/releases/1.1/vim Message-ID: <20040805091741.777DC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:17:40 +1000 (Thu, 05 Aug 2004) New Revision: 3943 Added: tinysofa/releases/1.1/vim/pristine/ Log: vim: * retarget pristine (6.2.098-8ts) to releases/6.2.532/2ts Copied: tinysofa/releases/1.1/vim/pristine (from rev 3941, tinysofa/releases/1.1/vim/releases/6.2.532/2ts) From svn at tinysofa.org Thu Aug 5 09:17:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:17:51 +1000 (EST) Subject: [tinysofa-svn] r3944 - in tinysofa/releases/1.1/vsftpd: current/specs releases releases/2.0.1 releases/2.0.1/2ts/specs Message-ID: <20040805091751.5E63E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:17:50 +1000 (Thu, 05 Aug 2004) New Revision: 3944 Added: tinysofa/releases/1.1/vsftpd/releases/2.0.1/ tinysofa/releases/1.1/vsftpd/releases/2.0.1/2ts/ Modified: tinysofa/releases/1.1/vsftpd/current/specs/vsftpd.spec tinysofa/releases/1.1/vsftpd/releases/2.0.1/2ts/specs/vsftpd.spec Log: vsftpd: * integrate current (2.0.1-2jh) as releases/2.0.1/2ts Modified: tinysofa/releases/1.1/vsftpd/current/specs/vsftpd.spec =================================================================== --- tinysofa/releases/1.1/vsftpd/current/specs/vsftpd.spec 2004-08-05 09:17:40 UTC (rev 3943) +++ tinysofa/releases/1.1/vsftpd/current/specs/vsftpd.spec 2004-08-05 09:17:50 UTC (rev 3944) @@ -1,7 +1,7 @@ Summary: vsftpd - Very Secure Ftp Daemon Name: vsftpd Version: 2.0.1 -Release: 2jh +Release: 2ts License: GPL Group: main URL: http://vsftpd.beasts.org/ @@ -124,6 +124,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.0.1-2ts +- current (2.0.1-2jh) integrated as 2.0.1-2ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 2.0.1-2jh - obsolete anonftp - move anonymous ftp directory to /srv/ftp Copied: tinysofa/releases/1.1/vsftpd/releases/2.0.1/2ts (from rev 3396, tinysofa/releases/1.1/vsftpd/current) Modified: tinysofa/releases/1.1/vsftpd/releases/2.0.1/2ts/specs/vsftpd.spec =================================================================== --- tinysofa/releases/1.1/vsftpd/current/specs/vsftpd.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/vsftpd/releases/2.0.1/2ts/specs/vsftpd.spec 2004-08-05 09:17:50 UTC (rev 3944) @@ -1,7 +1,7 @@ Summary: vsftpd - Very Secure Ftp Daemon Name: vsftpd Version: 2.0.1 -Release: 2jh +Release: 2ts License: GPL Group: main URL: http://vsftpd.beasts.org/ @@ -124,6 +124,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.0.1-2ts +- current (2.0.1-2jh) integrated as 2.0.1-2ts for release 1.1 + * Wed Jul 28 2004 Jaakko Heinonen 2.0.1-2jh - obsolete anonftp - move anonymous ftp directory to /srv/ftp From svn at tinysofa.org Thu Aug 5 09:17:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:17:56 +1000 (EST) Subject: [tinysofa-svn] r3945 - tinysofa/releases/1.1/vsftpd Message-ID: <20040805091756.E19944E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:17:55 +1000 (Thu, 05 Aug 2004) New Revision: 3945 Removed: tinysofa/releases/1.1/vsftpd/pristine/ Log: vsftpd: * removing pristine (1.2.2-2ts) From svn at tinysofa.org Thu Aug 5 09:18:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:18:03 +1000 (EST) Subject: [tinysofa-svn] r3946 - tinysofa/releases/1.1/vsftpd Message-ID: <20040805091803.84B8E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:18:02 +1000 (Thu, 05 Aug 2004) New Revision: 3946 Added: tinysofa/releases/1.1/vsftpd/pristine/ Log: vsftpd: * retarget pristine (1.2.2-2ts) to releases/2.0.1/2ts Copied: tinysofa/releases/1.1/vsftpd/pristine (from rev 3944, tinysofa/releases/1.1/vsftpd/releases/2.0.1/2ts) From svn at tinysofa.org Thu Aug 5 09:18:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:18:16 +1000 (EST) Subject: [tinysofa-svn] r3947 - in tinysofa/releases/1.1/wget: current/specs releases/1.9.1 releases/1.9.1/7ts/specs Message-ID: <20040805091816.5748B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:18:15 +1000 (Thu, 05 Aug 2004) New Revision: 3947 Added: tinysofa/releases/1.1/wget/releases/1.9.1/7ts/ Modified: tinysofa/releases/1.1/wget/current/specs/wget.spec tinysofa/releases/1.1/wget/releases/1.9.1/7ts/specs/wget.spec Log: wget: * integrate current (1.9.1-7jh) as releases/1.9.1/7ts Modified: tinysofa/releases/1.1/wget/current/specs/wget.spec =================================================================== --- tinysofa/releases/1.1/wget/current/specs/wget.spec 2004-08-05 09:18:02 UTC (rev 3946) +++ tinysofa/releases/1.1/wget/current/specs/wget.spec 2004-08-05 09:18:15 UTC (rev 3947) @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.9.1 -Release: 7jh +Release: 7ts License: GPL Group: extra URL: http://wget.sunsite.dk/ @@ -77,6 +77,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.9.1-7ts +- current (1.9.1-7jh) integrated as 1.9.1-7ts for release 1.1 + * Thu Mar 11 2004 Karsten Hopp 1.9.1-3 - fix documentation (#117517) Copied: tinysofa/releases/1.1/wget/releases/1.9.1/7ts (from rev 3396, tinysofa/releases/1.1/wget/current) Modified: tinysofa/releases/1.1/wget/releases/1.9.1/7ts/specs/wget.spec =================================================================== --- tinysofa/releases/1.1/wget/current/specs/wget.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/wget/releases/1.9.1/7ts/specs/wget.spec 2004-08-05 09:18:15 UTC (rev 3947) @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.9.1 -Release: 7jh +Release: 7ts License: GPL Group: extra URL: http://wget.sunsite.dk/ @@ -77,6 +77,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.9.1-7ts +- current (1.9.1-7jh) integrated as 1.9.1-7ts for release 1.1 + * Thu Mar 11 2004 Karsten Hopp 1.9.1-3 - fix documentation (#117517) From svn at tinysofa.org Thu Aug 5 09:18:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:18:21 +1000 (EST) Subject: [tinysofa-svn] r3948 - tinysofa/releases/1.1/wget Message-ID: <20040805091821.8698A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:18:20 +1000 (Thu, 05 Aug 2004) New Revision: 3948 Removed: tinysofa/releases/1.1/wget/pristine/ Log: wget: * removing pristine (1.9.1-6ts) From svn at tinysofa.org Thu Aug 5 09:18:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 19:18:26 +1000 (EST) Subject: [tinysofa-svn] r3949 - tinysofa/releases/1.1/wget Message-ID: <20040805091826.BA85E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 19:18:25 +1000 (Thu, 05 Aug 2004) New Revision: 3949 Added: tinysofa/releases/1.1/wget/pristine/ Log: wget: * retarget pristine (1.9.1-6ts) to releases/1.9.1/7ts Copied: tinysofa/releases/1.1/wget/pristine (from rev 3947, tinysofa/releases/1.1/wget/releases/1.9.1/7ts) From svn at tinysofa.org Thu Aug 5 10:18:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 20:18:55 +1000 (EST) Subject: [tinysofa-svn] r3974 - tinysofa/releases/1.1/libpng/current Message-ID: <20040805101855.E83EB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 20:18:54 +1000 (Thu, 05 Aug 2004) New Revision: 3974 Removed: tinysofa/releases/1.1/libpng/current/sources/ Log: - remove libpng sources From svn at tinysofa.org Thu Aug 5 10:19:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 20:19:38 +1000 (EST) Subject: [tinysofa-svn] r3975 - tinysofa/releases/1.1/libpng/current Message-ID: <20040805101938.DFC564E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 20:19:38 +1000 (Thu, 05 Aug 2004) New Revision: 3975 Added: tinysofa/releases/1.1/libpng/current/sources/ Log: - copy libpng sources from 1.0 Copied: tinysofa/releases/1.1/libpng/current/sources (from rev 3974, tinysofa/releases/1.0/libpng/current/sources) From svn at tinysofa.org Thu Aug 5 10:23:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 5 Aug 2004 20:23:19 +1000 (EST) Subject: [tinysofa-svn] r3976 - tinysofa/releases/1.1/libpng/current/specs Message-ID: <20040805102319.6E16C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-05 20:23:19 +1000 (Thu, 05 Aug 2004) New Revision: 3976 Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec Log: - update spec for security fixes Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 10:19:38 UTC (rev 3975) +++ tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 10:23:19 UTC (rev 3976) @@ -1,12 +1,11 @@ Summary: libpng, library for working with PNG files Name: libpng Version: 1.2.5 -Release: 13ts +Release: 14jh License: OSI Group: extra Source: http://www.libpng.org/pub/png/src/libpng-1.2.5.tar.bz2 -Patch: libpng-1.2.5-can-2004-0421.patch -Patch1: libpng-1.0.15-transfix.patch +Patch: libpng-1.2.5-all-patches.txt BuildRoot: %{_tmppath}/%{name}-root BuildPrereq: zlib-devel Provides: libpng12 @@ -21,7 +20,7 @@ with libpng. %package devel -Group: development +Group: tinysofa official Summary: Development tools for version 1.2 of libpng Provides: libpng12-devel Obsoletes: libpng12-devel @@ -38,7 +37,7 @@ libpng package. %package tools -Group: extra +Group: tinysofa official Summary: two utilities to convert pnm to png and back Requires: %{name} = %{version} @@ -49,7 +48,6 @@ %prep %setup -q -n libpng-%{version} %patch -p1 -%patch1 -p1 -b .transfix ln -s scripts/makefile.linux Makefile %build @@ -113,6 +111,10 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 5 2004 Omar Kilani +- add libpng-1.2.5-all-patches.txt, fixes all previous security holes +- and CAN-2004-0597, CAN-2004-0598, CAN-2004-0599. + * Thu Aug 05 2004 tsintegrate 1.2.5-13ts - current (1.2.5-13jh) integrated as 1.2.5-13ts for release 1.1 From svn at tinysofa.org Thu Aug 5 14:04:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 00:04:40 +1000 (EST) Subject: [tinysofa-svn] r3977 - tinysofa/releases/1.1/libpng/current/specs Message-ID: <20040805140440.84AEC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 00:04:38 +1000 (Fri, 06 Aug 2004) New Revision: 3977 Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec Log: - fix groups Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 10:23:19 UTC (rev 3976) +++ tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 14:04:38 UTC (rev 3977) @@ -20,7 +20,7 @@ with libpng. %package devel -Group: tinysofa official +Group: development Summary: Development tools for version 1.2 of libpng Provides: libpng12-devel Obsoletes: libpng12-devel @@ -37,7 +37,7 @@ libpng package. %package tools -Group: tinysofa official +Group: extra Summary: two utilities to convert pnm to png and back Requires: %{name} = %{version} From svn at tinysofa.org Thu Aug 5 17:51:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 03:51:23 +1000 (EST) Subject: [tinysofa-svn] r3978 - in tinysofa/releases/1.1/grub/current: sources specs Message-ID: <20040805175123.2B4554E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 03:51:22 +1000 (Fri, 06 Aug 2004) New Revision: 3978 Modified: tinysofa/releases/1.1/grub/current/sources/tinysofa.xpm.gz tinysofa/releases/1.1/grub/current/specs/grub.spec Log: - change splash screen Modified: tinysofa/releases/1.1/grub/current/sources/tinysofa.xpm.gz =================================================================== (Binary files differ) Modified: tinysofa/releases/1.1/grub/current/specs/grub.spec =================================================================== --- tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 14:04:38 UTC (rev 3977) +++ tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 17:51:22 UTC (rev 3978) @@ -1,6 +1,6 @@ Name: grub Version: 0.94 -Release: 2ts +Release: 3jh Summary: GRUB - the Grand Unified Boot Loader. Group: main License: GPL @@ -125,6 +125,9 @@ %{_datadir}/grub %changelog +* Thu Aug 5 2004 Jaakko Heinonen 0.94-3jh +- change splash screen + * Thu Aug 05 2004 tsintegrate 0.94-2ts - current (0.94-2jh) integrated as 0.94-2ts for release 1.1 From svn at tinysofa.org Thu Aug 5 17:59:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 03:59:25 +1000 (EST) Subject: [tinysofa-svn] r3979 - in projects/ts-anaconda/trunk: . utils Message-ID: <20040805175925.BE6704E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 03:59:25 +1000 (Fri, 06 Aug 2004) New Revision: 3979 Modified: projects/ts-anaconda/trunk/Makefile.inc projects/ts-anaconda/trunk/bootloader.py projects/ts-anaconda/trunk/packages.py projects/ts-anaconda/trunk/utils/genhdlist.c Log: - change grub background color - minor tweaks Modified: projects/ts-anaconda/trunk/Makefile.inc =================================================================== --- projects/ts-anaconda/trunk/Makefile.inc 2004-08-05 17:51:22 UTC (rev 3978) +++ projects/ts-anaconda/trunk/Makefile.inc 2004-08-05 17:59:25 UTC (rev 3979) @@ -24,4 +24,4 @@ # Define version string # -ANACONDAVERSION=1.1.3 +ANACONDAVERSION=1.1.4 Modified: projects/ts-anaconda/trunk/bootloader.py =================================================================== --- projects/ts-anaconda/trunk/bootloader.py 2004-08-05 17:51:22 UTC (rev 3978) +++ projects/ts-anaconda/trunk/bootloader.py 2004-08-05 17:59:25 UTC (rev 3979) @@ -499,7 +499,7 @@ f.write('splashimage=%s%sgrub/tinysofa.xpm.gz\n' % (grubbyPartitionName(bootDev), cfPath)) f.write('foreground=000000\n') - f.write('background=5AAAEE\n') + f.write('background=96806D\n') f.write('shade=0\n') usedDevs[bootDev] = 1 Modified: projects/ts-anaconda/trunk/packages.py =================================================================== --- projects/ts-anaconda/trunk/packages.py 2004-08-05 17:51:22 UTC (rev 3978) +++ projects/ts-anaconda/trunk/packages.py 2004-08-05 17:59:25 UTC (rev 3979) @@ -539,7 +539,6 @@ if not id.hdList.preordered(): log ("WARNING: not all packages in hdlist had order tag") ts.check() - ts.order() else: ts.check() ts.order() Modified: projects/ts-anaconda/trunk/utils/genhdlist.c =================================================================== --- projects/ts-anaconda/trunk/utils/genhdlist.c 2004-08-05 17:51:22 UTC (rev 3978) +++ projects/ts-anaconda/trunk/utils/genhdlist.c 2004-08-05 17:59:25 UTC (rev 3979) @@ -459,6 +459,7 @@ strcpy (depOrder[numpkgs], b); numpkgs++; } + depOrder[numpkgs] = NULL; /* end with a null */ } requireTable = htNewTable(1000); From svn at tinysofa.org Thu Aug 5 18:15:29 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:15:29 +1000 (EST) Subject: [tinysofa-svn] r3980 - in tinysofa/releases/1.1/anaconda/current: sources specs Message-ID: <20040805181529.1AB634E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:15:28 +1000 (Fri, 06 Aug 2004) New Revision: 3980 Added: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.4.tar.bz2 Removed: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.3.tar.bz2 Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec Log: - 1.1.4 Deleted: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.3.tar.bz2 =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.4.tar.bz2 =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.4.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec =================================================================== --- tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-05 17:59:25 UTC (rev 3979) +++ tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-05 18:15:28 UTC (rev 3980) @@ -1,8 +1,8 @@ # The modutils tarball should be kept in track with modutils.src.rpm ExclusiveArch: i386 i586 Name: anaconda -Version: 1.1.3 -Release: 2ts +Version: 1.1.4 +Release: 1jh Epoch: 1 License: GPL Summary: The tinysofa installation program. From svn at tinysofa.org Thu Aug 5 18:18:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:18:20 +1000 (EST) Subject: [tinysofa-svn] r3981 - in tinysofa/releases/1.1/httpd/current: sources specs Message-ID: <20040805181820.580FF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:18:20 +1000 (Fri, 06 Aug 2004) New Revision: 3981 Added: tinysofa/releases/1.1/httpd/current/sources/tinysofa_cs.png Removed: tinysofa/releases/1.1/httpd/current/sources/tinysofa.png Modified: tinysofa/releases/1.1/httpd/current/sources/index.html.tinysofa tinysofa/releases/1.1/httpd/current/specs/httpd.spec Log: - update default index page Modified: tinysofa/releases/1.1/httpd/current/sources/index.html.tinysofa =================================================================== --- tinysofa/releases/1.1/httpd/current/sources/index.html.tinysofa 2004-08-05 18:15:28 UTC (rev 3980) +++ tinysofa/releases/1.1/httpd/current/sources/index.html.tinysofa 2004-08-05 18:18:20 UTC (rev 3981) @@ -81,7 +81,7 @@
- +


tinysofa classic server


tinysofa classic server
imagine a world full of tiny sofas...
@@ -113,7 +113,7 @@

If you are the website administrator:

-

You may now add content to the directory /home/www/html/. Note that until you do so, people visiting your website will see this page, and not your content. To prevent this page from ever being used, follow the instructions in the file /etc/httpd/conf.d/welcome.conf.

+

You may now add content to the directory /srv/www/html/. Note that until you do so, people visiting your website will see this page, and not your content. To prevent this page from ever being used, follow the instructions in the file /etc/httpd/conf.d/welcome.conf.

Deleted: tinysofa/releases/1.1/httpd/current/sources/tinysofa.png =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/httpd/current/sources/tinysofa_cs.png =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/httpd/current/sources/tinysofa_cs.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/httpd/current/specs/httpd.spec =================================================================== --- tinysofa/releases/1.1/httpd/current/specs/httpd.spec 2004-08-05 18:15:28 UTC (rev 3980) +++ tinysofa/releases/1.1/httpd/current/specs/httpd.spec 2004-08-05 18:18:20 UTC (rev 3981) @@ -7,13 +7,13 @@ Summary: Apache HTTP Server Name: httpd Version: 2.0.50 -Release: 2jh +Release: 3jh URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html.tinysofa Source3: httpd.logrotate Source4: httpd.init -Source6: tinysofa.png +Source6: tinysofa_cs.png Source7: imagine.png Source10: httpd.conf Source11: ssl.conf @@ -373,7 +373,7 @@ -name \*.xml -o -name \*.xml.* -o -name \*.ent -o -name \*.xsl -o -name \*.dtd \ \) -print0 | xargs -0 rm -f -install -m 644 $RPM_SOURCE_DIR/tinysofa.png \ +install -m 644 $RPM_SOURCE_DIR/tinysofa_cs.png \ $RPM_BUILD_ROOT%{contentdir}/icons install -m 644 $RPM_SOURCE_DIR/imagine.png \ $RPM_BUILD_ROOT%{contentdir}/icons From svn at tinysofa.org Thu Aug 5 18:41:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:41:10 +1000 (EST) Subject: [tinysofa-svn] r3982 - in tinysofa/releases/1.1/grub: current/specs releases/0.94 releases/0.94/3ts/sources releases/0.94/3ts/specs Message-ID: <20040805184110.9C7BD4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:41:10 +1000 (Fri, 06 Aug 2004) New Revision: 3982 Added: tinysofa/releases/1.1/grub/releases/0.94/3ts/ tinysofa/releases/1.1/grub/releases/0.94/3ts/sources/tinysofa.xpm.gz tinysofa/releases/1.1/grub/releases/0.94/3ts/specs/grub.spec Removed: tinysofa/releases/1.1/grub/releases/0.94/3ts/sources/tinysofa.xpm.gz tinysofa/releases/1.1/grub/releases/0.94/3ts/specs/grub.spec Modified: tinysofa/releases/1.1/grub/current/specs/grub.spec Log: grub: * integrate current (0.94-3jh) as releases/0.94/3ts Modified: tinysofa/releases/1.1/grub/current/specs/grub.spec =================================================================== --- tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 18:18:20 UTC (rev 3981) +++ tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 18:41:10 UTC (rev 3982) @@ -1,6 +1,6 @@ Name: grub Version: 0.94 -Release: 3jh +Release: 3ts Summary: GRUB - the Grand Unified Boot Loader. Group: main License: GPL @@ -125,6 +125,9 @@ %{_datadir}/grub %changelog +* Thu Aug 05 2004 tsintegrate 0.94-3ts +- current (0.94-3jh) integrated as 0.94-3ts for release 1.1 + * Thu Aug 5 2004 Jaakko Heinonen 0.94-3jh - change splash screen Copied: tinysofa/releases/1.1/grub/releases/0.94/3ts (from rev 3396, tinysofa/releases/1.1/grub/current) Deleted: tinysofa/releases/1.1/grub/releases/0.94/3ts/sources/tinysofa.xpm.gz =================================================================== (Binary files differ) Copied: tinysofa/releases/1.1/grub/releases/0.94/3ts/sources/tinysofa.xpm.gz (from rev 3978, tinysofa/releases/1.1/grub/current/sources/tinysofa.xpm.gz) Deleted: tinysofa/releases/1.1/grub/releases/0.94/3ts/specs/grub.spec =================================================================== --- tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/grub/releases/0.94/3ts/specs/grub.spec 2004-08-05 18:41:10 UTC (rev 3982) @@ -1,325 +0,0 @@ -Name: grub -Version: 0.94 -Release: 2jh -Summary: GRUB - the Grand Unified Boot Loader. -Group: main -License: GPL -URL: http://www.gnu.org/software/%{name}/ -Source0: ftp://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -Source1: tinysofa.xpm.gz -# let's have some sort of organization for the patches -# patches 0-19 are for config file related changes (menu.lst->grub.conf) -Patch0: grub-0.93-configfile.patch -Patch1: grub-0.90-symlinkmenulst.patch - -# patches 20-39 are for grub-install bits -Patch20: grub-0.90-install.in.patch -Patch21: grub-0.94-installcopyonly.patch -Patch22: grub-0.94-addsyncs.patch - -# patches 40-59 are for miscellaneous build related patches -# link against curses statically -Patch40: grub-0.94-staticcurses.patch - -# patches submitted upstream and pending approval -# change the message so that how to accept changes is clearer (#53846) -Patch81: grub-0.93-endedit.patch - -# patches 100-199 are for features proposed but not accepted upstream -# add support for appending kernel arguments -Patch100: grub-0.90-append.patch -# add support for lilo -R-esque select a new os to boot into -Patch101: grub-0.93-once.patch - -# patches 200-299 are for graphics mode related patches -Patch200: grub-0.94-graphics.patch -Patch201: grub-0.91-splashimagehelp.patch -Patch202: grub-0.93-graphics-bootterm.patch -Patch203: grub-0.94-shade.patch - -# patches 300-399 are for things already upstream - -# patches 500+ are for miscellaneous little things -# support for non-std devs (eg cciss, etc) -Patch500: grub-0.93-special-device-names.patch -# for some reason, using the initrd max part of the setup.S structure -# causes problems on x86_64 and with 4G/4G -Patch501: grub-0.94-initrdmax.patch -# emd device names -Patch502: grub-0.93-emd.patch - -# the 2.6 kernel no longer does geometry fixups. so now I get to do it -# instead in userspace everywhere. -Patch1000: grub-0.94-geometry-26kernel.patch - -ExclusiveArch: i386 i586 x86_64 -BuildRequires: binutils >= 2.9.1.0.23, ncurses-devel, texinfo -BuildRequires: autoconf automake libtool -Requires: mktemp -Requires: /usr/bin/cmp -BuildRoot: %{_tmppath}/%{name}-root - -%description -GRUB (Grand Unified Boot Loader) is an experimental boot loader -capable of booting into most free operating systems - Linux, FreeBSD, -NetBSD, GNU Mach, and others as well as most commercial operating -systems. - -%prep -%setup -q -%patch0 -p1 -b .config -%patch1 -p1 -b .menulst - -%patch20 -p1 -b .install -%patch21 -p1 -b .copyonly -%patch22 -p1 -b .addsync - -%patch40 -p1 -b .static - -%patch81 -p0 -b .endedit - -%patch100 -p1 -b .append -%patch101 -p1 -b .bootonce - -%patch200 -p1 -b .graphics -%patch201 -p1 -b .splashhelp -%patch202 -p1 -b .bootterm -%patch203 -p1 -b .shade - -%patch500 -p1 -b .raid -%patch501 -p1 -b .initrdmax -%patch502 -p1 -b .emd - -%patch1000 -p1 -b .26geom - -%build -autoreconf --install --force -CFLAGS="-Os -g %{?no_stack_protector}" ; export CFLAGS -%configure --sbindir=/sbin --disable-auto-linux-mem-opt -%ifarch x86_64 -LDFLAGS="-Wl,-static" ; export LDFLAGS -%endif -make - -%install -rm -fr $RPM_BUILD_ROOT -%makeinstall sbindir=${RPM_BUILD_ROOT}/sbin -mkdir -p ${RPM_BUILD_ROOT}/boot/grub -install -m644 %{SOURCE1} ${RPM_BUILD_ROOT}/boot/grub - -%clean -rm -fr $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc AUTHORS ChangeLog NEWS README COPYING TODO docs/menu.lst -/boot/grub -/sbin/grub -/sbin/grub-install -/sbin/grub-terminfo -/sbin/grub-md5-crypt -%{_bindir}/mbchk -%{_infodir}/grub* -%{_infodir}/multiboot* -%{_mandir}/man*/* -%{_datadir}/grub - -%changelog -* Wed May 19 2004 tsintegrate 0.94-1ts -- current (0.94-7th) integrated as 0.94-1ts for release 1.0-U1 - -* Sat May 15 2004 Tor Hveem 0.94-7th -- Disable stack protector - -* Wed May 12 2004 Omar Kilani 0.94-6ts -- Wrote shade patch. -- Include tinysofa background. - -* Fri May 04 2004 Omar Kilani 0.94-5ts -- Replace grub-0.92-10ts with grub-0.94-5ts. - -* Wed Apr 14 2004 Jeremy Katz - 0.94-4 -- read geometry off of the disk since HDIO_GETGEO doesn't actually - return correct data with a 2.6 kernel - -* Fri Mar 12 2004 Jeremy Katz -- add texinfo buildrequires (#118146) - -* Wed Feb 25 2004 Jeremy Katz 0.94-3 -- don't use initrd_max_address - -* Fri Feb 13 2004 Elliot Lee 0.94-2 -- rebuilt - -* Thu Feb 12 2004 Jeremy Katz 0.94-1 -- update to 0.94, patch merging and updating as necessary - -* Sat Jan 3 2004 Jeremy Katz 0.93-8 -- new bootonce patch from Padraig Brady so that you don't lose - the old default (#112775) - -* Mon Nov 24 2003 Jeremy Katz -- add ncurses-devel as a buildrequires (#110732) - -* Tue Oct 14 2003 Jeremy Katz 0.93-7 -- rebuild - -* Wed Jul 2 2003 Jeremy Katz -- Requires: /usr/bin/cmp (#98325) - -* Thu May 22 2003 Jeremy Katz 0.93-6 -- add patch from upstream to fix build with gcc 3.3 - -* Wed Apr 2 2003 Jeremy Katz 0.93-5 -- add patch to fix support for serial terminfo (#85595) - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Fri Jan 17 2003 Jeremy Katz 0.93-3 -- add patch from HJ Lu to support large disks (#80980, #63848) -- add patch to make message when ending edit clearer (#53846) - -* Sun Dec 29 2002 Jeremy Katz 0.93-2 -- add a patch to reset the terminal type to console before doing 'boot' from - the command line (#61069) - -* Sat Dec 28 2002 Jeremy Katz 0.93-1 -- update to 0.93 -- update configfile patch -- graphics patch rework to fit in as a terminal type as present in 0.93 -- use CFLAGS="-Os -g" -- patch configure.in to allow building if host_cpu=x86_64, include -m32 in - CFLAGS if building on x86_64 -- link glibc static on x86_64 to not require glibc32 -- include multiboot info pages -- drop obsolete patches, reorder remaining patches into some semblance of order - -* Thu Sep 5 2002 Jeremy Katz 0.92-7 -- splashscreen is in redhat-logos now - -* Tue Sep 3 2002 Jeremy Katz 0.92-6 -- update splashscreen again - -* Mon Sep 2 2002 Jeremy Katz 0.92-5 -- update splashscreen - -* Fri Jun 21 2002 Tim Powers 0.92-4 -- automated rebuild - -* Thu May 23 2002 Tim Powers 0.92-3 -- automated rebuild - -* Fri May 3 2002 Jeremy Katz 0.92-2 -- add patch from Grant Edwards to make vga16 + serial happier (#63491) - -* Wed May 1 2002 Jeremy Katz 0.92-1 -- update to 0.92 -- back to autoreconf -- make it work with automake 1.6/autoconf 2.53 -- use "-falign-jumps=1 -falign-loops=1 -falign-functions=1" instead of - "-malign-jumps=1 -malign-loops=1 -malign-functions=1" to not use - deprecated gcc options - -* Tue Apr 9 2002 Jeremy Katz 0.91-4 -- new splash screen - -* Fri Mar 8 2002 Jeremy Katz 0.91-3 -- include patch from Denis Kitzmen to fix typo causing several options to - never be defined (in upstream CVS) -- include patch from upstream CVS to make displaymem always use hex for - consistency -- add patch from GRUB mailing list from Keir Fraser to add a --once flag to - savedefault function so that you can have the equivalent of lilo -R - functionality (use 'savedefault --default=N --once' from the grub shell) -- back to autoconf - -* Sun Jan 27 2002 Jeremy Katz -- change to use $grubdir instead of /boot/grub in the symlink patch (#58771) - -* Fri Jan 25 2002 Jeremy Katz 0.91-2 -- don't ifdef out the auto memory passing, use the configure flag instead -- add a patch so that grub respects mem= from the kernel command line when - deciding where to place the initrd (#52558) - -* Mon Jan 21 2002 Jeremy Katz 0.91-1 -- update to 0.91 final -- add documentation on splashimage param (#51609) - -* Wed Jan 2 2002 Jeremy Katz 0.91-0.20020102cvs -- update to current CVS snapshot to fix some of the hangs on boot related - to LBA probing (#57503, #55868, and others) - -* Fri Dec 21 2001 Erik Troan 0.90-14 -- fixed append patch to not require arguments to begin with -- changed to autoreconf from autoconf - -* Wed Oct 31 2001 Jeremy Katz 0.90-13 -- include additional patch from Erich to add sync calls in grub-install to - work around updated images not being synced to disk -- fix segfault in grub shell if 'password --md5' is used without specifying - a password (#55008) - -* Fri Oct 26 2001 Jeremy Katz 0.90-12 -- Include Erich Boleyn 's patch to disconnect from the - BIOS after APM operations. Should fix #54375 - -* Wed Sep 12 2001 Erik Troan -- added patch for 'a' option in grub boot menu - -* Wed Sep 5 2001 Jeremy Katz 0.90-11 -- grub-install: if /boot/grub/grub.conf doesn't exist but /boot/grub/menu.lst - does, create a symlink - -* Fri Aug 24 2001 Jeremy Katz -- pull in patch from upstream CVS to fix md5crypt in grub shell (#52220) -- use mktemp in grub-install to avoid tmp races - -* Fri Aug 3 2001 Jeremy Katz -- link curses statically (#49519) - -* Thu Aug 2 2001 Jeremy Katz -- fix segfault with using the serial device before initialization (#50219) - -* Thu Jul 19 2001 Jeremy Katz -- add --copy-only flag to grub-install - -* Thu Jul 19 2001 Jeremy Katz -- copy files in grub-install prior to device probe - -* Thu Jul 19 2001 Jeremy Katz -- original images don't go in /boot and then grub-install does the right - thing - -* Thu Jul 19 2001 Jeremy Katz -- fix the previous patch -- put the password prompt in the proper location - -* Thu Jul 19 2001 Jeremy Katz -- reset the screen when the countdown is cancelled so text will disappear - in vga16 mode - -* Mon Jul 16 2001 Jeremy Katz -- change configfile defaults to grub.conf - -* Sun Jul 15 2001 Jeremy Katz -- updated to grub 0.90 final - -* Fri Jul 6 2001 Matt Wilson -- modifed splash screen to a nice shade of blue - -* Tue Jul 3 2001 Matt Wilson -- added a first cut at a splash screen - -* Sun Jul 1 2001 Nalin Dahyabhai -- fix datadir mismatch between build and install phases - -* Mon Jun 25 2001 Jeremy Katz -- update to current CVS -- forward port VGA16 patch from Paulo C?sar Pereira de - Andrade -- add patch for cciss, ida, and rd raid controllers -- don't pass mem= to the kernel - -* Wed May 23 2001 Erik Troan -- initial build for Red Hat Copied: tinysofa/releases/1.1/grub/releases/0.94/3ts/specs/grub.spec (from rev 3978, tinysofa/releases/1.1/grub/current/specs/grub.spec) =================================================================== --- tinysofa/releases/1.1/grub/current/specs/grub.spec 2004-08-05 17:51:22 UTC (rev 3978) +++ tinysofa/releases/1.1/grub/releases/0.94/3ts/specs/grub.spec 2004-08-05 18:41:10 UTC (rev 3982) @@ -0,0 +1,334 @@ +Name: grub +Version: 0.94 +Release: 3ts +Summary: GRUB - the Grand Unified Boot Loader. +Group: main +License: GPL +URL: http://www.gnu.org/software/%{name}/ +Source0: ftp://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz +Source1: tinysofa.xpm.gz +# let's have some sort of organization for the patches +# patches 0-19 are for config file related changes (menu.lst->grub.conf) +Patch0: grub-0.93-configfile.patch +Patch1: grub-0.90-symlinkmenulst.patch + +# patches 20-39 are for grub-install bits +Patch20: grub-0.90-install.in.patch +Patch21: grub-0.94-installcopyonly.patch +Patch22: grub-0.94-addsyncs.patch + +# patches 40-59 are for miscellaneous build related patches +# link against curses statically +Patch40: grub-0.94-staticcurses.patch + +# patches submitted upstream and pending approval +# change the message so that how to accept changes is clearer (#53846) +Patch81: grub-0.93-endedit.patch + +# patches 100-199 are for features proposed but not accepted upstream +# add support for appending kernel arguments +Patch100: grub-0.90-append.patch +# add support for lilo -R-esque select a new os to boot into +Patch101: grub-0.93-once.patch + +# patches 200-299 are for graphics mode related patches +Patch200: grub-0.94-graphics.patch +Patch201: grub-0.91-splashimagehelp.patch +Patch202: grub-0.93-graphics-bootterm.patch +Patch203: grub-0.94-shade.patch + +# patches 300-399 are for things already upstream + +# patches 500+ are for miscellaneous little things +# support for non-std devs (eg cciss, etc) +Patch500: grub-0.93-special-device-names.patch +# for some reason, using the initrd max part of the setup.S structure +# causes problems on x86_64 and with 4G/4G +Patch501: grub-0.94-initrdmax.patch +# emd device names +Patch502: grub-0.93-emd.patch + +# the 2.6 kernel no longer does geometry fixups. so now I get to do it +# instead in userspace everywhere. +Patch1000: grub-0.94-geometry-26kernel.patch + +ExclusiveArch: i386 i586 x86_64 +BuildRequires: binutils >= 2.9.1.0.23, ncurses-devel, texinfo +BuildRequires: autoconf automake libtool +Requires: mktemp +Requires: /usr/bin/cmp +BuildRoot: %{_tmppath}/%{name}-root + +%description +GRUB (Grand Unified Boot Loader) is an experimental boot loader +capable of booting into most free operating systems - Linux, FreeBSD, +NetBSD, GNU Mach, and others as well as most commercial operating +systems. + +%prep +%setup -q +%patch0 -p1 -b .config +%patch1 -p1 -b .menulst + +%patch20 -p1 -b .install +%patch21 -p1 -b .copyonly +%patch22 -p1 -b .addsync + +%patch40 -p1 -b .static + +%patch81 -p0 -b .endedit + +%patch100 -p1 -b .append +%patch101 -p1 -b .bootonce + +%patch200 -p1 -b .graphics +%patch201 -p1 -b .splashhelp +%patch202 -p1 -b .bootterm +%patch203 -p1 -b .shade + +%patch500 -p1 -b .raid +%patch501 -p1 -b .initrdmax +%patch502 -p1 -b .emd + +%patch1000 -p1 -b .26geom + +%build +autoreconf --install --force +CFLAGS="-Os -g %{?no_stack_protector}" ; export CFLAGS +%configure --sbindir=/sbin --disable-auto-linux-mem-opt +%ifarch x86_64 +LDFLAGS="-Wl,-static" ; export LDFLAGS +%endif +make + +%install +rm -fr $RPM_BUILD_ROOT +%makeinstall sbindir=${RPM_BUILD_ROOT}/sbin +mkdir -p ${RPM_BUILD_ROOT}/boot/grub +install -m644 %{SOURCE1} ${RPM_BUILD_ROOT}/boot/grub + +%clean +rm -fr $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc AUTHORS ChangeLog NEWS README COPYING TODO docs/menu.lst +/boot/grub +/sbin/grub +/sbin/grub-install +/sbin/grub-terminfo +/sbin/grub-md5-crypt +%{_bindir}/mbchk +%{_infodir}/grub* +%{_infodir}/multiboot* +%{_mandir}/man*/* +%{_datadir}/grub + +%changelog +* Thu Aug 05 2004 tsintegrate 0.94-3ts +- current (0.94-3jh) integrated as 0.94-3ts for release 1.1 + +* Thu Aug 5 2004 Jaakko Heinonen 0.94-3jh +- change splash screen + +* Thu Aug 05 2004 tsintegrate 0.94-2ts +- current (0.94-2jh) integrated as 0.94-2ts for release 1.1 + +* Wed May 19 2004 tsintegrate 0.94-1ts +- current (0.94-7th) integrated as 0.94-1ts for release 1.0-U1 + +* Sat May 15 2004 Tor Hveem 0.94-7th +- Disable stack protector + +* Wed May 12 2004 Omar Kilani 0.94-6ts +- Wrote shade patch. +- Include tinysofa background. + +* Fri May 04 2004 Omar Kilani 0.94-5ts +- Replace grub-0.92-10ts with grub-0.94-5ts. + +* Wed Apr 14 2004 Jeremy Katz - 0.94-4 +- read geometry off of the disk since HDIO_GETGEO doesn't actually + return correct data with a 2.6 kernel + +* Fri Mar 12 2004 Jeremy Katz +- add texinfo buildrequires (#118146) + +* Wed Feb 25 2004 Jeremy Katz 0.94-3 +- don't use initrd_max_address + +* Fri Feb 13 2004 Elliot Lee 0.94-2 +- rebuilt + +* Thu Feb 12 2004 Jeremy Katz 0.94-1 +- update to 0.94, patch merging and updating as necessary + +* Sat Jan 3 2004 Jeremy Katz 0.93-8 +- new bootonce patch from Padraig Brady so that you don't lose + the old default (#112775) + +* Mon Nov 24 2003 Jeremy Katz +- add ncurses-devel as a buildrequires (#110732) + +* Tue Oct 14 2003 Jeremy Katz 0.93-7 +- rebuild + +* Wed Jul 2 2003 Jeremy Katz +- Requires: /usr/bin/cmp (#98325) + +* Thu May 22 2003 Jeremy Katz 0.93-6 +- add patch from upstream to fix build with gcc 3.3 + +* Wed Apr 2 2003 Jeremy Katz 0.93-5 +- add patch to fix support for serial terminfo (#85595) + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Fri Jan 17 2003 Jeremy Katz 0.93-3 +- add patch from HJ Lu to support large disks (#80980, #63848) +- add patch to make message when ending edit clearer (#53846) + +* Sun Dec 29 2002 Jeremy Katz 0.93-2 +- add a patch to reset the terminal type to console before doing 'boot' from + the command line (#61069) + +* Sat Dec 28 2002 Jeremy Katz 0.93-1 +- update to 0.93 +- update configfile patch +- graphics patch rework to fit in as a terminal type as present in 0.93 +- use CFLAGS="-Os -g" +- patch configure.in to allow building if host_cpu=x86_64, include -m32 in + CFLAGS if building on x86_64 +- link glibc static on x86_64 to not require glibc32 +- include multiboot info pages +- drop obsolete patches, reorder remaining patches into some semblance of order + +* Thu Sep 5 2002 Jeremy Katz 0.92-7 +- splashscreen is in redhat-logos now + +* Tue Sep 3 2002 Jeremy Katz 0.92-6 +- update splashscreen again + +* Mon Sep 2 2002 Jeremy Katz 0.92-5 +- update splashscreen + +* Fri Jun 21 2002 Tim Powers 0.92-4 +- automated rebuild + +* Thu May 23 2002 Tim Powers 0.92-3 +- automated rebuild + +* Fri May 3 2002 Jeremy Katz 0.92-2 +- add patch from Grant Edwards to make vga16 + serial happier (#63491) + +* Wed May 1 2002 Jeremy Katz 0.92-1 +- update to 0.92 +- back to autoreconf +- make it work with automake 1.6/autoconf 2.53 +- use "-falign-jumps=1 -falign-loops=1 -falign-functions=1" instead of + "-malign-jumps=1 -malign-loops=1 -malign-functions=1" to not use + deprecated gcc options + +* Tue Apr 9 2002 Jeremy Katz 0.91-4 +- new splash screen + +* Fri Mar 8 2002 Jeremy Katz 0.91-3 +- include patch from Denis Kitzmen to fix typo causing several options to + never be defined (in upstream CVS) +- include patch from upstream CVS to make displaymem always use hex for + consistency +- add patch from GRUB mailing list from Keir Fraser to add a --once flag to + savedefault function so that you can have the equivalent of lilo -R + functionality (use 'savedefault --default=N --once' from the grub shell) +- back to autoconf + +* Sun Jan 27 2002 Jeremy Katz +- change to use $grubdir instead of /boot/grub in the symlink patch (#58771) + +* Fri Jan 25 2002 Jeremy Katz 0.91-2 +- don't ifdef out the auto memory passing, use the configure flag instead +- add a patch so that grub respects mem= from the kernel command line when + deciding where to place the initrd (#52558) + +* Mon Jan 21 2002 Jeremy Katz 0.91-1 +- update to 0.91 final +- add documentation on splashimage param (#51609) + +* Wed Jan 2 2002 Jeremy Katz 0.91-0.20020102cvs +- update to current CVS snapshot to fix some of the hangs on boot related + to LBA probing (#57503, #55868, and others) + +* Fri Dec 21 2001 Erik Troan 0.90-14 +- fixed append patch to not require arguments to begin with +- changed to autoreconf from autoconf + +* Wed Oct 31 2001 Jeremy Katz 0.90-13 +- include additional patch from Erich to add sync calls in grub-install to + work around updated images not being synced to disk +- fix segfault in grub shell if 'password --md5' is used without specifying + a password (#55008) + +* Fri Oct 26 2001 Jeremy Katz 0.90-12 +- Include Erich Boleyn 's patch to disconnect from the + BIOS after APM operations. Should fix #54375 + +* Wed Sep 12 2001 Erik Troan +- added patch for 'a' option in grub boot menu + +* Wed Sep 5 2001 Jeremy Katz 0.90-11 +- grub-install: if /boot/grub/grub.conf doesn't exist but /boot/grub/menu.lst + does, create a symlink + +* Fri Aug 24 2001 Jeremy Katz +- pull in patch from upstream CVS to fix md5crypt in grub shell (#52220) +- use mktemp in grub-install to avoid tmp races + +* Fri Aug 3 2001 Jeremy Katz +- link curses statically (#49519) + +* Thu Aug 2 2001 Jeremy Katz +- fix segfault with using the serial device before initialization (#50219) + +* Thu Jul 19 2001 Jeremy Katz +- add --copy-only flag to grub-install + +* Thu Jul 19 2001 Jeremy Katz +- copy files in grub-install prior to device probe + +* Thu Jul 19 2001 Jeremy Katz +- original images don't go in /boot and then grub-install does the right + thing + +* Thu Jul 19 2001 Jeremy Katz +- fix the previous patch +- put the password prompt in the proper location + +* Thu Jul 19 2001 Jeremy Katz +- reset the screen when the countdown is cancelled so text will disappear + in vga16 mode + +* Mon Jul 16 2001 Jeremy Katz +- change configfile defaults to grub.conf + +* Sun Jul 15 2001 Jeremy Katz +- updated to grub 0.90 final + +* Fri Jul 6 2001 Matt Wilson +- modifed splash screen to a nice shade of blue + +* Tue Jul 3 2001 Matt Wilson +- added a first cut at a splash screen + +* Sun Jul 1 2001 Nalin Dahyabhai +- fix datadir mismatch between build and install phases + +* Mon Jun 25 2001 Jeremy Katz +- update to current CVS +- forward port VGA16 patch from Paulo C?sar Pereira de + Andrade +- add patch for cciss, ida, and rd raid controllers +- don't pass mem= to the kernel + +* Wed May 23 2001 Erik Troan +- initial build for Red Hat From svn at tinysofa.org Thu Aug 5 18:41:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:41:15 +1000 (EST) Subject: [tinysofa-svn] r3983 - tinysofa/releases/1.1/grub Message-ID: <20040805184115.1A0ED4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:41:14 +1000 (Fri, 06 Aug 2004) New Revision: 3983 Removed: tinysofa/releases/1.1/grub/pristine/ Log: grub: * removing pristine (0.94-2ts) From svn at tinysofa.org Thu Aug 5 18:41:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:41:21 +1000 (EST) Subject: [tinysofa-svn] r3984 - tinysofa/releases/1.1/grub Message-ID: <20040805184121.0FA844E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:41:20 +1000 (Fri, 06 Aug 2004) New Revision: 3984 Added: tinysofa/releases/1.1/grub/pristine/ Log: grub: * retarget pristine (0.94-2ts) to releases/0.94/3ts Copied: tinysofa/releases/1.1/grub/pristine (from rev 3982, tinysofa/releases/1.1/grub/releases/0.94/3ts) From svn at tinysofa.org Thu Aug 5 18:43:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:43:00 +1000 (EST) Subject: [tinysofa-svn] r3985 - tinysofa/releases/1.1/openswan Message-ID: <20040805184300.CE2D74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:43:00 +1000 (Fri, 06 Aug 2004) New Revision: 3985 Removed: tinysofa/releases/1.1/openswan/pristine/ Log: - remove pristine From svn at tinysofa.org Thu Aug 5 18:46:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:46:02 +1000 (EST) Subject: [tinysofa-svn] r3986 - in tinysofa/releases/1.1/unzip: . current/specs releases releases/5.51 releases/5.51/1ts/specs Message-ID: <20040805184602.6F51B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:46:02 +1000 (Fri, 06 Aug 2004) New Revision: 3986 Added: tinysofa/releases/1.1/unzip/pristine/ tinysofa/releases/1.1/unzip/releases/5.51/ tinysofa/releases/1.1/unzip/releases/5.51/1ts/ Modified: tinysofa/releases/1.1/unzip/current/specs/unzip.spec tinysofa/releases/1.1/unzip/releases/5.51/1ts/specs/unzip.spec Log: unzip: * integrate current (5.51-1jh) as releases/5.51/1ts Modified: tinysofa/releases/1.1/unzip/current/specs/unzip.spec =================================================================== --- tinysofa/releases/1.1/unzip/current/specs/unzip.spec 2004-08-05 18:43:00 UTC (rev 3985) +++ tinysofa/releases/1.1/unzip/current/specs/unzip.spec 2004-08-05 18:46:02 UTC (rev 3986) @@ -1,7 +1,7 @@ Summary: A utility for unpacking zip files. Name: unzip Version: 5.51 -Release: 1jh +Release: 1ts License: BSD Group: extra Source: ftp://ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz @@ -49,6 +49,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 5.51-1ts +- current (5.51-1jh) integrated as 5.51-1ts for release 1.1 + * Mon Jun 21 2004 Lon Hohberger 5.51-4 - Extend max file/archive size to 2^32-8193 (4294959103) bytes Copied: tinysofa/releases/1.1/unzip/pristine (from rev 3396, tinysofa/releases/1.1/unzip/current) Copied: tinysofa/releases/1.1/unzip/releases/5.51/1ts (from rev 3396, tinysofa/releases/1.1/unzip/current) Modified: tinysofa/releases/1.1/unzip/releases/5.51/1ts/specs/unzip.spec =================================================================== --- tinysofa/releases/1.1/unzip/current/specs/unzip.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/unzip/releases/5.51/1ts/specs/unzip.spec 2004-08-05 18:46:02 UTC (rev 3986) @@ -1,7 +1,7 @@ Summary: A utility for unpacking zip files. Name: unzip Version: 5.51 -Release: 1jh +Release: 1ts License: BSD Group: extra Source: ftp://ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz @@ -49,6 +49,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 5.51-1ts +- current (5.51-1jh) integrated as 5.51-1ts for release 1.1 + * Mon Jun 21 2004 Lon Hohberger 5.51-4 - Extend max file/archive size to 2^32-8193 (4294959103) bytes From svn at tinysofa.org Thu Aug 5 18:46:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:46:25 +1000 (EST) Subject: [tinysofa-svn] r3987 - tinysofa/releases/1.1/unzip Message-ID: <20040805184625.3DEF84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:46:25 +1000 (Fri, 06 Aug 2004) New Revision: 3987 Removed: tinysofa/releases/1.1/unzip/pristine/ Log: unzip: * removing pristine (5.51-1jh) From svn at tinysofa.org Thu Aug 5 18:46:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:46:53 +1000 (EST) Subject: [tinysofa-svn] r3988 - tinysofa/releases/1.1/unzip Message-ID: <20040805184653.BF39B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:46:53 +1000 (Fri, 06 Aug 2004) New Revision: 3988 Added: tinysofa/releases/1.1/unzip/pristine/ Log: unzip: * retarget pristine (5.51-1jh) to releases/5.51/1ts Copied: tinysofa/releases/1.1/unzip/pristine (from rev 3986, tinysofa/releases/1.1/unzip/releases/5.51/1ts) From svn at tinysofa.org Thu Aug 5 18:48:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:48:09 +1000 (EST) Subject: [tinysofa-svn] r3989 - in tinysofa/releases/1.1/apr: . current/specs releases releases/0.9.4 releases/0.9.4/1ts/specs Message-ID: <20040805184809.8D5784E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:48:09 +1000 (Fri, 06 Aug 2004) New Revision: 3989 Added: tinysofa/releases/1.1/apr/pristine/ tinysofa/releases/1.1/apr/releases/ tinysofa/releases/1.1/apr/releases/0.9.4/ tinysofa/releases/1.1/apr/releases/0.9.4/1ts/ Modified: tinysofa/releases/1.1/apr/current/specs/apr.spec tinysofa/releases/1.1/apr/releases/0.9.4/1ts/specs/apr.spec Log: apr: * integrate current (0.9.4-1jh) as releases/0.9.4/1ts Modified: tinysofa/releases/1.1/apr/current/specs/apr.spec =================================================================== --- tinysofa/releases/1.1/apr/current/specs/apr.spec 2004-08-05 18:46:53 UTC (rev 3988) +++ tinysofa/releases/1.1/apr/current/specs/apr.spec 2004-08-05 18:48:09 UTC (rev 3989) @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime library Name: apr Version: 0.9.4 -Release: 1jh +Release: 1ts Epoch: 1 License: Apache Software License Group: main @@ -142,6 +142,9 @@ %{_includedir}/apr-%{aprver}/*.h %changelog +* Thu Aug 05 2004 tsintegrate 0.9.4-1ts +- current (0.9.4-1jh) integrated as 0.9.4-1ts for release 1.1 + * Thu Jul 15 2004 Joe Orton 0.9.4-21 - rebuild for another attempt at using sem_open Copied: tinysofa/releases/1.1/apr/pristine (from rev 3396, tinysofa/releases/1.1/apr/current) Copied: tinysofa/releases/1.1/apr/releases/0.9.4/1ts (from rev 3396, tinysofa/releases/1.1/apr/current) Modified: tinysofa/releases/1.1/apr/releases/0.9.4/1ts/specs/apr.spec =================================================================== --- tinysofa/releases/1.1/apr/current/specs/apr.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/apr/releases/0.9.4/1ts/specs/apr.spec 2004-08-05 18:48:09 UTC (rev 3989) @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime library Name: apr Version: 0.9.4 -Release: 1jh +Release: 1ts Epoch: 1 License: Apache Software License Group: main @@ -142,6 +142,9 @@ %{_includedir}/apr-%{aprver}/*.h %changelog +* Thu Aug 05 2004 tsintegrate 0.9.4-1ts +- current (0.9.4-1jh) integrated as 0.9.4-1ts for release 1.1 + * Thu Jul 15 2004 Joe Orton 0.9.4-21 - rebuild for another attempt at using sem_open From svn at tinysofa.org Thu Aug 5 18:48:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:48:33 +1000 (EST) Subject: [tinysofa-svn] r3990 - tinysofa/releases/1.1/apr Message-ID: <20040805184833.7D85F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:48:33 +1000 (Fri, 06 Aug 2004) New Revision: 3990 Removed: tinysofa/releases/1.1/apr/pristine/ Log: apr: * removing pristine (0.9.4-1jh) From svn at tinysofa.org Thu Aug 5 18:49:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:49:01 +1000 (EST) Subject: [tinysofa-svn] r3991 - tinysofa/releases/1.1/apr Message-ID: <20040805184901.D6DFB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:49:01 +1000 (Fri, 06 Aug 2004) New Revision: 3991 Added: tinysofa/releases/1.1/apr/pristine/ Log: apr: * retarget pristine (0.9.4-1jh) to releases/0.9.4/1ts Copied: tinysofa/releases/1.1/apr/pristine (from rev 3989, tinysofa/releases/1.1/apr/releases/0.9.4/1ts) From svn at tinysofa.org Thu Aug 5 18:49:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:49:50 +1000 (EST) Subject: [tinysofa-svn] r3992 - in tinysofa/releases/1.1/apr-util: . current/specs releases releases/0.9.4 releases/0.9.4/1ts/specs Message-ID: <20040805184950.160D94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:49:49 +1000 (Fri, 06 Aug 2004) New Revision: 3992 Added: tinysofa/releases/1.1/apr-util/pristine/ tinysofa/releases/1.1/apr-util/releases/ tinysofa/releases/1.1/apr-util/releases/0.9.4/ tinysofa/releases/1.1/apr-util/releases/0.9.4/1ts/ Modified: tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec tinysofa/releases/1.1/apr-util/releases/0.9.4/1ts/specs/apr-util.spec Log: apr-util: * integrate current (0.9.4-1jh) as releases/0.9.4/1ts Modified: tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec =================================================================== --- tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec 2004-08-05 18:49:01 UTC (rev 3991) +++ tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec 2004-08-05 18:49:49 UTC (rev 3992) @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime Utility library Name: apr-util Version: 0.9.4 -Release: 1jh +Release: 1ts Epoch: 1 License: Apache Software License Group: main @@ -95,6 +95,9 @@ %{_includedir}/apr-%{apuver}/*.h %changelog +* Thu Aug 05 2004 tsintegrate 0.9.4-1ts +- current (0.9.4-1jh) integrated as 0.9.4-1ts for release 1.1 + * Sat Jun 19 2004 Joe Orton 0.9.4-16 - have -devel require matching release of apr-util Copied: tinysofa/releases/1.1/apr-util/pristine (from rev 3396, tinysofa/releases/1.1/apr-util/current) Copied: tinysofa/releases/1.1/apr-util/releases/0.9.4/1ts (from rev 3396, tinysofa/releases/1.1/apr-util/current) Modified: tinysofa/releases/1.1/apr-util/releases/0.9.4/1ts/specs/apr-util.spec =================================================================== --- tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/apr-util/releases/0.9.4/1ts/specs/apr-util.spec 2004-08-05 18:49:49 UTC (rev 3992) @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime Utility library Name: apr-util Version: 0.9.4 -Release: 1jh +Release: 1ts Epoch: 1 License: Apache Software License Group: main @@ -95,6 +95,9 @@ %{_includedir}/apr-%{apuver}/*.h %changelog +* Thu Aug 05 2004 tsintegrate 0.9.4-1ts +- current (0.9.4-1jh) integrated as 0.9.4-1ts for release 1.1 + * Sat Jun 19 2004 Joe Orton 0.9.4-16 - have -devel require matching release of apr-util From svn at tinysofa.org Thu Aug 5 18:50:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:50:09 +1000 (EST) Subject: [tinysofa-svn] r3993 - tinysofa/releases/1.1/apr-util Message-ID: <20040805185009.B5B6B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:50:09 +1000 (Fri, 06 Aug 2004) New Revision: 3993 Removed: tinysofa/releases/1.1/apr-util/pristine/ Log: apr-util: * removing pristine (0.9.4-1jh) From svn at tinysofa.org Thu Aug 5 18:50:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:50:37 +1000 (EST) Subject: [tinysofa-svn] r3994 - tinysofa/releases/1.1/apr-util Message-ID: <20040805185037.F0C6B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:50:37 +1000 (Fri, 06 Aug 2004) New Revision: 3994 Added: tinysofa/releases/1.1/apr-util/pristine/ Log: apr-util: * retarget pristine (0.9.4-1jh) to releases/0.9.4/1ts Copied: tinysofa/releases/1.1/apr-util/pristine (from rev 3992, tinysofa/releases/1.1/apr-util/releases/0.9.4/1ts) From svn at tinysofa.org Thu Aug 5 18:51:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:51:19 +1000 (EST) Subject: [tinysofa-svn] r3995 - in tinysofa/releases/1.1/apt: . current/specs releases releases/0.5.15cnc6 releases/0.5.15cnc6/3ts/specs Message-ID: <20040805185119.3C18F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:51:19 +1000 (Fri, 06 Aug 2004) New Revision: 3995 Added: tinysofa/releases/1.1/apt/pristine/ tinysofa/releases/1.1/apt/releases/ tinysofa/releases/1.1/apt/releases/0.5.15cnc6/ tinysofa/releases/1.1/apt/releases/0.5.15cnc6/3ts/ Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec tinysofa/releases/1.1/apt/releases/0.5.15cnc6/3ts/specs/apt.spec Log: apt: * integrate current (0.5.15cnc6-3jh) as releases/0.5.15cnc6/3ts Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec =================================================================== --- tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-05 18:50:37 UTC (rev 3994) +++ tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-05 18:51:19 UTC (rev 3995) @@ -4,7 +4,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support. Name: apt Version: 0.5.15cnc6 -Release: 3jh +Release: 3ts Epoch: 0 Group: main URL: https://moin.conectiva.com.br/AptRpm @@ -344,6 +344,9 @@ %ghost %{_sysconfdir}/cron.weekly/apt.cron %changelog +* Thu Aug 05 2004 tsintegrate 0.5.15cnc6-3ts +- current (0.5.15cnc6-3jh) integrated as 0.5.15cnc6-3ts for release 1.1 + * Sat Jul 31 2004 Jaakko Heinonen 0.5.15cnc6-3jh - add cron package Copied: tinysofa/releases/1.1/apt/pristine (from rev 3396, tinysofa/releases/1.1/apt/current) Copied: tinysofa/releases/1.1/apt/releases/0.5.15cnc6/3ts (from rev 3396, tinysofa/releases/1.1/apt/current) Modified: tinysofa/releases/1.1/apt/releases/0.5.15cnc6/3ts/specs/apt.spec =================================================================== --- tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/apt/releases/0.5.15cnc6/3ts/specs/apt.spec 2004-08-05 18:51:19 UTC (rev 3995) @@ -4,7 +4,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support. Name: apt Version: 0.5.15cnc6 -Release: 3jh +Release: 3ts Epoch: 0 Group: main URL: https://moin.conectiva.com.br/AptRpm @@ -344,6 +344,9 @@ %ghost %{_sysconfdir}/cron.weekly/apt.cron %changelog +* Thu Aug 05 2004 tsintegrate 0.5.15cnc6-3ts +- current (0.5.15cnc6-3jh) integrated as 0.5.15cnc6-3ts for release 1.1 + * Sat Jul 31 2004 Jaakko Heinonen 0.5.15cnc6-3jh - add cron package From svn at tinysofa.org Thu Aug 5 18:51:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:51:43 +1000 (EST) Subject: [tinysofa-svn] r3996 - tinysofa/releases/1.1/apt Message-ID: <20040805185143.C4D474E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:51:43 +1000 (Fri, 06 Aug 2004) New Revision: 3996 Removed: tinysofa/releases/1.1/apt/pristine/ Log: apt: * removing pristine (0.5.15cnc6-3jh) From svn at tinysofa.org Thu Aug 5 18:52:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:52:11 +1000 (EST) Subject: [tinysofa-svn] r3997 - tinysofa/releases/1.1/apt Message-ID: <20040805185211.017B84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:52:11 +1000 (Fri, 06 Aug 2004) New Revision: 3997 Added: tinysofa/releases/1.1/apt/pristine/ Log: apt: * retarget pristine (0.5.15cnc6-3jh) to releases/0.5.15cnc6/3ts Copied: tinysofa/releases/1.1/apt/pristine (from rev 3995, tinysofa/releases/1.1/apt/releases/0.5.15cnc6/3ts) From svn at tinysofa.org Thu Aug 5 18:52:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:52:54 +1000 (EST) Subject: [tinysofa-svn] r3998 - in tinysofa/releases/1.1/ipsec-tools: . current/specs releases releases/0.2.5 releases/0.2.5/1ts/specs Message-ID: <20040805185254.DCB9E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:52:54 +1000 (Fri, 06 Aug 2004) New Revision: 3998 Added: tinysofa/releases/1.1/ipsec-tools/pristine/ tinysofa/releases/1.1/ipsec-tools/releases/ tinysofa/releases/1.1/ipsec-tools/releases/0.2.5/ tinysofa/releases/1.1/ipsec-tools/releases/0.2.5/1ts/ Modified: tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec tinysofa/releases/1.1/ipsec-tools/releases/0.2.5/1ts/specs/ipsec-tools.spec Log: ipsec-tools: * integrate current (0.2.5-1jh) as releases/0.2.5/1ts Modified: tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec =================================================================== --- tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec 2004-08-05 18:52:11 UTC (rev 3997) +++ tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec 2004-08-05 18:52:54 UTC (rev 3998) @@ -1,6 +1,6 @@ Name: ipsec-tools Version: 0.2.5 -Release: 1jh +Release: 1ts Summary: Tools for configuring and using IPSEC License: BSD Group: main @@ -83,6 +83,9 @@ %config(noreplace) /etc/racoon/racoon.conf %changelog +* Thu Aug 05 2004 tsintegrate 0.2.5-1ts +- current (0.2.5-1jh) integrated as 0.2.5-1ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/ipsec-tools/pristine (from rev 3396, tinysofa/releases/1.1/ipsec-tools/current) Copied: tinysofa/releases/1.1/ipsec-tools/releases/0.2.5/1ts (from rev 3396, tinysofa/releases/1.1/ipsec-tools/current) Modified: tinysofa/releases/1.1/ipsec-tools/releases/0.2.5/1ts/specs/ipsec-tools.spec =================================================================== --- tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ipsec-tools/releases/0.2.5/1ts/specs/ipsec-tools.spec 2004-08-05 18:52:54 UTC (rev 3998) @@ -1,6 +1,6 @@ Name: ipsec-tools Version: 0.2.5 -Release: 1jh +Release: 1ts Summary: Tools for configuring and using IPSEC License: BSD Group: main @@ -83,6 +83,9 @@ %config(noreplace) /etc/racoon/racoon.conf %changelog +* Thu Aug 05 2004 tsintegrate 0.2.5-1ts +- current (0.2.5-1jh) integrated as 0.2.5-1ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 18:53:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:53:19 +1000 (EST) Subject: [tinysofa-svn] r3999 - tinysofa/releases/1.1/ipsec-tools Message-ID: <20040805185319.AE6524E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:53:19 +1000 (Fri, 06 Aug 2004) New Revision: 3999 Removed: tinysofa/releases/1.1/ipsec-tools/pristine/ Log: ipsec-tools: * removing pristine (0.2.5-1jh) From svn at tinysofa.org Thu Aug 5 18:53:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:53:48 +1000 (EST) Subject: [tinysofa-svn] r4000 - tinysofa/releases/1.1/ipsec-tools Message-ID: <20040805185348.456E34E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:53:48 +1000 (Fri, 06 Aug 2004) New Revision: 4000 Added: tinysofa/releases/1.1/ipsec-tools/pristine/ Log: ipsec-tools: * retarget pristine (0.2.5-1jh) to releases/0.2.5/1ts Copied: tinysofa/releases/1.1/ipsec-tools/pristine (from rev 3998, tinysofa/releases/1.1/ipsec-tools/releases/0.2.5/1ts) From svn at tinysofa.org Thu Aug 5 18:54:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:54:36 +1000 (EST) Subject: [tinysofa-svn] r4001 - in tinysofa/releases/1.1/libc-client: . current/specs releases releases/2002e releases/2002e/1ts/specs Message-ID: <20040805185436.74FD24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:54:36 +1000 (Fri, 06 Aug 2004) New Revision: 4001 Added: tinysofa/releases/1.1/libc-client/pristine/ tinysofa/releases/1.1/libc-client/releases/2002e/ tinysofa/releases/1.1/libc-client/releases/2002e/1ts/ Modified: tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec tinysofa/releases/1.1/libc-client/releases/2002e/1ts/specs/libc-client.spec Log: libc-client: * integrate current (2002e-1jh) as releases/2002e/1ts Modified: tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec =================================================================== --- tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec 2004-08-05 18:53:48 UTC (rev 4000) +++ tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec 2004-08-05 18:54:36 UTC (rev 4001) @@ -5,7 +5,7 @@ Summary: C-client mail access routines for IMAP and POP protocols Name: libc-client Version: 2002e -Release: 1jh +Release: 1ts License: University of Washington Free-Fork License Group: extra URL: http://www.washington.edu/imap/ @@ -127,6 +127,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2002e-1ts +- current (2002e-1jh) integrated as 2002e-1ts for release 1.1 + * Wed Apr 7 2004 Joe Orton 2002e-5 - rebuild Copied: tinysofa/releases/1.1/libc-client/pristine (from rev 3396, tinysofa/releases/1.1/libc-client/current) Copied: tinysofa/releases/1.1/libc-client/releases/2002e/1ts (from rev 3396, tinysofa/releases/1.1/libc-client/current) Modified: tinysofa/releases/1.1/libc-client/releases/2002e/1ts/specs/libc-client.spec =================================================================== --- tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libc-client/releases/2002e/1ts/specs/libc-client.spec 2004-08-05 18:54:36 UTC (rev 4001) @@ -5,7 +5,7 @@ Summary: C-client mail access routines for IMAP and POP protocols Name: libc-client Version: 2002e -Release: 1jh +Release: 1ts License: University of Washington Free-Fork License Group: extra URL: http://www.washington.edu/imap/ @@ -127,6 +127,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2002e-1ts +- current (2002e-1jh) integrated as 2002e-1ts for release 1.1 + * Wed Apr 7 2004 Joe Orton 2002e-5 - rebuild From svn at tinysofa.org Thu Aug 5 18:55:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:55:00 +1000 (EST) Subject: [tinysofa-svn] r4002 - tinysofa/releases/1.1/libc-client Message-ID: <20040805185500.6A7194E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:55:00 +1000 (Fri, 06 Aug 2004) New Revision: 4002 Removed: tinysofa/releases/1.1/libc-client/pristine/ Log: libc-client: * removing pristine (2002e-1jh) From svn at tinysofa.org Thu Aug 5 18:55:29 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:55:29 +1000 (EST) Subject: [tinysofa-svn] r4003 - tinysofa/releases/1.1/libc-client Message-ID: <20040805185529.3D3CB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:55:29 +1000 (Fri, 06 Aug 2004) New Revision: 4003 Added: tinysofa/releases/1.1/libc-client/pristine/ Log: libc-client: * retarget pristine (2002e-1jh) to releases/2002e/1ts Copied: tinysofa/releases/1.1/libc-client/pristine (from rev 4001, tinysofa/releases/1.1/libc-client/releases/2002e/1ts) From svn at tinysofa.org Thu Aug 5 18:56:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:01 +1000 (EST) Subject: [tinysofa-svn] r4004 - in tinysofa/releases/1.1/libuser: . current/specs releases releases/0.51.7 releases/0.51.7/1ts/specs Message-ID: <20040805185601.B36FE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:01 +1000 (Fri, 06 Aug 2004) New Revision: 4004 Added: tinysofa/releases/1.1/libuser/pristine/ tinysofa/releases/1.1/libuser/releases/ tinysofa/releases/1.1/libuser/releases/0.51.7/ tinysofa/releases/1.1/libuser/releases/0.51.7/1ts/ Modified: tinysofa/releases/1.1/libuser/current/specs/libuser.spec tinysofa/releases/1.1/libuser/releases/0.51.7/1ts/specs/libuser.spec Log: libuser: * integrate current (0.51.7-1jh) as releases/0.51.7/1ts Modified: tinysofa/releases/1.1/libuser/current/specs/libuser.spec =================================================================== --- tinysofa/releases/1.1/libuser/current/specs/libuser.spec 2004-08-05 18:55:29 UTC (rev 4003) +++ tinysofa/releases/1.1/libuser/current/specs/libuser.spec 2004-08-05 18:56:01 UTC (rev 4004) @@ -2,7 +2,7 @@ Name: libuser Version: 0.51.7 -Release: 1jh +Release: 1ts Group: main License: LGPL Source: libuser-%{version}.tar.gz @@ -102,6 +102,9 @@ %exclude %{_datadir}/gtk-doc/html/* %changelog +* Thu Aug 05 2004 tsintegrate 0.51.7-1ts +- current (0.51.7-1jh) integrated as 0.51.7-1ts for release 1.1 + * Fri Jun 25 2004 Omar Kilani - Fix for SASL2. Copied: tinysofa/releases/1.1/libuser/pristine (from rev 3396, tinysofa/releases/1.1/libuser/current) Copied: tinysofa/releases/1.1/libuser/releases/0.51.7/1ts (from rev 3396, tinysofa/releases/1.1/libuser/current) Modified: tinysofa/releases/1.1/libuser/releases/0.51.7/1ts/specs/libuser.spec =================================================================== --- tinysofa/releases/1.1/libuser/current/specs/libuser.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/libuser/releases/0.51.7/1ts/specs/libuser.spec 2004-08-05 18:56:01 UTC (rev 4004) @@ -2,7 +2,7 @@ Name: libuser Version: 0.51.7 -Release: 1jh +Release: 1ts Group: main License: LGPL Source: libuser-%{version}.tar.gz @@ -102,6 +102,9 @@ %exclude %{_datadir}/gtk-doc/html/* %changelog +* Thu Aug 05 2004 tsintegrate 0.51.7-1ts +- current (0.51.7-1jh) integrated as 0.51.7-1ts for release 1.1 + * Fri Jun 25 2004 Omar Kilani - Fix for SASL2. From svn at tinysofa.org Thu Aug 5 18:56:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:06 +1000 (EST) Subject: [tinysofa-svn] r4005 - tinysofa/releases/1.1/libuser Message-ID: <20040805185606.CDC1D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:06 +1000 (Fri, 06 Aug 2004) New Revision: 4005 Removed: tinysofa/releases/1.1/libuser/pristine/ Log: libuser: * removing pristine (0.51.7-1jh) From svn at tinysofa.org Thu Aug 5 18:56:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:12 +1000 (EST) Subject: [tinysofa-svn] r4006 - tinysofa/releases/1.1/libuser Message-ID: <20040805185612.9AAEC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:12 +1000 (Fri, 06 Aug 2004) New Revision: 4006 Added: tinysofa/releases/1.1/libuser/pristine/ Log: libuser: * retarget pristine (0.51.7-1jh) to releases/0.51.7/1ts Copied: tinysofa/releases/1.1/libuser/pristine (from rev 4004, tinysofa/releases/1.1/libuser/releases/0.51.7/1ts) From svn at tinysofa.org Thu Aug 5 18:56:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:21 +1000 (EST) Subject: [tinysofa-svn] r4007 - in tinysofa/releases/1.1/links: . current/specs releases releases/2.1pre15 releases/2.1pre15/3ts/specs Message-ID: <20040805185621.660874E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:21 +1000 (Fri, 06 Aug 2004) New Revision: 4007 Added: tinysofa/releases/1.1/links/pristine/ tinysofa/releases/1.1/links/releases/ tinysofa/releases/1.1/links/releases/2.1pre15/ tinysofa/releases/1.1/links/releases/2.1pre15/3ts/ Modified: tinysofa/releases/1.1/links/current/specs/links.spec tinysofa/releases/1.1/links/releases/2.1pre15/3ts/specs/links.spec Log: links: * integrate current (2.1pre15-3jh) as releases/2.1pre15/3ts Modified: tinysofa/releases/1.1/links/current/specs/links.spec =================================================================== --- tinysofa/releases/1.1/links/current/specs/links.spec 2004-08-05 18:56:12 UTC (rev 4006) +++ tinysofa/releases/1.1/links/current/specs/links.spec 2004-08-05 18:56:21 UTC (rev 4007) @@ -2,7 +2,7 @@ Name: links Version: 2.1pre15 -Release: 3jh +Release: 3ts License: GPL Summary: Links is a text-only browser very similar to lynx. Group: main @@ -47,6 +47,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1pre15-3ts +- current (2.1pre15-3jh) integrated as 2.1pre15-3ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 2.1pre15-2ts - current (2.1pre15-1ok) integrated as 2.1pre15-2ts for release 1.0-U2 Copied: tinysofa/releases/1.1/links/pristine (from rev 3396, tinysofa/releases/1.1/links/current) Copied: tinysofa/releases/1.1/links/releases/2.1pre15/3ts (from rev 3396, tinysofa/releases/1.1/links/current) Modified: tinysofa/releases/1.1/links/releases/2.1pre15/3ts/specs/links.spec =================================================================== --- tinysofa/releases/1.1/links/current/specs/links.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/links/releases/2.1pre15/3ts/specs/links.spec 2004-08-05 18:56:21 UTC (rev 4007) @@ -2,7 +2,7 @@ Name: links Version: 2.1pre15 -Release: 3jh +Release: 3ts License: GPL Summary: Links is a text-only browser very similar to lynx. Group: main @@ -47,6 +47,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1pre15-3ts +- current (2.1pre15-3jh) integrated as 2.1pre15-3ts for release 1.1 + * Fri Jun 18 2004 tsintegrate 2.1pre15-2ts - current (2.1pre15-1ok) integrated as 2.1pre15-2ts for release 1.0-U2 From svn at tinysofa.org Thu Aug 5 18:56:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:25 +1000 (EST) Subject: [tinysofa-svn] r4008 - tinysofa/releases/1.1/links Message-ID: <20040805185625.EA9A44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:25 +1000 (Fri, 06 Aug 2004) New Revision: 4008 Removed: tinysofa/releases/1.1/links/pristine/ Log: links: * removing pristine (2.1pre15-3jh) From svn at tinysofa.org Thu Aug 5 18:56:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:31 +1000 (EST) Subject: [tinysofa-svn] r4009 - tinysofa/releases/1.1/links Message-ID: <20040805185631.891DB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:31 +1000 (Fri, 06 Aug 2004) New Revision: 4009 Added: tinysofa/releases/1.1/links/pristine/ Log: links: * retarget pristine (2.1pre15-3jh) to releases/2.1pre15/3ts Copied: tinysofa/releases/1.1/links/pristine (from rev 4007, tinysofa/releases/1.1/links/releases/2.1pre15/3ts) From svn at tinysofa.org Thu Aug 5 18:56:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:41 +1000 (EST) Subject: [tinysofa-svn] r4010 - in tinysofa/releases/1.1/perl-dbi: . current/specs releases releases/1.38 releases/1.38/1ts/specs Message-ID: <20040805185641.F172C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:41 +1000 (Fri, 06 Aug 2004) New Revision: 4010 Added: tinysofa/releases/1.1/perl-dbi/pristine/ tinysofa/releases/1.1/perl-dbi/releases/ tinysofa/releases/1.1/perl-dbi/releases/1.38/ tinysofa/releases/1.1/perl-dbi/releases/1.38/1ts/ Modified: tinysofa/releases/1.1/perl-dbi/current/specs/perl-dbi.spec tinysofa/releases/1.1/perl-dbi/releases/1.38/1ts/specs/perl-dbi.spec Log: perl-dbi: * integrate current (1.38-1jh) as releases/1.38/1ts Modified: tinysofa/releases/1.1/perl-dbi/current/specs/perl-dbi.spec =================================================================== --- tinysofa/releases/1.1/perl-dbi/current/specs/perl-dbi.spec 2004-08-05 18:56:31 UTC (rev 4009) +++ tinysofa/releases/1.1/perl-dbi/current/specs/perl-dbi.spec 2004-08-05 18:56:41 UTC (rev 4010) @@ -6,7 +6,7 @@ Summary: The Perl Database Interface by Tim Bunce Name: perl-dbi Version: 1.38 -Release: 1jh +Release: 1ts URL: http://www.cpan.org Source: ftp://ftp.pasteur.fr/pub/computing/CPAN/modules/by-module/DBI/%{real_name}-%{version}.tar.gz License: GPL @@ -67,6 +67,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.38-1ts +- current (1.38-1jh) integrated as 1.38-1ts for release 1.1 + * Mon Mar 8 2004 Chr. Toldnes - Rebuilt for TSL 2.1 Copied: tinysofa/releases/1.1/perl-dbi/pristine (from rev 3396, tinysofa/releases/1.1/perl-dbi/current) Copied: tinysofa/releases/1.1/perl-dbi/releases/1.38/1ts (from rev 3396, tinysofa/releases/1.1/perl-dbi/current) Modified: tinysofa/releases/1.1/perl-dbi/releases/1.38/1ts/specs/perl-dbi.spec =================================================================== --- tinysofa/releases/1.1/perl-dbi/current/specs/perl-dbi.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/perl-dbi/releases/1.38/1ts/specs/perl-dbi.spec 2004-08-05 18:56:41 UTC (rev 4010) @@ -6,7 +6,7 @@ Summary: The Perl Database Interface by Tim Bunce Name: perl-dbi Version: 1.38 -Release: 1jh +Release: 1ts URL: http://www.cpan.org Source: ftp://ftp.pasteur.fr/pub/computing/CPAN/modules/by-module/DBI/%{real_name}-%{version}.tar.gz License: GPL @@ -67,6 +67,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.38-1ts +- current (1.38-1jh) integrated as 1.38-1ts for release 1.1 + * Mon Mar 8 2004 Chr. Toldnes - Rebuilt for TSL 2.1 From svn at tinysofa.org Thu Aug 5 18:56:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:46 +1000 (EST) Subject: [tinysofa-svn] r4011 - tinysofa/releases/1.1/perl-dbi Message-ID: <20040805185646.D1EBF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:46 +1000 (Fri, 06 Aug 2004) New Revision: 4011 Removed: tinysofa/releases/1.1/perl-dbi/pristine/ Log: perl-dbi: * removing pristine (1.38-1jh) From svn at tinysofa.org Thu Aug 5 18:56:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:56:53 +1000 (EST) Subject: [tinysofa-svn] r4012 - tinysofa/releases/1.1/perl-dbi Message-ID: <20040805185653.C9AA24E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:56:53 +1000 (Fri, 06 Aug 2004) New Revision: 4012 Added: tinysofa/releases/1.1/perl-dbi/pristine/ Log: perl-dbi: * retarget pristine (1.38-1jh) to releases/1.38/1ts Copied: tinysofa/releases/1.1/perl-dbi/pristine (from rev 4010, tinysofa/releases/1.1/perl-dbi/releases/1.38/1ts) From svn at tinysofa.org Thu Aug 5 18:57:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:57:02 +1000 (EST) Subject: [tinysofa-svn] r4013 - in tinysofa/releases/1.1/setarch: . current/specs releases releases/1.4 releases/1.4/1ts/specs Message-ID: <20040805185702.39FA94E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:57:02 +1000 (Fri, 06 Aug 2004) New Revision: 4013 Added: tinysofa/releases/1.1/setarch/pristine/ tinysofa/releases/1.1/setarch/releases/ tinysofa/releases/1.1/setarch/releases/1.4/ tinysofa/releases/1.1/setarch/releases/1.4/1ts/ Modified: tinysofa/releases/1.1/setarch/current/specs/setarch.spec tinysofa/releases/1.1/setarch/releases/1.4/1ts/specs/setarch.spec Log: setarch: * integrate current (1.4-1jh) as releases/1.4/1ts Modified: tinysofa/releases/1.1/setarch/current/specs/setarch.spec =================================================================== --- tinysofa/releases/1.1/setarch/current/specs/setarch.spec 2004-08-05 18:56:53 UTC (rev 4012) +++ tinysofa/releases/1.1/setarch/current/specs/setarch.spec 2004-08-05 18:57:02 UTC (rev 4013) @@ -1,7 +1,7 @@ Summary: Personality setter Name: setarch Version: 1.4 -Release: 1jh +Release: 1ts Source0: %{name}-%{version}.tar.gz License: GPL Group: main @@ -61,6 +61,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.4-1ts +- current (1.4-1jh) integrated as 1.4-1ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/setarch/pristine (from rev 3396, tinysofa/releases/1.1/setarch/current) Copied: tinysofa/releases/1.1/setarch/releases/1.4/1ts (from rev 3396, tinysofa/releases/1.1/setarch/current) Modified: tinysofa/releases/1.1/setarch/releases/1.4/1ts/specs/setarch.spec =================================================================== --- tinysofa/releases/1.1/setarch/current/specs/setarch.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/setarch/releases/1.4/1ts/specs/setarch.spec 2004-08-05 18:57:02 UTC (rev 4013) @@ -1,7 +1,7 @@ Summary: Personality setter Name: setarch Version: 1.4 -Release: 1jh +Release: 1ts Source0: %{name}-%{version}.tar.gz License: GPL Group: main @@ -61,6 +61,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.4-1ts +- current (1.4-1jh) integrated as 1.4-1ts for release 1.1 + * Tue Jun 15 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 18:57:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:57:09 +1000 (EST) Subject: [tinysofa-svn] r4014 - tinysofa/releases/1.1/setarch Message-ID: <20040805185709.381694E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:57:09 +1000 (Fri, 06 Aug 2004) New Revision: 4014 Removed: tinysofa/releases/1.1/setarch/pristine/ Log: setarch: * removing pristine (1.4-1jh) From svn at tinysofa.org Thu Aug 5 18:57:16 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:57:16 +1000 (EST) Subject: [tinysofa-svn] r4015 - tinysofa/releases/1.1/setarch Message-ID: <20040805185716.7642B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:57:16 +1000 (Fri, 06 Aug 2004) New Revision: 4015 Added: tinysofa/releases/1.1/setarch/pristine/ Log: setarch: * retarget pristine (1.4-1jh) to releases/1.4/1ts Copied: tinysofa/releases/1.1/setarch/pristine (from rev 4013, tinysofa/releases/1.1/setarch/releases/1.4/1ts) From svn at tinysofa.org Thu Aug 5 18:57:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:57:30 +1000 (EST) Subject: [tinysofa-svn] r4016 - in tinysofa/releases/1.1/tftp: . current/specs releases releases/0.36 releases/0.36/3ts/specs Message-ID: <20040805185730.CA88D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:57:30 +1000 (Fri, 06 Aug 2004) New Revision: 4016 Added: tinysofa/releases/1.1/tftp/pristine/ tinysofa/releases/1.1/tftp/releases/0.36/ tinysofa/releases/1.1/tftp/releases/0.36/3ts/ Modified: tinysofa/releases/1.1/tftp/current/specs/tftp.spec tinysofa/releases/1.1/tftp/releases/0.36/3ts/specs/tftp.spec Log: tftp: * integrate current (0.36-3jh) as releases/0.36/3ts Modified: tinysofa/releases/1.1/tftp/current/specs/tftp.spec =================================================================== --- tinysofa/releases/1.1/tftp/current/specs/tftp.spec 2004-08-05 18:57:16 UTC (rev 4015) +++ tinysofa/releases/1.1/tftp/current/specs/tftp.spec 2004-08-05 18:57:30 UTC (rev 4016) @@ -3,7 +3,7 @@ Summary: The client for the Trivial File Transfer Protocol (TFTP). Name: tftp Version: %{tftp_hpa_version} -Release: 3jh +Release: 3ts Copyright: BSD Group: extra Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz @@ -94,6 +94,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.36-3ts +- current (0.36-3jh) integrated as 0.36-3ts for release 1.1 + * Tue Aug 3 2004 Jaakko Heinonen 0.36-3jh - move data directory to /srv/tfpboot Copied: tinysofa/releases/1.1/tftp/pristine (from rev 3396, tinysofa/releases/1.1/tftp/current) Copied: tinysofa/releases/1.1/tftp/releases/0.36/3ts (from rev 3396, tinysofa/releases/1.1/tftp/current) Modified: tinysofa/releases/1.1/tftp/releases/0.36/3ts/specs/tftp.spec =================================================================== --- tinysofa/releases/1.1/tftp/current/specs/tftp.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/tftp/releases/0.36/3ts/specs/tftp.spec 2004-08-05 18:57:30 UTC (rev 4016) @@ -3,7 +3,7 @@ Summary: The client for the Trivial File Transfer Protocol (TFTP). Name: tftp Version: %{tftp_hpa_version} -Release: 3jh +Release: 3ts Copyright: BSD Group: extra Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz @@ -94,6 +94,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 0.36-3ts +- current (0.36-3jh) integrated as 0.36-3ts for release 1.1 + * Tue Aug 3 2004 Jaakko Heinonen 0.36-3jh - move data directory to /srv/tfpboot From svn at tinysofa.org Thu Aug 5 18:57:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:57:36 +1000 (EST) Subject: [tinysofa-svn] r4017 - tinysofa/releases/1.1/tftp Message-ID: <20040805185736.CB36C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:57:36 +1000 (Fri, 06 Aug 2004) New Revision: 4017 Removed: tinysofa/releases/1.1/tftp/pristine/ Log: tftp: * removing pristine (0.36-3jh) From svn at tinysofa.org Thu Aug 5 18:57:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:57:43 +1000 (EST) Subject: [tinysofa-svn] r4018 - tinysofa/releases/1.1/tftp Message-ID: <20040805185743.B51A44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:57:43 +1000 (Fri, 06 Aug 2004) New Revision: 4018 Added: tinysofa/releases/1.1/tftp/pristine/ Log: tftp: * retarget pristine (0.36-3jh) to releases/0.36/3ts Copied: tinysofa/releases/1.1/tftp/pristine (from rev 4016, tinysofa/releases/1.1/tftp/releases/0.36/3ts) From svn at tinysofa.org Thu Aug 5 18:57:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:57:56 +1000 (EST) Subject: [tinysofa-svn] r4019 - in tinysofa/releases/1.1/tinysofa-rpm-config: . current/specs releases releases/1.1.3 releases/1.1.3/1ts/specs Message-ID: <20040805185756.754634E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:57:56 +1000 (Fri, 06 Aug 2004) New Revision: 4019 Added: tinysofa/releases/1.1/tinysofa-rpm-config/pristine/ tinysofa/releases/1.1/tinysofa-rpm-config/releases/ tinysofa/releases/1.1/tinysofa-rpm-config/releases/1.1.3/ tinysofa/releases/1.1/tinysofa-rpm-config/releases/1.1.3/1ts/ Modified: tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec tinysofa/releases/1.1/tinysofa-rpm-config/releases/1.1.3/1ts/specs/tinysofa-rpm-config.spec Log: tinysofa-rpm-config: * integrate current (1.1.3-1jh) as releases/1.1.3/1ts Modified: tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec =================================================================== --- tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec 2004-08-05 18:57:43 UTC (rev 4018) +++ tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec 2004-08-05 18:57:56 UTC (rev 4019) @@ -1,7 +1,7 @@ Summary: tinysofa specific rpm configuration files. Name: tinysofa-rpm-config Version: 1.1.3 -Release: 1jh +Release: 1ts License: GPL Group: development Source: tinysofa-rpm-config-%{version}.tar.bz2 @@ -32,6 +32,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.1.3-1ts +- current (1.1.3-1jh) integrated as 1.1.3-1ts for release 1.1 + * Fri Feb 13 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/tinysofa-rpm-config/pristine (from rev 3396, tinysofa/releases/1.1/tinysofa-rpm-config/current) Copied: tinysofa/releases/1.1/tinysofa-rpm-config/releases/1.1.3/1ts (from rev 3396, tinysofa/releases/1.1/tinysofa-rpm-config/current) Modified: tinysofa/releases/1.1/tinysofa-rpm-config/releases/1.1.3/1ts/specs/tinysofa-rpm-config.spec =================================================================== --- tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/tinysofa-rpm-config/releases/1.1.3/1ts/specs/tinysofa-rpm-config.spec 2004-08-05 18:57:56 UTC (rev 4019) @@ -1,7 +1,7 @@ Summary: tinysofa specific rpm configuration files. Name: tinysofa-rpm-config Version: 1.1.3 -Release: 1jh +Release: 1ts License: GPL Group: development Source: tinysofa-rpm-config-%{version}.tar.bz2 @@ -32,6 +32,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 1.1.3-1ts +- current (1.1.3-1jh) integrated as 1.1.3-1ts for release 1.1 + * Fri Feb 13 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 18:58:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:58:01 +1000 (EST) Subject: [tinysofa-svn] r4020 - tinysofa/releases/1.1/tinysofa-rpm-config/pristine Message-ID: <20040805185801.E2F7E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:58:01 +1000 (Fri, 06 Aug 2004) New Revision: 4020 Added: tinysofa/releases/1.1/tinysofa-rpm-config/pristine/1ts/ Log: tinysofa-rpm-config: * retarget pristine (1.1.3-1jh) to releases/1.1.3/1ts Copied: tinysofa/releases/1.1/tinysofa-rpm-config/pristine/1ts (from rev 4019, tinysofa/releases/1.1/tinysofa-rpm-config/releases/1.1.3/1ts) From svn at tinysofa.org Thu Aug 5 18:58:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:58:11 +1000 (EST) Subject: [tinysofa-svn] r4021 - in tinysofa/releases/1.1/tzdata: . current/specs releases releases/2003d releases/2003d/1ts/specs Message-ID: <20040805185811.3389D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:58:11 +1000 (Fri, 06 Aug 2004) New Revision: 4021 Added: tinysofa/releases/1.1/tzdata/pristine/ tinysofa/releases/1.1/tzdata/releases/ tinysofa/releases/1.1/tzdata/releases/2003d/ tinysofa/releases/1.1/tzdata/releases/2003d/1ts/ Modified: tinysofa/releases/1.1/tzdata/current/specs/tzdata.spec tinysofa/releases/1.1/tzdata/releases/2003d/1ts/specs/tzdata.spec Log: tzdata: * integrate current (2003d-1jh) as releases/2003d/1ts Modified: tinysofa/releases/1.1/tzdata/current/specs/tzdata.spec =================================================================== --- tinysofa/releases/1.1/tzdata/current/specs/tzdata.spec 2004-08-05 18:58:01 UTC (rev 4020) +++ tinysofa/releases/1.1/tzdata/current/specs/tzdata.spec 2004-08-05 18:58:11 UTC (rev 4021) @@ -1,7 +1,7 @@ Summary: Timezone data Name: tzdata Version: 2003d -Release: 1jh +Release: 1ts Copyright: GPL Group: main Source0: %{name}.tar.bz2 @@ -41,6 +41,9 @@ %{_datadir}/zoneinfo %changelog +* Thu Aug 05 2004 tsintegrate 2003d-1ts +- current (2003d-1jh) integrated as 2003d-1ts for release 1.1 + * Fri Feb 13 2004 Elliot Lee - rebuilt Copied: tinysofa/releases/1.1/tzdata/pristine (from rev 3396, tinysofa/releases/1.1/tzdata/current) Copied: tinysofa/releases/1.1/tzdata/releases/2003d/1ts (from rev 3396, tinysofa/releases/1.1/tzdata/current) Modified: tinysofa/releases/1.1/tzdata/releases/2003d/1ts/specs/tzdata.spec =================================================================== --- tinysofa/releases/1.1/tzdata/current/specs/tzdata.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/tzdata/releases/2003d/1ts/specs/tzdata.spec 2004-08-05 18:58:11 UTC (rev 4021) @@ -1,7 +1,7 @@ Summary: Timezone data Name: tzdata Version: 2003d -Release: 1jh +Release: 1ts Copyright: GPL Group: main Source0: %{name}.tar.bz2 @@ -41,6 +41,9 @@ %{_datadir}/zoneinfo %changelog +* Thu Aug 05 2004 tsintegrate 2003d-1ts +- current (2003d-1jh) integrated as 2003d-1ts for release 1.1 + * Fri Feb 13 2004 Elliot Lee - rebuilt From svn at tinysofa.org Thu Aug 5 18:58:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:58:17 +1000 (EST) Subject: [tinysofa-svn] r4022 - tinysofa/releases/1.1/tzdata Message-ID: <20040805185817.A52684E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:58:17 +1000 (Fri, 06 Aug 2004) New Revision: 4022 Removed: tinysofa/releases/1.1/tzdata/pristine/ Log: tzdata: * removing pristine (2003d-1jh) From svn at tinysofa.org Thu Aug 5 18:58:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:58:26 +1000 (EST) Subject: [tinysofa-svn] r4023 - tinysofa/releases/1.1/tzdata Message-ID: <20040805185826.C072C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:58:26 +1000 (Fri, 06 Aug 2004) New Revision: 4023 Added: tinysofa/releases/1.1/tzdata/pristine/ Log: tzdata: * retarget pristine (2003d-1jh) to releases/2003d/1ts Copied: tinysofa/releases/1.1/tzdata/pristine (from rev 4021, tinysofa/releases/1.1/tzdata/releases/2003d/1ts) From svn at tinysofa.org Thu Aug 5 18:58:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:58:36 +1000 (EST) Subject: [tinysofa-svn] r4024 - in tinysofa/releases/1.1/zip: . current/specs releases releases/2.3 releases/2.3/2ts/specs Message-ID: <20040805185836.59B894E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:58:36 +1000 (Fri, 06 Aug 2004) New Revision: 4024 Added: tinysofa/releases/1.1/zip/pristine/ tinysofa/releases/1.1/zip/releases/2.3/ tinysofa/releases/1.1/zip/releases/2.3/2ts/ Modified: tinysofa/releases/1.1/zip/current/specs/zip.spec tinysofa/releases/1.1/zip/releases/2.3/2ts/specs/zip.spec Log: zip: * integrate current (2.3-2jh) as releases/2.3/2ts Modified: tinysofa/releases/1.1/zip/current/specs/zip.spec =================================================================== --- tinysofa/releases/1.1/zip/current/specs/zip.spec 2004-08-05 18:58:26 UTC (rev 4023) +++ tinysofa/releases/1.1/zip/current/specs/zip.spec 2004-08-05 18:58:36 UTC (rev 4024) @@ -1,7 +1,7 @@ Summary: A file compression and packaging utility compatible with PKZIP. Name: zip Version: 2.3 -Release: 2jh +Release: 2ts License: distributable Group: extra Source: ftp.uu.net:/pub/archiving/zip/src/zip23.tar.gz @@ -68,6 +68,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.3-2ts +- current (2.3-2jh) integrated as 2.3-2ts for release 1.1 + * Mon Jun 21 2004 Lon Hohberger 2.3-24 - Extend max file/archive size to 2^32-8193 (4294959103) bytes - Include better debugging output for configure script Copied: tinysofa/releases/1.1/zip/pristine (from rev 3396, tinysofa/releases/1.1/zip/current) Copied: tinysofa/releases/1.1/zip/releases/2.3/2ts (from rev 3396, tinysofa/releases/1.1/zip/current) Modified: tinysofa/releases/1.1/zip/releases/2.3/2ts/specs/zip.spec =================================================================== --- tinysofa/releases/1.1/zip/current/specs/zip.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/zip/releases/2.3/2ts/specs/zip.spec 2004-08-05 18:58:36 UTC (rev 4024) @@ -1,7 +1,7 @@ Summary: A file compression and packaging utility compatible with PKZIP. Name: zip Version: 2.3 -Release: 2jh +Release: 2ts License: distributable Group: extra Source: ftp.uu.net:/pub/archiving/zip/src/zip23.tar.gz @@ -68,6 +68,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.3-2ts +- current (2.3-2jh) integrated as 2.3-2ts for release 1.1 + * Mon Jun 21 2004 Lon Hohberger 2.3-24 - Extend max file/archive size to 2^32-8193 (4294959103) bytes - Include better debugging output for configure script From svn at tinysofa.org Thu Aug 5 18:58:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:58:42 +1000 (EST) Subject: [tinysofa-svn] r4025 - tinysofa/releases/1.1/zip Message-ID: <20040805185842.CCBA84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:58:42 +1000 (Fri, 06 Aug 2004) New Revision: 4025 Removed: tinysofa/releases/1.1/zip/pristine/ Log: zip: * removing pristine (2.3-2jh) From svn at tinysofa.org Thu Aug 5 18:58:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 04:58:51 +1000 (EST) Subject: [tinysofa-svn] r4026 - tinysofa/releases/1.1/zip Message-ID: <20040805185851.4F11F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 04:58:51 +1000 (Fri, 06 Aug 2004) New Revision: 4026 Added: tinysofa/releases/1.1/zip/pristine/ Log: zip: * retarget pristine (2.3-2jh) to releases/2.3/2ts Copied: tinysofa/releases/1.1/zip/pristine (from rev 4024, tinysofa/releases/1.1/zip/releases/2.3/2ts) From svn at tinysofa.org Thu Aug 5 19:01:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:01:51 +1000 (EST) Subject: [tinysofa-svn] r4027 - in tinysofa/releases/1.1/distcache: . current/specs releases releases/1.4.5 releases/1.4.5/1ts/specs Message-ID: <20040805190151.793194E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:01:51 +1000 (Fri, 06 Aug 2004) New Revision: 4027 Added: tinysofa/releases/1.1/distcache/pristine/ tinysofa/releases/1.1/distcache/releases/ tinysofa/releases/1.1/distcache/releases/1.4.5/ tinysofa/releases/1.1/distcache/releases/1.4.5/1ts/ Modified: tinysofa/releases/1.1/distcache/current/specs/distcache.spec tinysofa/releases/1.1/distcache/releases/1.4.5/1ts/specs/distcache.spec Log: distcache: * integrate current (1.4.5-1jh) as releases/1.4.5/1ts Modified: tinysofa/releases/1.1/distcache/current/specs/distcache.spec =================================================================== --- tinysofa/releases/1.1/distcache/current/specs/distcache.spec 2004-08-05 18:58:51 UTC (rev 4026) +++ tinysofa/releases/1.1/distcache/current/specs/distcache.spec 2004-08-05 19:01:51 UTC (rev 4027) @@ -2,7 +2,7 @@ Summary: Distributed SSL session cache Name: distcache Version: 1.4.5 -Release: 1jh +Release: 1ts License: LGPL Group: extra URL: http://www.distcache.org/ @@ -93,6 +93,9 @@ %{_mandir}/man2/* %changelog +* Thu Aug 05 2004 tsintegrate 1.4.5-1ts +- current (1.4.5-1jh) integrated as 1.4.5-1ts for release 1.1 + * Mon May 17 2004 Joe Orton 1.4.5-4 - run ldconfig in %%post and %%postun Copied: tinysofa/releases/1.1/distcache/pristine (from rev 3396, tinysofa/releases/1.1/distcache/current) Copied: tinysofa/releases/1.1/distcache/releases/1.4.5/1ts (from rev 3396, tinysofa/releases/1.1/distcache/current) Modified: tinysofa/releases/1.1/distcache/releases/1.4.5/1ts/specs/distcache.spec =================================================================== --- tinysofa/releases/1.1/distcache/current/specs/distcache.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/distcache/releases/1.4.5/1ts/specs/distcache.spec 2004-08-05 19:01:51 UTC (rev 4027) @@ -2,7 +2,7 @@ Summary: Distributed SSL session cache Name: distcache Version: 1.4.5 -Release: 1jh +Release: 1ts License: LGPL Group: extra URL: http://www.distcache.org/ @@ -93,6 +93,9 @@ %{_mandir}/man2/* %changelog +* Thu Aug 05 2004 tsintegrate 1.4.5-1ts +- current (1.4.5-1jh) integrated as 1.4.5-1ts for release 1.1 + * Mon May 17 2004 Joe Orton 1.4.5-4 - run ldconfig in %%post and %%postun From svn at tinysofa.org Thu Aug 5 19:02:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:02:00 +1000 (EST) Subject: [tinysofa-svn] r4029 - tinysofa/releases/1.1/distcache Message-ID: <20040805190200.66B164E8675@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:02:00 +1000 (Fri, 06 Aug 2004) New Revision: 4029 Added: tinysofa/releases/1.1/distcache/pristine/ Log: distcache: * retarget pristine (1.4.5-1jh) to releases/1.4.5/1ts Copied: tinysofa/releases/1.1/distcache/pristine (from rev 4027, tinysofa/releases/1.1/distcache/releases/1.4.5/1ts) From svn at tinysofa.org Thu Aug 5 19:01:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:01:55 +1000 (EST) Subject: [tinysofa-svn] r4028 - tinysofa/releases/1.1/distcache Message-ID: <20040805190155.C86F44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:01:55 +1000 (Fri, 06 Aug 2004) New Revision: 4028 Removed: tinysofa/releases/1.1/distcache/pristine/ Log: distcache: * removing pristine (1.4.5-1jh) From svn at tinysofa.org Thu Aug 5 19:04:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:04:22 +1000 (EST) Subject: [tinysofa-svn] r4030 - in tinysofa/releases/1.1/openswan: . current/specs releases releases/2.1.4 releases/2.1.4/1ts/specs Message-ID: <20040805190422.7E31A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:04:22 +1000 (Fri, 06 Aug 2004) New Revision: 4030 Added: tinysofa/releases/1.1/openswan/pristine/ tinysofa/releases/1.1/openswan/releases/2.1.4/ tinysofa/releases/1.1/openswan/releases/2.1.4/1ts/ Modified: tinysofa/releases/1.1/openswan/current/specs/openswan.spec tinysofa/releases/1.1/openswan/releases/2.1.4/1ts/specs/openswan.spec Log: openswan: * integrate current (2.1.4-1jh) as releases/2.1.4/1ts Modified: tinysofa/releases/1.1/openswan/current/specs/openswan.spec =================================================================== --- tinysofa/releases/1.1/openswan/current/specs/openswan.spec 2004-08-05 19:02:00 UTC (rev 4029) +++ tinysofa/releases/1.1/openswan/current/specs/openswan.spec 2004-08-05 19:04:22 UTC (rev 4030) @@ -1,7 +1,7 @@ Summary: A free ipsec VPN solution for Linux Name: openswan Version: 2.1.4 -Release: 1jh +Release: 1ts License: GPL Group: main URL: http://www.openswan.org/ @@ -111,6 +111,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1.4-1ts +- current (2.1.4-1jh) integrated as 2.1.4-1ts for release 1.1 + * Wed Jul 21 2004 Jaakko Heinonen - change freeswan to openswan 2.1.4 Copied: tinysofa/releases/1.1/openswan/pristine (from rev 3981, tinysofa/releases/1.1/openswan/current) Copied: tinysofa/releases/1.1/openswan/releases/2.1.4/1ts (from rev 3981, tinysofa/releases/1.1/openswan/current) Modified: tinysofa/releases/1.1/openswan/releases/2.1.4/1ts/specs/openswan.spec =================================================================== --- tinysofa/releases/1.1/openswan/current/specs/openswan.spec 2004-08-05 18:18:20 UTC (rev 3981) +++ tinysofa/releases/1.1/openswan/releases/2.1.4/1ts/specs/openswan.spec 2004-08-05 19:04:22 UTC (rev 4030) @@ -1,7 +1,7 @@ Summary: A free ipsec VPN solution for Linux Name: openswan Version: 2.1.4 -Release: 1jh +Release: 1ts License: GPL Group: main URL: http://www.openswan.org/ @@ -111,6 +111,9 @@ %changelog +* Thu Aug 05 2004 tsintegrate 2.1.4-1ts +- current (2.1.4-1jh) integrated as 2.1.4-1ts for release 1.1 + * Wed Jul 21 2004 Jaakko Heinonen - change freeswan to openswan 2.1.4 From svn at tinysofa.org Thu Aug 5 19:04:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:04:27 +1000 (EST) Subject: [tinysofa-svn] r4031 - tinysofa/releases/1.1/openswan Message-ID: <20040805190427.CB38C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:04:27 +1000 (Fri, 06 Aug 2004) New Revision: 4031 Removed: tinysofa/releases/1.1/openswan/pristine/ Log: openswan: * removing pristine (2.1.4-1jh) From svn at tinysofa.org Thu Aug 5 19:04:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:04:32 +1000 (EST) Subject: [tinysofa-svn] r4032 - tinysofa/releases/1.1/openswan Message-ID: <20040805190432.921534E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:04:32 +1000 (Fri, 06 Aug 2004) New Revision: 4032 Added: tinysofa/releases/1.1/openswan/pristine/ Log: openswan: * retarget pristine (2.1.4-1jh) to releases/2.1.4/1ts Copied: tinysofa/releases/1.1/openswan/pristine (from rev 4030, tinysofa/releases/1.1/openswan/releases/2.1.4/1ts) From svn at tinysofa.org Thu Aug 5 19:07:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:07:44 +1000 (EST) Subject: [tinysofa-svn] r4034 - tinysofa/releases/1.1/anaconda Message-ID: <20040805190744.2CB3F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:07:43 +1000 (Fri, 06 Aug 2004) New Revision: 4034 Removed: tinysofa/releases/1.1/anaconda/pristine/ Log: anaconda: * removing pristine (1.1.3-2ts) From svn at tinysofa.org Thu Aug 5 19:07:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:07:49 +1000 (EST) Subject: [tinysofa-svn] r4035 - tinysofa/releases/1.1/anaconda Message-ID: <20040805190749.C1C794E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:07:49 +1000 (Fri, 06 Aug 2004) New Revision: 4035 Added: tinysofa/releases/1.1/anaconda/pristine/ Log: anaconda: * retarget pristine (1.1.3-2ts) to releases/1.1.4/1ts Copied: tinysofa/releases/1.1/anaconda/pristine (from rev 4033, tinysofa/releases/1.1/anaconda/releases/1.1.4/1ts) From svn at tinysofa.org Thu Aug 5 19:08:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:08:14 +1000 (EST) Subject: [tinysofa-svn] r4037 - tinysofa/releases/1.1/httpd Message-ID: <20040805190814.3AF184E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:08:14 +1000 (Fri, 06 Aug 2004) New Revision: 4037 Removed: tinysofa/releases/1.1/httpd/pristine/ Log: httpd: * removing pristine (2.0.50-3jh) From svn at tinysofa.org Thu Aug 5 19:08:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:08:19 +1000 (EST) Subject: [tinysofa-svn] r4038 - tinysofa/releases/1.1/httpd Message-ID: <20040805190819.F249D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:08:19 +1000 (Fri, 06 Aug 2004) New Revision: 4038 Added: tinysofa/releases/1.1/httpd/pristine/ Log: httpd: * retarget pristine (2.0.50-3jh) to releases/2.0.50/3ts Copied: tinysofa/releases/1.1/httpd/pristine (from rev 4036, tinysofa/releases/1.1/httpd/releases/2.0.50/3ts) From svn at tinysofa.org Thu Aug 5 19:08:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:08:33 +1000 (EST) Subject: [tinysofa-svn] r4039 - in tinysofa/releases/1.1/libpng: current/specs releases/1.2.5 releases/1.2.5/14ts/specs Message-ID: <20040805190833.E7DCE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:08:33 +1000 (Fri, 06 Aug 2004) New Revision: 4039 Added: tinysofa/releases/1.1/libpng/releases/1.2.5/14ts/ tinysofa/releases/1.1/libpng/releases/1.2.5/14ts/specs/libpng.spec Removed: tinysofa/releases/1.1/libpng/releases/1.2.5/14ts/specs/libpng.spec Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec Log: libpng: * integrate current (1.2.5-14jh) as releases/1.2.5/14ts Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 19:08:19 UTC (rev 4038) +++ tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 19:08:33 UTC (rev 4039) @@ -1,7 +1,7 @@ Summary: libpng, library for working with PNG files Name: libpng Version: 1.2.5 -Release: 14jh +Release: 14ts License: OSI Group: extra Source: http://www.libpng.org/pub/png/src/libpng-1.2.5.tar.bz2 @@ -111,6 +111,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2004 tsintegrate 1.2.5-14ts +- current (1.2.5-14jh) integrated as 1.2.5-14ts for release 1.1 + * Thu Aug 5 2004 Omar Kilani - add libpng-1.2.5-all-patches.txt, fixes all previous security holes - and CAN-2004-0597, CAN-2004-0598, CAN-2004-0599. Copied: tinysofa/releases/1.1/libpng/releases/1.2.5/14ts (from rev 3975, tinysofa/releases/1.1/libpng/current) Deleted: tinysofa/releases/1.1/libpng/releases/1.2.5/14ts/specs/libpng.spec =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 10:19:38 UTC (rev 3975) +++ tinysofa/releases/1.1/libpng/releases/1.2.5/14ts/specs/libpng.spec 2004-08-05 19:08:33 UTC (rev 4039) @@ -1,155 +0,0 @@ -Summary: libpng, library for working with PNG files -Name: libpng -Version: 1.2.5 -Release: 13ts -License: OSI -Group: extra -Source: http://www.libpng.org/pub/png/src/libpng-1.2.5.tar.bz2 -Patch: libpng-1.2.5-can-2004-0421.patch -Patch1: libpng-1.0.15-transfix.patch -BuildRoot: %{_tmppath}/%{name}-root -BuildPrereq: zlib-devel -Provides: libpng12 -Obsoletes: libpng12 -URL: http://www.libpng.org/pub/png/ - -%description -libpng is a library of functions for creating and manipulating PNG -(Portable Network Graphics) image format files. - -This package is needed if you want to run binaries that are linked dynamically -with libpng. - -%package devel -Group: development -Summary: Development tools for version 1.2 of libpng -Provides: libpng12-devel -Obsoletes: libpng12-devel -Requires: %{name} = %{version}, zlib-devel - -%description devel -The libpng-devel package contains the header files and static -libraries necessary for developing programs using the PNG -(Portable Network Graphics) library. - -If you want to develop programs tha which will manipulate PNG image -format files, while still running on previous Red Hat Linux releases, -you should install libpng-devel. You'll also need to install the -libpng package. - -%package tools -Group: extra -Summary: two utilities to convert pnm to png and back -Requires: %{name} = %{version} - -%description tools -The two utilities png2pnm and pnm2png can be used to convert PNG files -into pnm files and pnm to PNG. - -%prep -%setup -q -n libpng-%{version} -%patch -p1 -%patch1 -p1 -b .transfix -ln -s scripts/makefile.linux Makefile - -%build -make prefix=/usr \ - MANPATH=%{_mandir} \ - PNGMAJ=3 \ - ZLIBINC=/usr/include \ - ZLIBLIB=/usr/lib \ - CFLAGS="$RPM_OPT_FLAGS" -cd contrib/pngminus -mv makefile.std Makefile -make prefix=/usr \ - MANPATH=%{_mandir} \ - PNGMAJ=3 \ - ZLIBINC=/usr/include \ - ZLIBLIB=/usr/lib \ - CFLAGS="$RPM_OPT_FLAGS -I../.. -L../.." png2pnm pnm2png - - -%install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" - -mkdir -p $RPM_BUILD_ROOT/usr/share - -make install DESTDIR=$RPM_BUILD_ROOT \ - prefix=/usr \ - MANPATH=%{_mandir} \ - PNGMAJ=3 \ - ZLIBINC=/usr/include \ - ZLIBLIB=/usr/lib -install -s -m 755 contrib/pngminus/png2pnm $RPM_BUILD_ROOT/%{_bindir}/ -install -s -m 755 contrib/pngminus/pnm2png $RPM_BUILD_ROOT/%{_bindir}/ - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -%defattr(-,root,root) -%doc *.txt example.c ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO -%{_libdir}/libpng*.so.* -%{_mandir}/man3/* -%{_mandir}/man5/* - -%files devel -%defattr(-,root,root) -%{_bindir}/libpng* -%{_includedir}/libpng* -%{_includedir}/*.h -%{_libdir}/libpng*.so -%{_libdir}/libpng*a -%{_libdir}/pkgconfig/* - -%files tools -%defattr(-,root,root) -%doc contrib/pngminus/README -%{_bindir}/png2pnm -%{_bindir}/pnm2png - -%clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT - -%changelog -* Thu Aug 05 2004 tsintegrate 1.2.5-13ts -- current (1.2.5-13jh) integrated as 1.2.5-13ts for release 1.1 - -* Mon Jun 21 2004 tsintegrate 1.2.5-12ts -- current (1.2.5-12jh) integrated as 1.2.5-12ts for release 1.0-U1 - -* Mon Jun 21 2004 Jaakko Heinonen 1.2.5-12jh -- add libpng-1.0.15-transfix.patch, fixes CAN-2002-1363 - -* Wed May 19 2004 tsintegrate 1.2.5-11ts -- current (1.2.5-10ts) integrated as 1.2.5-11ts for release 1.0-U1 - -* Mon May 3 2004 Omar Kilani 1.2.5-10ts -- Got patch from Trustix. - -* Fri Apr 30 2004 Oystein Viggen 1.2.5-9tr -- Patch for error message crash, CAN-2004-0421 - -* Sat Jan 10 2004 Goetz Bock 1.2.5-6bg -- added pngminus tools as -tools subpackage - -* Tue Dec 9 2003 Erlend Midttun 1.2.5-5tr -- Rebuilt - -* Wed Nov 19 2003 Tor Hveem 1.2.5-4th -- Renamed package to libpng, also Provides: the old name -- Added som missing Reqs -- Added proper CFLAGS - -* Thu Jul 3 2003 Erlend Midttun 1.2.5-3tr -- Added include directory. - -* Wed Jun 18 2003 Erlend Midttun 1.2.5-2tr -- Big rebuild - -* Wed Apr 30 2003 Erlend Midttun 1.2.5-1em -- New version. - -* Mon Apr 14 2003 Gerald Dachs 1.0.15-1gd -- initital release Copied: tinysofa/releases/1.1/libpng/releases/1.2.5/14ts/specs/libpng.spec (from rev 3977, tinysofa/releases/1.1/libpng/current/specs/libpng.spec) =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-05 14:04:38 UTC (rev 3977) +++ tinysofa/releases/1.1/libpng/releases/1.2.5/14ts/specs/libpng.spec 2004-08-05 19:08:33 UTC (rev 4039) @@ -0,0 +1,160 @@ +Summary: libpng, library for working with PNG files +Name: libpng +Version: 1.2.5 +Release: 14ts +License: OSI +Group: extra +Source: http://www.libpng.org/pub/png/src/libpng-1.2.5.tar.bz2 +Patch: libpng-1.2.5-all-patches.txt +BuildRoot: %{_tmppath}/%{name}-root +BuildPrereq: zlib-devel +Provides: libpng12 +Obsoletes: libpng12 +URL: http://www.libpng.org/pub/png/ + +%description +libpng is a library of functions for creating and manipulating PNG +(Portable Network Graphics) image format files. + +This package is needed if you want to run binaries that are linked dynamically +with libpng. + +%package devel +Group: development +Summary: Development tools for version 1.2 of libpng +Provides: libpng12-devel +Obsoletes: libpng12-devel +Requires: %{name} = %{version}, zlib-devel + +%description devel +The libpng-devel package contains the header files and static +libraries necessary for developing programs using the PNG +(Portable Network Graphics) library. + +If you want to develop programs tha which will manipulate PNG image +format files, while still running on previous Red Hat Linux releases, +you should install libpng-devel. You'll also need to install the +libpng package. + +%package tools +Group: extra +Summary: two utilities to convert pnm to png and back +Requires: %{name} = %{version} + +%description tools +The two utilities png2pnm and pnm2png can be used to convert PNG files +into pnm files and pnm to PNG. + +%prep +%setup -q -n libpng-%{version} +%patch -p1 +ln -s scripts/makefile.linux Makefile + +%build +make prefix=/usr \ + MANPATH=%{_mandir} \ + PNGMAJ=3 \ + ZLIBINC=/usr/include \ + ZLIBLIB=/usr/lib \ + CFLAGS="$RPM_OPT_FLAGS" +cd contrib/pngminus +mv makefile.std Makefile +make prefix=/usr \ + MANPATH=%{_mandir} \ + PNGMAJ=3 \ + ZLIBINC=/usr/include \ + ZLIBLIB=/usr/lib \ + CFLAGS="$RPM_OPT_FLAGS -I../.. -L../.." png2pnm pnm2png + + +%install +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" + +mkdir -p $RPM_BUILD_ROOT/usr/share + +make install DESTDIR=$RPM_BUILD_ROOT \ + prefix=/usr \ + MANPATH=%{_mandir} \ + PNGMAJ=3 \ + ZLIBINC=/usr/include \ + ZLIBLIB=/usr/lib +install -s -m 755 contrib/pngminus/png2pnm $RPM_BUILD_ROOT/%{_bindir}/ +install -s -m 755 contrib/pngminus/pnm2png $RPM_BUILD_ROOT/%{_bindir}/ + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%doc *.txt example.c ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO +%{_libdir}/libpng*.so.* +%{_mandir}/man3/* +%{_mandir}/man5/* + +%files devel +%defattr(-,root,root) +%{_bindir}/libpng* +%{_includedir}/libpng* +%{_includedir}/*.h +%{_libdir}/libpng*.so +%{_libdir}/libpng*a +%{_libdir}/pkgconfig/* + +%files tools +%defattr(-,root,root) +%doc contrib/pngminus/README +%{_bindir}/png2pnm +%{_bindir}/pnm2png + +%clean +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT + +%changelog +* Thu Aug 05 2004 tsintegrate 1.2.5-14ts +- current (1.2.5-14jh) integrated as 1.2.5-14ts for release 1.1 + +* Thu Aug 5 2004 Omar Kilani +- add libpng-1.2.5-all-patches.txt, fixes all previous security holes +- and CAN-2004-0597, CAN-2004-0598, CAN-2004-0599. + +* Thu Aug 05 2004 tsintegrate 1.2.5-13ts +- current (1.2.5-13jh) integrated as 1.2.5-13ts for release 1.1 + +* Mon Jun 21 2004 tsintegrate 1.2.5-12ts +- current (1.2.5-12jh) integrated as 1.2.5-12ts for release 1.0-U1 + +* Mon Jun 21 2004 Jaakko Heinonen 1.2.5-12jh +- add libpng-1.0.15-transfix.patch, fixes CAN-2002-1363 + +* Wed May 19 2004 tsintegrate 1.2.5-11ts +- current (1.2.5-10ts) integrated as 1.2.5-11ts for release 1.0-U1 + +* Mon May 3 2004 Omar Kilani 1.2.5-10ts +- Got patch from Trustix. + +* Fri Apr 30 2004 Oystein Viggen 1.2.5-9tr +- Patch for error message crash, CAN-2004-0421 + +* Sat Jan 10 2004 Goetz Bock 1.2.5-6bg +- added pngminus tools as -tools subpackage + +* Tue Dec 9 2003 Erlend Midttun 1.2.5-5tr +- Rebuilt + +* Wed Nov 19 2003 Tor Hveem 1.2.5-4th +- Renamed package to libpng, also Provides: the old name +- Added som missing Reqs +- Added proper CFLAGS + +* Thu Jul 3 2003 Erlend Midttun 1.2.5-3tr +- Added include directory. + +* Wed Jun 18 2003 Erlend Midttun 1.2.5-2tr +- Big rebuild + +* Wed Apr 30 2003 Erlend Midttun 1.2.5-1em +- New version. + +* Mon Apr 14 2003 Gerald Dachs 1.0.15-1gd +- initital release From svn at tinysofa.org Thu Aug 5 19:08:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:08:38 +1000 (EST) Subject: [tinysofa-svn] r4040 - tinysofa/releases/1.1/libpng Message-ID: <20040805190838.E7FBB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:08:38 +1000 (Fri, 06 Aug 2004) New Revision: 4040 Removed: tinysofa/releases/1.1/libpng/pristine/ Log: libpng: * removing pristine (1.2.5-13ts) From svn at tinysofa.org Thu Aug 5 19:08:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:08:44 +1000 (EST) Subject: [tinysofa-svn] r4041 - tinysofa/releases/1.1/libpng Message-ID: <20040805190844.968AB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:08:44 +1000 (Fri, 06 Aug 2004) New Revision: 4041 Added: tinysofa/releases/1.1/libpng/pristine/ Log: libpng: * retarget pristine (1.2.5-13ts) to releases/1.2.5/14ts Copied: tinysofa/releases/1.1/libpng/pristine (from rev 4039, tinysofa/releases/1.1/libpng/releases/1.2.5/14ts) From svn at tinysofa.org Thu Aug 5 19:08:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:08:58 +1000 (EST) Subject: [tinysofa-svn] r4042 - in tinysofa/releases/1.1/php4: . current/specs releases releases/4.3.8 releases/4.3.8/2ts/specs Message-ID: <20040805190858.C43624E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:08:58 +1000 (Fri, 06 Aug 2004) New Revision: 4042 Added: tinysofa/releases/1.1/php4/pristine/ tinysofa/releases/1.1/php4/releases/4.3.8/ tinysofa/releases/1.1/php4/releases/4.3.8/2ts/ Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec tinysofa/releases/1.1/php4/releases/4.3.8/2ts/specs/php4.spec Log: php4: * integrate current (4.3.8-2jh) as releases/4.3.8/2ts Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec =================================================================== --- tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-05 19:08:44 UTC (rev 4041) +++ tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-05 19:08:58 UTC (rev 4042) @@ -7,7 +7,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php4 Version: 4.3.8 -Release: 2jh +Release: 2ts License: The PHP License Group: main URL: http://www.php.net/ @@ -606,6 +606,9 @@ %endif %changelog +* Thu Aug 05 2004 tsintegrate 4.3.8-2ts +- current (4.3.8-2jh) integrated as 4.3.8-2ts for release 1.1 + * Thu Aug 5 2004 Jaakko Heinonen 4.3.8-2jh - change user and group from apache to httpd Copied: tinysofa/releases/1.1/php4/pristine (from rev 3396, tinysofa/releases/1.1/php4/current) Copied: tinysofa/releases/1.1/php4/releases/4.3.8/2ts (from rev 3396, tinysofa/releases/1.1/php4/current) Modified: tinysofa/releases/1.1/php4/releases/4.3.8/2ts/specs/php4.spec =================================================================== --- tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/php4/releases/4.3.8/2ts/specs/php4.spec 2004-08-05 19:08:58 UTC (rev 4042) @@ -7,7 +7,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php4 Version: 4.3.8 -Release: 2jh +Release: 2ts License: The PHP License Group: main URL: http://www.php.net/ @@ -606,6 +606,9 @@ %endif %changelog +* Thu Aug 05 2004 tsintegrate 4.3.8-2ts +- current (4.3.8-2jh) integrated as 4.3.8-2ts for release 1.1 + * Thu Aug 5 2004 Jaakko Heinonen 4.3.8-2jh - change user and group from apache to httpd From svn at tinysofa.org Thu Aug 5 19:09:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:09:03 +1000 (EST) Subject: [tinysofa-svn] r4043 - tinysofa/releases/1.1/php4 Message-ID: <20040805190903.C1C2F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:09:03 +1000 (Fri, 06 Aug 2004) New Revision: 4043 Removed: tinysofa/releases/1.1/php4/pristine/ Log: php4: * removing pristine (4.3.8-2jh) From svn at tinysofa.org Thu Aug 5 19:09:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 05:09:09 +1000 (EST) Subject: [tinysofa-svn] r4044 - tinysofa/releases/1.1/php4 Message-ID: <20040805190909.E19884E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 05:09:09 +1000 (Fri, 06 Aug 2004) New Revision: 4044 Added: tinysofa/releases/1.1/php4/pristine/ Log: php4: * retarget pristine (4.3.8-2jh) to releases/4.3.8/2ts Copied: tinysofa/releases/1.1/php4/pristine (from rev 4042, tinysofa/releases/1.1/php4/releases/4.3.8/2ts) From svn at tinysofa.org Thu Aug 5 20:21:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 06:21:00 +1000 (EST) Subject: [tinysofa-svn] r4045 - tinysofa/releases/1.1/gcc/current/specs Message-ID: <20040805202100.6955C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 06:21:00 +1000 (Fri, 06 Aug 2004) New Revision: 4045 Modified: tinysofa/releases/1.1/gcc/current/specs/gcc.spec Log: - fix release Modified: tinysofa/releases/1.1/gcc/current/specs/gcc.spec =================================================================== --- tinysofa/releases/1.1/gcc/current/specs/gcc.spec 2004-08-05 19:09:09 UTC (rev 4044) +++ tinysofa/releases/1.1/gcc/current/specs/gcc.spec 2004-08-05 20:21:00 UTC (rev 4045) @@ -334,7 +334,7 @@ perl -pi -e 's/3\.3\.4/3.3.3/' gcc/version.c perl -pi -e 's/"%{gcc_version}"/"%{gcc_version} \(release\)"/' gcc/version.c -perl -pi -e 's/\((prerelease|experimental|release|Red Hat[^)]*)\)/\(tinysofa enterprise server %{version}-%{gcc_release}\)/' gcc/version.c +perl -pi -e 's/\((prerelease|experimental|release|Red Hat[^)]*)\)/\(tinysofa enterprise server %{version}-%{release}\)/' gcc/version.c # Misdesign in libstdc++ cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h From svn at tinysofa.org Fri Aug 6 08:30:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 18:30:10 +1000 (EST) Subject: [tinysofa-svn] r4046 - tinysofa/releases/1.1/php4/current/specs Message-ID: <20040806083010.4E1354E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 18:30:08 +1000 (Fri, 06 Aug 2004) New Revision: 4046 Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec Log: - obsolete mod_php4 subpackages Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec =================================================================== --- tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-05 20:21:00 UTC (rev 4045) +++ tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-06 08:30:08 UTC (rev 4046) @@ -7,7 +7,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php4 Version: 4.3.8 -Release: 2ts +Release: 3jh License: The PHP License Group: main URL: http://www.php.net/ @@ -52,6 +52,7 @@ BuildRequires: zlib-devel, pcre-devel, smtpdaemon BuildRequires: bzip2, perl, libtool >= 1.4.3 Obsoletes: php-dbg, mod_php, php3, phpfi, stronghold-php, mod_php4 +Obsoletes: mod_php4-cli mod_php4-openssl mod_php4-exif mod_php4-gd mod_php4-imap mod_php4-ldap mod_php4-mysql mod_php4-pgsql mod_php4-test mod_php4-domxml mod_php4-sysv # Enforce Apache module ABI compatibility Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn 2> /dev/null || echo missing-httpd-devel) Requires: %{name}-pear @@ -74,6 +75,7 @@ Summary: Files needed for building PHP extensions. Conflicts: php-devel >= 5.0.0 Obsoletes: php-devel < 5.0.0 +Obsoletes: mod_php4-devel %description devel The php-devel package contains the files needed for building PHP From svn at tinysofa.org Fri Aug 6 08:47:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 6 Aug 2004 18:47:53 +1000 (EST) Subject: [tinysofa-svn] r4047 - tinysofa/releases/1.1/python/current/specs Message-ID: <20040806084753.0BF5F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-06 18:47:52 +1000 (Fri, 06 Aug 2004) New Revision: 4047 Modified: tinysofa/releases/1.1/python/current/specs/python.spec Log: - docs -> doc Modified: tinysofa/releases/1.1/python/current/specs/python.spec =================================================================== --- tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-06 08:30:08 UTC (rev 4046) +++ tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-06 08:47:52 UTC (rev 4047) @@ -58,7 +58,7 @@ Python modules, as well as modules for interfacing to the Tix widget set for Tk and RPM. -Note that documentation for Python is provided in the python-docs +Note that documentation for Python is provided in the python-doc package. %package jp-codecs @@ -88,7 +88,7 @@ Install python-devel if you want to develop Python extensions. The python package will also need to be installed. You'll probably also -want to install the python-docs package, which contains Python +want to install the python-doc package, which contains Python documentation. %package tools @@ -111,11 +111,11 @@ %rename python-docs %description doc -The python-docs package contains documentation on the Python +The python-doc package contains documentation on the Python programming language and interpreter. The documentation is provided in ASCII text files and in LaTeX source files. -Install the python-docs package if you'd like to use the documentation +Install the python-doc package if you'd like to use the documentation for the Python language. From svn at tinysofa.org Sat Aug 7 07:51:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 7 Aug 2004 17:51:26 +1000 (EST) Subject: [tinysofa-svn] r4049 - in tinysofa/releases/1.1/portmap/current: sources specs Message-ID: <20040807075126.0271B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-07 17:51:25 +1000 (Sat, 07 Aug 2004) New Revision: 4049 Added: tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-cleanup.patch tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-pie.patch tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-rpc_user.patch tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-sigpipe.patch Modified: tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-errno.patch tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-linux.patch tinysofa/releases/1.1/portmap/current/sources/portmap.8 tinysofa/releases/1.1/portmap/current/sources/portmap.init tinysofa/releases/1.1/portmap/current/specs/portmap.spec Log: - backport portmap from 2.0 Added: tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-cleanup.patch =================================================================== --- tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-cleanup.patch 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-cleanup.patch 2004-08-07 07:51:25 UTC (rev 4049) @@ -0,0 +1,85 @@ +Some cleanup for my last patch. + + +-- +H.J. Lu (hjl at gnu.org) +-- +--- portmap_4/pmap_check.c.hostname Wed May 10 10:23:35 2000 ++++ portmap_4/pmap_check.c Wed May 10 11:03:22 2000 +@@ -35,6 +35,7 @@ + static char sccsid[] = "@(#) pmap_check.c 1.6 93/11/21 20:58:59"; + #endif + #include ++#include + #include + #include + #include +@@ -69,8 +70,6 @@ int deny_severity = LOG_WARNING; + /* coming from libwrap.a (tcp_wrappers) */ + extern int hosts_ctl(char *daemon, char *name, char *addr, char *user); + +-#define good_client(a) hosts_ctl("portmap", "", inet_ntoa(a->sin_addr), "") +- + #define legal_port(a,p) \ + (ntohs((a)->sin_port) < IPPORT_RESERVED || (p) >= IPPORT_RESERVED) + +@@ -88,6 +87,59 @@ extern int hosts_ctl(char *daemon, char + + #define log_client(addr, proc, prog) \ + logit(allow_severity, addr, proc, prog, "") ++ ++#ifdef HOSTS_ACCESS ++static int ++good_client(addr) ++struct sockaddr_in *addr; ++{ ++ struct hostent *hp; ++ char **sp; ++ char *tmpname; ++ ++ /* Check the IP address first. */ ++ if (hosts_ctl("portmap", "", inet_ntoa(addr->sin_addr), "")) ++ return 1; ++ ++ /* Check the hostname. */ ++ hp = gethostbyaddr ((const char *) &(addr->sin_addr), ++ sizeof (addr->sin_addr), AF_INET); ++ ++ if (!hp) ++ return 0; ++ ++ /* must make sure the hostent is authorative. */ ++ tmpname = alloca (strlen (hp->h_name) + 1); ++ strcpy (tmpname, hp->h_name); ++ hp = gethostbyname(tmpname); ++ if (hp) { ++ /* now make sure the "addr->sin_addr" is on the list */ ++ for (sp = hp->h_addr_list ; *sp ; sp++) { ++ if (memcmp(*sp, &(addr->sin_addr), hp->h_length)==0) ++ break; ++ } ++ if (!*sp) ++ /* it was a FAKE. */ ++ return 0; ++ } ++ else ++ /* never heard of it. misconfigured DNS? */ ++ return 0; ++ ++ /* Check the official name first. */ ++ if (hosts_ctl("portmap", "", hp->h_name, "")) ++ return 1; ++ ++ /* Check aliases. */ ++ for (sp = hp->h_aliases; *sp ; sp++) { ++ if (hosts_ctl("portmap", "", *sp, "")) ++ return 1; ++ } ++ ++ /* No match */ ++ return 0; ++} ++#endif + + /* check_startup - additional startup code */ + Modified: tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-errno.patch =================================================================== --- tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-errno.patch 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-errno.patch 2004-08-07 07:51:25 UTC (rev 4049) @@ -1,23 +1,18 @@ -diff -Nru portmap_4.orig/Makefile portmap_4/Makefile ---- portmap_4.orig/Makefile 2003-03-26 15:17:32.000000000 +0100 -+++ portmap_4/Makefile 2003-03-26 15:19:19.000000000 +0100 -@@ -50,7 +50,7 @@ +--- portmap_4/portmap.c.old 1996-05-31 09:52:59.000000000 -0400 ++++ portmap_4/portmap.c 2002-12-13 11:44:16.000000000 -0500 +@@ -94,6 +94,7 @@ + #ifdef SYSV40 + #include + #endif ++#include - # Auxiliary object files that may be missing from your C library. - # --AUX = daemon.o strerror.o -+AUX = daemon.o # strerror.o + extern char *strerror(); + #include +@@ -124,7 +125,6 @@ + static void callit(); + struct pmaplist *pmaplist; + int debugging = 0; +-extern int errno; - # NEXTSTEP is a little different. The following seems to work with NS 3.2 - # -diff -Nru portmap_4.orig/portmap.c portmap_4/portmap.c ---- portmap_4.orig/portmap.c 2003-03-26 15:17:32.000000000 +0100 -+++ portmap_4/portmap.c 2003-03-26 15:20:01.000000000 +0100 -@@ -85,6 +85,7 @@ - #include - #include - #include -+#include - #include - #include - #include + #include "pmap_check.h" + Modified: tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-linux.patch =================================================================== --- tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-linux.patch 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-linux.patch 2004-08-07 07:51:25 UTC (rev 4049) @@ -1,14 +1,5 @@ --- portmap_4/Makefile.orig Fri May 31 09:50:40 1996 +++ portmap_4/Makefile Fri Aug 9 17:40:43 1996 -@@ -46,7 +46,7 @@ - # libwrap.a object library. WRAP_DIR should specify the directory with - # that library. - --WRAP_DIR= ../tcp_wrappers -+WRAP_DIR= /usr/lib - - # Auxiliary object files that may be missing from your C library. - # @@ -67,9 +67,9 @@ SHELL = /bin/sh @@ -21,3 +12,16 @@ OBJECTS = portmap.o pmap_check.o from_local.o $(AUX) all: portmap pmap_dump pmap_set +--- portmap_4/Makefile.bad 1996-05-31 09:50:40.000000000 -0400 ++++ portmap_4/Makefile 2002-12-12 09:54:00.000000000 -0500 +@@ -74,8 +74,8 @@ + + all: portmap pmap_dump pmap_set + +-portmap: $(OBJECTS) $(WRAP_DIR)/libwrap.a +- $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(WRAP_DIR)/libwrap.a $(LIBS) ++portmap: $(OBJECTS) ++ $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(LIBS) + + pmap_dump: pmap_dump.c + $(CC) $(CFLAGS) -o $@ $? $(LIBS) Added: tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-pie.patch =================================================================== --- tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-pie.patch 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-pie.patch 2004-08-07 07:51:25 UTC (rev 4049) @@ -0,0 +1,42 @@ +--- portmap_4/Makefile.pie 2003-10-28 20:18:32.000000000 -0800 ++++ portmap_4/Makefile 2003-10-28 20:18:32.000000000 -0800 +@@ -74,8 +74,11 @@ + + all: portmap pmap_dump pmap_set + ++$(OBJECTS): %.o: %.c ++ $(CC) $(CFLAGS) -fpie -c $< ++ + portmap: $(OBJECTS) +- $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(LIBS) ++ $(CC) $(CFLAGS) -o $@ -pie $(OBJECTS) $(LIBS) + + pmap_dump: pmap_dump.c + $(CC) $(CFLAGS) -o $@ $? $(LIBS) +--- portmap_4/pmap_check.h.pie 2003-10-28 20:26:34.000000000 -0800 ++++ portmap_4/pmap_check.h 2003-10-28 20:26:49.000000000 -0800 +@@ -6,6 +6,6 @@ + extern int check_setunset(); + extern int check_privileged_port(); + extern int check_callit(); +-extern int verboselog; +-extern int allow_severity; +-extern int deny_severity; ++extern int verboselog __attribute__ ((visibility ("hidden"))); ++extern int allow_severity __attribute__ ((visibility ("hidden"))); ++extern int deny_severity __attribute__ ((visibility ("hidden"))); +--- portmap_4/pmap_check.c.pie 2003-10-28 20:27:38.000000000 -0800 ++++ portmap_4/pmap_check.c 2003-10-28 20:27:40.000000000 -0800 +@@ -63,9 +63,9 @@ + + static void logit(); + static void toggle_verboselog(); +-int verboselog = 0; +-int allow_severity = LOG_INFO; +-int deny_severity = LOG_WARNING; ++int verboselog __attribute ((visibility ("hidden"))) = 0; ++int allow_severity __attribute ((visibility ("hidden"))) = LOG_INFO; ++int deny_severity __attribute ((visibility ("hidden"))) = LOG_WARNING; + + /* A handful of macros for "readability". */ + Added: tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-rpc_user.patch =================================================================== --- tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-rpc_user.patch 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-rpc_user.patch 2004-08-07 07:51:25 UTC (rev 4049) @@ -0,0 +1,72 @@ +--- portmap_4/daemon.c.rpcuser Wed Feb 28 18:42:17 2001 ++++ portmap_4/daemon.c Wed Feb 28 18:42:17 2001 +@@ -35,6 +35,7 @@ + static char sccsid[] = "@(#)daemon.c 5.3 (Berkeley) 12/28/90"; + #endif /* LIBC_SCCS and not lint */ + ++#include + #include + #include + #include +--- portmap_4/pmap_check.c.rpcuser Wed Feb 28 18:42:17 2001 ++++ portmap_4/pmap_check.c Wed Feb 28 18:50:28 2001 +@@ -40,6 +40,8 @@ + #include + #include + #include ++#include ++#include + #include + #ifdef SYSV40 + #include +@@ -149,11 +151,47 @@ + /* + * Give up root privileges so that we can never allocate a privileged + * port when forwarding an rpc request. ++ * ++ * Fix 8/3/00 Philipp Knirsch: First lookup our rpc user. If we find it, ++ * switch to that uid, otherwise simply resue the old bin user and print ++ * out a warning in syslog. + */ +- if (setuid(1) == -1) { +- syslog(LOG_ERR, "setuid(1) failed: %m"); +- exit(1); ++ ++ struct passwd *pwent; ++ ++ pwent = getpwnam("rpc"); ++ if (pwent == NULL) { ++ syslog(LOG_WARNING, "user rpc not found, reverting to user bin"); ++ if (setgid(1) == -1) { ++ syslog(LOG_ERR, "setgid(1) failed: %m"); ++ exit(1); ++ } ++ if (setuid(1) == -1) { ++ syslog(LOG_ERR, "setuid(1) failed: %m"); ++ exit(1); ++ } + } ++ else { ++ if (setgroups(0,NULL) == -1) { ++ syslog(LOG_WARNING,"setgroups() to clear group memberships failed: %m"); ++ } ++ ++ if (setgid(pwent->pw_gid) == -1) { ++ syslog(LOG_WARNING, "setgid() to rpc group failed: %m"); ++ if (setgid(1) == -1) { ++ syslog(LOG_ERR, "setgid(1) failed: %m"); ++ exit(1); ++ } ++ } ++ if (setuid(pwent->pw_uid) == -1) { ++ syslog(LOG_WARNING, "setuid() to rpc user failed: %m"); ++ if (setuid(1) == -1) { ++ syslog(LOG_ERR, "setuid(1) failed: %m"); ++ exit(1); ++ } ++ } ++ } ++ + (void) signal(SIGINT, toggle_verboselog); + } + Added: tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-sigpipe.patch =================================================================== --- tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-sigpipe.patch 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/sources/portmap-4.0-sigpipe.patch 2004-08-07 07:51:25 UTC (rev 4049) @@ -0,0 +1,12 @@ +--- portmap_4/portmap.c.sigpipe Sun Feb 11 17:45:11 2001 ++++ portmap_4/portmap.c Sun Feb 11 17:45:51 2001 +@@ -228,6 +228,9 @@ + #else + (void)signal(SIGCHLD, reap); + #endif ++ /* Dying on SIGPIPE doesn't help anyone */ ++ (void)signal(SIGPIPE, SIG_IGN); ++ + svc_run(); + syslog(LOG_ERR, "run_svc returned unexpectedly"); + abort(); Modified: tinysofa/releases/1.1/portmap/current/sources/portmap.8 =================================================================== --- tinysofa/releases/1.1/portmap/current/sources/portmap.8 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/sources/portmap.8 2004-08-07 07:51:25 UTC (rev 4049) @@ -101,7 +101,7 @@ .Nm portmap in verbose mode. .El - +.Pp This .Nm portmap version is protected by the @@ -110,28 +110,28 @@ .Nm portmap if they should be allowed to use it. To allow connects from clients of the .bar.com domain you could use the following line in /etc/hosts.allow: - +.Pp portmap: .bar.com - +.Pp You have to use the daemon name .Nm portmap for the daemon name (even if the binary has a different name). For the -client names you can only use the keyword ALL or IP addresses (NOT -host or domain names). - +client names you can use the keyword ALL, IP addresses, hostnames or domain +names. +.Pp For further information please have a look at the .Xr tcpd (8) , .Xr hosts_allow (5) and .Xr hosts_access (5) manual pages. - +.Pp .Sh SEE ALSO -.Xr inetd.conf (5) , +.Xr xinetd.conf (5) , .Xr rpcinfo (8) , .Xr pmap_set (8) , .Xr pmap_dump (8) , -.Xr inetd (8) +.Xr xinetd (8) .Xr tcpd (8) .Xr hosts_access (5) .Xr hosts_options (5) @@ -143,4 +143,4 @@ The .Nm command appeared in -.Bx BSD 4.3. \ No newline at end of file +.Bx BSD 4.3. Modified: tinysofa/releases/1.1/portmap/current/sources/portmap.init =================================================================== --- tinysofa/releases/1.1/portmap/current/sources/portmap.init 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/sources/portmap.init 2004-08-07 07:51:25 UTC (rev 4049) @@ -2,22 +2,38 @@ # # portmap Start/Stop RPC portmapper # -# chkconfig: - 11 89 +# chkconfig: - 13 87 # description: The portmapper manages RPC connections, which are used by \ # protocols such as NFS and NIS. The portmap server must be \ # running on machines which act as servers for protocols which \ # make use of the RPC mechanism. # processname: portmap + +# This is an interactive program, we need the current locale +[ -f /etc/profile.d/lang.sh ] && . /etc/profile.d/lang.sh +# We can't Japanese on normal console at boot time, so force LANG=C. +if [ "$LANG" = "ja" -o "$LANG" = "ja_JP.eucJP" ]; then + if [ "$TERM" = "linux" ] ; then + LANG=C + fi +fi + # Source function library. . /etc/init.d/functions # Get config. -. /etc/sysconfig/network +if [ -f /etc/sysconfig/network ]; then + . /etc/sysconfig/network +else + echo $"Networking not configured - exiting" + exit 1 +fi +prog="portmapper" + # Check that networking is up. -if [ ${NETWORKING} = "no" ] -then +if [ "$NETWORKING" = "no" ]; then exit 0 fi @@ -25,37 +41,53 @@ RETVAL=0 +start() { + echo -n $"Starting $prog: " + daemon portmap + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch ${INITLOCK:-/mnt/lockdev}/portmap + return $RETVAL +} + + +stop() { + echo -n $"Stopping $prog: " + killproc portmap + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f ${INITLOCK:-/mnt/lockdev}/portmap + return $RETVAL +} + +restart() { + pmap_dump > /var/run/portmap.state + stop + start + pmap_set < /var/run/portmap.state + rm -f /var/run/portmap.state +} + # See how we were called. case "$1" in start) - echo -n "Starting portmapper: " - daemon portmap - RETVAL=$? - echo - [ $RETVAL -eq 0 ] && touch ${INITLOCK:-/mnt/lockdev}/portmap + start ;; stop) - echo -n "Stopping portmap services: " - killproc portmap - RETVAL=$? - echo - [ $RETVAL -eq 0 ] && rm -f ${INITLOCK:-/mnt/lockdev}/portmap + stop ;; status) status portmap - RETVAL=$? ;; restart|reload) - $0 stop - $0 start - RETVAL=$? + restart ;; condrestart|try-restart) [ -f ${INITLOCK:-/mnt/lockdev}/portmap ] && restart || : ;; *) - echo "Usage: portmap {start|stop|status|restart|reload|try-restart}" + echo $"Usage: $0 {start|stop|status|restart|reload|try-restart}" exit 1 esac -exit $RETVAL +exit $? Modified: tinysofa/releases/1.1/portmap/current/specs/portmap.spec =================================================================== --- tinysofa/releases/1.1/portmap/current/specs/portmap.spec 2004-08-06 18:39:52 UTC (rev 4048) +++ tinysofa/releases/1.1/portmap/current/specs/portmap.spec 2004-08-07 07:51:25 UTC (rev 4049) @@ -1,21 +1,30 @@ +%{!?tcp_wrappers:%define tcp_wrappers 1} + Summary: A program which manages RPC connections. Name: portmap Version: 4.0 -Release: 34ts +Release: 36jh Group: main License: BSD -Source0: ftp://ftp.porcupine.org/pub/security/portmap_4.tar.gz +Source0: ftp://coast.cs.purdue.edu/pub/tools/unix/netutils/portmap/portmap_4.tar.gz Source1: portmap.init Source2: pmap_set.8 Source3: pmap_dump.8 Source4: portmap.8 Patch0: portmap-4.0-linux.patch Patch1: portmap-malloc.patch -Patch2: portmap-4.0-errno.patch -BuildRoot: %{_tmppath}/%{name}-root +Patch2: portmap-4.0-cleanup.patch +Patch3: portmap-4.0-rpc_user.patch +Patch4: portmap-4.0-sigpipe.patch +Patch5: portmap-4.0-errno.patch +Patch6: portmap-4.0-pie.patch %service_requires -Requires: tcp_wrappers -BuildRequires: tcp_wrappers +%accountman_requires +%if %{tcp_wrappers} +BuildPreReq: tcp_wrappers +%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: initscripts >= 5.54, coreutils %description The portmapper program is a security tool which prevents theft of NIS @@ -26,40 +35,56 @@ The portmap package should be installed on any machine which acts as a server for protocols using RPC. + %prep %setup -q -n portmap_4 %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 -b .rpcuser +%patch4 -p1 -b .sigpipe +%patch5 -p1 -b .errno +%patch6 -p1 -b .pie +%ifarch s390 s390x +perl -pi -e 's/-fpie/-fPIE/' Makefile +%endif + %build -make FACILITY=LOG_AUTH ZOMBIES='-DIGNORE_SIGCHLD -Dlint' LIBS="-lnsl" RPM_OPT_FLAGS="$RPM_OPT_FLAGS" +%if %{tcp_wrappers} +make FACILITY=LOG_AUTH ZOMBIES='-DIGNORE_SIGCHLD -Dlint' LIBS="-Wl,-Bstatic -lwrap -Wl,-Bdynamic -lnsl" RPM_OPT_FLAGS="$RPM_OPT_FLAGS" AUX="" +%else +make FACILITY=LOG_AUTH ZOMBIES='-DIGNORE_SIGCHLD -Dlint' LIBS="-lnsl" RPM_OPT_FLAGS="$RPM_OPT_FLAGS" AUX="" HOSTS_ACCESS= +%endif + %install -mkdir -p $RPM_BUILD_ROOT/sbin -mkdir -p $RPM_BUILD_ROOT/usr/sbin -mkdir -p $RPM_BUILD_ROOT/etc/init.d +mkdir -p ${RPM_BUILD_ROOT}/sbin +install -m 755 portmap ${RPM_BUILD_ROOT}/sbin -install -m 755 -s portmap $RPM_BUILD_ROOT/sbin -install -m 755 -s pmap_set $RPM_BUILD_ROOT/usr/sbin -install -m 755 -s pmap_dump $RPM_BUILD_ROOT/usr/sbin -# Fix initscripts location -sed <$RPM_SOURCE_DIR/portmap.init >/tmp/portmap.init.$$ \ - 's!/etc/rc.d/init.d!/etc/init.d!' -install -m 755 /tmp/portmap.init.$$ $RPM_BUILD_ROOT/etc/init.d/portmap +mkdir -p ${RPM_BUILD_ROOT}%{_sbindir} +install -m 755 pmap_set ${RPM_BUILD_ROOT}%{_sbindir} +install -m 755 pmap_dump ${RPM_BUILD_ROOT}%{_sbindir} +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8 +install -m 644 $RPM_SOURCE_DIR/pmap_set.8 ${RPM_BUILD_ROOT}%{_mandir}/man8 +install -m 644 $RPM_SOURCE_DIR/pmap_dump.8 ${RPM_BUILD_ROOT}%{_mandir}/man8 +install -m 644 $RPM_SOURCE_DIR/portmap.8 ${RPM_BUILD_ROOT}%{_mandir}/man8 +mkdir -p ${RPM_BUILD_ROOT}%{_initrddir} +install -m 755 $RPM_SOURCE_DIR/portmap.init ${RPM_BUILD_ROOT}%{_initrddir}/portmap -mkdir -p $RPM_BUILD_ROOT/usr/share/man/man8 -install -m 644 $RPM_SOURCE_DIR/pmap_set.8 $RPM_BUILD_ROOT/usr/share/man/man8 -install -m 644 $RPM_SOURCE_DIR/pmap_dump.8 $RPM_BUILD_ROOT/usr/share/man/man8 -install -m 644 $RPM_SOURCE_DIR/portmap.8 $RPM_BUILD_ROOT/usr/share/man/man8 %clean %clean_buildroot + %post +/usr/sbin/groupadd -g 32 rpc > /dev/null 2>&1 +/usr/sbin/useradd -c "Portmapper RPC user" -d / -g 32 -M -s /sbin/nologin -u 32 rpc > /dev/null 2>&1 + %service_post portmap +exit 0 %preun %service_preun portmap @@ -67,60 +92,159 @@ %postun %service_postun portmap + %files %defattr(-,root,root) %doc README CHANGES BLURB - /sbin/portmap -/usr/sbin/pmap_dump -/usr/sbin/pmap_set +%{_sbindir}/pmap_dump +%{_sbindir}/pmap_set +%{_mandir}/man8/* +%{_initrddir}/portmap -/usr/share/man/man8/* -%config /etc/init.d/portmap - %changelog -* Thu Aug 05 2004 tsintegrate 4.0-34ts -- current (4.0-34jh) integrated as 4.0-34ts for release 1.1 +* Sat Aug 7 2004 Jaakko Heinonen +- port to 1.1 -* Wed May 19 2004 tsintegrate 4.0-33ts -- current (4.0-32ts) integrated as 4.0-33ts for release 1.0-U1 +* Thu Jul 22 2004 Omar Kilani +- Do not turn service on by default. -* Wed May 12 2004 Omar Kilani 4.0-32ts -- Add BuildRequires tcp_wrappers. -- Add Requires tcp_wrappers. +* Tue Jun 15 2004 Elliot Lee +- rebuilt -* Wed Nov 26 2003 Erlend Midttun 4.0-29tr -- Big rebuild +* Fri Feb 13 2004 Elliot Lee +- rebuilt -* Wed Jun 18 2003 Erlend Midttun 4.0-28tr -- Big rebuild +* Thu Feb 12 2004 Thomas Woerner 4.0-58 +- added PIE patch from Ulrich Drepper -* Tue May 27 2003 Erlend Midttun 4.0-27em -- No longer PreReq coreutils. +* Tue Sep 23 2003 Florian La Roche +- allow to compile without tcp_wrappers -* Mon May 26 2003 Erlend Midttun 4.0-26em -- textutils -> coreutils. +* Wed Aug 13 2003 Florian La Roche +- do not check with "id" if running as root (/usr/bin/id) +- link statically against -lwrap (from /usr/lib) -* Mon Mar 24 2003 Erlend Midttun 4.0-25em -- Rebuilt against glibc 2.3.2. +* Wed Jun 04 2003 Elliot Lee +- rebuilt -* Thu Nov 21 2002 Christian H. Toldnes 4.0-24ct -- portmap initscript now uses $INITLOCK +* Mon Feb 24 2003 Elliot Lee +- rebuilt -* Fri Nov 8 2002 Gerald Dachs 4.0-23gd -- prerequires now textutils +* Sun Feb 23 2003 Tim Powers +- add buildprereq on tcp_wrappers -* Thu Jul 18 2002 Roland Kruse 4.0-22rk -- New initscripts location. +* Wed Jan 22 2003 Tim Powers +- rebuilt -* Fri Jan 4 2002 Christian H. Toldens -- Correct chkconfig line in startup script. +* Fri Dec 13 2002 Daniel J Walsh 4.0-51 +- Replace extern int errno with include +* Thu Dec 12 2002 Daniel J Walsh 4.0-50 +- Change spec file to stop building auxilliary files +- Fix Makefile to build correctly on x86-64 +- Fix strerror.c to build correctly on x86-64 -* Fri Feb 25 2000 Erlend Midttun -- Removed autostart -- Moved manpages to comply with FHS +* Tue Dec 10 2002 Daniel J Walsh 4.0-47 +- Fix mechanism for checking if root +* Tue Aug 6 2002 Trond Eivind Glomsr?d 4.0-46 +- initscript tweaks (#70717) + +* Thu Jul 18 2002 Trond Eivind Glomsr?d 4.0-45 +- Fix #63556 +- Don't strip binaries explicitly + +* Wed Jul 17 2002 Trond Eivind Glomsr?d 4.0-44 +- Change the references in the man page from inetd/inetd.conf + to xinetd equivalents (#60861) + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Feb 27 2002 Trond Eivind Glomsr?d 4.0-41 +- Rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Wed Sep 12 2001 Trond Eivind Glomsr?d 4.0-39 +- Use /sbin/nologin as shell (#53087) +- s/Copyright/License/ + +* Sun Jun 24 2001 Elliot Lee +- Bump release + rebuild. + +* Sun Apr 29 2001 Bill Nottingham +- fix condrestart + +* Fri Apr 20 2001 Trond Eivind Glomsr?d +- Remove "\n" from echo statement (#36721) + +* Wed Feb 28 2001 Trond Eivind Glomsr?d +- clear group memberships (#23195) + +* Sun Feb 11 2001 Trond Eivind Glomsr?d +- don't die on SIGPIPE (#21748) +- Fix condrestart so it maintains portmap state + +* Wed Feb 7 2001 Trond Eivind Glomsr?d +- improve i18n + +* Wed Jan 24 2001 Matt Wilson +- new style i18n init script + +* Fri Jan 19 2001 Trond Eivind Glomsr?d +- fix manpage (#13218) +- gettextize +- exit if /etc/sysconfig/network doesn't exist + and make sure it works when networking is off (#23757) + +* Tue Jan 2 2001 Bill Nottingham +- setgid too, not just setuid (#23195) + +* Thu Aug 10 2000 Jeff Johnson +- add restart shell function (#15914). + +* Sun Aug 6 2000 Philipp Knirsch +- Changed the uid/gid of the rpc user to be 32/32 + +* Fri Aug 4 2000 Philipp Knirsch +- Fixed a build warning for daemon.c (missing include) +- Portmap now running under user rpc if possible (#12427) + +* Wed Aug 2 2000 Bill Nottingham +- start a little later (after syslog) +- do dump/reload on restart (#14612) + +* Thu Jul 20 2000 Bill Nottingham +- move initscript back + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sat Jul 8 2000 Bill Nottingham +- make trigger work on a few later versions + +* Tue Jun 27 2000 Than Ngo +- /etc/rc.d/init.d -> /etc/init.d +- condrestart in %postun +- fix initscript +- add requires initscript +- remove links from packaging + +* Tue Jun 6 2000 Jeff Johnson +- FHS packaging. + +* Wed May 10 2000 Jeff Johnson +- apply cleanup patch (H.J. Lu) + +* Mon Feb 7 2000 Jeff Johnson +- compress man pages. + * Wed Dec 1 1999 Bill Nottingham - add patch to fix some malloc issues from HP From svn at tinysofa.org Sat Aug 7 09:51:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 7 Aug 2004 19:51:30 +1000 (EST) Subject: [tinysofa-svn] r4051 - tinysofa/releases/1.1/nfs-utils/current/specs Message-ID: <20040807095130.7F3074E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-07 19:51:30 +1000 (Sat, 07 Aug 2004) New Revision: 4051 Modified: tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec Log: - delete nfsnobody group in %postun Modified: tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec =================================================================== --- tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec 2004-08-07 09:44:50 UTC (rev 4050) +++ tinysofa/releases/1.1/nfs-utils/current/specs/nfs-utils.spec 2004-08-07 09:51:30 UTC (rev 4051) @@ -140,13 +140,13 @@ %pre %groupadd rpcuser 29 -/usr/sbin/useradd -c "RPC Service User" -r \ +/usr/sbin/useradd -c "RPC Service User" -r -g 29 \ -s /sbin/nologin -u 29 -d /var/lib/nfs rpcuser 2>/dev/null || : # If UID 65534 is unassigned, create user "nfsnobody" cat /etc/passwd | cut -d':' -f 3 | grep --quiet 65534 2>/dev/null if [ "$?" -eq 1 ]; then %groupadd nfsnobody 65534 - /usr/sbin/useradd -c "Anonymous NFS User" -r \ + /usr/sbin/useradd -c "Anonymous NFS User" -r -g 65534 \ -s /sbin/nologin -u 65534 -d /var/lib/nfs nfsnobody 2>/dev/null || : fi @@ -167,6 +167,7 @@ /usr/sbin/userdel rpcuser 2>/dev/null || : /usr/sbin/groupdel rpcuser 2>/dev/null || : /usr/sbin/userdel nfsnobody 2>/dev/null || : + /usr/sbin/groupdel nfsnobody 2>/dev/null || : %if %{nfsv4_support} /etc/rc.d/init.d/rpcidmapd stop From svn at tinysofa.org Sat Aug 7 10:35:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 7 Aug 2004 20:35:32 +1000 (EST) Subject: [tinysofa-svn] r4052 - in tinysofa/releases/1.1/initscripts/current: sources specs Message-ID: <20040807103532.1FF9A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-07 20:35:31 +1000 (Sat, 07 Aug 2004) New Revision: 4052 Added: tinysofa/releases/1.1/initscripts/current/sources/initscripts-7.31.9-network-scripts.patch Modified: tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec Log: - get network scripts improvements from RHEL Added: tinysofa/releases/1.1/initscripts/current/sources/initscripts-7.31.9-network-scripts.patch =================================================================== --- tinysofa/releases/1.1/initscripts/current/sources/initscripts-7.31.9-network-scripts.patch 2004-08-07 09:51:30 UTC (rev 4051) +++ tinysofa/releases/1.1/initscripts/current/sources/initscripts-7.31.9-network-scripts.patch 2004-08-07 10:35:31 UTC (rev 4052) @@ -0,0 +1,90 @@ +diff -urN initscripts-7.31.9/sysconfig/network-scripts/ifdown initscripts-7.31.13.EL/sysconfig/network-scripts/ifdown +--- initscripts-7.31.9/sysconfig/network-scripts/ifdown 2003-09-11 07:07:22.000000000 +0300 ++++ initscripts-7.31.13.EL/sysconfig/network-scripts/ifdown 2004-03-17 04:42:34.000000000 +0200 +@@ -49,7 +49,7 @@ + # Check to make sure the device is actually up + check_device_down ${DEVICE} && [ "$BOOTPROTO" != "dhcp" -a "$BOOTPROTO" != "bootp" ] && [ -n "$VLAN" -a "$VLAN" != "yes" ] && exit 0 + +-if [ -n "${HWADDR}" ]; then ++if [ -n "${HWADDR}" -a -z "${MACADDR}" ]; then + FOUNDMACADDR=`get_hwaddr ${REALDEVICE}` + if [ "${FOUNDMACADDR}" != "${HWADDR}" ]; then + NEWCONFIG=`fgrep -il "HWADDR=${HWADDR}" /etc/sysconfig/network-scripts/ifcfg-*` +diff -urN initscripts-7.31.9/sysconfig/network-scripts/ifdown-ipsec initscripts-7.31.13.EL/sysconfig/network-scripts/ifdown-ipsec +--- initscripts-7.31.9/sysconfig/network-scripts/ifdown-ipsec 2003-09-13 00:43:45.000000000 +0300 ++++ initscripts-7.31.13.EL/sysconfig/network-scripts/ifdown-ipsec 2004-04-13 19:26:12.000000000 +0300 +@@ -34,6 +34,12 @@ + + [ -z "$KEYING" ] && KEYING=manual + ++if [ -n "$SRCNET" -o -n "$DSTNET" ]; then ++ MODE=tunnel ++else ++ MODE=host ++fi ++ + if [ -z "$SRC" ]; then + SRC=`ip -o route get to $DST | sed "s|.*src \([^ ]*\).*|\1|"` + fi +@@ -67,7 +73,7 @@ + + if [ "$KEYING" = "automatic" ]; then + racoontmp=`mktemp /etc/racoon/racoon.XXXXXX` +- grep -v "^include \"/etc/racoon/$DST.conf\"" /etc/racoon/racoon.conf >> $racoontmp ++ grep -v "^include \"/etc/racoon/$DST.conf\";" /etc/racoon/racoon.conf >> $racoontmp + mv -f $racoontmp /etc/racoon/racoon.conf + pidof -x /usr/sbin/racoon > /dev/null 2>&1 && killall -HUP /usr/sbin/racoon + fi +diff -urN initscripts-7.31.9/sysconfig/network-scripts/ifup-ipsec initscripts-7.31.13.EL/sysconfig/network-scripts/ifup-ipsec +--- initscripts-7.31.9/sysconfig/network-scripts/ifup-ipsec 2003-09-26 22:39:42.000000000 +0300 ++++ initscripts-7.31.13.EL/sysconfig/network-scripts/ifup-ipsec 2004-04-13 19:21:13.000000000 +0300 +@@ -108,10 +108,10 @@ + if [ "$MODE" = "host" ]; then + + /sbin/setkey -c >/dev/null 2>&1<< EOF +-delete $SRC $DST ah $SPI_AH_OUT; +-delete $DST $SRC ah $SPI_AH_IN; +-delete $SRC $DST esp $SPI_ESP_OUT; +-delete $DST $SRC esp $SPI_ESP_IN; ++${SPI_AH_OUT:+delete $SRC $DST ah $SPI_AH_OUT;} ++${SPI_AH_IN:+delete $DST $SRC ah $SPI_AH_IN;} ++${SPI_ESP_OUT:+delete $SRC $DST esp $SPI_ESP_OUT;} ++${SPI_ESP_IN:+delete $DST $SRC esp $SPI_ESP_IN;} + spddelete $SRC $DST any -P out; + spddelete $DST $SRC any -P in; + +@@ -216,7 +216,6 @@ + fi + if [ ! -f /etc/racoon/$DST.conf -o /etc/racoon/$DST.conf -ot $1 ] ; then + cat > /etc/racoon/$DST.conf << EOF +-; + remote $DST + { + exchange_mode aggressive, main; +@@ -270,8 +269,8 @@ + esac + fi + racoontmp=`mktemp /etc/racoon/racoon.XXXXXX` +- grep -v "^include \"/etc/racoon/$DST.conf\"" /etc/racoon/racoon.conf >> $racoontmp +- echo "include \"/etc/racoon/$DST.conf\"" >> $racoontmp ++ grep -v "^include \"/etc/racoon/$DST.conf\";" /etc/racoon/racoon.conf >> $racoontmp ++ echo "include \"/etc/racoon/$DST.conf\";" >> $racoontmp + mv -f $racoontmp /etc/racoon/racoon.conf + if pidof -x /usr/sbin/racoon > /dev/null 2>&1 ; then + killall -HUP /usr/sbin/racoon +diff -urN initscripts-7.31.9/sysconfig/network-scripts/network-functions initscripts-7.31.13.EL/sysconfig/network-scripts/network-functions +--- initscripts-7.31.9/sysconfig/network-scripts/network-functions 2003-10-20 23:43:14.000000000 +0300 ++++ initscripts-7.31.13.EL/sysconfig/network-scripts/network-functions 2003-12-11 07:08:23.000000000 +0200 +@@ -42,10 +42,10 @@ + exit 1 + } + . $PARENTCONFIG +- [ -f "keys-$PARENTDEVNAME" ] && . keys-$PARENTDEVNAME ++ [ -f "keys-$PARENTDEVNAME" ] && . keys-$PARENTDEVNAME 2>/dev/null + fi + . $CONFIG +- [ -f "keys-$DEVNAME" ] && . keys-$DEVNAME ++ [ -f "keys-$DEVNAME" ] && . keys-$DEVNAME 2>/dev/null + case "$TYPE" in + Ethernet) + DEVICETYPE="eth" Modified: tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec =================================================================== --- tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec 2004-08-07 09:51:30 UTC (rev 4051) +++ tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec 2004-08-07 10:35:31 UTC (rev 4052) @@ -3,12 +3,13 @@ Version: 7.31.9 License: GPL Group: main -Release: 5ts +Release: 6jh Source: initscripts-%{version}.tar.bz2 URL: http://rhlinux.redhat.com/initscripts/ Patch0: initscripts-s390.patch Patch1: initscripts-7.31.9-tinysofa.patch Patch2: initscripts-7.31.9-tinysofa-no-po.patch +Patch3: initscripts-7.31.9-network-scripts.patch BuildRoot: %{_tmppath}/%{name}-root Requires: agetty, gawk, sed, mktemp, e2fsprogs >= 1.15 Requires: procps, sysklogd >= 1.3.31 @@ -36,13 +37,14 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build CFLAGS=$RPM_OPT_FLAGS make + %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install rm -f $RPM_BUILD_ROOT/etc/rc.sysinit~ @@ -106,7 +108,7 @@ %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files @@ -193,7 +195,11 @@ %exclude /etc/sysconfig/network-scripts/ifup-ippp %exclude /etc/sysconfig/network-scripts/ifdown-ippp + %changelog +* Sat Aug 7 2004 Jaakko Heinonen +- get network scripts improvements from RHEL + * Thu Aug 05 2004 tsintegrate 7.31.9-5ts - current (7.31.9-5jh) integrated as 7.31.9-5ts for release 1.1 From svn at tinysofa.org Sat Aug 7 14:06:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 8 Aug 2004 00:06:18 +1000 (EST) Subject: [tinysofa-svn] r4053 - in tinysofa/releases/1.1: bind/current/specs sysklogd/current/specs Message-ID: <20040807140618.EFF954E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-08 00:06:18 +1000 (Sun, 08 Aug 2004) New Revision: 4053 Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec Log: - remove bind upgrade workaround Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-07 10:35:31 UTC (rev 4052) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-07 14:06:18 UTC (rev 4053) @@ -31,8 +31,6 @@ # this requirement if because of the /etc/sysconfig/syslog file # which should have a ADD_SOCKET entry PreReq: sysklogd >= 1.4.1-36ts /etc/sysconfig/syslog -# this is a work around for anaconda upgrade problem -PreReq: sysklogd-sysconfig PreReq: coreutils grep initscripts openssl sed # rndc-confgen is called in %%post, and it is linked with bind-libs PreReq: bind-libs = %{epoch}:%{version} Modified: tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec =================================================================== --- tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec 2004-08-07 10:35:31 UTC (rev 4052) +++ tinysofa/releases/1.1/sysklogd/current/specs/sysklogd.spec 2004-08-07 14:06:18 UTC (rev 4053) @@ -13,8 +13,6 @@ Conflicts: logrotate < 3.5.2 Requires: bash >= 2.0 %rename sysklogd-conf -# this is a work around for bind upgrade problem with anaconda -Provides: sysklogd-sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl From svn at tinysofa.org Sun Aug 8 17:37:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 9 Aug 2004 03:37:18 +1000 (EST) Subject: [tinysofa-svn] r4054 - in contrib/1.1/sqlite/current: sources specs Message-ID: <20040808173718.397A64E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-09 03:37:17 +1000 (Mon, 09 Aug 2004) New Revision: 4054 Added: contrib/1.1/sqlite/current/sources/sqlite-2.8.15.tar.gz Removed: contrib/1.1/sqlite/current/sources/sqlite-2.8.13.tar.gz Modified: contrib/1.1/sqlite/current/specs/sqlite.spec Log: new upstream version Deleted: contrib/1.1/sqlite/current/sources/sqlite-2.8.13.tar.gz =================================================================== (Binary files differ) Added: contrib/1.1/sqlite/current/sources/sqlite-2.8.15.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/sqlite/current/sources/sqlite-2.8.15.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: contrib/1.1/sqlite/current/specs/sqlite.spec =================================================================== --- contrib/1.1/sqlite/current/specs/sqlite.spec 2004-08-07 14:06:18 UTC (rev 4053) +++ contrib/1.1/sqlite/current/specs/sqlite.spec 2004-08-08 17:37:17 UTC (rev 4054) @@ -1,10 +1,10 @@ Summary: SQLite is a C library that implements an embeddable SQL database engine Name: sqlite -Version: 2.8.13 -Release: 3ok +Version: 2.8.15 +Release: 1gd License: GPL Group: tinysofa contrib -Source: http://www.sqlite.org/sqlite-2.8.13.tar.gz +Source: http://www.sqlite.org/sqlite-%{version}.tar.gz Patch0: sqlite-2.8.13-tclsh_fix.patch URL: http://www.sqlite.org/ BuildRoot: %{_tmppath}/%{name}-root @@ -21,7 +21,7 @@ %package -n sqlite-devel Summary: Header files and libraries for developing apps which will use sqlite Group: tinysofa contrib -Requires: sqlite = 2.8.13 +Requires: sqlite = %{version} %description -n sqlite-devel The sqlite-devel package contains the header files and libraries needed @@ -61,6 +61,10 @@ %doc README doc/* %changelog +* Sun Aug 08 2004 Gerald Dachs 2.8.15-1gd +- new upstream version +- spec file fixes + * Mon May 03 2004 Omar Kilani 2.8.13-3ok - Rebuild From svn at tinysofa.org Sun Aug 8 19:50:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 9 Aug 2004 05:50:12 +1000 (EST) Subject: [tinysofa-svn] r4055 - in contrib/1.1: . pam_sqlite pam_sqlite/current pam_sqlite/current/sources pam_sqlite/current/specs Message-ID: <20040808195012.C58144E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-09 05:50:12 +1000 (Mon, 09 Aug 2004) New Revision: 4055 Added: contrib/1.1/pam_sqlite/ contrib/1.1/pam_sqlite/current/ contrib/1.1/pam_sqlite/current/sources/ contrib/1.1/pam_sqlite/current/sources/pam_sqlite-0.3.tar.bz2 contrib/1.1/pam_sqlite/current/specs/ contrib/1.1/pam_sqlite/current/specs/pam_sqlite.spec Log: new in contrib Added: contrib/1.1/pam_sqlite/current/sources/pam_sqlite-0.3.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/pam_sqlite/current/sources/pam_sqlite-0.3.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/pam_sqlite/current/specs/pam_sqlite.spec =================================================================== --- contrib/1.1/pam_sqlite/current/specs/pam_sqlite.spec 2004-08-08 17:37:17 UTC (rev 4054) +++ contrib/1.1/pam_sqlite/current/specs/pam_sqlite.spec 2004-08-08 19:50:12 UTC (rev 4055) @@ -0,0 +1,40 @@ +Name: pam_sqlite +Summary: PAM module using SQLite database +Version: 0.3 +Release: 1gd +Source: %{name}-%{version}.tar.bz2 +Group: System Environment/Base +URL: http://www.edin.dk/pam_sqlite/ +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: sqlite +BuildRequires: sqlite-devel + +%description + +pam_sqlite allows developers to authenticate users against a table +in an SQLite database. It supports checking account information +(pam_acct_expired, new_authtok_reqd) and updating authentication tokens. + +%prep +%setup -q + +%build +%configure +make + +%install +install -d $RPM_BUILD_ROOT/lib/security +%makeinstall ROOTDIR=$RPM_BUILD_ROOT + +%clean +%clean_buildroot + +%files +%defattr(-, root, root) +%doc README NEWS +/lib/security/pam_sqlite.so + +%changelog +* Sun Aug 08 2004 Gerald Dachs 0.3-1gd +- new in tinysofa contrib From svn at tinysofa.org Sun Aug 8 19:57:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 9 Aug 2004 05:57:15 +1000 (EST) Subject: [tinysofa-svn] r4056 - in contrib/1.1: . mod_auth_external mod_auth_external/current mod_auth_external/current/sources mod_auth_external/current/specs Message-ID: <20040808195715.8DB114E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-09 05:57:15 +1000 (Mon, 09 Aug 2004) New Revision: 4056 Added: contrib/1.1/mod_auth_external/ contrib/1.1/mod_auth_external/current/ contrib/1.1/mod_auth_external/current/sources/ contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.7-config.patch contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.7-pam.patch contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.8.tar.gz contrib/1.1/mod_auth_external/current/sources/mod_auth_external.conf contrib/1.1/mod_auth_external/current/sources/pwauth.pam contrib/1.1/mod_auth_external/current/specs/ contrib/1.1/mod_auth_external/current/specs/mod_auth_external.spec Log: new in contrib 1.1 Added: contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.7-config.patch =================================================================== --- contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.7-config.patch 2004-08-08 19:50:12 UTC (rev 4055) +++ contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.7-config.patch 2004-08-08 19:57:15 UTC (rev 4056) @@ -0,0 +1,54 @@ +--- mod_auth_external-2.2.7/pwauth/config.h.orig 2004-06-29 16:38:20.000000000 +0200 ++++ mod_auth_external-2.2.7/pwauth/config.h 2004-06-29 16:41:43.000000000 +0200 +@@ -92,11 +92,11 @@ + + /* #define SHADOW_NONE /**/ + /* #define SHADOW_BSD /**/ +-#define SHADOW_SUN /**/ ++/* #define SHADOW_SUN /**/ + /* #define SHADOW_JFH /**/ + /* #define SHADOW_MDW /**/ + /* #define SHADOW_AIX /**/ +-/* #define PAM /**/ ++#define PAM /**/ + /* #define PAM_SOLARIS_26 /**/ + + +@@ -130,8 +130,8 @@ + * via the web. If you have the lastlog.h header file, define HAVE_LASTLOG_H. + */ + +-#define UNIX_LASTLOG /**/ +-#define HAVE_LASTLOG_H /**/ ++/* #define UNIX_LASTLOG /**/ ++/* #define HAVE_LASTLOG_H /**/ + + /* SERVER_UIDS is a list of the uid numbers of the accounts that may run + * pwauth. Normally this would just be the uid that your httpd is configured +@@ -145,7 +145,7 @@ + * last). + */ + +-#define SERVER_UIDS 99 /* user "nobody" */ ++/* #define SERVER_UIDS 99 /* user "nobody" */ + + + /* If MIN_UNIX_UID is defined to an integer, logins with uid numbers less than +@@ -156,7 +156,7 @@ + * given value will be accepted). + */ + +-#define MIN_UNIX_UID 500 /**/ ++/* #define MIN_UNIX_UID 500 /**/ + + + /* If IGNORE_CASE is defined, the login given is checked in two different +@@ -184,7 +184,7 @@ + * SLEEP_LOCK. SLEEP_TIME defaults to 2 seconds if not defined. + */ + +-#define SLEEP_LOCK "/var/run/pwauth.lock" ++/* #define SLEEP_LOCK "/var/run/pwauth.lock" + + + /* If ENV_METHOD is defined, pwauth expects mod_auth_external to be configured Added: contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.7-pam.patch =================================================================== --- contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.7-pam.patch 2004-08-08 19:50:12 UTC (rev 4055) +++ contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.7-pam.patch 2004-08-08 19:57:15 UTC (rev 4056) @@ -0,0 +1,38 @@ +--- mod_auth_external-2.2.7/pwauth/pwauth.c.orig 2004-06-29 17:17:59.000000000 +0200 ++++ mod_auth_external-2.2.7/pwauth/pwauth.c 2004-06-29 17:20:25.000000000 +0200 +@@ -653,8 +643,10 @@ + #endif + } + ++#ifdef SERVER_UIDS + /* Array of uid numbers that may run this program */ + int server_uids[]= {SERVER_UIDS, 0}; ++#endif + + main(int argc, char **argv) + { +@@ -664,7 +656,9 @@ + char login[BFSZ+1], passwd[BFSZ+1]; + char *c, *strchr(); + #endif ++#ifdef SERVER_UIDS + int uid,i; ++#endif + int passwd_ok; + struct rlimit rlim; + +@@ -672,12 +666,14 @@ + rlim.rlim_cur = rlim.rlim_max = 0; + (void)setrlimit(RLIMIT_CORE, &rlim); + ++#ifdef SERVER_UIDS + /* Check that we were invoked by one of the listed uids or by root */ + uid= getuid(); + for (i= 0; server_uids[i] != 0 && server_uids[i] != uid; i++) + ; + if (uid != server_uids[i]) + exit(2); ++#endif + + /* Get the arguments (login and password) */ + #ifdef ENV_METHOD Added: contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.8.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/mod_auth_external/current/sources/mod_auth_external-2.2.8.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/mod_auth_external/current/sources/mod_auth_external.conf =================================================================== --- contrib/1.1/mod_auth_external/current/sources/mod_auth_external.conf 2004-08-08 19:50:12 UTC (rev 4055) +++ contrib/1.1/mod_auth_external/current/sources/mod_auth_external.conf 2004-08-08 19:57:15 UTC (rev 4056) @@ -0,0 +1,37 @@ +LoadModule external_auth_module /usr/lib/httpd/modules/mod_auth_external.so + +AddExternalAuth pwauth /usr/lib/httpd/modules/pwauth +SetExternalAuthMethod pwauth pipe + +# For external group check +# AddExternalGroup unixgroup /usr/lib/apache/unixgroup +# SetExternalGroupMethod unixgroup environment + + +# Put an .htaccess file in whatever directory you want to protect. +# (For .htaccess files to work, you may need to change some +# "AllowOverride None" directives in your httpd.conf file into +# "AllowOverride AuthConfig" directives). +# +# A typical .htaccess file would look like: +# +# AuthName Your-Site-Name +# AuthType Basic +# AuthExternal pwauth +# require valid-user +# or +# require user1 +# +# GroupExternal unixgroup +# AuthGroupFile /dev/null +# require group ... +# +# Alternately, you can put a block with the same directives +# in your httpd.conf file. +# +# Note1: Using group method, don't forget to add users in the authorized group +# group files +# somegroup:x:500:user1,user2,user3 +# +# +# - samples from pwauth/INSTALL Added: contrib/1.1/mod_auth_external/current/sources/pwauth.pam =================================================================== --- contrib/1.1/mod_auth_external/current/sources/pwauth.pam 2004-08-08 19:50:12 UTC (rev 4055) +++ contrib/1.1/mod_auth_external/current/sources/pwauth.pam 2004-08-08 19:57:15 UTC (rev 4056) @@ -0,0 +1,7 @@ +#%PAM-1.0 +auth required /lib/security/pam_stack.so service=system-auth +auth required /lib/security/pam_nologin.so +account required /lib/security/pam_stack.so service=system-auth +password required /lib/security/pam_stack.so service=system-auth +session required /lib/security/pam_stack.so service=system-auth +session optional /lib/security/pam_console.so Added: contrib/1.1/mod_auth_external/current/specs/mod_auth_external.spec =================================================================== --- contrib/1.1/mod_auth_external/current/specs/mod_auth_external.spec 2004-08-08 19:50:12 UTC (rev 4055) +++ contrib/1.1/mod_auth_external/current/specs/mod_auth_external.spec 2004-08-08 19:57:15 UTC (rev 4056) @@ -0,0 +1,61 @@ +Summary: Apache authentication using external program +Name: mod_auth_external +Version: 2.2.8 +Release: 1gd +Group: contrib +Copyright: The Apache Group +Source: mod_auth_external-%{version}.tar.gz +Source1: mod_auth_external.conf +Source2: pwauth.pam +BuildRoot: %{_tmppath}/%{name}-%{version}-root +URL: http://www.unixpapa.com/mod_auth_external.html +Patch0: mod_auth_external-2.2.7-pam.patch +Patch1: mod_auth_external-2.2.7-config.patch +BuildRequires: httpd-devel +Requires: httpd + +%description +Apache external authentication module - uses PAM. + +%prep +%setup +%patch0 -p1 -b .pam +%patch1 -p1 -b .orig + +%build +/usr/sbin/apxs -c mod_auth_external.c +cc -o pwauth/pwauth pwauth/pwauth.c -lpam -ldl + +%install +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" +mkdir -p ${RPM_BUILD_ROOT}/usr/doc/mod_auth_external-%{version} +mkdir -p ${RPM_BUILD_ROOT}/usr/lib/httpd/modules +mkdir -p ${RPM_BUILD_ROOT}/etc/pam.d +mkdir -p ${RPM_BUILD_ROOT}/etc/httpd/conf.d +install -s .libs/mod_auth_external.so ${RPM_BUILD_ROOT}/usr/lib/httpd/modules +install -s pwauth/pwauth ${RPM_BUILD_ROOT}/usr/lib/httpd/modules +install -m 644 %{SOURCE1} %{buildroot}/etc/httpd/conf.d/ + +# for PAM Auth +install -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d/pwauth +cp pwauth/README README.pwauth + +%clean +%clean_buildroot + +%files +%defattr(-,root,root) +%doc INSTALL README README.pwauth +%config(noreplace) /etc/httpd/conf.d/mod_auth_external.conf +%attr(04550,root,httpd) /usr/lib/httpd/modules/pwauth +%attr(0555,root,root) /usr/lib/httpd/modules/mod_auth_external.so +%attr(0644,root,root) %config(noreplace) /etc/pam.d/pwauth + +%changelog +* Sun Aug 08 2004 Gerald Dachs 2.2.8-1gd +- new upstream version +- fixed path for httpd modules + +* Tue Jun 29 2004 Gerald Dachs 2.2.7-1gd +- new for tinysofa contrib + From svn at tinysofa.org Mon Aug 9 06:39:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 9 Aug 2004 16:39:28 +1000 (EST) Subject: [tinysofa-svn] r4057 - tinysofa/releases/1.1/kernel/current/specs Message-ID: <20040809063928.E8B4D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-09 16:39:27 +1000 (Mon, 09 Aug 2004) New Revision: 4057 Modified: tinysofa/releases/1.1/kernel/current/specs/kernel.spec Log: - correct release Modified: tinysofa/releases/1.1/kernel/current/specs/kernel.spec =================================================================== --- tinysofa/releases/1.1/kernel/current/specs/kernel.spec 2004-08-08 19:57:15 UTC (rev 4056) +++ tinysofa/releases/1.1/kernel/current/specs/kernel.spec 2004-08-09 06:39:27 UTC (rev 4057) @@ -126,7 +126,7 @@ Group: main License: GPLv2 Version: %{kversion} -Release: 2gd +Release: 3jh Epoch: 1 ExclusiveArch: %{all_x86} %{all_x86_64} s390 s390x %{all_ppc64} ia64 ExclusiveOS: Linux From svn at tinysofa.org Mon Aug 9 19:30:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 10 Aug 2004 05:30:19 +1000 (EST) Subject: [tinysofa-svn] r4058 - in contrib/1.1/exim/current: sources specs Message-ID: <20040809193019.C70634E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-10 05:30:18 +1000 (Tue, 10 Aug 2004) New Revision: 4058 Modified: contrib/1.1/exim/current/sources/exim.initd contrib/1.1/exim/current/specs/exim.spec Log: spec file fixes Modified: contrib/1.1/exim/current/sources/exim.initd =================================================================== --- contrib/1.1/exim/current/sources/exim.initd 2004-08-09 06:39:27 UTC (rev 4057) +++ contrib/1.1/exim/current/sources/exim.initd 2004-08-09 19:30:18 UTC (rev 4058) @@ -222,7 +222,7 @@ reload rc=$? ;; - condrestart) + condrestart|try-restart) condrestart rc=$? ;; @@ -231,7 +231,7 @@ rc=$? ;; *) - echo $"Usage: $0 {start|stop|restart|reload|status}" + echo $"Usage: $0 {start|stop|restart|reload|status|condrestart|try-restart}" rc=3 # unimplemented feature ;; esac Modified: contrib/1.1/exim/current/specs/exim.spec =================================================================== --- contrib/1.1/exim/current/specs/exim.spec 2004-08-09 06:39:27 UTC (rev 4057) +++ contrib/1.1/exim/current/specs/exim.spec 2004-08-09 19:30:18 UTC (rev 4058) @@ -4,7 +4,7 @@ Summary: Exim is an full featured, secure and easy to configure MTA Name: exim Version: 4.34 -Release: 4gd +Release: 5gd URL: http://www.exim.org Source0: ftp://ftp.exim.org/pub/exim/exim4/exim-%{version}.tar.bz2 Source1: exim.conf @@ -14,7 +14,7 @@ Source5: ftp://ftp.exim.org/pub/exim/exim4/exim-html-%{doc_version}.tar.bz2 Patch0: http://duncanthrax.net/exiscan-acl/exiscan-acl-%{version}-%{ExiscanVersion}.patch.bz2 Patch1: exim-4.33-dynamic-load.patch -Group: Trustix Contrib +Group: contrib License: GPL Prereq: shadow-utils Requires: openssl >= 0.9.7 @@ -39,7 +39,7 @@ %package mysql Summary: MySQL support for exim -Group: Trustix Contrib +Group: contrib BuildRequires: mysql-devel, mysql-libs Requires: mysql-libs, exim = %{version}-%{release} @@ -49,8 +49,7 @@ %package ldap Summary: openLDAP support for exim -Provides: exim -Group: Trustix Contrib +Group: contrib BuildRequires: openldap-devel, openldap-libs Requires: openldap-libs, exim = %{version}-%{release} @@ -60,7 +59,7 @@ %package pgsql Summary: PGSQL support for exim -Group: Trustix Contrib +Group: contrib BuildRequires: postgresql-devel, postgresql-libs Requires: postgresql-libs, exim = %{version}-%{release} @@ -70,7 +69,7 @@ %package doc Summary: Exim and exiscan-acl documentation -Group: Trustix Contrib +Group: contrib %description doc Documentation for exim and exiscan-acl. @@ -78,7 +77,7 @@ %package html Summary: extensive Exim documentation as html -Group: Trustix Contrib +Group: contrib %description html Extensive documentation for Exim and Eximfilter. @@ -100,11 +99,10 @@ %install -[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf %{buildroot} EXIM_BUILD=build-`scripts/os-type`-`scripts/arch-type` %{__install} -m 755 -d %{buildroot}%{_sysconfdir}/exim -%{__install} -m 755 -d %{buildroot}%{_initdir} +%{__install} -m 755 -d %{buildroot}%{_initrddir} %{__install} -m 700 -d %{buildroot}%{_localstatedir}/{log,spool}/exim %{__install} -m 755 -d %{buildroot}{%{_sbindir},%{_bindir}} %{__install} -m 755 -d %{buildroot}%{_libdir}/exim @@ -119,7 +117,7 @@ %{__ln_s} %{_sbindir}/exim %{buildroot}%{_sbindir}/sendmail %{__ln_s} %{_sbindir}/exim %{buildroot}%{_bindir}/sendmail %{__ln_s} %{_sbindir}/exim %{buildroot}%{_libdir}/sendmail -%{__install} -m 755 %{SOURCE2} %{buildroot}%{_initdir}/exim +%{__install} -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/exim %{__install} -m 644 src/aliases.default %{buildroot}%{_sysconfdir}/exim/aliases %{__install} -m 600 %{SOURCE1} %{buildroot}%{_sysconfdir}/exim/exim.conf %{__install} -m 644 doc/exim.8 %{buildroot}%{_mandir}/man8/ @@ -141,9 +139,8 @@ %clean -[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf %{buildroot} +%clean_buildroot - %pre if [ -z "`getent group %{group_name}`" ] ; then /usr/sbin/groupadd -g %{group_id} %{group_name} @@ -154,28 +151,21 @@ fi %post -/sbin/chkconfig --add exim -/sbin/restart_maybe exim 2>&1 +%service_post exim %preun -if [ "$1" = "0" ]; then - /sbin/service exim stop 2>&1 - /sbin/chkconfig --del exim -fi +%service_preun exim %postun -if [ "$1" -ge "1" ]; then - /sbin/restart_maybe exim 2>&1 -fi +%service_postun exim - %files %defattr(-,root,root) %dir %attr(0755,root,root) %{_sysconfdir}/exim %config(noreplace) %attr(600,exim,exim) %verify(not mtime size md5) %{_sysconfdir}/exim/exim.conf %config(noreplace) %attr(644,exim,exim) %verify(not mtime size md5) %{_sysconfdir}/exim/aliases %config(noreplace) %attr(644,exim,exim) %verify(not mtime size md5) %{_sysconfdir}/sysconfig/exim -%{_initdir}/exim +%{_initrddir}/exim %{_sbindir}/exim_dumpdb %{_sbindir}/exim_fixdb %{_sbindir}/exim_tidydb @@ -191,7 +181,7 @@ %{_sbindir}/exim_checkaccess %{_sbindir}/exipick %{_sbindir}/sendmail -%attr(4755,-,-)%{_sbindir}/exim +%attr(4755,root,root)%{_sbindir}/exim %{_bindir}/* %dir %{_libdir}/exim %attr(700,exim,exim) %{_localstatedir}/log/exim @@ -237,6 +227,10 @@ %changelog +* Wed Jun 2 2004 Gerald Dachs 4.34-5gd +- spec file cleanups for ts 1.1 +- fixed init script + * Wed Jun 2 2004 Gerald Dachs 4.34-4gd - new exiscan patch From svn at tinysofa.org Tue Aug 10 06:21:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 10 Aug 2004 16:21:57 +1000 (EST) Subject: [tinysofa-svn] r4059 - in tinysofa/releases/1.0/kernel/current: sources specs Message-ID: <20040810062157.8FA4D4E802F@minbar.tinysofa.org> Author: omar Date: 2004-08-10 16:21:56 +1000 (Tue, 10 Aug 2004) New Revision: 4059 Added: tinysofa/releases/1.0/kernel/current/sources/patch-2.4.27.bz2 Removed: tinysofa/releases/1.0/kernel/current/sources/linux-2.4.27-bk-1.1469.patch.bz2 Modified: tinysofa/releases/1.0/kernel/current/specs/kernel.spec Log: - Update to 2.4.27 to fix security issues. Deleted: tinysofa/releases/1.0/kernel/current/sources/linux-2.4.27-bk-1.1469.patch.bz2 =================================================================== (Binary files differ) Added: tinysofa/releases/1.0/kernel/current/sources/patch-2.4.27.bz2 =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.0/kernel/current/sources/patch-2.4.27.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.0/kernel/current/specs/kernel.spec =================================================================== --- tinysofa/releases/1.0/kernel/current/specs/kernel.spec 2004-08-09 19:30:18 UTC (rev 4058) +++ tinysofa/releases/1.0/kernel/current/specs/kernel.spec 2004-08-10 06:21:56 UTC (rev 4059) @@ -19,7 +19,7 @@ %define freeswanversion 2.05 %define x509version 1.5.4 Version: %{kversion} -Release: 10ts +Release: 11ts %define KVERREL %{PACKAGE_VERSION}-%{PACKAGE_RELEASE} License: GPL Group: tinysofa official @@ -52,7 +52,7 @@ # ------- # -Patch0: linux-2.4.27-bk-1.1469.patch.bz2 +Patch0: patch-2.4.27.bz2 # # Bug fixes From svn at tinysofa.org Tue Aug 10 15:20:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 11 Aug 2004 01:20:07 +1000 (EST) Subject: [tinysofa-svn] r4060 - in tinysofa/releases/1.1/ipsec-tools/current: sources specs Message-ID: <20040810152007.CAE904E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-11 01:20:06 +1000 (Wed, 11 Aug 2004) New Revision: 4060 Added: tinysofa/releases/1.1/ipsec-tools/current/sources/ipsec-tools-0.3.3.tar.gz tinysofa/releases/1.1/ipsec-tools/current/sources/udp.h Removed: tinysofa/releases/1.1/ipsec-tools/current/sources/ipsec-tools-0.2.5.tar.gz Modified: tinysofa/releases/1.1/ipsec-tools/current/sources/pfkeyv2.h tinysofa/releases/1.1/ipsec-tools/current/sources/xfrm.h tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec Log: - update ipsec-tools to 0.3.3 Deleted: tinysofa/releases/1.1/ipsec-tools/current/sources/ipsec-tools-0.2.5.tar.gz =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/ipsec-tools/current/sources/ipsec-tools-0.3.3.tar.gz =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/ipsec-tools/current/sources/ipsec-tools-0.3.3.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/ipsec-tools/current/sources/pfkeyv2.h =================================================================== --- tinysofa/releases/1.1/ipsec-tools/current/sources/pfkeyv2.h 2004-08-10 06:21:56 UTC (rev 4059) +++ tinysofa/releases/1.1/ipsec-tools/current/sources/pfkeyv2.h 2004-08-10 15:20:06 UTC (rev 4060) @@ -181,7 +181,7 @@ uint8_t sadb_x_policy_dir; uint8_t sadb_x_policy_reserved; uint32_t sadb_x_policy_id; - uint32_t sadb_x_policy_reserved2; + uint32_t sadb_x_policy_priority; } __attribute__((packed)); /* sizeof(struct sadb_x_policy) == 16 */ @@ -284,7 +284,10 @@ #define SADB_X_EALG_BLOWFISHCBC 7 #define SADB_EALG_NULL 11 #define SADB_X_EALG_AESCBC 12 -#define SADB_EALG_MAX 12 +#define SADB_EALG_MAX 253 /* last EALG */ +/* private allocations should use 249-255 (RFC2407) */ +#define SADB_X_EALG_SERPENTCBC 252 /* draft-ietf-ipsec-ciph-aes-cbc-00 */ +#define SADB_X_EALG_TWOFISHCBC 253 /* draft-ietf-ipsec-ciph-aes-cbc-00 */ /* Compression algorithms */ #define SADB_X_CALG_NONE 0 Added: tinysofa/releases/1.1/ipsec-tools/current/sources/udp.h =================================================================== --- tinysofa/releases/1.1/ipsec-tools/current/sources/udp.h 2004-08-10 06:21:56 UTC (rev 4059) +++ tinysofa/releases/1.1/ipsec-tools/current/sources/udp.h 2004-08-10 15:20:06 UTC (rev 4060) @@ -0,0 +1,71 @@ +/* + * INET An implementation of the TCP/IP protocol suite for the LINUX + * operating system. INET is implemented using the BSD Socket + * interface as the means of communication with the user level. + * + * Definitions for the UDP protocol. + * + * Version: @(#)udp.h 1.0.2 04/28/93 + * + * Author: Fred N. van Kempen, + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version + * 2 of the License, or (at your option) any later version. + */ +#ifndef _LINUX_UDP_H +#define _LINUX_UDP_H + +#include + +struct udphdr { + __u16 source; + __u16 dest; + __u16 len; + __u16 check; +}; + +/* UDP socket options */ +#define UDP_CORK 1 /* Never send partially complete segments */ +#define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */ + +/* UDP encapsulation types */ +#define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */ +#define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */ + +#ifdef __KERNEL__ + +#include +#include +#include + +struct udp_opt { + int pending; /* Any pending frames ? */ + unsigned int corkflag; /* Cork is required */ + __u16 encap_type; /* Is this an Encapsulation socket? */ + /* + * Following member retains the infomation to create a UDP header + * when the socket is uncorked. + */ + __u16 len; /* total length of pending frames */ +}; + +/* WARNING: don't change the layout of the members in udp_sock! */ +struct udp_sock { + struct sock sk; +#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) + struct ipv6_pinfo *pinet6; +#endif + struct inet_opt inet; + struct udp_opt udp; +}; + +static inline struct udp_opt * udp_sk(const struct sock *__sk) +{ + return &((struct udp_sock *)__sk)->udp; +} + +#endif + +#endif /* _LINUX_UDP_H */ Modified: tinysofa/releases/1.1/ipsec-tools/current/sources/xfrm.h =================================================================== --- tinysofa/releases/1.1/ipsec-tools/current/sources/xfrm.h 2004-08-10 06:21:56 UTC (rev 4059) +++ tinysofa/releases/1.1/ipsec-tools/current/sources/xfrm.h 2004-08-10 15:20:06 UTC (rev 4060) @@ -37,6 +37,7 @@ __u16 dport_mask; __u16 sport; __u16 sport_mask; + __u16 family; __u8 prefixlen_d; __u8 prefixlen_s; __u8 proto; @@ -125,6 +126,7 @@ struct xfrm_user_tmpl { struct xfrm_id id; + __u16 family; xfrm_address_t saddr; __u32 reqid; __u8 mode; @@ -150,8 +152,9 @@ XFRMA_ALG_COMP, /* struct xfrm_algo */ XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */ XFRMA_TMPL, /* 1 or more struct xfrm_user_tmpl */ + __XFRMA_MAX -#define XFRMA_MAX XFRMA_TMPL +#define XFRMA_MAX (__XFRMA_MAX - 1) }; struct xfrm_usersa_info { @@ -189,7 +192,6 @@ struct xfrm_lifetime_cur curlft; __u32 priority; __u32 index; - __u16 family; __u8 dir; __u8 action; #define XFRM_POLICY_ALLOW 0 Modified: tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec =================================================================== --- tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec 2004-08-10 06:21:56 UTC (rev 4059) +++ tinysofa/releases/1.1/ipsec-tools/current/specs/ipsec-tools.spec 2004-08-10 15:20:06 UTC (rev 4060) @@ -1,6 +1,6 @@ Name: ipsec-tools -Version: 0.2.5 -Release: 1ts +Version: 0.3.3 +Release: 1jh Summary: Tools for configuring and using IPSEC License: BSD Group: main @@ -11,9 +11,10 @@ Source3: racoon.conf Source4: psk.txt Source5: xfrm.h +Source6: udp.h Patch: ipsec-tools-0.2.4-racoon-dest.patch Patch2: isakmp.c.diff -BuildPrereq: openssl-devel, kerberos5-devel, flex, bison +BuildPrereq: openssl-devel, kerberos5-devel, flex, bison, gcc-c++ BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: initscripts >= 7.31 @@ -32,20 +33,20 @@ %patch2 -p1 mkdir -p kernel-headers/linux -cp %{SOURCE1} %{SOURCE2} %{SOURCE5} kernel-headers/linux +cp %{SOURCE1} %{SOURCE2} %{SOURCE5} %{SOURCE6} kernel-headers/linux %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --exec-prefix=/ \ --libdir=/%{_lib} \ --sysconfdir=/etc \ --mandir=%{_mandir} \ - --with-kernel-headers=`pwd`/kernel-headers -make + --with-kernel-headers=`pwd`/kernel-headers \ + --enable-shared=yes +%make %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/sbin -make install DESTDIR=$RPM_BUILD_ROOT +%makeinstall_std # no devel stuff for now rm -rf $RPM_BUILD_ROOT/%{_lib}/libipsec.{a,la} \ $RPM_BUILD_ROOT/%{_includedir} \ @@ -83,6 +84,9 @@ %config(noreplace) /etc/racoon/racoon.conf %changelog +* Tue Aug 10 2004 Jaakko Heinonen +- 0.3.3 + * Thu Aug 05 2004 tsintegrate 0.2.5-1ts - current (0.2.5-1jh) integrated as 0.2.5-1ts for release 1.1 From svn at tinysofa.org Tue Aug 10 19:46:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 11 Aug 2004 05:46:37 +1000 (EST) Subject: [tinysofa-svn] r4061 - in contrib/1.1: . mach mach/current mach/current/sources mach/current/specs Message-ID: <20040810194637.747D64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-11 05:46:36 +1000 (Wed, 11 Aug 2004) New Revision: 4061 Added: contrib/1.1/mach/ contrib/1.1/mach/current/ contrib/1.1/mach/current/sources/ contrib/1.1/mach/current/sources/mach-0.4.6-tinysofa.patch contrib/1.1/mach/current/sources/mach-0.4.6.tar.gz contrib/1.1/mach/current/sources/tinysofa-1.1 contrib/1.1/mach/current/specs/ contrib/1.1/mach/current/specs/mach.spec contrib/1.1/mach/releases/ Log: - add mach to 1.1 contrib Added: contrib/1.1/mach/current/sources/mach-0.4.6-tinysofa.patch =================================================================== --- contrib/1.1/mach/current/sources/mach-0.4.6-tinysofa.patch 2004-08-10 15:20:06 UTC (rev 4060) +++ contrib/1.1/mach/current/sources/mach-0.4.6-tinysofa.patch 2004-08-10 19:46:36 UTC (rev 4061) @@ -0,0 +1,133 @@ +--- mach-0.4.6/scripts/mach.in.tinysofa 2004-07-05 13:21:49.000000000 +0300 ++++ mach-0.4.6/scripts/mach.in 2004-07-23 22:31:21.000000000 +0300 +@@ -5,7 +5,7 @@ + # + # script to set up a chroot using packages and optionally perform builds in it + +-import sys, os, stat ++import sys, os, stat, errno + import getopt, string, commands, urllib, shutil, time, fcntl, re + import rpm # FIXME: find out what rpm version we need ! + import random # spinner theming madness +@@ -13,6 +13,8 @@ + import glob # for globbing paths + import grp # for finding out the mach gid + ++os.umask(0002) ++ + # make sure True and False constants exist + + if not hasattr (__builtins__, 'True'): +@@ -678,7 +680,7 @@ + + # copy all necessary files to /tmp in root, then chroot to mv them + for file in files: +- debug ("Getting file %s into SOURCES" % file) ++ debug ("Getting file %s into sources" % file) + # sanity check the given file using "file" + # crap, this completely hangs on fedora core 0.94 :( + # command = "file -b -i -z %s" % file +@@ -694,7 +696,7 @@ + shutil.copy2 (file, os.path.join (self.rootdir, 'tmp')) + self.do_chroot ("cd / && mv %s %s" % ( + os.path.join ('tmp', os.path.basename (file)), +- os.path.join ('usr', 'src', 'rpm', 'SOURCES'))) ++ os.path.join ('usr', 'src', 'rpm', 'sources'))) + + # remove the spec if it existed, then copy + self.do_chroot ("cd / && rm -f %s" % ( +@@ -702,7 +704,7 @@ + shutil.copy2 (specfile, os.path.join (self.rootdir, 'tmp')) + self.do_chroot ("cd / && mv %s %s" % ( + os.path.join ('tmp', os.path.basename (specfile)), +- os.path.join ('usr', 'src', 'rpm', 'SPECS'))) ++ os.path.join ('usr', 'src', 'rpm', 'specs'))) + # fix ownership on all of these + self.do_chroot ("cd /usr/src/rpm && chown -R %s:%s *" % + (builduser, buildgroup)) +@@ -710,7 +712,7 @@ + self.do_chroot ("cd / && %s %s -bs --nodeps %s" \ + % (self.config['root_rpmbuild'], + optstring, +- os.path.join ('usr', 'src', 'rpm', 'SPECS', ++ os.path.join ('usr', 'src', 'rpm', 'specs', + os.path.basename (specfile))), + "Creating .src.rpm", + True) +@@ -719,10 +721,10 @@ + (n, v, r) = spec.nvr () + srpmname = "%s-%s-%s.src.rpm" % (n, v, r) + debug ("DEBUG: resulting srpm: %s" % srpmname) +- srpmfile = os.path.join (self.rootdir, 'usr', 'src', 'rpm', 'SRPMS', srpmname) ++ srpmfile = os.path.join (self.rootdir, 'usr', 'src', 'rpm', 'srpms', srpmname) + if not os.path.exists (srpmfile): + raise self.Error, '%s not built' % srpmfile +- shutil.copy2 (self.rootdir + '/usr/src/rpm/SRPMS/' + srpmname, tmppath) ++ shutil.copy2 (self.rootdir + '/usr/src/rpm/srpms/' + srpmname, tmppath) + srpms.append (os.path.join (tmppath, srpmname)) + + # ready to build them all +@@ -977,8 +979,11 @@ + (srpmname, builduser)) + specfile = pkgs[name]['spec'] + +- command = 'cp /usr/src/rpm/SPECS/%s /tmp/%s' % (specfile, specfile) ++ command = 'cp /usr/src/rpm/specs/%s /tmp/%s' % (specfile, specfile) ++ self.do_chroot (command) ++ command = 'chmod 644 /tmp/%s' % specfile + self.do_chroot (command) ++ + # copy specfile to resultdir + shutil.copy2 (os.path.join (self.rootdir, 'tmp', specfile), resultdir) + # mangle spec file if requested +@@ -996,7 +1001,7 @@ + #if not release.endswith ('.' + self.config['release']): + if 1: + # we quote sed with ' because we quote shell -c with "" +- command = "sed -e 's,^\\\\(Release\\\\s*:.*\\\\S\\\\)\\\\s*$,\\\\1.%s,i' /tmp/%s > /usr/src/rpm/SPECS/%s" % (self.config['release'], specfile, specfile) ++ command = "sed -e 's,^\\(Release\s*:\\s*[0-9]\\+\\).*$,\\1%s,i' /tmp/%s > /usr/src/rpm/specs/%s" % (self.config['release'], specfile, specfile) + debug ("mangling with %s" % command) + self.do_chroot (command) + else: +@@ -1026,7 +1031,7 @@ + % (self.rootdir, join_quoted (options), + os.path.join (self.rootdir, 'usr', 'src', 'rpm'), + os.path.join ('/var', 'tmp'), +- os.path.join (self.rootdir, 'usr', 'src', 'rpm', 'SPECS', specfile)) ++ os.path.join (self.rootdir, 'usr', 'src', 'rpm', 'specs', specfile)) + debug ("Checking buildreqs: %s" % command) + try: + (status, output) = self.do (command, False) +@@ -1040,7 +1045,7 @@ + # version than the host's rpmbuild understands. + # this is fine now since we check for met buildrequires before. + +- command = "su -c \"RPM_BUILD_NCPUS=%s %s --nodeps -ba %s /usr/src/rpm/SPECS/%s 2>&1\" - %s" % (nrcpus, self.config['root_rpmbuild'], join_quoted (options), specfile, builduser) ++ command = "su -c \"RPM_BUILD_NCPUS=%s %s --nodeps -ba %s /usr/src/rpm/specs/%s 2>&1\" - %s" % (nrcpus, self.config['root_rpmbuild'], join_quoted (options), specfile, builduser) + (status, output) = self.do_chroot (command, + "Rebuilding source rpm %s" % srpmname, + True) +@@ -1058,7 +1063,7 @@ + #do_chroot (config, "su -c 'rpm -Uhv /tmp/%s > /dev/null 2>&1' mach" % srpm) + #self.rpm ('-Uhv /tmp/%s > /dev/null 2>&1' % srpm) + #(status, output) = do_chroot_with_output (config, +- # "su -c '%s -bs --nodeps /usr/src/rpm/SPECS/%s 2>&1' mach" % (self.config['root_rpmbuild'], spec), ++ # "su -c '%s -bs --nodeps /usr/src/rpm/specs/%s 2>&1' mach" % (self.config['root_rpmbuild'], spec), + # True) + + # analyze log file and move all of the rpms listed as Wrote: +@@ -1368,12 +1373,12 @@ + self.do_chroot ("echo '#endif /* __BOOT_KERNEL_H_ */' >> /boot/kernel.h", fatal = True) + + # create dir structure +- for dir in ('RPMS', 'SRPMS', 'SOURCES', 'SPECS', 'BUILD'): ++ for dir in ('rpms', 'srpms', 'sources', 'specs', 'build'): + self.do_chroot ("su -c 'mkdir -p /usr/src/rpm/%s' %s" % + (dir, builduser), fatal = True) + + # this ensures that locally built RPMS are already used for apt-get +- for dir in ('RPMS', 'SRPMS'): ++ for dir in ('rpms', 'srpms'): + self.do_chroot ('ln -sf %s /usr/src/rpm/%s.mach-local' % (dir, dir), fatal = True) + self.aptget (["update", ]) + self._call_setup_hook ("build") Added: contrib/1.1/mach/current/sources/mach-0.4.6.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/mach/current/sources/mach-0.4.6.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/mach/current/sources/tinysofa-1.1 =================================================================== --- contrib/1.1/mach/current/sources/tinysofa-1.1 2004-08-10 15:20:06 UTC (rev 4060) +++ contrib/1.1/mach/current/sources/tinysofa-1.1 2004-08-10 19:46:36 UTC (rev 4061) @@ -0,0 +1,28 @@ +# mach dist configuration -*- python -*- + +# tinysofa-1.1: configuration for tinysofa + +# each distro flavour has an aptsources line describing where to get each +# kind of package from +# each actual dist has a packages dict for bootstrap packages and +# a sourceslist dict referencing aptsources lines to use + +### +aptsources['tinysofa-1.1'] = { + 'os': 'rpm file:///mnt/cdrom tinysofa all', +} + +# +packages['tinysofa-1.1'] = { + 'dir': 'tinysofa-1.1', + 'minimal': 'bash glibc', + 'base': 'coreutils findutils pam initscripts crond dev', + 'build': 'dev rpm-devel rpm-build make gcc tar gzip patch ' + + 'unzip bzip2 diffutils cpio elfutils', +} +sourceslist['tinysofa-1.1'] = { + 'tinysofa-1.1': ('os', ) +} +config['tinysofa-1.1'] = {} +aliases['tinysofa-1.1'] = ('ts11', 'ts-1.1', ) + Added: contrib/1.1/mach/current/specs/mach.spec =================================================================== --- contrib/1.1/mach/current/specs/mach.spec 2004-08-10 15:20:06 UTC (rev 4060) +++ contrib/1.1/mach/current/specs/mach.spec 2004-08-10 19:46:36 UTC (rev 4061) @@ -0,0 +1,157 @@ +Name: mach +Version: 0.4.6 +Release: 3jh +Summary: make a chroot buildsystem +Group: contrib +License: GPL +URL: http://thomas.apestaart.org/projects/mach/ +Source: http://thomas.apestaart.org/download/mach/%{name}-%{version}.tar.gz +Source1: tinysofa-1.1 +Patch0: mach-0.4.6-tinysofa.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +Requires: python +Requires: rpm +Requires: rpm-build +Requires: rpm-python +Requires: apt >= 0.5.5cnc2 +Requires: sed +Requires: cpio + +BuildRequires: python sed + +%{!?builduser: %define builduser machbuild} +%{!?buildgroup: %define buildgroup machbuild} + + +%description +mach makes a chroot. +Using apt-get and a suid binary, it manages to install clean chroot +environments based on the original packages for that distribution. + +The clean root can be used to run jail roots, to create image files, or +to build clean packages. + + +%prep +%setup -q +%patch0 -p1 -b .tinysofa + + +%build +%configure \ + --enable-builduser=%{builduser} \ + --enable-buildgroup=%{buildgroup} \ + --with-flavor=tinysofa-1.1 +%make + + +%install +%makeinstall_std + +install -d -m 2775 $RPM_BUILD_ROOT%{_localstatedir}/lib/mach +install -d -m 2775 $RPM_BUILD_ROOT%{_localstatedir}/lib/mach/states +install -d -m 2775 $RPM_BUILD_ROOT%{_localstatedir}/lib/mach/roots +install -d -m 2775 $RPM_BUILD_ROOT%{_localstatedir}/tmp/mach +install -d -m 775 $RPM_BUILD_ROOT%{_localstatedir}/cache/mach/packages +install -d -m 775 $RPM_BUILD_ROOT%{_localstatedir}/cache/mach/archives + +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mach/dist.d + +sed -i "s/'-tinysofa-1.1'/'tinysofa-1.1'/" \ + $RPM_BUILD_ROOT%{_sysconfdir}/mach/conf + +%clean +%clean_buildroot + +%pre +# create user and group mach +/usr/sbin/groupadd mach +/usr/sbin/useradd -c "mach user" \ + -g mach -m mach -d %{_localstatedir}/lib/mach > /dev/null 2>&1 || : + +%preun +if [ "$1" == 0 ]; +then + # last removal + # be a good boy and clean out the dirs we filled with junk + rm -rf %{_localstatedir}/lib/mach/states/* + umount %{_localstatedir}/lib/mach/roots/*/proc > /dev/null 2>&1 || : + rm -rf %{_localstatedir}/lib/mach/roots/* + rm -rf %{_localstatedir}/cache/mach/* > /dev/null 2>&1 || : + rmdir %{_localstatedir}/lib/mach/states > /dev/null 2>&1 || : + rmdir %{_localstatedir}/lib/mach/roots > /dev/null 2>&1 || : + rmdir %{_localstatedir}/cache/mach > /dev/null 2>&1 || : + rm -rf %{_localstatedir}/tmp/mach > /dev/null 2>&1 || : +fi + +%postun +if [ "$1" == 0 ]; +then + # last removal + userdel mach > /dev/null 2>&1 || : + groupdel mach > /dev/null 2>&1 || : +fi + + +%files +%defattr(-,root,root,-) +%doc ChangeLog COPYING README AUTHORS BUGS TODO FORGETMENOT RELEASE +%dir %{_sysconfdir}/mach +%attr(644,root,root) %config %{_sysconfdir}/mach/conf +%config %{_sysconfdir}/mach/location +%config %{_sysconfdir}/mach/dist.d +%attr(2775,mach,mach) %dir %{_localstatedir}/lib/mach +%attr(2775,mach,mach) %dir %{_localstatedir}/lib/mach/states +%attr(2775,mach,mach) %dir %{_localstatedir}/lib/mach/roots +%ghost %attr(2775,mach,mach) %dir %{_localstatedir}/tmp/mach +%attr(2775,mach,mach) %{_localstatedir}/cache/mach +%{_bindir}/mach +%attr(04750,root,mach) %{_sbindir}/mach-helper + + +%changelog +* Fri Jul 16 2004 Jaakko Heinonen +- fix mach-chmod.patch + +* Fri Jul 15 2004 Jaakko Heinonen +- ported to tinysofa 1.1 + +* Sun Jun 6 2004 Ville Skytt? +- Own %%{_localstatedir}/mach, thanks to John Dalbec for the catch. + +* Thu Apr 8 2004 Ville Skytt? +- Require apt >= 0.5.5cnc2 due to internal use of the "rpm-dir" index type. + +* Tue Mar 16 2004 Thomas Vander Stichele +- package dist.d and location + +* Thu Mar 11 2004 Thomas Vander Stichele +- use --with-flavor + +* Fri Jan 9 2004 Ville Skytt? +- Use the bzip2'd tarball. + +* Thu Jan 8 2004 Ville Skytt? +- Make mach chroot build user/group configurable using + "rpmbuild --define 'build(user|group) foo'" +- Build in the %%build section. + +* Wed Sep 17 2003 Thomas Vander Stichele +- add Requires: cpio +- change home dir to %%{_localstatedir}/lib/mach + +* Mon Sep 08 2003 Thomas Vander Stichele +- 0.4.0-0.fdr.1: first public release. + +* Sat Aug 16 2003 Ville Skytt? +- Add COPYING to docs. + +* Wed May 21 2003 Thomas Vander Stichele +- added mach-helper + +* Wed Apr 30 2003 Thomas Vander Stichele +- initial creation From svn at tinysofa.org Tue Aug 10 20:04:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 11 Aug 2004 06:04:53 +1000 (EST) Subject: [tinysofa-svn] r4062 - in contrib/1.1: . clearsilver clearsilver/current clearsilver/current/sources clearsilver/current/specs Message-ID: <20040810200453.53B364E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-11 06:04:52 +1000 (Wed, 11 Aug 2004) New Revision: 4062 Added: contrib/1.1/clearsilver/ contrib/1.1/clearsilver/current/ contrib/1.1/clearsilver/current/sources/ contrib/1.1/clearsilver/current/sources/clearsilver-0.9.10.tar.gz contrib/1.1/clearsilver/current/specs/ contrib/1.1/clearsilver/current/specs/clearsilver.spec Log: new in contrib Added: contrib/1.1/clearsilver/current/sources/clearsilver-0.9.10.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/clearsilver/current/sources/clearsilver-0.9.10.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/clearsilver/current/specs/clearsilver.spec =================================================================== --- contrib/1.1/clearsilver/current/specs/clearsilver.spec 2004-08-10 19:46:36 UTC (rev 4061) +++ contrib/1.1/clearsilver/current/specs/clearsilver.spec 2004-08-10 20:04:52 UTC (rev 4062) @@ -0,0 +1,102 @@ +Summary: Neotonic ClearSilver +Name: clearsilver +Version: 0.9.10 +Release: 1gd +Copyright: Open Source - Neotonic ClearSilver License (Apache 1.1 based) +Group: contrib +Source: http://www.clearsilver.net/downloads/%{name}-%{version}.tar.gz +URL: http://www.clearsilver.net/ +Vendor: Neotonic Software Corporation, Inc. +Packager: Brandon Long +BuildRequires: zlib-devel +BuildRequires: python-devel >= 1.5.2 +BuildRequires: perl = %{perl_version} +BuildRequires: perl-devel >= %{perl_version} + +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +ClearSilver is a fast, powerful, and language-neutral HTML template system. +In both static content sites and dynamic HTML applications, it provides a +separation between presentation code and application logic which makes +working with your project easier. + +Because it's written as a C-library, and exported to scripting languages +like Python and Perl via modules, it is extremely fast compared to template +systems written in a script language. + +%package python +Summary: Neotonic ClearSilver Python Module +Group: Development/Libraries +Requires: clearsilver = %{version} + +%description python +The clearsilver-python package provides a python interface to the +clearsilver CGI kit and templating system. + +%package perl +Summary: Neotonic ClearSilver Perl Module +Group: Development/Libraries +Requires: clearsilver = %{version} +Requires: perl = %{perl_version} + +%description perl +The clearsilver-perl package provides a perl interface to the +clearsilver templating system. + +%prep +%setup + +%build +%configure --prefix=%{_prefix} --with-python=%{_bindir}/python --enable-gettext +%{__make} + +(cd perl +%{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor +%{__make}) + +perl -pi -e 's|#!/usr/local/bin/python|#!/usr/bin/python|' scripts/document.py + +%install +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +make DESTDIR="$RPM_BUILD_ROOT" PYTHON_SITE="%{py_libdir}" install + +(cd perl; make PREFIX="$RPM_BUILD_ROOT%{_prefix}" INSTALLDIRS=vendor install) + +#/usr/bin/install -c -m 644 util/wdb.h $RPM_BUILD_ROOT/usr/include/ClearSilver/util + +for file in ".packlist" "perllocal.pod"; do + find $RPM_BUILD_ROOT -name $file | xargs rm +done + +%files +%{_prefix}/include/ClearSilver +%{_prefix}/lib/libneo_cgi.a +%{_prefix}/lib/libneo_cs.a +%{_prefix}/lib/libneo_utl.a +%{_prefix}/bin/static.cgi +%{_prefix}/bin/cstest +%{_mandir}/man3 + +%files python +%{py_libdir}/neo_cgi.so + +%files perl +%{perl_vendorarch}/ClearSilver.pm +%{perl_vendorarch}/auto/ClearSilver/ClearSilver.so +%{perl_vendorarch}/auto/ClearSilver/ClearSilver.bs + +%Changelog +* Fri Aug 6 2004 Gerald Dachs 0.9.10-1gd +- new upstream version +- removed my gettext patch, it is now part of clearsilver + +* Sun Jan 31 2004 Gerald Dachs 0.9.7-3bx +- allowed dashes in hdf names + +* Sun Jan 31 2004 Gerald Dachs 0.9.7-2bx +- added writeFile for perl + +* Wed Dec 10 2003 Gerald Dachs 0.9.7-1bx +- initial build for badgerix + From svn at tinysofa.org Tue Aug 10 20:16:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 11 Aug 2004 06:16:50 +1000 (EST) Subject: [tinysofa-svn] r4063 - in contrib/1.1/dnsmasq/current: sources specs Message-ID: <20040810201650.E4A194E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-11 06:16:50 +1000 (Wed, 11 Aug 2004) New Revision: 4063 Added: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.11.tar.gz Removed: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.10.tar.gz Modified: contrib/1.1/dnsmasq/current/specs/dnsmasq.spec Log: new upstream version Deleted: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.10.tar.gz =================================================================== (Binary files differ) Added: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.11.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.11.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: contrib/1.1/dnsmasq/current/specs/dnsmasq.spec =================================================================== --- contrib/1.1/dnsmasq/current/specs/dnsmasq.spec 2004-08-10 20:04:52 UTC (rev 4062) +++ contrib/1.1/dnsmasq/current/specs/dnsmasq.spec 2004-08-10 20:16:50 UTC (rev 4063) @@ -1,6 +1,6 @@ Summary: A lightweight caching nameserver Name: dnsmasq -Version: 2.10 +Version: 2.11 Release: 1gd Group: Network/Services Source: http://www.thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz @@ -63,6 +63,9 @@ %changelog +* Tue Aug 10 2004 Gerald Dachs 2.11-1gd +- new upstream version + * Sat Aug 01 2004 Gerald Dachs 2.10-1gd - new upstream version - fixed spec file From svn at tinysofa.org Wed Aug 11 16:05:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 12 Aug 2004 02:05:48 +1000 (EST) Subject: [tinysofa-svn] r4064 - tinysofa/releases/1.1/php4/current/specs Message-ID: <20040811160548.4D72C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-12 02:05:46 +1000 (Thu, 12 Aug 2004) New Revision: 4064 Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec Log: - move some of the mod_php4 obsoletes to subpackages Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec =================================================================== --- tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-10 20:16:50 UTC (rev 4063) +++ tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-11 16:05:46 UTC (rev 4064) @@ -7,7 +7,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php4 Version: 4.3.8 -Release: 3jh +Release: 4jh License: The PHP License Group: main URL: http://www.php.net/ @@ -52,7 +52,7 @@ BuildRequires: zlib-devel, pcre-devel, smtpdaemon BuildRequires: bzip2, perl, libtool >= 1.4.3 Obsoletes: php-dbg, mod_php, php3, phpfi, stronghold-php, mod_php4 -Obsoletes: mod_php4-cli mod_php4-openssl mod_php4-exif mod_php4-gd mod_php4-imap mod_php4-ldap mod_php4-mysql mod_php4-pgsql mod_php4-test mod_php4-domxml mod_php4-sysv +Obsoletes: mod_php4-cli mod_php4-openssl mod_php4-exif mod_php4-gd mod_php4-test mod_php4-domxml mod_php4-sysv # Enforce Apache module ABI compatibility Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn 2> /dev/null || echo missing-httpd-devel) Requires: %{name}-pear @@ -101,6 +101,7 @@ Conflicts: php-imap >= 5.0.0 Obsoletes: php-imap < 5.0.0 Obsoletes: mod_php3-imap, stronghold-php-imap +Obsoletes: mod_php4-imap BuildRequires: kerberos5-devel, openssl-devel, libc-client-devel %description imap @@ -119,6 +120,7 @@ Conflicts: php-ldap >= 5.0.0 Obsoletes: php-ldap < 5.0.0 Obsoletes: mod_php3-ldap, stronghold-php-ldap +Obsoletes: mod_php4-ldap BuildRequires: cyrus-sasl-devel, openldap-devel, openssl-devel %description ldap @@ -137,6 +139,7 @@ Obsoletes: php-mysql < 5.0.0 Provides: %{name}_database Obsoletes: mod_php3-mysql, stronghold-php-mysql +Obsoletes: mod_php4-mysql BuildRequires: mysql-devel %description mysql @@ -154,6 +157,7 @@ Obsoletes: php-pgsql < 5.0.0 Provides: %{name}_database Obsoletes: mod_php3-pgsql, stronghold-php-pgsql +Obsoletes: mod_php4-pgsql BuildRequires: kerberos5-devel, openssl-devel, postgresql-devel %description pgsql From svn at tinysofa.org Wed Aug 11 21:21:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 12 Aug 2004 07:21:54 +1000 (EST) Subject: [tinysofa-svn] r4065 - tinysofa/releases/1.1/bind/current/specs Message-ID: <20040811212154.55B7D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-12 07:21:52 +1000 (Thu, 12 Aug 2004) New Revision: 4065 Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec Log: - disable posix threads (fixes named shutdown) - fix %preun script - fix %{jail}/dev/random and localtime permissions Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-11 16:05:46 UTC (rev 4064) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-11 21:21:52 UTC (rev 4065) @@ -1,8 +1,10 @@ %define jail /var/lib/named +%define with_posix_threads 0 + Name: bind Version: 9.2.3 -Release: 12ts +Release: 13jh Epoch: 0 Summary: A chrooted DNS (Domain Name System) server Summary(pt_BR): BIND - Servidor de nomes DNS chrooted @@ -98,7 +100,7 @@ Summary(pt_BR): Todos os arquivos de cabe?alho e bibliotecas para desenvolvimento DNS Summary(es): Archivos de inclusi?n y bibliotecas para desarrollo DNS Group: development -PreReq: %{name}-libs = %{epoch}:%{version} +PreReq: %{name}-libs = %{epoch}:%{version}-%{release} %description devel The bind-devel package contains all the include files and the @@ -175,7 +177,9 @@ %patch1 -p1 -b .varrun %patch2 -p1 -b .SO_BSDCOMPAT %patch3 -p1 -b .pie +%if %{with_posix_threads} %patch4 -p1 -b .posixthreads +%endif %build libtoolize --copy --force @@ -299,12 +303,12 @@ fi [ ! -e %{jail}/dev/null ] && mknod -m a+rw %{jail}/dev/null c 1 3 -[ ! -e %{jail}/dev/random ] && mknod %{jail}/dev/random c 1 8 +[ ! -e %{jail}/dev/random ] && mknod -m 644 %{jail}/dev/random c 1 8 [ ! -e %{jail}%{_sysconfdir}/localtime ] && [ -f %{_sysconfdir}/localtime ] && \ - cp %{_sysconfdir}/localtime %{jail}%{_sysconfdir}/localtime + cp -p %{_sysconfdir}/localtime %{jail}%{_sysconfdir}/localtime if [ ! -e %{jail}%{_sysconfdir}/rndc.key ]; then - if [ -e %{_sysconfdir}/rndc.key ]; then + if [ -f %{_sysconfdir}/rndc.key ]; then mv %{_sysconfdir}/rndc.key %{jail}%{_sysconfdir}/rndc.key # make sure the permissions were kept! chmod 600 %{jail}%{_sysconfdir}/rndc.key @@ -339,15 +343,15 @@ %preun %service_preun named +if [ "$1" = 0 ]; then + # chroot stuff + rm -f %{jail}/dev/null %{jail}/dev/log %{jail}/dev/random %{jail}%{_sysconfdir}/localtime + # -L = is symlink + [ -L %{_sysconfdir}/named.conf ] && rm -f %{_sysconfdir}/named.conf + # rndc.key, gererated by rndc-confgen + [ -L %{_sysconfdir}/rndc.key ] && rm -f %{jail}%{_sysconfdir}/rndc.key +fi -# chroot stuff -rm -f %{jail}/dev/null %{jail}/dev/log %{jail}/dev/random %{jail}%{_sysconfdir}/localtime -# -L = is symlink -[ -L %{_sysconfdir}/named.conf ] && rm -f %{_sysconfdir}/named.conf -# rndc.key, gererated by rndc-confgen -rm -f %{_sysconfdir}/rndc.key %{jail}%{_sysconfdir}/rndc.key - - %postun %service_postun named if [ $1 = 0 ]; then @@ -369,7 +373,36 @@ %post libs -p /sbin/ldconfig +%triggerpostun -- bind = 9.2.3-12ts +[ $2 = 0 ] && exit 0 + +if [ ! -e %{_sysconfdir}/named.conf ]; then + ln -s %{jail}%{_sysconfdir}/named.conf %{_sysconfdir}/named.conf +fi +if [ ! -e %{jail}%{_sysconfdir}/rndc.key ]; then + if [ -f %{_sysconfdir}/rndc.key ]; then + mv %{_sysconfdir}/rndc.key %{jail}%{_sysconfdir}/rndc.key + # make sure the permissions were kept! + chmod 600 %{jail}%{_sysconfdir}/rndc.key + chown named.root %{jail}%{_sysconfdir}/rndc.key + else + /usr/sbin/rndc-confgen -a -t %{jail} -u named + fi +fi + +# -f = is file, it should be a symlink! +if [ -f %{_sysconfdir}/rndc.key -o ! -e %{_sysconfdir}/rndc.key ]; then + rm -f %{_sysconfdir}/rndc.key + ln -s %{jail}%{_sysconfdir}/rndc.key \ + %{_sysconfdir}/rndc.key +fi +[ ! -e %{jail}/dev/null ] && mknod -m a+rw %{jail}/dev/null c 1 3 +[ ! -e %{jail}/dev/random ] && mknod -m 644 %{jail}/dev/random c 1 8 +[ ! -e %{jail}%{_sysconfdir}/localtime ] && [ -f %{_sysconfdir}/localtime ] && \ + cp %{_sysconfdir}/localtime %{jail}%{_sysconfdir}/localtime + + %clean %clean_buildroot @@ -458,6 +491,11 @@ %changelog +* Wed Aug 11 2004 Jaakko Heinonen 9.2.3-13jh +- disable posix threads (fixes named shutdown) +- fix %preun script +- fix %{jail}/dev/random and localtime permissions + * Thu Aug 05 2004 tsintegrate 9.2.3-12ts - current (9.2.3-12jh) integrated as 9.2.3-12ts for release 1.1 From svn at tinysofa.org Wed Aug 11 21:47:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 12 Aug 2004 07:47:41 +1000 (EST) Subject: [tinysofa-svn] r4066 - in tinysofa/releases/1.1/apt/current: sources specs Message-ID: <20040811214741.7ED0C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-12 07:47:40 +1000 (Thu, 12 Aug 2004) New Revision: 4066 Modified: tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig tinysofa/releases/1.1/apt/current/specs/apt.spec Log: - change apt-cron default config Modified: tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig 2004-08-11 21:21:52 UTC (rev 4065) +++ tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig 2004-08-11 21:47:40 UTC (rev 4066) @@ -9,3 +9,7 @@ # log starting time and errors to this file, specify "" if you don't # want logging LOGFILE="/var/log/apt.log" + +# define HOME for gpg +HOME="/root" + Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec =================================================================== --- tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-11 21:21:52 UTC (rev 4065) +++ tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-11 21:47:40 UTC (rev 4066) @@ -4,7 +4,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support. Name: apt Version: 0.5.15cnc6 -Release: 3ts +Release: 4jh Epoch: 0 Group: main URL: https://moin.conectiva.com.br/AptRpm From svn at tinysofa.org Wed Aug 11 22:03:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 12 Aug 2004 08:03:52 +1000 (EST) Subject: [tinysofa-svn] r4067 - tinysofa/releases/1.1/apt/current/sources Message-ID: <20040811220352.6BF734E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-12 08:03:51 +1000 (Thu, 12 Aug 2004) New Revision: 4067 Modified: tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig tinysofa/releases/1.1/apt/current/sources/apt.cron Log: - use GNUPGHOME instead of HOME Modified: tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig 2004-08-11 21:47:40 UTC (rev 4066) +++ tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig 2004-08-11 22:03:51 UTC (rev 4067) @@ -11,5 +11,5 @@ LOGFILE="/var/log/apt.log" # define HOME for gpg -HOME="/root" +GNUPGHOME="/root/.gnupg" Modified: tinysofa/releases/1.1/apt/current/sources/apt.cron =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt.cron 2004-08-11 21:47:40 UTC (rev 4066) +++ tinysofa/releases/1.1/apt/current/sources/apt.cron 2004-08-11 22:03:51 UTC (rev 4067) @@ -19,6 +19,10 @@ exit 1 fi +if [ -n "$GNUPGHOME" ]; then + export GNUPGHOME +fi + for command in $RUN_COMMANDS; do /usr/bin/apt-get -qq -y $command done From svn at tinysofa.org Thu Aug 12 15:11:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 13 Aug 2004 01:11:20 +1000 (EST) Subject: [tinysofa-svn] r4068 - in tinysofa/releases/1.1/bind/current: sources specs Message-ID: <20040812151120.7F1924E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-13 01:11:19 +1000 (Fri, 13 Aug 2004) New Revision: 4068 Removed: tinysofa/releases/1.1/bind/current/sources/bind-posixthreads.patch Modified: tinysofa/releases/1.1/bind/current/sources/named.conf.chroot tinysofa/releases/1.1/bind/current/sources/named.conf.non-root.example tinysofa/releases/1.1/bind/current/specs/bind.spec Log: - delete posixtreads patch - move file deletion to %postun - modify default config Deleted: tinysofa/releases/1.1/bind/current/sources/bind-posixthreads.patch =================================================================== --- tinysofa/releases/1.1/bind/current/sources/bind-posixthreads.patch 2004-08-11 22:03:51 UTC (rev 4067) +++ tinysofa/releases/1.1/bind/current/sources/bind-posixthreads.patch 2004-08-12 15:11:19 UTC (rev 4068) @@ -1,22 +0,0 @@ ---- bind-9.2.2/configure.in~ 2003-02-17 02:05:01.000000000 -0500 -+++ bind-9.2.2/configure.in 2003-03-11 14:25:22.000000000 -0500 -@@ -654,7 +654,7 @@ - # deal with signals. - # - *-linux*) -- AC_DEFINE(HAVE_LINUXTHREADS) -+ AC_DEFINE(_POSIX_PTHREAD_SEMANTICS) - ;; - # - # Ensure the right sigwait() semantics on Solaris and make ---- bind-9.2.2/configure~ 2003-03-11 14:27:39.000000000 -0500 -+++ bind-9.2.2/configure 2003-03-11 14:29:42.000000000 -0500 -@@ -5478,7 +5478,7 @@ - # - *-linux*) - cat >>confdefs.h <<\_ACEOF --#define HAVE_LINUXTHREADS 1 -+#define _POSIX_PTHREAD_SEMANTICS 1 - _ACEOF - - ;; Modified: tinysofa/releases/1.1/bind/current/sources/named.conf.chroot =================================================================== --- tinysofa/releases/1.1/bind/current/sources/named.conf.chroot 2004-08-11 22:03:51 UTC (rev 4067) +++ tinysofa/releases/1.1/bind/current/sources/named.conf.chroot 2004-08-12 15:11:19 UTC (rev 4068) @@ -12,7 +12,7 @@ // query-source address * port 53; dump-file "/var/named/dump/named_dump.db"; statistics-file "/var/named/dump/named.stats"; - memstatistics-file "/var/named/dump/named.memstats"; + // memstatistics-file "/var/named/dump/named.memstats"; // remove this next line if you want named to listen on // all available interfaces, or adjust add new ones as // you see fit Modified: tinysofa/releases/1.1/bind/current/sources/named.conf.non-root.example =================================================================== --- tinysofa/releases/1.1/bind/current/sources/named.conf.non-root.example 2004-08-11 22:03:51 UTC (rev 4067) +++ tinysofa/releases/1.1/bind/current/sources/named.conf.non-root.example 2004-08-12 15:11:19 UTC (rev 4068) @@ -14,7 +14,7 @@ // user dump-file "/var/named/dump/named_dump.db"; statistics-file "/var/named/dump/named.stats"; - memstatistics-file "/var/named/dump/named.memstats"; + //memstatistics-file "/var/named/dump/named.memstats"; listen-on { 127.0.0.1; }; }; Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-11 22:03:51 UTC (rev 4067) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-12 15:11:19 UTC (rev 4068) @@ -1,7 +1,5 @@ %define jail /var/lib/named -%define with_posix_threads 0 - Name: bind Version: 9.2.3 Release: 13jh @@ -177,9 +175,6 @@ %patch1 -p1 -b .varrun %patch2 -p1 -b .SO_BSDCOMPAT %patch3 -p1 -b .pie -%if %{with_posix_threads} -%patch4 -p1 -b .posixthreads -%endif %build libtoolize --copy --force @@ -344,19 +339,21 @@ %preun %service_preun named if [ "$1" = 0 ]; then +fi + +%postun +%service_postun named +if [ $1 = 0 ]; then # chroot stuff rm -f %{jail}/dev/null %{jail}/dev/log %{jail}/dev/random %{jail}%{_sysconfdir}/localtime # -L = is symlink [ -L %{_sysconfdir}/named.conf ] && rm -f %{_sysconfdir}/named.conf # rndc.key, gererated by rndc-confgen [ -L %{_sysconfdir}/rndc.key ] && rm -f %{jail}%{_sysconfdir}/rndc.key -fi -%postun -%service_postun named -if [ $1 = 0 ]; then %userdel named %groupdel named + # remove syslog configuration cat %{_sysconfdir}/sysconfig/syslog | \ sed -e 's, *%{jail}/dev/log *,,g' > \ From svn at tinysofa.org Thu Aug 12 15:13:21 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 13 Aug 2004 01:13:21 +1000 (EST) Subject: [tinysofa-svn] r4069 - tinysofa/releases/1.1/bind/current/specs Message-ID: <20040812151321.703F44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-13 01:13:21 +1000 (Fri, 13 Aug 2004) New Revision: 4069 Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec Log: - remove Patch4: bind-posixthreads.patch Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-12 15:11:19 UTC (rev 4068) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-12 15:13:21 UTC (rev 4069) @@ -26,7 +26,6 @@ Patch1: %{name}-9.2.0.varrun.patch Patch2: bind-9.2.3-SO_BSDCOMPAT.patch Patch3: bind-9.2.2-pie.patch -Patch4: bind-posixthreads.patch #Requires: glibc-iconv # this requirement if because of the /etc/sysconfig/syslog file # which should have a ADD_SOCKET entry From svn at tinysofa.org Thu Aug 12 15:40:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 13 Aug 2004 01:40:42 +1000 (EST) Subject: [tinysofa-svn] r4070 - tinysofa/releases/1.1/bind/current/specs Message-ID: <20040812154042.C9E684E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-13 01:40:42 +1000 (Fri, 13 Aug 2004) New Revision: 4070 Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec Log: - fix rndc.key symlink removal - fix %preun Modified: tinysofa/releases/1.1/bind/current/specs/bind.spec =================================================================== --- tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-12 15:13:21 UTC (rev 4069) +++ tinysofa/releases/1.1/bind/current/specs/bind.spec 2004-08-12 15:40:42 UTC (rev 4070) @@ -337,8 +337,6 @@ %preun %service_preun named -if [ "$1" = 0 ]; then -fi %postun %service_postun named @@ -347,8 +345,7 @@ rm -f %{jail}/dev/null %{jail}/dev/log %{jail}/dev/random %{jail}%{_sysconfdir}/localtime # -L = is symlink [ -L %{_sysconfdir}/named.conf ] && rm -f %{_sysconfdir}/named.conf - # rndc.key, gererated by rndc-confgen - [ -L %{_sysconfdir}/rndc.key ] && rm -f %{jail}%{_sysconfdir}/rndc.key + [ -L %{_sysconfdir}/rndc.key ] && rm -f %{_sysconfdir}/rndc.key %userdel named %groupdel named From svn at tinysofa.org Thu Aug 12 15:53:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 13 Aug 2004 01:53:05 +1000 (EST) Subject: [tinysofa-svn] r4071 - contrib/1.1/sqlite/current/specs Message-ID: <20040812155305.922524E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-13 01:53:05 +1000 (Fri, 13 Aug 2004) New Revision: 4071 Modified: contrib/1.1/sqlite/current/specs/sqlite.spec Log: some fixes Modified: contrib/1.1/sqlite/current/specs/sqlite.spec =================================================================== --- contrib/1.1/sqlite/current/specs/sqlite.spec 2004-08-12 15:40:42 UTC (rev 4070) +++ contrib/1.1/sqlite/current/specs/sqlite.spec 2004-08-12 15:53:05 UTC (rev 4071) @@ -1,9 +1,9 @@ Summary: SQLite is a C library that implements an embeddable SQL database engine Name: sqlite Version: 2.8.15 -Release: 1gd +Release: 2gd License: GPL -Group: tinysofa contrib +Group: contrib Source: http://www.sqlite.org/sqlite-%{version}.tar.gz Patch0: sqlite-2.8.13-tclsh_fix.patch URL: http://www.sqlite.org/ @@ -37,7 +37,6 @@ make doc %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" mkdir -p $RPM_BUILD_ROOT/usr/bin mkdir -p $RPM_BUILD_ROOT/usr/include mkdir -p $RPM_BUILD_ROOT/usr/lib @@ -45,11 +44,11 @@ make DESTDIR=$RPM_BUILD_ROOT install %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files %defattr(-,root,root) -%{_libdir}/*.so.* +%{_libdir}/*.so* %{_bindir}/* %files -n sqlite-devel @@ -61,6 +60,10 @@ %doc README doc/* %changelog +* Thu Aug 12 2004 Gerald Dachs 2.8.15-2gd +- fixed files section +- spec file fixes + * Sun Aug 08 2004 Gerald Dachs 2.8.15-1gd - new upstream version - spec file fixes From svn at tinysofa.org Thu Aug 12 16:57:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 13 Aug 2004 02:57:39 +1000 (EST) Subject: [tinysofa-svn] r4072 - contrib/1.1/irssi/current/specs Message-ID: <20040812165739.6337F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-13 02:57:39 +1000 (Fri, 13 Aug 2004) New Revision: 4072 Modified: contrib/1.1/irssi/current/specs/irssi.spec Log: - port to 1.1 Modified: contrib/1.1/irssi/current/specs/irssi.spec =================================================================== --- contrib/1.1/irssi/current/specs/irssi.spec 2004-08-12 15:53:05 UTC (rev 4071) +++ contrib/1.1/irssi/current/specs/irssi.spec 2004-08-12 16:57:39 UTC (rev 4072) @@ -1,18 +1,16 @@ Name: irssi Version: 0.8.9 -Release: 1ok +Release: 2jh Summary: Irssi is an IRC client License: GPL -Group: tinysofa contrib +Group: contrib BuildRequires: pkgconfig glib-devel >= 2 ncurses-devel perl-devel -BuildRequires: gcc-c++-devel +BuildRequires: gcc-c++ URL: http://irssi.org/ Source: http://irssi.org/irssi/files/irssi-%{version}.tar.bz2 Requires: perl Requires: ncurses -BuildRoot: %{_tmppath}/%{name}-root -%define perl_sitearch %(perl -MConfig -e 'print $Config{sitearch}') -%define perl_sitelib %(perl -MConfig -e 'print $Config{sitelib}') +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Irssi is a textUI IRC client with IPv6 support written by @@ -21,9 +19,9 @@ More information can be found at http://irssi.org %package devel -Group: tinysofa contrib +Group: contrib Summary: Header files and static libs for the development of irssi applications. -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel Header files and static libs for the development of irssi applications. @@ -47,11 +45,10 @@ --with-gc \ --with-ncurses -make +%make %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %makeinstall # Files that should not be installed: @@ -59,8 +56,9 @@ %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot + %files %defattr (-,root,root) %doc AUTHORS COPYING INSTALL ChangeLog README TODO NEWS @@ -80,7 +78,11 @@ %doc AUTHORS COPYING INSTALL ChangeLog README TODO NEWS %{_libdir}/irssi/modules/*.a + %changelog +* Wed Aug 11 2004 Jaakko Heinonen +- port to 1.1 + * Mon May 24 2004 Jaakko Heinonen - add BuildRequires: gcc-c++-devel From svn at tinysofa.org Thu Aug 12 17:21:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 13 Aug 2004 03:21:37 +1000 (EST) Subject: [tinysofa-svn] r4074 - tinysofa/releases/1.1/kernel/current/sources Message-ID: <20040812172137.6DF6F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-13 03:21:37 +1000 (Fri, 13 Aug 2004) New Revision: 4074 Modified: tinysofa/releases/1.1/kernel/current/sources/kernel-2.4.21-i586-smp.config tinysofa/releases/1.1/kernel/current/sources/kernel-2.4.21-i586.config Log: - compile jfs as module Modified: tinysofa/releases/1.1/kernel/current/sources/kernel-2.4.21-i586-smp.config =================================================================== --- tinysofa/releases/1.1/kernel/current/sources/kernel-2.4.21-i586-smp.config 2004-08-12 17:02:23 UTC (rev 4073) +++ tinysofa/releases/1.1/kernel/current/sources/kernel-2.4.21-i586-smp.config 2004-08-12 17:21:37 UTC (rev 4074) @@ -1015,7 +1015,7 @@ CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y -CONFIG_JFS_FS=y +CONFIG_JFS_FS=m CONFIG_JFS_POSIX_ACL=y # CONFIG_JFS_DEBUG is not set # CONFIG_JFS_STATISTICS is not set Modified: tinysofa/releases/1.1/kernel/current/sources/kernel-2.4.21-i586.config =================================================================== --- tinysofa/releases/1.1/kernel/current/sources/kernel-2.4.21-i586.config 2004-08-12 17:02:23 UTC (rev 4073) +++ tinysofa/releases/1.1/kernel/current/sources/kernel-2.4.21-i586.config 2004-08-12 17:21:37 UTC (rev 4074) @@ -1064,7 +1064,7 @@ CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y -CONFIG_JFS_FS=y +CONFIG_JFS_FS=m CONFIG_JFS_POSIX_ACL=y # CONFIG_JFS_DEBUG is not set # CONFIG_JFS_STATISTICS is not set From svn at tinysofa.org Thu Aug 12 19:15:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 13 Aug 2004 05:15:03 +1000 (EST) Subject: [tinysofa-svn] r4075 - in contrib/1.1: . distcc distcc/current distcc/current/sources distcc/current/specs Message-ID: <20040812191503.0CC704E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-13 05:15:02 +1000 (Fri, 13 Aug 2004) New Revision: 4075 Added: contrib/1.1/distcc/ contrib/1.1/distcc/current/ contrib/1.1/distcc/current/sources/ contrib/1.1/distcc/current/sources/distcc-2.17.tar.bz2 contrib/1.1/distcc/current/sources/distccd.initd contrib/1.1/distcc/current/sources/distccd.logrot contrib/1.1/distcc/current/sources/distccd.sysconf contrib/1.1/distcc/current/sources/distccd.xinetd contrib/1.1/distcc/current/specs/ contrib/1.1/distcc/current/specs/distcc.spec Log: new in contrib Added: contrib/1.1/distcc/current/sources/distcc-2.17.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/distcc/current/sources/distcc-2.17.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/distcc/current/sources/distccd.initd =================================================================== --- contrib/1.1/distcc/current/sources/distccd.initd 2004-08-12 17:21:37 UTC (rev 4074) +++ contrib/1.1/distcc/current/sources/distccd.initd 2004-08-12 19:15:02 UTC (rev 4075) @@ -0,0 +1,83 @@ +#!/bin/sh +# +# Init file for Distccd - A distributed compilation front-end. +# WARNING: Don't enable on untrusted networks +# +# Written by Dag Wieers . +# +# chkconfig: - 80 20 +# description: Distccd - distributed compilation front-end (daemon) \ +# WARNING: Don't enable on untrusted networks +# +# processname: distccd +# +# config: /etc/sysconfig/distccd + +source /etc/init.d/functions +source /etc/sysconfig/network + +### Check that networking is up. +[ "${NETWORKING}" == "no" ] && exit 0 + +[ -x "/usr/bin/distccd" ] || exit 1 + +### Default variables +SYSCONFIG="/etc/sysconfig/distccd" +OPTIONS="" +USER="distcc" +DISTCCPATH="$PATH" + +### Read configuration +[ -r "$SYSCONFIG" ] && source "$SYSCONFIG" + +RETVAL=0 +prog="distccd" +desc="Distributed Compiler daemon" + +start() { + echo -n $"Starting $desc ($prog): " + PATH="$DISTCCPATH" daemon --user "$USER" $prog --daemon --log-file="/var/log/distccd/distccd.log" $OPTIONS + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$prog + return $RETVAL +} + +stop() { + echo -n $"Shutting down $desc ($prog): " + killproc $prog + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$prog + return $RETVAL +} + +restart() { + stop + start +} + +case "$1" in + start) + start + ;; + stop) + stop + ;; + restart|reload) + restart + ;; + condrestart|try-restart) + [ -e /var/lock/subsys/$prog ] && restart + RETVAL=$? + ;; + status) + status $prog + RETVAL=$? + ;; + *) + echo $"Usage $0 {start|stop|restart|condrestart|try-restart|status}" + RETVAL=1 +esac + +exit $RETVAL Added: contrib/1.1/distcc/current/sources/distccd.logrot =================================================================== --- contrib/1.1/distcc/current/sources/distccd.logrot 2004-08-12 17:21:37 UTC (rev 4074) +++ contrib/1.1/distcc/current/sources/distccd.logrot 2004-08-12 19:15:02 UTC (rev 4075) @@ -0,0 +1,5 @@ +/var/log/distccd/distccd.log { + missingok + copytruncate + notifempty +} Added: contrib/1.1/distcc/current/sources/distccd.sysconf =================================================================== --- contrib/1.1/distcc/current/sources/distccd.sysconf 2004-08-12 17:21:37 UTC (rev 4074) +++ contrib/1.1/distcc/current/sources/distccd.sysconf 2004-08-12 19:15:02 UTC (rev 4075) @@ -0,0 +1,8 @@ +### See distcc(1) manual page for more information on these options. +### + +#OPTIONS="--nice 5 --jobs 5 --allow 10.0.0.0/24 --port 1234" +#USER="distcc" + +### Set this if don't want distccd to use gcc or g++ by accident. +#DISTCCPATH="/usr/lib/distcc/bin" Added: contrib/1.1/distcc/current/sources/distccd.xinetd =================================================================== --- contrib/1.1/distcc/current/sources/distccd.xinetd 2004-08-12 17:21:37 UTC (rev 4074) +++ contrib/1.1/distcc/current/sources/distccd.xinetd 2004-08-12 19:15:02 UTC (rev 4075) @@ -0,0 +1,17 @@ +# default: off +# description: Distccd - distributed compilation front-end (xinetd) \ +# Please disable the daemon if you enable this. \ +# WARNING: Don't enable on untrusted networks +service distccd +{ + disable = yes + socket_type = stream + protocol = tcp + port = 3632 + type = UNLISTED + wait = no + user = distcc + server = /usr/bin/distccd + server_args = --inetd --log-file="/var/log/distccd/distccd.log" + only_from = 127.0.0.1 +} Added: contrib/1.1/distcc/current/specs/distcc.spec =================================================================== --- contrib/1.1/distcc/current/specs/distcc.spec 2004-08-12 17:21:37 UTC (rev 4074) +++ contrib/1.1/distcc/current/specs/distcc.spec 2004-08-12 19:15:02 UTC (rev 4075) @@ -0,0 +1,87 @@ +Summary: A free distributed C/C++ compiler system +Name: distcc +Version: 2.17 +Release: 1gd +Group: contrib +License: GPL +Source0: http://distcc.samba.org/ftp/distcc/%{name}-%{version}.tar.bz2 +Source1: distccd.initd +Source2: distccd.sysconf +Source3: distccd.logrot +Source4: distccd.xinetd +BuildRoot: %{_tmppath}/%{name}-%{release}-root +PreReq: shadow-utils + +%description +distcc is a program to distribute compilation of C or C++ code across +several machines on a network. distcc should always generate the same +results as a local compile, is simple to install and use, and is often +two or more times faster than a local compile. + +%prep +%setup -q + +%build +%configure +make + +%install +%makeinstall + +install -d -m 755 ${RPM_BUILD_ROOT}%{_libdir}/distcc/bin +ln -s %{_bindir}/distcc ${RPM_BUILD_ROOT}%{_libdir}/distcc/bin/gcc +ln -s %{_bindir}/distcc ${RPM_BUILD_ROOT}%{_libdir}/distcc/bin/cc +ln -s %{_bindir}/distcc ${RPM_BUILD_ROOT}%{_libdir}/distcc/bin/g++ +ln -s %{_bindir}/distcc ${RPM_BUILD_ROOT}%{_libdir}/distcc/bin/c++ + +install -d ${RPM_BUILD_ROOT}%{_initrddir} +install -m 755 %{SOURCE1} ${RPM_BUILD_ROOT}%{_initrddir}/distccd + +install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig +install -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/distccd + +install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d +install -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/distccd + + +install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d +install -m 644 %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/distccd + +install -d ${RPM_BUILD_ROOT}%{_localstatedir}/log/distccd + +%clean +%clean_buildroot + +%pre +/usr/sbin/useradd -c "distcc" -u 113 -s /sbin/nologin -r -d /no/dir distcc 2>/dev/null || : + +%post +%service_post distccd + +%preun +if [ $1 = 0 ]; then + /usr/sbin/userdel distcc 2>/dev/null || : +fi +%service_preun distccd + +%postun +%service_postun distccd + +%files +%defattr(-,root,root) +%{_mandir}/man?/* +%{_bindir}/* +%{_libdir}/distcc +%{_initrddir}/distccd +%{_sysconfdir}/sysconfig/distccd +%{_sysconfdir}/logrotate.d/distccd +%{_sysconfdir}/xinetd.d/distccd +%{_docdir}/distcc/* +%attr(700,distcc,root) %{_localstatedir}/log/distccd + + +%changelog +* Tue Aug 10 2004 Gerald Dachs 2.17-1gd +- new in contrib + + From svn at tinysofa.org Fri Aug 13 09:54:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 13 Aug 2004 19:54:48 +1000 (EST) Subject: [tinysofa-svn] r4076 - in tinysofa/releases/1.1/dhcp/current: sources specs Message-ID: <20040813095448.824B04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-13 19:54:47 +1000 (Fri, 13 Aug 2004) New Revision: 4076 Added: tinysofa/releases/1.1/dhcp/current/sources/dhcp-3.0.1.tar.gz Removed: tinysofa/releases/1.1/dhcp/current/sources/dhcp-3.0.1rc14.tar.gz Modified: tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec Log: - update to 3.0.1 final Added: tinysofa/releases/1.1/dhcp/current/sources/dhcp-3.0.1.tar.gz =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/dhcp/current/sources/dhcp-3.0.1.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Deleted: tinysofa/releases/1.1/dhcp/current/sources/dhcp-3.0.1rc14.tar.gz =================================================================== (Binary files differ) Modified: tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec =================================================================== --- tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec 2004-08-12 19:15:02 UTC (rev 4075) +++ tinysofa/releases/1.1/dhcp/current/specs/dhcp.spec 2004-08-13 09:54:47 UTC (rev 4076) @@ -1,7 +1,8 @@ Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent. Name: dhcp -Version: 3.0.1rc14 -Release: 1ts +Epoch: 1 +Version: 3.0.1 +Release: 1jh License: distributable Group: main URL: http://isc.org/products/DHCP/ @@ -231,6 +232,9 @@ %changelog +* Fri Aug 13 2004 Jaakko Heinonen 3.0.1-1jh +- 3.0.1 + * Thu Aug 05 2004 tsintegrate 3.0.1rc14-1ts - current (3.0.1rc14-1jh) integrated as 3.0.1rc14-1ts for release 1.1 From svn at tinysofa.org Fri Aug 13 18:23:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 14 Aug 2004 04:23:49 +1000 (EST) Subject: [tinysofa-svn] r4077 - tinysofa/releases/1.1/cdrtools/current/specs Message-ID: <20040813182349.D58D14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-14 04:23:48 +1000 (Sat, 14 Aug 2004) New Revision: 4077 Modified: tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec Log: - install libraries to correct directory Modified: tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec =================================================================== --- tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec 2004-08-13 09:54:47 UTC (rev 4076) +++ tinysofa/releases/1.1/cdrtools/current/specs/cdrtools.spec 2004-08-13 18:23:48 UTC (rev 4077) @@ -1,6 +1,6 @@ Name: cdrtools Version: 2.00.3 -Release: 8ts +Release: 9jh Summary: Tools for CD/DVD recording Summary(pt_BR): Ferramentas para grava??o de CDs e DVDS Group: extra @@ -12,7 +12,7 @@ Patch2: cdrtools-2.0-O_EXCL.patch Patch3: cdrtools-2.0-silo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: sed +BuildRequires: sed findutils perl %description @@ -134,7 +134,10 @@ ln -sf i586-linux-cc.rul s390-linux-cc.rul ln -sf i586-linux-gcc.rul s390-linux-gcc.rul +rm -f mkisofs/README.compression.zisofs-support-hpa +find . -name \*.mk|xargs perl -pi -e 's/INSDIR=\s*lib\s*$/INSDIR=%{_lib}\n/g' + %build %make From svn at tinysofa.org Fri Aug 13 18:35:23 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 14 Aug 2004 04:35:23 +1000 (EST) Subject: [tinysofa-svn] r4078 - in tinysofa/releases/1.1/bzip2/current: sources specs Message-ID: <20040813183523.D69C44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-14 04:35:23 +1000 (Sat, 14 Aug 2004) New Revision: 4078 Added: tinysofa/releases/1.1/bzip2/current/sources/bzip2-1.0.2-saneso.patch Removed: tinysofa/releases/1.1/bzip2/current/sources/bzip2-1.0.2-dest.patch tinysofa/releases/1.1/bzip2/current/sources/bzip2-makeinstall.patch Modified: tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec Log: - port bzip2 from 2.0 Deleted: tinysofa/releases/1.1/bzip2/current/sources/bzip2-1.0.2-dest.patch =================================================================== --- tinysofa/releases/1.1/bzip2/current/sources/bzip2-1.0.2-dest.patch 2004-08-13 18:23:48 UTC (rev 4077) +++ tinysofa/releases/1.1/bzip2/current/sources/bzip2-1.0.2-dest.patch 2004-08-13 18:35:23 UTC (rev 4078) @@ -1,84 +0,0 @@ -diff -Nur bzip2-1.0.2/Makefile bzip2-1.0.2.changed/Makefile ---- bzip2-1.0.2/Makefile Mon Jun 3 09:33:08 2002 -+++ bzip2-1.0.2.changed/Makefile Mon Jun 3 09:32:55 2002 -@@ -58,43 +58,43 @@ - @cat words3 - - install: bzip2 bzip2recover -- if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi -- if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi -- if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi -- if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi -- if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi -- cp -f bzip2 $(PREFIX)/bin/bzip2 -- cp -f bzip2 $(PREFIX)/bin/bunzip2 -- cp -f bzip2 $(PREFIX)/bin/bzcat -- cp -f bzip2recover $(PREFIX)/bin/bzip2recover -- chmod a+x $(PREFIX)/bin/bzip2 -- chmod a+x $(PREFIX)/bin/bunzip2 -- chmod a+x $(PREFIX)/bin/bzcat -- chmod a+x $(PREFIX)/bin/bzip2recover -- cp -f bzip2.1 $(PREFIX)/man/man1 -- chmod a+r $(PREFIX)/man/man1/bzip2.1 -- cp -f bzlib.h $(PREFIX)/include -- chmod a+r $(PREFIX)/include/bzlib.h -- cp -f libbz2.a $(PREFIX)/lib -- chmod a+r $(PREFIX)/lib/libbz2.a -- cp -f bzgrep $(PREFIX)/bin/bzgrep -- ln $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep -- ln $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep -- chmod a+x $(PREFIX)/bin/bzgrep -- cp -f bzmore $(PREFIX)/bin/bzmore -- ln $(PREFIX)/bin/bzmore $(PREFIX)/bin/bzless -- chmod a+x $(PREFIX)/bin/bzmore -- cp -f bzdiff $(PREFIX)/bin/bzdiff -- ln $(PREFIX)/bin/bzdiff $(PREFIX)/bin/bzcmp -- chmod a+x $(PREFIX)/bin/bzdiff -- cp -f bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX)/man/man1 -- chmod a+r $(PREFIX)/man/man1/bzgrep.1 -- chmod a+r $(PREFIX)/man/man1/bzmore.1 -- chmod a+r $(PREFIX)/man/man1/bzdiff.1 -- echo ".so man1/bzgrep.1" > $(PREFIX)/man/man1/bzegrep.1 -- echo ".so man1/bzgrep.1" > $(PREFIX)/man/man1/bzfgrep.1 -- echo ".so man1/bzmore.1" > $(PREFIX)/man/man1/bzless.1 -- echo ".so man1/bzdiff.1" > $(PREFIX)/man/man1/bzcmp.1 -+ if ( test ! -d $(DESTDIR)/$(PREFIX)/bin ) ; then mkdir -p $(DESTDIR)/$(PREFIX)/bin ; fi -+ if ( test ! -d $(DESTDIR)/$(PREFIX)/lib ) ; then mkdir -p $(DESTDIR)/$(PREFIX)/lib ; fi -+ if ( test ! -d $(DESTDIR)/$(PREFIX)/share/man ) ; then mkdir -p $(DESTDIR)/$(PREFIX)/share/man ; fi -+ if ( test ! -d $(DESTDIR)/$(PREFIX)/share/man/man1 ) ; then mkdir -p $(DESTDIR)/$(PREFIX)/share/man/man1 ; fi -+ if ( test ! -d $(DESTDIR)/$(PREFIX)/include ) ; then mkdir -p $(DESTDIR)/$(PREFIX)/include ; fi -+ cp -f bzip2 $(DESTDIR)/$(PREFIX)/bin/bzip2 -+ cp -f bzip2 $(DESTDIR)/$(PREFIX)/bin/bunzip2 -+ cp -f bzip2 $(DESTDIR)/$(PREFIX)/bin/bzcat -+ cp -f bzip2recover $(DESTDIR)/$(PREFIX)/bin/bzip2recover -+ chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzip2 -+ chmod a+x $(DESTDIR)/$(PREFIX)/bin/bunzip2 -+ chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzcat -+ chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzip2recover -+ cp -f bzip2.1 $(DESTDIR)/$(PREFIX)/share/man/man1 -+ chmod a+r $(DESTDIR)/$(PREFIX)/share/man/man1/bzip2.1 -+ cp -f bzlib.h $(DESTDIR)/$(PREFIX)/include -+ chmod a+r $(DESTDIR)/$(PREFIX)/include/bzlib.h -+ cp -f libbz2.a $(DESTDIR)/$(PREFIX)/lib -+ chmod a+r $(DESTDIR)/$(PREFIX)/lib/libbz2.a -+ cp -f bzgrep $(DESTDIR)/$(PREFIX)/bin/bzgrep -+ ln $(DESTDIR)/$(PREFIX)/bin/bzgrep $(DESTDIR)/$(PREFIX)/bin/bzegrep -+ ln $(DESTDIR)/$(PREFIX)/bin/bzgrep $(DESTDIR)/$(PREFIX)/bin/bzfgrep -+ chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzgrep -+ cp -f bzmore $(DESTDIR)/$(PREFIX)/bin/bzmore -+ ln $(DESTDIR)/$(PREFIX)/bin/bzmore $(DESTDIR)/$(PREFIX)/bin/bzless -+ chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzmore -+ cp -f bzdiff $(DESTDIR)/$(PREFIX)/bin/bzdiff -+ ln $(DESTDIR)/$(PREFIX)/bin/bzdiff $(DESTDIR)/$(PREFIX)/bin/bzcmp -+ chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzdiff -+ cp -f bzgrep.1 bzmore.1 bzdiff.1 $(DESTDIR)/$(PREFIX)/share/man/man1 -+ chmod a+r $(DESTDIR)/$(PREFIX)/share/man/man1/bzgrep.1 -+ chmod a+r $(DESTDIR)/$(PREFIX)/share/man/man1/bzmore.1 -+ chmod a+r $(DESTDIR)/$(PREFIX)/share/man/man1/bzdiff.1 -+ echo ".so man1/bzgrep.1" > $(DESTDIR)/$(PREFIX)/share/man/man1/bzegrep.1 -+ echo ".so man1/bzgrep.1" > $(DESTDIR)/$(PREFIX)/share/man/man1/bzfgrep.1 -+ echo ".so man1/bzmore.1" > $(DESTDIR)/$(PREFIX)/share/man/man1/bzless.1 -+ echo ".so man1/bzdiff.1" > $(DESTDIR)/$(PREFIX)/share/man/man1/bzcmp.1 - - distclean: clean - clean: Added: tinysofa/releases/1.1/bzip2/current/sources/bzip2-1.0.2-saneso.patch =================================================================== --- tinysofa/releases/1.1/bzip2/current/sources/bzip2-1.0.2-saneso.patch 2004-08-13 18:23:48 UTC (rev 4077) +++ tinysofa/releases/1.1/bzip2/current/sources/bzip2-1.0.2-saneso.patch 2004-08-13 18:35:23 UTC (rev 4078) @@ -0,0 +1,11 @@ +--- bzip2-1.0.2/Makefile-libbz2_so.saneso Wed Jan 30 15:44:10 2002 ++++ bzip2-1.0.2/Makefile-libbz2_so Wed Jan 30 15:44:26 2002 +@@ -20,7 +20,7 @@ + bzlib.o + + all: $(OBJS) +- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.2 $(OBJS) ++ $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.2 $(OBJS) + $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.2 + rm -f libbz2.so.1.0 + ln -s libbz2.so.1.0.2 libbz2.so.1.0 Deleted: tinysofa/releases/1.1/bzip2/current/sources/bzip2-makeinstall.patch =================================================================== --- tinysofa/releases/1.1/bzip2/current/sources/bzip2-makeinstall.patch 2004-08-13 18:23:48 UTC (rev 4077) +++ tinysofa/releases/1.1/bzip2/current/sources/bzip2-makeinstall.patch 2004-08-13 18:35:23 UTC (rev 4078) @@ -1,49 +0,0 @@ ---- bzip2-1.0.2/Makefile.orig 2003-05-20 12:47:18.000000000 +0200 -+++ bzip2-1.0.2/Makefile 2003-05-20 12:55:51.000000000 +0200 -@@ -63,34 +63,22 @@ - if ( test ! -d $(DESTDIR)/$(PREFIX)/share/man ) ; then mkdir -p $(DESTDIR)/$(PREFIX)/share/man ; fi - if ( test ! -d $(DESTDIR)/$(PREFIX)/share/man/man1 ) ; then mkdir -p $(DESTDIR)/$(PREFIX)/share/man/man1 ; fi - if ( test ! -d $(DESTDIR)/$(PREFIX)/include ) ; then mkdir -p $(DESTDIR)/$(PREFIX)/include ; fi -- cp -f bzip2 $(DESTDIR)/$(PREFIX)/bin/bzip2 -- cp -f bzip2 $(DESTDIR)/$(PREFIX)/bin/bunzip2 -- cp -f bzip2 $(DESTDIR)/$(PREFIX)/bin/bzcat -- cp -f bzip2recover $(DESTDIR)/$(PREFIX)/bin/bzip2recover -- chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzip2 -- chmod a+x $(DESTDIR)/$(PREFIX)/bin/bunzip2 -- chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzcat -- chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzip2recover -- cp -f bzip2.1 $(DESTDIR)/$(PREFIX)/share/man/man1 -- chmod a+r $(DESTDIR)/$(PREFIX)/share/man/man1/bzip2.1 -- cp -f bzlib.h $(DESTDIR)/$(PREFIX)/include -- chmod a+r $(DESTDIR)/$(PREFIX)/include/bzlib.h -- cp -f libbz2.a $(DESTDIR)/$(PREFIX)/lib -- chmod a+r $(DESTDIR)/$(PREFIX)/lib/libbz2.a -- cp -f bzgrep $(DESTDIR)/$(PREFIX)/bin/bzgrep -+ install -m755 bzip2-shared $(DESTDIR)/$(PREFIX)/bin/bzip2 -+ ln $(DESTDIR)/$(PREFIX)/bin/bzip2 $(DESTDIR)/$(PREFIX)/bin/bunzip2 -+ ln $(DESTDIR)/$(PREFIX)/bin/bzip2 $(DESTDIR)/$(PREFIX)/bin/bzcat -+ -+ install -m755 bzip2recover $(DESTDIR)/$(PREFIX)/bin/bzip2recover -+ install -m644 bzip2.1 $(DESTDIR)/$(PREFIX)/share/man/man1 -+ install -m644 bzlib.h $(DESTDIR)/$(PREFIX)/include -+ install -m644 libbz2.a $(DESTDIR)/$(PREFIX)/lib -+ install -m755 bzgrep $(DESTDIR)/$(PREFIX)/bin/bzgrep - ln $(DESTDIR)/$(PREFIX)/bin/bzgrep $(DESTDIR)/$(PREFIX)/bin/bzegrep - ln $(DESTDIR)/$(PREFIX)/bin/bzgrep $(DESTDIR)/$(PREFIX)/bin/bzfgrep -- chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzgrep -- cp -f bzmore $(DESTDIR)/$(PREFIX)/bin/bzmore -+ install -m755 bzmore $(DESTDIR)/$(PREFIX)/bin/bzmore - ln $(DESTDIR)/$(PREFIX)/bin/bzmore $(DESTDIR)/$(PREFIX)/bin/bzless -- chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzmore -- cp -f bzdiff $(DESTDIR)/$(PREFIX)/bin/bzdiff -+ install -m755 bzdiff $(DESTDIR)/$(PREFIX)/bin/bzdiff - ln $(DESTDIR)/$(PREFIX)/bin/bzdiff $(DESTDIR)/$(PREFIX)/bin/bzcmp -- chmod a+x $(DESTDIR)/$(PREFIX)/bin/bzdiff -- cp -f bzgrep.1 bzmore.1 bzdiff.1 $(DESTDIR)/$(PREFIX)/share/man/man1 -- chmod a+r $(DESTDIR)/$(PREFIX)/share/man/man1/bzgrep.1 -- chmod a+r $(DESTDIR)/$(PREFIX)/share/man/man1/bzmore.1 -- chmod a+r $(DESTDIR)/$(PREFIX)/share/man/man1/bzdiff.1 -+ install -m644 bzgrep.1 bzmore.1 bzdiff.1 $(DESTDIR)/$(PREFIX)/share/man/man1 - echo ".so man1/bzgrep.1" > $(DESTDIR)/$(PREFIX)/share/man/man1/bzegrep.1 - echo ".so man1/bzgrep.1" > $(DESTDIR)/$(PREFIX)/share/man/man1/bzfgrep.1 - echo ".so man1/bzmore.1" > $(DESTDIR)/$(PREFIX)/share/man/man1/bzless.1 Modified: tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec =================================================================== --- tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec 2004-08-13 18:23:48 UTC (rev 4077) +++ tinysofa/releases/1.1/bzip2/current/specs/bzip2.spec 2004-08-13 18:35:23 UTC (rev 4078) @@ -1,14 +1,14 @@ Summary: A file compression utility. Name: bzip2 Version: 1.0.2 -Release: 15ts -License: GPL +Release: 16jh +License: BSD Group: main -Source: ftp://sourceware.redhat.com/pub/bzip2/v102/bzip2-%{version}.tar.gz -Patch0: bzip2-1.0.2-dest.patch -Patch1: bzip2-makeinstall.patch -BuildRequires: libtool -BuildRoot: %{_tmppath}/%{name}-root +URL: http://sources.redhat.com/bzip2/ +Source: ftp://sources.redhat.com/pub/bzip2/v102/bzip2-%{version}.tar.gz +Patch: bzip2-1.0.2-saneso.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: bzip2-libs = %{version}-%{release} %description Bzip2 is a freely available, patent-free, high quality data compressor. @@ -21,128 +21,191 @@ Install bzip2 if you need a compression utility. +%package devel +Summary: Header files and libraries for developing apps which will use bzip2. +Group: development +Requires: bzip2 = %{version}, bzip2-libs = %{version}-%{release} + +%description devel + +Header files and a static library of bzip2 functions, for developing apps +which will use the library. + %package libs +Summary: Libraries for applications using bzip2 Group: main -Summary: Runtime libraries of bzip2 %description libs -These library provides the same compression-algorithm as the bzip2-tools. -%package devel -Group: development -Summary: Development-package for -Requires: bzip2-libs >= %{version} +Libraries for applications using the bzip2 compression format. -%description devel -The headerfiles for libbzip2 and the bzip2.a file, to build your own -applications, based an the bzip2-compression. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%setup -q +%patch -p1 + %build +make -f Makefile-libbz2_so CC=%{__cc} AR=%{__ar} RANLIB=%{__ranlib} \ + CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fpic -fPIC" \ + %{?_smp_mflags} all -# Supporting LargeFiles if available -if [ %{LargeFileSupport} == '1' ]; then - RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" -fi +rm -f *.o +make CC=%{__cc} AR=%{__ar} RANLIB=%{__ranlib} \ + CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" \ + %{?_smp_mflags} all -make CFLAGS="$RPM_OPT_FLAGS $LARGEFILES" -make -f Makefile-libbz2_so CFLAGS="$RPM_OPT_FLAGS $LARGEFILES" %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT" +install -m 755 bzlib.h $RPM_BUILD_ROOT/%{_includedir} +install -m 755 libbz2.so.1.0.2 $RPM_BUILD_ROOT/%{_libdir} +install -m 755 libbz2.a $RPM_BUILD_ROOT/%{_libdir} +install -m 755 bzip2-shared $RPM_BUILD_ROOT/%{_bindir}/bzip2 +install -m 755 bzip2recover bzgrep bzdiff bzmore $RPM_BUILD_ROOT/%{_bindir}/ +install -m 644 bzip2.1 bzdiff.1 bzgrep.1 bzmore.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ +ln -s bzip2 $RPM_BUILD_ROOT/%{_bindir}/bunzip2 +ln -s bzip2 $RPM_BUILD_ROOT/%{_bindir}/bzcat +ln -s bzdiff $RPM_BUILD_ROOT/%{_bindir}/bzcmp +ln -s bzmore $RPM_BUILD_ROOT/%{_bindir}/bzless +ln -s libbz2.so.1.0.2 $RPM_BUILD_ROOT/%{_libdir}/libbz2.so.1 +ln -s libbz2.so.1 $RPM_BUILD_ROOT/%{_libdir}/libbz2.so +ln -s bzip2.1 $RPM_BUILD_ROOT/%{_mandir}/man1/bzip2recover.1 +ln -s bzip2.1 $RPM_BUILD_ROOT/%{_mandir}/man1/bunzip2.1 +ln -s bzip2.1 $RPM_BUILD_ROOT/%{_mandir}/man1/bzcat.1 +ln -s bzdiff.1 $RPM_BUILD_ROOT/%{_mandir}/man1/bzcmp.1 +ln -s bzmore.1 $RPM_BUILD_ROOT/%{_mandir}/man1/bzless.1 -make install DESTDIR="$RPM_BUILD_ROOT" -install -m 755 libbz2.so.1.0.2 $RPM_BUILD_ROOT/%{_prefix}/lib/ +%post libs -p /sbin/ldconfig -cat > $RPM_BUILD_ROOT%{_prefix}/bin/bzless < 1.0.2-15ts -- current (1.0.2-15jh) integrated as 1.0.2-15ts for release 1.1 +* Fri Aug 13 2004 Jaakko Heinonen +- port to tinysosfa 1.1 -* Wed May 19 2004 tsintegrate 1.0.2-14ts -- current (1.0.2-13ts) integrated as 1.0.2-14ts for release 1.0-U1 +* Tue Mar 02 2004 Elliot Lee +- rebuilt -* Wed Dec 3 2003 Erlend Midttun 1.0.2-10tr -- Big rebuild +* Fri Feb 13 2004 Elliot Lee +- rebuilt -* Wed Jun 18 2003 Erlend Midttun 1.0.2-9tr -- Big rebuild +* Tue Jun 17 2003 Jeff Johnson 1.0.2-11 +- rebuilt because of crt breakage on ppc64. -* Tue May 20 2003 Tore Olsen 1.0.2-8to -- Install dynamically linked bzip2. -- Link binaries instead of having multiple copies. -- Added libbz2.so to devel package. +* Wed Jun 04 2003 Elliot Lee +- rebuilt -* Mon Mar 24 2003 Erlend Midttun 1.0.2-7em -- Rebuilt against glibc-2.3.2. +* Mon Mar 31 2003 Jeff Johnson 1.0.2-9 +- rebuild to get rid of undefined __ctype_b in libbz2.a. -* Thu Jun 27 2002 Nico Erfurth 1.0.2-6ne -- Moved libbz2.a to bzip2-devel +* Wed Jan 22 2003 Tim Powers +- rebuilt -* Thu Jun 27 2002 Nico Erfurth 1.0.2-5ne -- Implemented usage of macros for LFS -- splitted the package into runtime/libs/devel -- removed the useless install-call for libbz2.a it's installed - by make install +* Thu Nov 21 2002 Elliot Lee +- Pass __cc/__ar/__ranlib to makefiles +- Use _smp_mflags -* Wed Jun 26 2002 Roland Kruse 1.0.2-4rk -- Install libbz2.a -- Add symlink libbz2.so.1 -> libbz2.so.1.0.2 +* Tue Nov 19 2002 Tim Powers +- rebuild on all arches +- fix %%doc file list -* Thu Jun 20 2002 Nico Erfurth 1.0.2-3ne -- Fixed Source0 must be v102 instead of v100 -- Added LargeFile-support if glibc2.2 or higher is used +* Fri Jun 21 2002 Tim Powers +- automated rebuild -* Wed Jun 5 2002 Christian H. Toldnes -- Forceinstall libbz2.so.1.0.2, due to sucky Makefiles. +* Thu May 23 2002 Tim Powers +- automated rebuild -* Mon Jun 3 2002 Christian H. Toldnes -- Upgrade to 1.0.2 +* Thu Apr 25 2002 Trond Eivind Glomsr?d 1.0.2-3 +- Rebuild in new environment -* Wed Nov 1 2000 Erlend Midttun -- Seems like we lost shared libraries along the way. +* Thu Feb 21 2002 Trond Eivind Glomsr?d 1.0.2-2 +- Rebuild -* Tue Sep 12 2000 Erlend Midttun -- Upgrade to 1.0.1 +* Wed Jan 30 2002 Trond Eivind Glomsr?d 1.0.2-1 +- 1.0.2 +- Total overhaul of build precedure +- Add many small helper programs added to 1.0.2 +- drop old patches -* Fri Jan 21 2000 Tore Olsen -- upgrade to 0.9.5d -- remade shlib patch and moved man pages to /usr/share (FHS compliance) +* Wed Jan 09 2002 Tim Powers +- automated rebuild +* Mon Nov 26 2001 Trond Eivind Glomsr?d 1.0.1-5 +- Don't segfault when infile is a directory and "-f" is used (#56623) +- Automake is evil. Add workaround + +* Fri Mar 30 2001 Trond Eivind Glomsr?d +- use "License" instead of "Copyright" +- split out libs + +* Fri Jul 21 2000 Trond Eivind Glomsr?d +- new URL and source location + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sat Jul 01 2000 Trond Eivind Glomsr?d +- 1.0.1 +- ported my patch + +* Tue Jun 13 2000 Jeff Johnson +- FHS packaging to build on solaris2.5.1. +- remove config.cache from autoconf patch. +- sparc: use %%configure, but not the m4 macros. + +* Tue Jun 06 2000 Trond Eivind Glomsr?d +- Use %%configure, %%makeinstall, %%{_manpath} and %%{_tmpdir} + +* Wed May 17 2000 Trond Eivind Glomsr?d +- 1.0.0 - ported my 1.0pre8 libtoolizedautoconf patch + +* Tue May 16 2000 Trond Eivind Glomsr?d +- use soft links, not hardlinks, for binaries +- mv .so to devel + +* Mon May 15 2000 Trond Eivind Glomsr?d +- autoconfed and libtoolized package +- fixed Copyright (it's BSD, not GPL) +- dumped bzless (less works fine with bz2-files) +- rewrote build and install parts +- separated main package and devel package + +* Mon May 8 2000 Bernhard Rosenkr?nzer +- 1.0pre8 + +* Fri Apr 14 2000 Bernhard Rosenkr?nzer +- Add bzgrep (a version of zgrep hacked to do bzip2) + +* Mon Feb 7 2000 Bill Nottingham +- handle compressed manpages + +* Fri Dec 31 1999 Bernhard Rosenkr?nzer +- 0.9.5d +- Update download URL, add URL: tag in header + * Tue Aug 10 1999 Jeff Johnson - upgrade to 0.9.5c. From svn at tinysofa.org Fri Aug 13 19:37:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 14 Aug 2004 05:37:50 +1000 (EST) Subject: [tinysofa-svn] r4079 - in tinysofa/releases/1.1/glibc/current: sources specs Message-ID: <20040813193750.6DA904E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-14 05:37:50 +1000 (Sat, 14 Aug 2004) New Revision: 4079 Modified: tinysofa/releases/1.1/glibc/current/sources/i18n-packages.sh tinysofa/releases/1.1/glibc/current/specs/glibc.spec Log: - fix locale library dir with multilib Modified: tinysofa/releases/1.1/glibc/current/sources/i18n-packages.sh =================================================================== --- tinysofa/releases/1.1/glibc/current/sources/i18n-packages.sh 2004-08-13 18:35:23 UTC (rev 4078) +++ tinysofa/releases/1.1/glibc/current/sources/i18n-packages.sh 2004-08-13 19:37:50 UTC (rev 4079) @@ -255,8 +255,8 @@ $I18N_BUILDROOT/$LOCALEDIR/$SUBLANGUAGE/ fi if [ $(nr_files $BUILDROOT/usr/lib/locale/$SUBLANGUAGE/*LC_*) != 0 ] ; then - echo "%dir %{_libdir}/locale/$SUBLANGUAGE" - echo "%{_libdir}/locale/$SUBLANGUAGE/*LC_*" + echo "%dir /usr/lib/locale/$SUBLANGUAGE" + echo "/usr/lib/locale/$SUBLANGUAGE/*LC_*" mkdir -p $I18N_BUILDROOT/usr/lib/locale/$SUBLANGUAGE/ mv $BUILDROOT/usr/lib/locale/$SUBLANGUAGE/*LC_* \ $I18N_BUILDROOT/usr/lib/locale/$SUBLANGUAGE/ Modified: tinysofa/releases/1.1/glibc/current/specs/glibc.spec =================================================================== --- tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-13 18:35:23 UTC (rev 4078) +++ tinysofa/releases/1.1/glibc/current/specs/glibc.spec 2004-08-13 19:37:50 UTC (rev 4079) @@ -1223,7 +1223,8 @@ %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive %{_bindir}/localedef %{_sbindir}/build-locale-archive -%dir %{_libdir}/locale +# not %_libdir +%dir %{_prefix}/lib/locale %dir %{_datadir}/locale %dir %{_datadir}/i18n %dir %{_datadir}/i18n/locales From svn at tinysofa.org Mon Aug 16 08:12:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 16 Aug 2004 18:12:28 +1000 (EST) Subject: [tinysofa-svn] r4080 - tinysofa/releases/1.1/ncurses/current/specs Message-ID: <20040816081228.143614E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-16 18:12:27 +1000 (Mon, 16 Aug 2004) New Revision: 4080 Modified: tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec Log: - fix -devel package *.so links Modified: tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec =================================================================== --- tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-13 19:37:50 UTC (rev 4079) +++ tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-16 08:12:27 UTC (rev 4080) @@ -2,7 +2,7 @@ Name: ncurses Version: 5.4 %define includedirw %{_includedir}/ncursesw -Release: 4ts +Release: 5jh License: distributable Group: main URL: http://dickey.his.com/ncurses/ncurses.html @@ -119,9 +119,13 @@ # We want to link stuff in /bin against ncurses, but we do not need to compile # things without /usr mounted. %{__mkdir_p} %{buildroot}%{_libdir} -for n in form menu ncurses panel; do - ln -sf /%{_lib}/lib${n}.so.? %{buildroot}%{_libdir}/lib${n}.so +cd %{buildroot}%{_libdir} +for n in form menu ncurses panel formw menuw ncursesw panelw; do + ln -sf ../../%{_lib}/lib${n}.so.? lib${n}.so done +ln -sf ../../%{_lib}/libncurses.so.? libcurses.so +ln -sf ../../%{_lib}/libncursesw.so.? libcursesw.so +cd - mv %{buildroot}/%{_lib}/*.a %{buildroot}%{_libdir} %ifarch sparc @@ -179,6 +183,9 @@ %changelog +* Mon Aug 16 2004 Jaakko Heinonen 5.4-5jh +- fix -devel package *.so links + * Thu Aug 05 2004 tsintegrate 5.4-4ts - current (5.4-4jh) integrated as 5.4-4ts for release 1.1 From svn at tinysofa.org Mon Aug 16 08:13:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 16 Aug 2004 18:13:46 +1000 (EST) Subject: [tinysofa-svn] r4081 - in tinysofa/releases/1.1/python/current: sources specs Message-ID: <20040816081346.2F0A74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-16 18:13:45 +1000 (Mon, 16 Aug 2004) New Revision: 4081 Modified: tinysofa/releases/1.1/python/current/sources/python-2.3.2-lib64.patch tinysofa/releases/1.1/python/current/specs/python.spec Log: - increase release number for rebuild - fix lib64 patch Modified: tinysofa/releases/1.1/python/current/sources/python-2.3.2-lib64.patch =================================================================== --- tinysofa/releases/1.1/python/current/sources/python-2.3.2-lib64.patch 2004-08-16 08:12:27 UTC (rev 4080) +++ tinysofa/releases/1.1/python/current/sources/python-2.3.2-lib64.patch 2004-08-16 08:13:45 UTC (rev 4081) @@ -1,5 +1,5 @@ ---- Python-2.3.2/Lib/distutils/command/install.py.lib64 2002-11-19 08:12:28.000000000 -0500 -+++ Python-2.3.2/Lib/distutils/command/install.py 2003-11-07 12:04:05.000000000 -0500 +--- Python-2.3.4/Lib/distutils/command/install.py.lib64 2002-11-19 15:12:28.000000000 +0200 ++++ Python-2.3.4/Lib/distutils/command/install.py 2004-08-14 11:36:10.000000000 +0300 @@ -39,14 +39,14 @@ INSTALL_SCHEMES = { 'unix_prefix': { @@ -17,8 +17,8 @@ 'headers': '$base/include/python/$dist_name', 'scripts': '$base/bin', 'data' : '$base', ---- Python-2.3.2/Lib/distutils/sysconfig.py.lib64 2003-02-10 09:02:33.000000000 -0500 -+++ Python-2.3.2/Lib/distutils/sysconfig.py 2003-11-07 12:04:05.000000000 -0500 +--- Python-2.3.4/Lib/distutils/sysconfig.py.lib64 2003-02-10 16:02:33.000000000 +0200 ++++ Python-2.3.4/Lib/distutils/sysconfig.py 2004-08-14 11:36:10.000000000 +0300 @@ -100,7 +100,7 @@ if os.name == "posix": @@ -28,9 +28,9 @@ if standard_lib: return libpython else: ---- Python-2.3.2/Lib/site.py.lib64 2003-07-18 13:45:33.000000000 -0400 -+++ Python-2.3.2/Lib/site.py 2003-11-07 12:04:05.000000000 -0500 -@@ -167,9 +167,14 @@ +--- Python-2.3.4/Lib/site.py.lib64 2004-03-20 23:14:25.000000000 +0200 ++++ Python-2.3.4/Lib/site.py 2004-08-14 11:36:10.000000000 +0300 +@@ -166,9 +166,14 @@ sitedirs = [os.path.join(prefix, "Lib", "site-packages")] elif os.sep == '/': sitedirs = [os.path.join(prefix, @@ -45,8 +45,8 @@ os.path.join(prefix, "lib", "site-python")] else: sitedirs = [prefix, os.path.join(prefix, "lib", "site-packages")] ---- Python-2.3.2/Modules/getpath.c.lib64 2002-12-31 07:45:12.000000000 -0500 -+++ Python-2.3.2/Modules/getpath.c 2003-11-07 12:04:05.000000000 -0500 +--- Python-2.3.4/Modules/getpath.c.lib64 2002-12-31 14:45:12.000000000 +0200 ++++ Python-2.3.4/Modules/getpath.c 2004-08-14 11:36:10.000000000 +0300 @@ -112,8 +112,8 @@ #endif @@ -85,13 +85,13 @@ } /* If we found EXEC_PREFIX do *not* reduce it! (Yet.) */ ---- Python-2.3.2/Modules/Setup.dist.lib64 2003-11-07 12:04:05.000000000 -0500 -+++ Python-2.3.2/Modules/Setup.dist 2003-11-07 12:04:05.000000000 -0500 +--- Python-2.3.4/Modules/Setup.dist.lib64 2004-08-14 11:36:10.000000000 +0300 ++++ Python-2.3.4/Modules/Setup.dist 2004-08-14 11:39:30.000000000 +0300 @@ -343,7 +343,7 @@ # *** Uncomment and edit to reflect your Tcl/Tk versions: - -ltk -ltcl \ + # -ltk -ltcl \ # *** Uncomment and edit to reflect where your X11 libraries are: -- -L/usr/X11R6/lib \ +-# -L/usr/X11R6/lib \ + -L/usr/X11R6/lib64 \ # *** Or uncomment this for Solaris: # -L/usr/openwin/lib \ @@ -114,8 +114,8 @@ # Interface to the Expat XML parser # ---- Python-2.3.2/setup.py.lib64 2003-09-21 21:19:45.000000000 -0400 -+++ Python-2.3.2/setup.py 2003-11-07 12:04:05.000000000 -0500 +--- Python-2.3.4/setup.py.lib64 2003-10-21 23:01:21.000000000 +0300 ++++ Python-2.3.4/setup.py 2004-08-14 11:36:10.000000000 +0300 @@ -241,7 +241,7 @@ def detect_modules(self): @@ -196,7 +196,7 @@ ), 'incdirs': ('/usr/local/BerkeleyDB.3.3/include', '/usr/local/BerkeleyDB.3.2/include', -@@ -981,14 +981,14 @@ +@@ -986,14 +986,14 @@ added_lib_dirs.append('/usr/openwin/lib') elif os.path.exists('/usr/X11R6/include'): include_dirs.append('/usr/X11R6/include') @@ -214,8 +214,8 @@ # If Cygwin, then verify that X is installed before proceeding if platform == 'cygwin': ---- Python-2.3.2/Makefile.pre.in.lib64 2003-11-07 12:07:49.000000000 -0500 -+++ Python-2.3.2/Makefile.pre.in 2003-11-07 12:08:11.000000000 -0500 +--- Python-2.3.4/Makefile.pre.in.lib64 2003-11-18 21:54:00.000000000 +0200 ++++ Python-2.3.4/Makefile.pre.in 2004-08-14 11:36:10.000000000 +0300 @@ -79,11 +79,11 @@ # Expanded directories Modified: tinysofa/releases/1.1/python/current/specs/python.spec =================================================================== --- tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-16 08:12:27 UTC (rev 4080) +++ tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-16 08:13:45 UTC (rev 4081) @@ -7,7 +7,7 @@ Summary: An interpreted, interactive, object-oriented programming language. Name: %{python} Version: %{pybasever}.4 -Release: 2ts +Release: 3jh License: PSF - see LICENSE Group: main Provides: python-abi = %{pybasever} From svn at tinysofa.org Mon Aug 16 15:41:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 01:41:48 +1000 (EST) Subject: [tinysofa-svn] r4082 - in tinysofa/releases/1.0/rsync: current/sources current/specs releases/2.6.2 releases/2.6.2/4ts/sources releases/2.6.2/4ts/specs Message-ID: <20040816154148.4B7D44E802F@minbar.tinysofa.org> Author: omar Date: 2004-08-17 01:41:47 +1000 (Tue, 17 Aug 2004) New Revision: 4082 Added: tinysofa/releases/1.0/rsync/current/sources/rsync-2.6.2-sanitize-path-fix.patch tinysofa/releases/1.0/rsync/releases/2.6.2/4ts/ tinysofa/releases/1.0/rsync/releases/2.6.2/4ts/sources/rsync-2.6.2-sanitize-path-fix.patch Modified: tinysofa/releases/1.0/rsync/current/specs/rsync.spec tinysofa/releases/1.0/rsync/releases/2.6.2/4ts/specs/rsync.spec Log: rsync: * integrate current (2.6.2-4ts) as releases/2.6.2/4ts Added: tinysofa/releases/1.0/rsync/current/sources/rsync-2.6.2-sanitize-path-fix.patch =================================================================== --- tinysofa/releases/1.0/rsync/current/sources/rsync-2.6.2-sanitize-path-fix.patch 2004-08-16 08:13:45 UTC (rev 4081) +++ tinysofa/releases/1.0/rsync/current/sources/rsync-2.6.2-sanitize-path-fix.patch 2004-08-16 15:41:47 UTC (rev 4082) @@ -0,0 +1,11 @@ +--- orig/util.c 2004-04-27 12:59:37 -0700 ++++ util.c 2004-08-11 23:37:27 -0700 +@@ -743,7 +743,7 @@ + allowdotdot = 1; + } else { + p += 2; +- if (*p == '/') ++ while (*p == '/') + p++; + if (sanp != start) { + /* back up sanp one level */ Modified: tinysofa/releases/1.0/rsync/current/specs/rsync.spec =================================================================== --- tinysofa/releases/1.0/rsync/current/specs/rsync.spec 2004-08-16 08:13:45 UTC (rev 4081) +++ tinysofa/releases/1.0/rsync/current/specs/rsync.spec 2004-08-16 15:41:47 UTC (rev 4082) @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.6.2 -Release: 3ts +Release: 4ts License: GPL Group: tinysofa official Source: ftp://ftp.samba.org/pub/rsync/rsync-%{version}.tar.gz @@ -9,6 +9,7 @@ Source2: rsyncd.logrotate Source3: rsyncd.conf Patch: rsync-2.6.2-lastdir-corruption.patch +Patch1: rsync-2.6.2-sanitize-path-fix.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root @@ -36,6 +37,7 @@ %prep %setup -q %patch -p1 +%patch1 -p0 %build @@ -78,6 +80,9 @@ %attr(640,root,root) /var/log/rsync/* %changelog +* Tue Aug 17 2004 tsintegrate 2.6.2-4ts +- current (2.6.2-4ts) integrated as 2.6.2-4ts for release 1.0-U3 + * Fri Jun 18 2004 tsintegrate 2.6.2-3ts - current (2.6.2-2ts) integrated as 2.6.2-3ts for release 1.0-U2 Copied: tinysofa/releases/1.0/rsync/releases/2.6.2/4ts (from rev 4081, tinysofa/releases/1.0/rsync/current) Added: tinysofa/releases/1.0/rsync/releases/2.6.2/4ts/sources/rsync-2.6.2-sanitize-path-fix.patch =================================================================== --- tinysofa/releases/1.0/rsync/current/sources/rsync-2.6.2-sanitize-path-fix.patch 2004-08-16 08:13:45 UTC (rev 4081) +++ tinysofa/releases/1.0/rsync/releases/2.6.2/4ts/sources/rsync-2.6.2-sanitize-path-fix.patch 2004-08-16 15:41:47 UTC (rev 4082) @@ -0,0 +1,11 @@ +--- orig/util.c 2004-04-27 12:59:37 -0700 ++++ util.c 2004-08-11 23:37:27 -0700 +@@ -743,7 +743,7 @@ + allowdotdot = 1; + } else { + p += 2; +- if (*p == '/') ++ while (*p == '/') + p++; + if (sanp != start) { + /* back up sanp one level */ Modified: tinysofa/releases/1.0/rsync/releases/2.6.2/4ts/specs/rsync.spec =================================================================== --- tinysofa/releases/1.0/rsync/current/specs/rsync.spec 2004-08-16 08:13:45 UTC (rev 4081) +++ tinysofa/releases/1.0/rsync/releases/2.6.2/4ts/specs/rsync.spec 2004-08-16 15:41:47 UTC (rev 4082) @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.6.2 -Release: 3ts +Release: 4ts License: GPL Group: tinysofa official Source: ftp://ftp.samba.org/pub/rsync/rsync-%{version}.tar.gz @@ -9,6 +9,7 @@ Source2: rsyncd.logrotate Source3: rsyncd.conf Patch: rsync-2.6.2-lastdir-corruption.patch +Patch1: rsync-2.6.2-sanitize-path-fix.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root @@ -36,6 +37,7 @@ %prep %setup -q %patch -p1 +%patch1 -p0 %build @@ -78,6 +80,9 @@ %attr(640,root,root) /var/log/rsync/* %changelog +* Tue Aug 17 2004 tsintegrate 2.6.2-4ts +- current (2.6.2-4ts) integrated as 2.6.2-4ts for release 1.0-U3 + * Fri Jun 18 2004 tsintegrate 2.6.2-3ts - current (2.6.2-2ts) integrated as 2.6.2-3ts for release 1.0-U2 From svn at tinysofa.org Mon Aug 16 15:41:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 01:41:51 +1000 (EST) Subject: [tinysofa-svn] r4083 - tinysofa/releases/1.0/rsync Message-ID: <20040816154151.7609A4E802F@minbar.tinysofa.org> Author: omar Date: 2004-08-17 01:41:51 +1000 (Tue, 17 Aug 2004) New Revision: 4083 Removed: tinysofa/releases/1.0/rsync/pristine/ Log: rsync: * removing pristine (2.6.2-3ts) From svn at tinysofa.org Mon Aug 16 15:41:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 01:41:52 +1000 (EST) Subject: [tinysofa-svn] r4084 - tinysofa/releases/1.0/rsync Message-ID: <20040816154152.9ECEF4E802F@minbar.tinysofa.org> Author: omar Date: 2004-08-17 01:41:52 +1000 (Tue, 17 Aug 2004) New Revision: 4084 Added: tinysofa/releases/1.0/rsync/pristine/ Log: rsync: * retarget pristine (2.6.2-3ts) to releases/2.6.2/4ts Copied: tinysofa/releases/1.0/rsync/pristine (from rev 4082, tinysofa/releases/1.0/rsync/releases/2.6.2/4ts) From svn at tinysofa.org Mon Aug 16 17:07:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 03:07:26 +1000 (EST) Subject: [tinysofa-svn] r4085 - tinysofa/releases/1.1/gettext/current/specs Message-ID: <20040816170726.D83BA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 03:07:25 +1000 (Tue, 17 Aug 2004) New Revision: 4085 Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec Log: - split to -devel - x86_64 fixes Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec =================================================================== --- tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-16 15:41:52 UTC (rev 4084) +++ tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-16 17:07:25 UTC (rev 4085) @@ -1,10 +1,11 @@ Summary: GNU libraries and utilities for producing multi-lingual messages. Name: gettext Version: 0.14.1 -Release: 8ts -License: GPL +Release: 9jh +License: GPL/LGPL Group: development Source: ftp://ftp.gnu.org/gnu/gettext-%{version}.tar.gz +Patch: gettext-0.14.1-amd64-libtool.patch BuildRoot: %{_tmppath}/%{name}-root BuildRequires: libstdc++-devel gcc-c++ Requires: libstdc++ @@ -25,57 +26,88 @@ messages into programs that you're developing, you should install gettext. +%package devel +Summary: Development files for %{name} +Group: development +License: LGPL +Requires: %{name} = %{version}-%{release} +Provides: devel(libintl) + +%description devel +This package contains all development related files necessary for +developing or compiling applications/libraries that needs +internationalization capability. You also need this package if you +want to add gettext support for your project. + + %prep -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" %setup -q +%patch -p1 -b .amd64-libtool %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \ - --enable-shared --with-included-gettext \ - --mandir=$RPM_BUILD_ROOT/%{_mandir} %{_target_platform} -make +%configure --without-included-gettext \ + --enable-shared --with-pic-=yes +%make %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" +%makeinstall -# Fix busted no-emacs install for $lispdir/po-mode.el -make install \ - prefix=$RPM_BUILD_ROOT/usr - pushd $RPM_BUILD_ROOT rm -f ./usr/share/info/dir ./usr/include/libintl.h -strip ./usr/bin/* || : popd rm -rf $RPM_BUILD_ROOT/usr/info rm -rf $RPM_BUILD_ROOT/usr/share/info rm -rf $RPM_BUILD_ROOT/usr/share/doc +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias +rm -f $RPM_BUILD_ROOT%{_libdir}/preloadable_libintl.so + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files %defattr(-,root,root) /usr/bin/* -%doc %{_mandir}/*/* -/usr/share/gettext -/usr/share/locale/*/LC_MESSAGES/* -/usr/share/aclocal/* -%{_includedir}/autosprintf.h -%{_includedir}/gettext-po.h -%attr(755,root,root) %{_libdir}/lib*.so* +%{_mandir}/*/* +# These aren't in glibc... +%dir /usr/share/locale/en at boldquot +%dir /usr/share/locale/en at boldquot/LC_MESSAGES +%dir /usr/share/locale/en at quot +%dir /usr/share/locale/en at quot/LC_MESSAGES +%attr(755,root,root) %{_libdir}/libgettextlib*.so +%attr(755,root,root) %{_libdir}/libgettextsrc*.so +%{_libdir}/%{name} + + +%files devel +%defattr(-,root,root,755) +%doc gettext-runtime/man/*.3.html +%{_bindir}/gettextize +%{_datadir}/%{name}/ABOUT-NLS +%{_datadir}/%{name}/projects/* +%{_datadir}/%{name}/archive.tar.gz +%{_datadir}/%{name}/config.rpath +%{_datadir}/%{name}/*.h +%{_datadir}/%{name}/intl +%{_datadir}/%{name}/mkinstalldirs +%{_datadir}/%{name}/po +%{_datadir}/%{name}/msgunfmt.tcl +%{_datadir}/aclocal/* +%{_includedir}/* +%{_infodir}/autosprintf* +%attr(644,root,root) %{_libdir}/lib*.a %attr(755,root,root) %{_libdir}/lib*.la -%attr(644,root,root) %{_libdir}/lib*.a -%dir %{_libdir}/gettext -%{_libdir}/gettext/hostname -%{_libdir}/gettext/urlget -%{_libdir}/gettext/user-email -%{_libdir}/gettext/project-id +%{_libdir}/libasprintf.so* +%{_libdir}/libgettextpo.so* +%{_mandir}/man3/* -# glibc wins! -%exclude %{_datadir}/locale/locale.alias %changelog +* Mon Aug 16 2004 Jaakko Heinonen +- split to -devel +- x86_64 fixes + * Thu Aug 05 2004 tsintegrate 0.14.1-8ts - current (0.14.1-8jh) integrated as 0.14.1-8ts for release 1.1 From svn at tinysofa.org Mon Aug 16 17:13:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 03:13:02 +1000 (EST) Subject: [tinysofa-svn] r4086 - tinysofa/releases/1.1/gettext/current/specs Message-ID: <20040816171302.BD4AA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 03:13:02 +1000 (Tue, 17 Aug 2004) New Revision: 4086 Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec Log: - nuke info pages nicely Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec =================================================================== --- tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-16 17:07:25 UTC (rev 4085) +++ tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-16 17:13:02 UTC (rev 4086) @@ -52,13 +52,7 @@ %install %makeinstall -pushd $RPM_BUILD_ROOT -rm -f ./usr/share/info/dir ./usr/include/libintl.h -popd - -rm -rf $RPM_BUILD_ROOT/usr/info -rm -rf $RPM_BUILD_ROOT/usr/share/info -rm -rf $RPM_BUILD_ROOT/usr/share/doc +%nuke_info rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias rm -f $RPM_BUILD_ROOT%{_libdir}/preloadable_libintl.so @@ -95,7 +89,6 @@ %{_datadir}/%{name}/msgunfmt.tcl %{_datadir}/aclocal/* %{_includedir}/* -%{_infodir}/autosprintf* %attr(644,root,root) %{_libdir}/lib*.a %attr(755,root,root) %{_libdir}/lib*.la %{_libdir}/libasprintf.so* From svn at tinysofa.org Mon Aug 16 17:26:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 03:26:02 +1000 (EST) Subject: [tinysofa-svn] r4087 - tinysofa/releases/1.1/rsync/current/specs Message-ID: <20040816172602.632B44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 03:26:02 +1000 (Tue, 17 Aug 2004) New Revision: 4087 Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec Log: - add sanitize path fix Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec =================================================================== --- tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-16 17:13:02 UTC (rev 4086) +++ tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-16 17:26:02 UTC (rev 4087) @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.6.2 -Release: 6ts +Release: 7jh Group: main # TAG: for pre versions use #Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz @@ -15,6 +15,7 @@ License: GPL Patch1: rsync-2.6.2-lastdir-corruption.patch +Patch2: rsync-2.6.2-sanitize-path-fix.patch %description Rsync uses a reliable algorithm to bring remote and host files into @@ -43,6 +44,7 @@ %setup -q %patch1 -p1 -b .lastdir-corruption +%patch2 -p1 -b .sanitize-path-fix %build @@ -91,6 +93,9 @@ %changelog +* Mon Aug 16 2004 Jaakko Heinonen 2.6.2-7jh +- add sanitize path fix + * Thu Aug 05 2004 tsintegrate 2.6.2-6ts - current (2.6.2-6jh) integrated as 2.6.2-6ts for release 1.1 From svn at tinysofa.org Mon Aug 16 17:35:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 03:35:20 +1000 (EST) Subject: [tinysofa-svn] r4088 - tinysofa/releases/1.1/gettext/current/specs Message-ID: <20040816173520.3F5BC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 03:35:20 +1000 (Tue, 17 Aug 2004) New Revision: 4088 Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec Log: - nuke /usr/share/doc again Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec =================================================================== --- tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-16 17:26:02 UTC (rev 4087) +++ tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-16 17:35:20 UTC (rev 4088) @@ -53,6 +53,7 @@ %makeinstall %nuke_info +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias rm -f $RPM_BUILD_ROOT%{_libdir}/preloadable_libintl.so From svn at tinysofa.org Mon Aug 16 18:06:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 04:06:03 +1000 (EST) Subject: [tinysofa-svn] r4089 - tinysofa/releases/1.1/gettext/current/specs Message-ID: <20040816180603.1B9324E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 04:06:02 +1000 (Tue, 17 Aug 2004) New Revision: 4089 Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec Log: - handle locale files Modified: tinysofa/releases/1.1/gettext/current/specs/gettext.spec =================================================================== --- tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-16 17:35:20 UTC (rev 4088) +++ tinysofa/releases/1.1/gettext/current/specs/gettext.spec 2004-08-16 18:06:02 UTC (rev 4089) @@ -7,7 +7,7 @@ Source: ftp://ftp.gnu.org/gnu/gettext-%{version}.tar.gz Patch: gettext-0.14.1-amd64-libtool.patch BuildRoot: %{_tmppath}/%{name}-root -BuildRequires: libstdc++-devel gcc-c++ +BuildRequires: libstdc++-devel gcc-c++ findutils Requires: libstdc++ %description @@ -52,6 +52,14 @@ %install %makeinstall +pushd %{buildroot}/%{_datadir}/locale +for foo in `find . -maxdepth 1 -mindepth 1 -type d` ; do + lang=`echo $foo | cut -c 3-` + echo "%lang($lang) %{_datadir}/locale/$foo/*/*" >> \ + $RPM_BUILD_DIR/%{name}-%{version}/%{name}.lang +done +popd + %nuke_info rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias @@ -61,7 +69,7 @@ %clean %clean_buildroot -%files +%files -f %{name}.lang %defattr(-,root,root) /usr/bin/* %{_mandir}/*/* From svn at tinysofa.org Mon Aug 16 18:37:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 04:37:53 +1000 (EST) Subject: [tinysofa-svn] r4090 - tinysofa/releases/1.1/pam/current/specs Message-ID: <20040816183753.29C364E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 04:37:52 +1000 (Tue, 17 Aug 2004) New Revision: 4090 Modified: tinysofa/releases/1.1/pam/current/specs/pam.spec Log: - x86_64 fixes - create correct lib{pam,pam_misc} symlinks Modified: tinysofa/releases/1.1/pam/current/specs/pam.spec =================================================================== --- tinysofa/releases/1.1/pam/current/specs/pam.spec 2004-08-16 18:06:02 UTC (rev 4089) +++ tinysofa/releases/1.1/pam/current/specs/pam.spec 2004-08-16 18:37:52 UTC (rev 4090) @@ -95,6 +95,7 @@ contains header files and static libraries used for building both PAM-aware applications and modules for use with PAM. + %prep %setup -q -n Linux-PAM-%{version} -a 2 -a 3 cp $RPM_SOURCE_DIR/other.pamd . @@ -149,6 +150,7 @@ done autoconf + %build CFLAGS="-fPIC $RPM_OPT_FLAGS" ; export CFLAGS @@ -237,6 +239,9 @@ # Install the pwdb configuration file. install -m644 pwdb-%{pwdb_version}/conf/pwdb.conf $RPM_BUILD_ROOT%{_sysconfdir}/ +# Create /lib/security in case it isn't the same as /%{_lib}/security. +install -m755 -d $RPM_BUILD_ROOT/lib/security + # Remove unwanted files from the buildroot. rm $RPM_BUILD_ROOT/%{_lib}/security/pam_radius.so rm -f doc/txts/README.pam_radius @@ -247,9 +252,13 @@ # Create /lib/security in case it isn't the same as /%{_lib}/security. install -m755 -d $RPM_BUILD_ROOT/lib/security +/sbin/ldconfig -n %{buildroot}/%{_lib} + + %clean -rm -rf $RPM_BUILD_ROOT +%clean_buildroot + %if ! %{build6x} %pre # Figure whether or not we're using shadow/md5 passwords if we're upgrading. @@ -324,6 +333,9 @@ %{_sbindir}/pam_timestamp_check %{_sbindir}/pwdb_chkpwd %{_sbindir}/unix_chkpwd +%if %{_lib} != lib +%dir /lib/security +%endif %dir /%{_lib}/security /%{_lib}/security/pam_access.so /%{_lib}/security/pam_chroot.so @@ -396,6 +408,10 @@ %{_libdir}/libpam_misc.so %changelog +* Mon Aug 16 2004 Jaakko Heinonen +- x86_64 fixes +- create correct lib{pam,pam_misc} symlinks + * Thu Aug 05 2004 tsintegrate 0.77-41ts - current (0.77-41jh) integrated as 0.77-41ts for release 1.1 From svn at tinysofa.org Mon Aug 16 18:38:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 04:38:19 +1000 (EST) Subject: [tinysofa-svn] r4091 - tinysofa/releases/1.1/pam/current/specs Message-ID: <20040816183819.BF04A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 04:38:19 +1000 (Tue, 17 Aug 2004) New Revision: 4091 Modified: tinysofa/releases/1.1/pam/current/specs/pam.spec Log: - increase release number Modified: tinysofa/releases/1.1/pam/current/specs/pam.spec =================================================================== --- tinysofa/releases/1.1/pam/current/specs/pam.spec 2004-08-16 18:37:52 UTC (rev 4090) +++ tinysofa/releases/1.1/pam/current/specs/pam.spec 2004-08-16 18:38:19 UTC (rev 4091) @@ -9,7 +9,7 @@ Summary: A security tool which provides authentication for applications. Name: pam Version: 0.77 -Release: 41ts +Release: 42jh License: GPL or BSD Group: main Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2 From svn at tinysofa.org Mon Aug 16 19:32:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 05:32:58 +1000 (EST) Subject: [tinysofa-svn] r4092 - projects/ts-anaconda/trunk Message-ID: <20040816193258.43A154E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 05:32:58 +1000 (Tue, 17 Aug 2004) New Revision: 4092 Modified: projects/ts-anaconda/trunk/packages.py Log: - detect HyperThreading Modified: projects/ts-anaconda/trunk/packages.py =================================================================== --- projects/ts-anaconda/trunk/packages.py 2004-08-16 18:38:19 UTC (rev 4091) +++ projects/ts-anaconda/trunk/packages.py 2004-08-16 19:32:58 UTC (rev 4092) @@ -374,7 +374,7 @@ select(id.hdList, 'kernel-vrdr') if (string.find(os.uname()[2], "tape") > -1): select(id.hdList, 'kernel-tape') - elif isys.smpAvailable(): + elif isys.smpAvailable() or isys.htavailable(): select(id.hdList, 'kernel-smp') # include smp firewall kernel if we have firewall kernel. if id.hdList['kernel-firewall'].selected == 1: From svn at tinysofa.org Tue Aug 17 05:27:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 15:27:26 +1000 (EST) Subject: [tinysofa-svn] r4094 - contrib/1.1/swig/current/specs Message-ID: <20040817052726.86EA04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 15:27:25 +1000 (Tue, 17 Aug 2004) New Revision: 4094 Modified: contrib/1.1/swig/current/specs/swig.spec Log: - mod_php4 -> php4 Modified: contrib/1.1/swig/current/specs/swig.spec =================================================================== --- contrib/1.1/swig/current/specs/swig.spec 2004-08-16 20:38:50 UTC (rev 4093) +++ contrib/1.1/swig/current/specs/swig.spec 2004-08-17 05:27:25 UTC (rev 4094) @@ -10,7 +10,7 @@ BuildRequires: gcc-c++-devel BuildRequires: python-devel BuildRequires: perl-devel -BuildRequires: mod_php4-devel +BuildRequires: php4-devel BuildRoot: %{_tmppath}/%{name}-root %description From svn at tinysofa.org Tue Aug 17 05:31:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 15:31:27 +1000 (EST) Subject: [tinysofa-svn] r4095 - contrib/1.1/subversion/current/specs Message-ID: <20040817053127.049AC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 15:31:27 +1000 (Tue, 17 Aug 2004) New Revision: 4095 Modified: contrib/1.1/subversion/current/specs/subversion.spec Log: - apr workaround - python 2.3 Modified: contrib/1.1/subversion/current/specs/subversion.spec =================================================================== --- contrib/1.1/subversion/current/specs/subversion.spec 2004-08-17 05:27:25 UTC (rev 4094) +++ contrib/1.1/subversion/current/specs/subversion.spec 2004-08-17 05:31:27 UTC (rev 4095) @@ -1,7 +1,7 @@ %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch) %define perl_archlib %(eval "`perl -V:installarchlib`"; echo $installarchlib) %define perlversion %(eval "`perl -V:version`"; echo $version) -%define python_sitepackages %{_libdir}/python2.2/site-packages +%define python_sitepackages %{_libdir}/python2.3/site-packages Summary: A Concurrent Versioning system similar to but better than CVS. Name: subversion @@ -14,7 +14,7 @@ BuildRequires: autoconf, libtool BuildRequires: swig, swig-python, swig-perl BuildRequires: expat-devel, gdbm-devel, openssl-devel, zlib-devel -BuildRequires: gcc-c++-devel, db4-devel +BuildRequires: gcc-c++, db4-devel BuildRequires: neon-devel >= 0.24.6, apr-util-devel BuildRequires: apr-devel, perl-devel, apache-devel BuildRequires: python-devel, python-modules @@ -139,7 +139,7 @@ Summary: Allows Python scripts to directly use Subversion repositories. Group: contrib Requires: swig-python -Requires: python >= 2.2 +Requires: python >= 2.3 Requires: %{name}-client-libs = %{version}-%{release} Prefix: %{_prefix} @@ -231,6 +231,9 @@ cp subversion/svnadmin/svnadmin svnadmin.static cp subversion/clients/cmdline/svn svn.static +# requirement for apr 0.9.5 seems to be bogus +perl -pi -e 's/\.\[5-9\]/\.\[4-9\]/' configure + # Configure shared. #CFLAGS="%optflags -L$RPM_BUILD_ROOT%{_libdir}" \ %configure \ From svn at tinysofa.org Tue Aug 17 05:37:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 15:37:49 +1000 (EST) Subject: [tinysofa-svn] r4096 - contrib/1.1/swig/current/specs Message-ID: <20040817053749.7D88B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 15:37:49 +1000 (Tue, 17 Aug 2004) New Revision: 4096 Modified: contrib/1.1/swig/current/specs/swig.spec Log: - BuildRequires: gcc-c++ Modified: contrib/1.1/swig/current/specs/swig.spec =================================================================== --- contrib/1.1/swig/current/specs/swig.spec 2004-08-17 05:31:27 UTC (rev 4095) +++ contrib/1.1/swig/current/specs/swig.spec 2004-08-17 05:37:49 UTC (rev 4096) @@ -7,7 +7,7 @@ License: BSD Group: contrib # BuildRequires: autoconf -BuildRequires: gcc-c++-devel +BuildRequires: gcc-c++ BuildRequires: python-devel BuildRequires: perl-devel BuildRequires: php4-devel From svn at tinysofa.org Tue Aug 17 05:48:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 17 Aug 2004 15:48:08 +1000 (EST) Subject: [tinysofa-svn] r4097 - in contrib/1.1/swig/current: sources specs Message-ID: <20040817054808.89CE74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-17 15:48:08 +1000 (Tue, 17 Aug 2004) New Revision: 4097 Added: contrib/1.1/swig/current/sources/swig-1.3.21-destdir.patch Modified: contrib/1.1/swig/current/specs/swig.spec Log: - add destdir patch to install swig.m4 correctly Added: contrib/1.1/swig/current/sources/swig-1.3.21-destdir.patch =================================================================== --- contrib/1.1/swig/current/sources/swig-1.3.21-destdir.patch 2004-08-17 05:37:49 UTC (rev 4096) +++ contrib/1.1/swig/current/sources/swig-1.3.21-destdir.patch 2004-08-17 05:48:08 UTC (rev 4097) @@ -0,0 +1,23 @@ +--- SWIG-1.3.21/Makefile.in.destdir 2004-05-04 15:03:07.651571157 +0200 ++++ SWIG-1.3.21/Makefile.in 2004-05-04 15:03:58.278335334 +0200 +@@ -365,9 +365,9 @@ + + install-m4: + @echo "Installing M4 macros" +- @$(MKINSTDIRS) $(M4_INSTALL_DIR) ++ @$(MKINSTDIRS) $(DESTDIR)$(M4_INSTALL_DIR) + @echo "Installing $(M4_INSTALL_DIR)/swig.m4" +- @$(INSTALL_DATA) $(M4_SOURCE_DIR)/swig.m4 $(M4_INSTALL_DIR)/swig.m4 ++ @$(INSTALL_DATA) $(M4_SOURCE_DIR)/swig.m4 $(DESTDIR)$(M4_INSTALL_DIR)/swig.m4 + + + ##################################################################### +@@ -390,7 +390,7 @@ + + uninstall-m4: + @echo "Uninstalling $(M4_INSTALL_DIR)/swig.m4" +- rm -f $(M4_INSTALL_DIR)/swig.m4; ++ rm -f $(DESTDIR)$(M4_INSTALL_DIR)/swig.m4; + + ############################################################################ + # DIST and other maintenance Modified: contrib/1.1/swig/current/specs/swig.spec =================================================================== --- contrib/1.1/swig/current/specs/swig.spec 2004-08-17 05:37:49 UTC (rev 4096) +++ contrib/1.1/swig/current/specs/swig.spec 2004-08-17 05:48:08 UTC (rev 4097) @@ -1,9 +1,10 @@ Summary: Simplified Wrapper and Interface Generator Name: swig Version: 1.3.21 -Release: 4bg +Release: 5jh URL: http://swig.sourceforge.net Source0: http://belnet.dl.sourceforge.net/sourceforge/swig/%{name}-%{version}.tar.gz +Patch0: swig-1.3.21-destdir.patch License: BSD Group: contrib # BuildRequires: autoconf @@ -133,6 +134,8 @@ %prep %setup -q -n SWIG-%{version} +%patch0 -p1 -b .destdir + %build %configure make @@ -240,6 +243,9 @@ %changelog +* Tue Aug 17 2004 Jaakko Heinonen 1.3.21-5jh +- add destdir patch to install swig.m4 correctly + * Fri May 21 2004 Goetz Bock 1.3.21-4bg - build for tinysofa contrib - added cleanup in install to make rpmbuild happy From svn at tinysofa.org Tue Aug 17 19:58:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 18 Aug 2004 05:58:47 +1000 (EST) Subject: [tinysofa-svn] r4099 - tinysofa/releases/1.1/module-init-tools/current/specs Message-ID: <20040817195847.B8EB14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-18 05:58:47 +1000 (Wed, 18 Aug 2004) New Revision: 4099 Modified: tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec Log: - don't run generate-modprobe.conf in %post Modified: tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec =================================================================== --- tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec 2004-08-17 18:03:25 UTC (rev 4098) +++ tinysofa/releases/1.1/module-init-tools/current/specs/module-init-tools.spec 2004-08-17 19:58:47 UTC (rev 4099) @@ -1,7 +1,7 @@ Summary: The kernel module init tools. Name: module-init-tools Version: 3.0 -Release: 5ts +Release: 6jh License: GPL Group: main Source: http://kernel.us.themoes.org/pub/linux/utils/kernel/module-init-tools/%{name}-%{version}.tar.bz2 @@ -29,10 +29,9 @@ --mandir=%{_mandir} \ --prefix=%{_prefix} \ --exec-prefix=/ -make +%make %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/cron.hourly mkdir -p $RPM_BUILD_ROOT/{%{_mandir}/man{1,2,8},sbin} make mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install install-man @@ -45,6 +44,9 @@ [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %post +# don't generate /etc/modprobe.conf here +exit 0 + if [ ! -s /etc/modprobe.conf ]; then MODPROBE_CONF=/etc/modprobe.conf elif [ -e /etc/modprobe.conf.rpmnew ]; then @@ -52,8 +54,7 @@ fi if [ -s /etc/modules.conf -a -n "$MODPROBE_CONF" ]; then - echo '# This file is autogenerated from /etc/modules.conf using generate-modprobe.conf comma -nd' >> $MODPROBE_CONF + echo '# This file is autogenerated from /etc/modules.conf using generate-modprobe.conf command' >> $MODPROBE_CONF echo >> $MODPROBE_CONF /sbin/generate-modprobe.conf >> $MODPROBE_CONF 2> /dev/null fi From svn at tinysofa.org Tue Aug 17 20:20:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 18 Aug 2004 06:20:40 +1000 (EST) Subject: [tinysofa-svn] r4100 - in tinysofa/releases/1.1: anaconda/current/sources anaconda/current/specs cyrus-sasl/current/specs findutils/current/specs gmp/current/specs libpng/current/specs mysql/current/specs openssl/current/specs parted/current/specs pciutils/current/specs perl/current/sources perl/current/specs postgresql/current/sources postgresql/current/specs shadow-utils/current/specs tcsh/current/specs tinysofa-rpm-config/current/sources tinysofa-rpm-config/current/specs Message-ID: <20040817202040.653384E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-18 06:20:40 +1000 (Wed, 18 Aug 2004) New Revision: 4100 Added: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.5.tar.bz2 tinysofa/releases/1.1/perl/current/sources/postgresql-plperl.patch tinysofa/releases/1.1/postgresql/current/sources/rpm-multilib-7.4.3.patch Removed: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.4.tar.bz2 tinysofa/releases/1.1/tinysofa-rpm-config/current/sources/tinysofa-rpm-config-1.1.3.tar.bz2 Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec tinysofa/releases/1.1/findutils/current/specs/findutils.spec tinysofa/releases/1.1/gmp/current/specs/gmp.spec tinysofa/releases/1.1/libpng/current/specs/libpng.spec tinysofa/releases/1.1/mysql/current/specs/mysql.spec tinysofa/releases/1.1/openssl/current/specs/openssl.spec tinysofa/releases/1.1/parted/current/specs/parted.spec tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec tinysofa/releases/1.1/perl/current/specs/perl.spec tinysofa/releases/1.1/postgresql/current/sources/postgresql-7.2.2-plperl.patch tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec Log: - x86_64 fixes, part 2 Deleted: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.4.tar.bz2 =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.5.tar.bz2 =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.5.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec =================================================================== --- tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -1,8 +1,8 @@ # The modutils tarball should be kept in track with modutils.src.rpm ExclusiveArch: i386 i586 Name: anaconda -Version: 1.1.4 -Release: 1ts +Version: 1.1.5 +Release: 1jh Epoch: 1 License: GPL Summary: The tinysofa installation program. Modified: tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec =================================================================== --- tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -12,7 +12,7 @@ URL: http://asg.web.cmu.edu/sasl/sasl-library.html BuildRoot: %{_tmppath}/%{name}-root BuildRequires: libtool, groff -BuildRequires: db4-devel, openssl-devel, pam-devel +BuildRequires: db4-devel, openssl-devel, pam-devel, autoconf, automake BuildRequires: mysql-devel, mysql-libs, postgresql-devel %service_requires Requires: pam, db4, openssl @@ -84,8 +84,18 @@ %prep %setup -q -n cyrus-sasl-%{version} +# FIXME - this is just weird +rm config/ltconfig config/libtool.m4 +libtoolize -f -c +aclocal -I config -I cmulocal +automake -a -c -f +autoheader +autoconf -f + %build +export CFLAGS="$RPM_OPT_FLAGS -fPIC" +export LDFLAGS="-L%{_libdir}/mysql" %configure \ --target %{_arch}-pc-%{_os}-gnu \ --sysconfdir=%{_sysconfdir}/sasl \ @@ -115,7 +125,7 @@ %install -%makeinstall_std +%makeinstall install -m755 -d $RPM_BUILD_ROOT%{_bindir} ./libtool --mode=install \ Modified: tinysofa/releases/1.1/findutils/current/specs/findutils.spec =================================================================== --- tinysofa/releases/1.1/findutils/current/specs/findutils.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/findutils/current/specs/findutils.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -12,7 +12,7 @@ Patch3: findutils-4.1.20-xargs_help_cr.patch Patch4: findutils-4.1.20-i.patch %info_requires -BuildRequires: autoconf automake gettext +BuildRequires: autoconf automake gettext gettext-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Modified: tinysofa/releases/1.1/gmp/current/specs/gmp.spec =================================================================== --- tinysofa/releases/1.1/gmp/current/specs/gmp.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/gmp/current/specs/gmp.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -120,8 +120,12 @@ %nuke_info %install_info gmp.texi -chmod 755 $RPM_BUILD_ROOT%{_libdir}/sse2/*.so* $RPM_BUILD_ROOT%{_libdir}/*.so* +chmod 755 $RPM_BUILD_ROOT%{_libdir}/*.so* \ +%ifarch %{ix86} + $RPM_BUILD_ROOT%{_libdir}/sse2/*.so* +%endif + %check cd base export LD_LIBRARY_PATH=`pwd`/.libs Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -51,40 +51,45 @@ ln -s scripts/makefile.linux Makefile %build -make prefix=/usr \ +make prefix=%{_prefix} \ MANPATH=%{_mandir} \ PNGMAJ=3 \ - ZLIBINC=/usr/include \ - ZLIBLIB=/usr/lib \ - CFLAGS="$RPM_OPT_FLAGS" + ZLIBINC=%{_includedir} \ + ZLIBLIB=%{_libdir} \ + CFLAGS="$RPM_OPT_FLAGS" \ + LIBPATH=%{_libdir} + cd contrib/pngminus mv makefile.std Makefile -make prefix=/usr \ +make prefix=%{_prefix} \ MANPATH=%{_mandir} \ PNGMAJ=3 \ - ZLIBINC=/usr/include \ - ZLIBLIB=/usr/lib \ - CFLAGS="$RPM_OPT_FLAGS -I../.. -L../.." png2pnm pnm2png + ZLIBINC=%{_includedir} \ + ZLIBLIB=%{_libdir} \ + CFLAGS="$RPM_OPT_FLAGS -I../.. -L../.." png2pnm pnm2png \ + LIBPATH=%{_libdir} %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" +mkdir -p $RPM_BUILD_ROOT/%{_datadir} -mkdir -p $RPM_BUILD_ROOT/usr/share - make install DESTDIR=$RPM_BUILD_ROOT \ - prefix=/usr \ + prefix=%{_prefix} \ MANPATH=%{_mandir} \ PNGMAJ=3 \ - ZLIBINC=/usr/include \ - ZLIBLIB=/usr/lib + ZLIBINC=%{_includedir} \ + ZLIBLIB=%{_libdir} \ + LIBPATH=$RPM_BUILD_ROOT%{_libdir} + install -s -m 755 contrib/pngminus/png2pnm $RPM_BUILD_ROOT/%{_bindir}/ install -s -m 755 contrib/pngminus/pnm2png $RPM_BUILD_ROOT/%{_bindir}/ + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root) %doc *.txt example.c ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO @@ -107,9 +112,11 @@ %{_bindir}/png2pnm %{_bindir}/pnm2png + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot + %changelog * Thu Aug 05 2004 tsintegrate 1.2.5-14ts - current (1.2.5-14jh) integrated as 1.2.5-14ts for release 1.1 Modified: tinysofa/releases/1.1/mysql/current/specs/mysql.spec =================================================================== --- tinysofa/releases/1.1/mysql/current/specs/mysql.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/mysql/current/specs/mysql.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -89,13 +89,13 @@ %setup -q -n %{name}-%{version} %build -PATH="${MYSQL_BUILD_PATH:-/bin:/usr/bin}" \ -CC="${MYSQL_BUILD_CC:-gcc}" \ -CFLAGS="${MYSQL_BUILD_CFLAGS:- $RPM_OPT_FLAGS}" \ -CXX="${MYSQL_BUILD_CXX:-gcc}" \ -CXXFLAGS="${MYSQL_BUILD_CXXFLAGS:- $RPM_OPT_FLAGS -felide-constructors -fno-exceptions -fno-rtti}" \ -./configure \ +export CC="${MYSQL_BUILD_CC:-gcc}" +export CXX="${MYSQL_BUILD_CXX:-gcc}" +export CFLAGS="${MYSQL_BUILD_CFLAGS:-$RPM_OPT_FLAGS}" +export CXXFLAGS="${MYSQL_BUILD_CXXFLAGS:-$RPM_OPT_FLAGS -felide-constructors -fno-exceptions -fno-rtti}" +%configure \ --enable-assembler \ + --with-pic \ --enable-local-infile \ --enable-shared \ --enable-thread-safe-client \ @@ -108,11 +108,8 @@ --with-readline \ --datadir=/usr/share \ --exec-prefix=/usr \ - --includedir=/usr/include \ - --infodir=%{_infodir} \ --libexecdir=/usr/sbin \ --localstatedir=/var/lib/mysql \ - --mandir=%{_mandir} \ --prefix=/ \ --sysconfdir=/etc \ --with-mysqld-user=%{mysqld_user} \ @@ -138,7 +135,7 @@ install -d $RBR/usr/share/mysql-test install -d $RBR/usr/{sbin,share,man,include} install -d $RBR/usr/doc/MySQL-%{version} -install -d $RBR/usr/lib/mysql +install -d $RBR%{_libdir}/mysql # Make install make install-strip DESTDIR=$RBR benchdir_root=/usr/share/ @@ -149,7 +146,7 @@ install -m600 %{SOURCE3} $RBR/etc/my.cnf ## Install debugging symbols [bg] -#install -m644 sql/mysqld.sym $RBR/usr/lib/mysql/mysqld.sym +#install -m644 sql/mysqld.sym $RBR%{_libdir}/mysql/mysqld.sym pushd Docs makeinfo --html --no-split manual.texi @@ -157,10 +154,10 @@ install -m644 mysql.html $RBR/usr/share/html/%{name}/ popd -rm -rf $RPM_BUILD_ROOT/usr/share/info +%nuke_info %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %pre if test -x %{_initrddir}/mysql @@ -223,7 +220,7 @@ %info_postun %post libs -LDPATH="/usr/lib/mysql" +LDPATH="%{_libdir}/mysql" FNAME=`mktemp /etc/ld.so.conf.XXXXXX` grep -v "^${LDPATH}$" /etc/ld.so.conf > ${FNAME} echo "${LDPATH}" >> ${FNAME} @@ -232,7 +229,7 @@ /sbin/ldconfig %postun libs -LDPATH="/usr/lib/mysql" +LDPATH="%{_libdir}/mysql" if [ $1 = 0 ]; then FNAME=`mktemp /etc/ld.so.conf.XXXXXX` grep -v "^${LDPATH}$" /etc/ld.so.conf > ${FNAME} @@ -319,18 +316,18 @@ %files devel %defattr(-,root,root) -%dir /usr/lib/mysql -%attr(644,root,root) /usr/lib/mysql/*.a -%attr(755,root,root) /usr/lib/mysql/*.la -%attr(755,root,root) /usr/lib/mysql/*.so +%dir %{_libdir}/mysql +%attr(644,root,root) %{_libdir}/mysql/*.a +%attr(755,root,root) %{_libdir}/mysql/*.la +%attr(755,root,root) %{_libdir}/mysql/*.so /usr/bin/comp_err /usr/include/mysql/ /usr/bin/mysql_config %files libs %defattr(-,root,root) -%dir /usr/lib/mysql -%attr(755,root,root) /usr/lib/mysql/*.so.* +%dir %{_libdir}/mysql +%attr(755,root,root) %{_libdir}/mysql/*.so.* %files shared %defattr(-,root,root) @@ -360,7 +357,7 @@ - current (4.0.20-2jh) integrated as 4.0.20-2ts for release 1.0-U1 * Wed May 19 2004 Jaakko Heinonen 4.0.20-2jh -- add /usr/lib/mysql to /etc/ld.so.conf +- add %{_libdir}/mysql to /etc/ld.so.conf * Wed May 19 2004 tsintegrate 4.0.20-1ts - current (4.0.20-1ok) integrated as 4.0.20-1ts for release 1.0-U1 Modified: tinysofa/releases/1.1/openssl/current/specs/openssl.spec =================================================================== --- tinysofa/releases/1.1/openssl/current/specs/openssl.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/openssl/current/specs/openssl.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: python, python-devel, perl, zlib-devel, autoconf %define python_version $(python -V 2>&1| cut -c8-10) -%define sitepackagedir usr/lib/python%{python_version}/site-packages +%define sitepackagedir usr/%{_lib}/python%{python_version}/site-packages %description A C library that provides various crytographic algorithms and protocols, @@ -58,9 +58,9 @@ %setup -q -T -D -n openssl-%{version} perl util/perlpath.pl /usr/bin +# argh, this is br0ken +perl -p -i -e "s/-m486/-march=i586/" Configure -perl -p -i -e "s/-m486/-march=%_target_cpu/" Configure - # Extract what we need for building extensions. gzip -dc %{SOURCE1} | tar xf - bzip2 -dc %{SOURCE2} | tar xf - @@ -80,6 +80,8 @@ %patch7 -p1 %patch8 -p1 + + %build PATH=${PATH}:${PWD}/bin TOPDIR=${PWD} @@ -164,6 +166,10 @@ strip $RPM_BUILD_ROOT/usr/bin/openssl +if [ "/usr/lib" != "%{_libdir}" ]; then + %{__mv} %{buildroot}/usr/lib %{buildroot}/usr/%{_lib} +fi + # Install the python extensions. pushd m2crypto-%{m2crypto_version}/M2Crypto mkdir -p $RPM_BUILD_ROOT/%{sitepackagedir}/M2Crypto/{PGP,SSL} @@ -179,6 +185,14 @@ $RPM_BUILD_ROOT/usr/share/man/man1/passwd_openssl.1 rm $RPM_BUILD_ROOT/usr/share/man/man3/MD5.3 +# Fix libdir. +sed 's,^libdir=${exec_prefix}/lib,libdir=${exec_prefix}/%{_lib},g' \ + $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc > \ + $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc.tmp && \ +cat $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc.tmp > \ + $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc && \ +rm -f $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc.tmp + # # Generate site package filelist # @@ -195,9 +209,9 @@ done >> ${RPM_BUILD_DIR}/%{name}-%{version}/sitefiles.txt popd + %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig @@ -210,10 +224,10 @@ %doc CHANGES CHANGES.SSLeay INSTALL LICENSE README NEWS #%doc doc/* /usr/bin/openssl -/usr/lib/libcrypto.so.0 -%attr(755,root,root) /usr/lib/libcrypto.so.%{majorver} -/usr/lib/libssl.so.0 -%attr(755,root,root) /usr/lib/libssl.so.%{majorver} +%{_libdir}/libcrypto.so.0 +%attr(755,root,root) %{_libdir}/libcrypto.so.%{majorver} +%{_libdir}/libssl.so.0 +%attr(755,root,root) %{_libdir}/libssl.so.%{majorver} %config(noreplace) %verify(not md5 size mtime) /etc/ssl/openssl.cnf %dir /etc/ssl %dir /etc/ssl/private @@ -233,10 +247,10 @@ %files devel %defattr(-,root,root) -/usr/lib/libcrypto.a -/usr/lib/libssl.a -/usr/lib/libcrypto.so -/usr/lib/libssl.so +%{_libdir}/libcrypto.a +%{_libdir}/libssl.a +%{_libdir}/libcrypto.so +%{_libdir}/libssl.so /usr/include/openssl /usr/share/man/man3/* /usr/share/man/man5/* Modified: tinysofa/releases/1.1/parted/current/specs/parted.spec =================================================================== --- tinysofa/releases/1.1/parted/current/specs/parted.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/parted/current/specs/parted.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -8,7 +8,7 @@ Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: parted-1.4.24-python2.3.patch BuildRequires: e2fsprogs-devel libcom_err-devel libtermcap-devel readline-devel -BuildRequires: python python-devel autoconf libtool automake gettext +BuildRequires: python python-devel autoconf libtool automake gettext-devel BuildRequires: libstdc++-devel gcc-c++ %description @@ -38,12 +38,10 @@ automake -a -c -f autoconf -f -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ - --mandir=%{_mandir} \ +%configure \ --enable-shared \ --enable-pc98=no \ --enable-Werror=no - %make %install Modified: tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec =================================================================== --- tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -44,27 +44,28 @@ %install -install -d $RPM_BUILD_ROOT/{sbin,/usr/share/man/man8,/usr/lib,/usr/include/pci} +install -d $RPM_BUILD_ROOT/{sbin,%{_mandir}/man8,%{_libdir},%{_includedir}/pci,%{_datadir}} install -s lspci setpci $RPM_BUILD_ROOT/sbin install lspci.8 setpci.8 $RPM_BUILD_ROOT/%{_mandir}/man8 -install pci.ids $RPM_BUILD_ROOT/usr/share +install pci.ids $RPM_BUILD_ROOT/%{_datadir} install lib/libpci.a $RPM_BUILD_ROOT/%{_libdir} -install lib/pci.h $RPM_BUILD_ROOT/usr/include/pci -install lib/header.h $RPM_BUILD_ROOT/usr/include/pci -install lib/config.h $RPM_BUILD_ROOT/usr/include/pci +install lib/pci.h $RPM_BUILD_ROOT/%{_includedir}/pci +install lib/header.h $RPM_BUILD_ROOT/%{_includedir}/pci +install lib/config.h $RPM_BUILD_ROOT/%{_includedir}/pci + %files %defattr(-, root, root) -%attr(0644, root, root) /usr/share/man/man8/* +%attr(0644, root, root) %{_mandir}/man8/* %attr(0755, root, root) /sbin/* -%attr(0644, root, root) %config /usr/share/pci.ids +%attr(0644, root, root) %config %{_datadir}/pci.ids %doc README ChangeLog pciutils.lsm %files devel %defattr(-, root, root) %attr(644,root,root) %{_libdir}/libpci.a -/usr/include/pci +%{_includedir}/pci %clean Added: tinysofa/releases/1.1/perl/current/sources/postgresql-plperl.patch =================================================================== --- tinysofa/releases/1.1/perl/current/sources/postgresql-plperl.patch 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/perl/current/sources/postgresql-plperl.patch 2004-08-17 20:20:40 UTC (rev 4100) @@ -0,0 +1,9 @@ +Index: postgresql-7.3.4/src/pl/plperl/GNUmakefile +=================================================================== +RCS file: /projects/cvsroot/pgsql-server/src/pl/plperl/GNUmakefile,v +retrieving revision 1.10 +diff -r1.10 GNUmakefile +18c18 +< override CFLAGS := $(filter-out -Wall -Wmissing-declarations -Wmissing-prototypes, $(CFLAGS)) +--- +> override CFLAGS := $(filter-out -Wall -Wmissing-declarations -Wmissing-prototypes, $(CFLAGS), -Wl,-rpath,$(perl_archlibexp)/CORE) Modified: tinysofa/releases/1.1/perl/current/specs/perl.spec =================================================================== --- tinysofa/releases/1.1/perl/current/specs/perl.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/perl/current/specs/perl.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -123,6 +123,7 @@ sh Configure -des \ -Darchname=%{_arch}-%{_os} \ -Dcc='%{__cc}' \ + -Duseshrplib \ -Dcf_by=tinysofa \ -Dd_dosuid \ -Dd_semctl_semun \ @@ -439,6 +440,7 @@ %changelog * Mon Aug 16 2004 Jaakko Heinonen 5.8.5-3jh - add initial multilib support +- enable useshrplib * Thu Aug 05 2004 tsintegrate 5.8.5-2ts - current (5.8.5-2gd) integrated as 5.8.5-2ts for release 1.1 Modified: tinysofa/releases/1.1/postgresql/current/sources/postgresql-7.2.2-plperl.patch =================================================================== --- tinysofa/releases/1.1/postgresql/current/sources/postgresql-7.2.2-plperl.patch 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/postgresql/current/sources/postgresql-7.2.2-plperl.patch 2004-08-17 20:20:40 UTC (rev 4100) @@ -1,12 +1,9 @@ -diff -Nur postgresql-7.2.2/src/pl/plperl/Makefile postgresql-7.2.2.changed/src/pl/plperl/Makefile ---- postgresql-7.2.2/src/pl/plperl/Makefile 2002-08-23 20:33:03.000000000 +0200 -+++ postgresql-7.2.2.changed/src/pl/plperl/Makefile 2002-08-23 20:34:09.000000000 +0200 -@@ -252,7 +252,7 @@ - - # --- MakeMaker cflags section: - --CCFLAGS = -fno-strict-aliasing -I/usr/local/include -+CCFLAGS = -I../../include - OPTIMIZE = -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpreferred-stack-boundary=2 - PERLTYPE = - MPOLLUTE = +Index: postgresql-7.3.4/src/pl/plperl/GNUmakefile +=================================================================== +RCS file: /projects/cvsroot/pgsql-server/src/pl/plperl/GNUmakefile,v +retrieving revision 1.10 +diff -r1.10 GNUmakefile +18c18 +< override CFLAGS := $(filter-out -Wall -Wmissing-declarations -Wmissing-prototypes, $(CFLAGS)) +--- +> override CFLAGS := $(filter-out -Wall -Wmissing-declarations -Wmissing-prototypes, $(CFLAGS), -Wl,-rpath,$(perl_archlibexp)/CORE) Added: tinysofa/releases/1.1/postgresql/current/sources/rpm-multilib-7.4.3.patch =================================================================== --- tinysofa/releases/1.1/postgresql/current/sources/rpm-multilib-7.4.3.patch 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/postgresql/current/sources/rpm-multilib-7.4.3.patch 2004-08-17 20:20:40 UTC (rev 4100) @@ -0,0 +1,128 @@ +diff -Naur postgresql-7.4.1.orig/config/python.m4 postgresql-7.4.1/config/python.m4 +--- postgresql-7.4.1.orig/config/python.m4 2003-09-02 02:01:48.000000000 +0300 ++++ postgresql-7.4.1/config/python.m4 2003-11-18 21:29:47.000000000 +0200 +@@ -25,7 +25,11 @@ + python_version=`${PYTHON} -c "import sys; print sys.version[[:3]]"` + python_prefix=`${PYTHON} -c "import sys; print sys.prefix"` + python_execprefix=`${PYTHON} -c "import sys; print sys.exec_prefix"` +-python_configdir="${python_execprefix}/lib/python${python_version}/config" ++python_path=`${PYTHON} -c "from distutils import sysconfig; print sysconfig.get_config_vars('LIBDEST')[[0]]"` ++python_libpath=`${PYTHON} -c "from distutils import sysconfig; print sysconfig.get_config_vars('LIBDEST')[[0]][[5:]]"` ++python_configdir="${python_path}/config" ++python_moduledir="${python_path}/site-packages" ++python_moduleexecdir="${python_execprefix}/${python_libpath}/site-packages" + python_includespec="-I${python_prefix}/include/python${python_version}" + if test "$python_prefix" != "$python_execprefix"; then + python_includespec="-I${python_execprefix}/include/python${python_version} $python_includespec" +@@ -37,9 +41,9 @@ + AC_SUBST(python_includespec)[]dnl + # This should be enough of a message. + if test "$python_prefix" != "$python_execprefix"; then +- AC_MSG_RESULT([$python_prefix/lib/python${python_version} and $python_execprefix/lib/python${python_version}]) ++ AC_MSG_RESULT([$python_prefix/${python_libpath} and $python_execprefix/${python_libpath}]) + else +- AC_MSG_RESULT([$python_prefix/lib/python${python_version}]) ++ AC_MSG_RESULT([$python_prefix/${python_libpath}]) + fi + ])# _PGAC_CHECK_PYTHON_DIRS + +diff -Naur postgresql-7.4.1.orig/configure.in postgresql-7.4.1/configure.in +--- postgresql-7.4.1.orig/configure.in 2003-11-16 23:33:50.000000000 +0200 ++++ postgresql-7.4.1/configure.in 2003-11-18 21:31:09.000000000 +0200 +@@ -19,12 +19,11 @@ + dnl + dnl The GNU folks apparently haven't heard that some people don't use + dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir". +-m4_define([info], [doc]) +-m4_define([infodir], [docdir]) ++dnl ++dnl Now use both docdir and infodir to work properly with RPM macros ++dnl (courtesy, Elliott Lee ) ++dnl - Andrew Overholt 10 December 2002 + AC_INIT([PostgreSQL], [7.4.3], [pgsql-bugs at postgresql.org]) +-m4_undefine([infodir]) +-m4_undefine([info]) +-AC_SUBST(docdir) + + AC_PREREQ(2.53) + AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group]) +@@ -40,6 +39,10 @@ + template= + AC_MSG_CHECKING([which template to use]) + ++AC_ARG_WITH(docdir, [location for non-info documentation], , with_docdir=${datadir}/doc) ++docdir="$with_docdir" ++AC_SUBST(docdir) ++ + PGAC_ARG_REQ(with, template, [], + [ + case $withval in +@@ -442,8 +445,8 @@ + if test -d "$krb4_prefix/include"; then + INCLUDES="$INCLUDES -I$krb4_prefix/include" + fi +- if test -d "$krb4_prefix/lib"; then +- LIBDIRS="$LIBDIRS -L$krb4_prefix/lib" ++ if test -d "$krb4_prefix/$LIBNAME"; then ++ LIBDIRS="$LIBDIRS -L$krb4_prefix/$LIBNAME" + fi + + krb_srvtab="/etc/srvtab" +@@ -452,7 +455,7 @@ + + AC_SUBST(with_krb4) + +- ++test -z "$LIBNAME" && LIBNAME=lib + # + # Kerberos 5 + # +@@ -467,8 +470,8 @@ + if test -d "$krb5_prefix/include"; then + INCLUDES="$INCLUDES -I$krb5_prefix/include" + fi +- if test -d "$krb5_prefix/lib"; then +- LIBDIRS="$LIBDIRS -L$krb5_prefix/lib" ++ if test -d "$krb5_prefix/$LIBNAME"; then ++ LIBDIRS="$LIBDIRS -L$krb5_prefix/$LIBNAME" + fi + + krb_srvtab="FILE:\$(sysconfdir)/krb5.keytab" +@@ -485,7 +488,7 @@ + + AC_SUBST(krb_srvtab) + +- ++test -z "$LIBNAME" && LIBNAME=lib + # + # Kerberos configuration parameters + # +@@ -496,7 +499,7 @@ + AC_DEFINE_UNQUOTED([PG_KRB_SRVNAM], ["$with_krb_srvnam"], + [Define to the name of the PostgreSQL service principal in Kerberos. (--with-krb-srvnam=NAME)]) + +- ++test -z "$LIBNAME" && LIBNAME=lib + # + # PAM + # +@@ -533,8 +536,8 @@ + if test -d "${openssl_prefix}/include" ; then + INCLUDES="$INCLUDES -I${openssl_prefix}/include" + fi +- if test -d "${openssl_prefix}/lib" ; then +- LIBDIRS="$LIBDIRS -L${openssl_prefix}/lib" ++ if test -d "${openssl_prefix}/$LIBNAME" ; then ++ LIBDIRS="$LIBDIRS -L${openssl_prefix}/$LIBNAME" + fi + ]) + +@@ -597,7 +600,7 @@ + case $host_os in sysv5*) + AC_CACHE_CHECK([whether ld -R works], [pgac_cv_prog_ld_R], + [ +- pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib" ++ pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/$LIBNAME" + AC_TRY_LINK([], [], [pgac_cv_prog_ld_R=yes], [pgac_cv_prog_ld_R=no]) + LDFLAGS=$pgac_save_LDFLAGS + ]) Modified: tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec =================================================================== --- tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/postgresql/current/specs/postgresql.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -33,12 +33,12 @@ # Cleanup # Not in use Patch4: postgresql-7.3.2-rpm.patch +Patch5: rpm-multilib-7.4.3.patch Requires: glibc shadow-utils initscripts zlib >= 1.1.4 Requires: %{name}-libs = %{version}-%{release} -BuildRequires: python-devel perl gcc sed readline-devel ncurses-devel zlib-devel openssl-devel pam-devel -BuildRequires: python bison byacc flex +BuildRequires: perl gcc sed readline-devel ncurses-devel zlib-devel openssl-devel pam-devel +BuildRequires: bison byacc flex BuildRoot: %{_tmppath}/%{name}-root -%define pyver $(echo `rpm -q python-devel --queryformat '%.3{VERSION}\\n'`) %description PostgreSQL is an advanced Object-Relational database management system @@ -138,7 +138,7 @@ Summary: Development module for Python code to access a PostgreSQL DB. Group: development Requires: %{name}-libs = %{version}-%{release} -Requires: python >= 1.5 +%py_requires -d %description python PostgreSQL is an advanced Object-Relational database management @@ -161,6 +161,8 @@ %prep %setup -q +%patch2 -p1 -b .plperl +%patch5 -p1 -b .multilib chmod -R go-w . || : chown -R $USER. . || : @@ -173,20 +175,19 @@ ./configure \ --datadir=/usr/share/postgresql \ --docdir=%{_docdir} \ + --prefix=%{_prefix} \ + --libdir=%{_libdir} \ + --mandir=%{_mandir} \ --enable-multibyte \ --disable-rpath \ --enable-syslog\ --includedir=%{_includedir}/postgresql \ - --mandir=%{_mandir} \ - --docdir=%{_docdir} \ - --prefix=/usr\ --sysconfdir=/etc/sysconfig/postgresql.d \ --with-odbc \ --with-odbcinst=/etc/postgresql \ --with-openssl \ --with-pam \ --with-perl \ - --with-python \ --without-tcl \ --without-tk @@ -202,12 +203,10 @@ %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" +%makeinstall_std -make DESTDIR=$RPM_BUILD_ROOT install - for i in src/pl/plperl src/pl/plpython; do - make DESTDIR=$RPM_BUILD_ROOT -C $i install + make DESTDIR=$RPM_BUILD_ROOT -C $i install python_includespec="-I%{py_incdir}" done make -C doc @@ -232,7 +231,7 @@ # Fixup more permissions... chmod 644 $RPM_BUILD_ROOT%{_mandir}/*/* -chmod +x $RPM_BUILD_ROOT/usr/lib/lib*.so* +chmod +x $RPM_BUILD_ROOT/%{_libdir}/lib*.so* # The initscripts.... install -d $RPM_BUILD_ROOT%{_initrddir} @@ -272,10 +271,10 @@ # tests. There are many files included here that are unnecessary, but include # them anyway for completeness. -mkdir -p $RPM_BUILD_ROOT/usr/lib/postgresql/test +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/postgresql/test rm -f src/test/regress/*.so || : -cp -a src/test/regress $RPM_BUILD_ROOT/usr/lib/postgresql/test -install -m 0755 config/config.guess $RPM_BUILD_ROOT/usr/lib/postgresql/ +cp -a src/test/regress $RPM_BUILD_ROOT/%{_libdir}/postgresql/test +install -m 0755 config/config.guess $RPM_BUILD_ROOT/%{_libdir}/postgresql/ # Upgrade scripts. pushd $RPM_BUILD_ROOT @@ -309,11 +308,11 @@ if [ $1 -gt 1 ] then - mkdir -p /usr/lib/postgresql/backup > /dev/null + mkdir -p %{_libdir}/postgresql/backup > /dev/null pushd /usr/bin > /dev/null cp -fp postmaster postgres pg_dump pg_dumpall psql /usr/share/postgresql/backup > /dev/null 2>&1 || : popd > /dev/null - pushd /usr/lib > /dev/null + pushd %{_libdir} > /dev/null cp -fp libpq.* /usr/share/postgresql/backup > /dev/null 2>&1 || : popd > /dev/null fi @@ -530,48 +529,48 @@ /usr/bin/pg_logger /usr/bin/pgbench /usr/bin/vacuumlo -/usr/lib/postgresql/_int.so -##/usr/lib/postgresql/array_iterator.so -/usr/lib/postgresql/autoinc.so -/usr/lib/postgresql/btree_gist.so -/usr/lib/postgresql/chkpass.so -/usr/lib/postgresql/cube.so -/usr/lib/postgresql/dblink.so -/usr/lib/postgresql/dbsize.so -/usr/lib/postgresql/earthdistance.so -/usr/lib/postgresql/fti.so -/usr/lib/postgresql/fuzzystrmatch.so -/usr/lib/postgresql/insert_username.so -/usr/lib/postgresql/int_aggregate.so -/usr/lib/postgresql/isbn_issn.so -/usr/lib/postgresql/lo.so -/usr/lib/postgresql/ltree.so -/usr/lib/postgresql/misc_utils.so -/usr/lib/postgresql/moddatetime.so -/usr/lib/postgresql/noup.so -/usr/lib/postgresql/pending.so -/usr/lib/postgresql/pgcrypto.so -/usr/lib/postgresql/pgstattuple.so -/usr/lib/postgresql/refint.so -/usr/lib/postgresql/rserv.so -/usr/lib/postgresql/rtree_gist.so -/usr/lib/postgresql/seg.so -/usr/lib/postgresql/string_io.so -/usr/lib/postgresql/tablefunc.so -/usr/lib/postgresql/timetravel.so -/usr/lib/postgresql/tsearch.so -/usr/lib/postgresql/tsearch2.so -/usr/lib/postgresql/user_locks.so +%{_libdir}/postgresql/_int.so +##%{_libdir}/postgresql/array_iterator.so +%{_libdir}/postgresql/autoinc.so +%{_libdir}/postgresql/btree_gist.so +%{_libdir}/postgresql/chkpass.so +%{_libdir}/postgresql/cube.so +%{_libdir}/postgresql/dblink.so +%{_libdir}/postgresql/dbsize.so +%{_libdir}/postgresql/earthdistance.so +%{_libdir}/postgresql/fti.so +%{_libdir}/postgresql/fuzzystrmatch.so +%{_libdir}/postgresql/insert_username.so +%{_libdir}/postgresql/int_aggregate.so +%{_libdir}/postgresql/isbn_issn.so +%{_libdir}/postgresql/lo.so +%{_libdir}/postgresql/ltree.so +%{_libdir}/postgresql/misc_utils.so +%{_libdir}/postgresql/moddatetime.so +%{_libdir}/postgresql/noup.so +%{_libdir}/postgresql/pending.so +%{_libdir}/postgresql/pgcrypto.so +%{_libdir}/postgresql/pgstattuple.so +%{_libdir}/postgresql/refint.so +%{_libdir}/postgresql/rserv.so +%{_libdir}/postgresql/rtree_gist.so +%{_libdir}/postgresql/seg.so +%{_libdir}/postgresql/string_io.so +%{_libdir}/postgresql/tablefunc.so +%{_libdir}/postgresql/timetravel.so +%{_libdir}/postgresql/tsearch.so +%{_libdir}/postgresql/tsearch2.so +%{_libdir}/postgresql/user_locks.so /usr/share/postgresql/contrib %files libs %defattr(-,root,root) -%dir /usr/lib/postgresql +%dir %{_libdir}/postgresql %dir /usr/share/postgresql -/usr/lib/libecpg.so.* -/usr/lib/libecpg_compat.so.* -/usr/lib/libpgtypes.so.* -/usr/lib/libpq.so.* +%{_libdir}/libecpg.so.* +%{_libdir}/libecpg_compat.so.* +%{_libdir}/libpgtypes.so.* +%{_libdir}/libpq.so.* %files server %defattr(-,root,root) @@ -586,13 +585,13 @@ /usr/bin/postgresql-dump /usr/bin/postmaster /usr/bin/rh-pgdump.sh -/usr/lib/postgresql/ascii_and_mic.so -/usr/lib/postgresql/cyrillic_and_mic.so -/usr/lib/postgresql/euc_*.so -/usr/lib/postgresql/latin2_and_win1250.so -/usr/lib/postgresql/latin_and_mic.so -/usr/lib/postgresql/plpgsql.so -/usr/lib/postgresql/utf8_*.so +%{_libdir}/postgresql/ascii_and_mic.so +%{_libdir}/postgresql/cyrillic_and_mic.so +%{_libdir}/postgresql/euc_*.so +%{_libdir}/postgresql/latin2_and_win1250.so +%{_libdir}/postgresql/latin_and_mic.so +%{_libdir}/postgresql/plpgsql.so +%{_libdir}/postgresql/utf8_*.so %{_mandir}/man1/initdb.1* %{_mandir}/man1/initlocation.1* %{_mandir}/man1/ipcclean.1* @@ -626,29 +625,29 @@ /usr/bin/ecpg /usr/bin/pg_config /usr/include/postgresql -/usr/lib/libecpg.a -/usr/lib/libecpg.so -/usr/lib/libpq.a -/usr/lib/libpq.so -/usr/lib/libecpg_compat.a -/usr/lib/libecpg_compat.so -/usr/lib/libpgtypes.a -/usr/lib/libpgtypes.so +%{_libdir}/libecpg.a +%{_libdir}/libecpg.so +%{_libdir}/libpq.a +%{_libdir}/libpq.so +%{_libdir}/libecpg_compat.a +%{_libdir}/libecpg_compat.so +%{_libdir}/libpgtypes.a +%{_libdir}/libpgtypes.so %{_mandir}/man1/ecpg.1* %{_mandir}/man1/pg_config.1* %files plperl %defattr(-,root,root) -/usr/lib/postgresql/plperl.so +%{_libdir}/postgresql/plperl.so %files python %defattr(-,root,root) -/usr/lib/postgresql/plpython.so +%{_libdir}/postgresql/plpython.so %files test %defattr(-,postgres,postgres) -%attr(755,postgres,postgres)/usr/lib/postgresql/config.guess -%attr(-,postgres,postgres)/usr/lib/postgresql/test +%attr(755,postgres,postgres) %{_libdir}/postgresql/config.guess +%attr(-,postgres,postgres) %{_libdir}/postgresql/test %changelog Modified: tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec =================================================================== --- tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/shadow-utils/current/specs/shadow-utils.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -28,7 +28,7 @@ License: BSD Group: main BuildPrereq: autoconf, automake, libtool -BuildRequires: gettext libstdc++-devel gcc-c++ +BuildRequires: gettext-devel libstdc++-devel gcc-c++ BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: adduser Modified: tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec =================================================================== --- tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/tcsh/current/specs/tcsh.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -22,6 +22,7 @@ URL: http://www.tcsh.org/ Buildroot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: groff, libtermcap-devel, perl, libtool, autoconf, automake +BuildPrereq: glibc-locales %description Tcsh is an enhanced but completely compatible version of csh, the C Deleted: tinysofa/releases/1.1/tinysofa-rpm-config/current/sources/tinysofa-rpm-config-1.1.3.tar.bz2 =================================================================== (Binary files differ) Modified: tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec =================================================================== --- tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec 2004-08-17 19:58:47 UTC (rev 4099) +++ tinysofa/releases/1.1/tinysofa-rpm-config/current/specs/tinysofa-rpm-config.spec 2004-08-17 20:20:40 UTC (rev 4100) @@ -1,6 +1,6 @@ Summary: tinysofa specific rpm configuration files. Name: tinysofa-rpm-config -Version: 1.1.3 +Version: 1.1.4 Release: 1ts License: GPL Group: development From svn at tinysofa.org Wed Aug 18 19:08:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 19 Aug 2004 05:08:41 +1000 (EST) Subject: [tinysofa-svn] r4102 - tinysofa/releases/1.1/ppp/current/specs Message-ID: <20040818190841.B19274E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-19 05:08:39 +1000 (Thu, 19 Aug 2004) New Revision: 4102 Modified: tinysofa/releases/1.1/ppp/current/specs/ppp.spec Log: - non root build fix Modified: tinysofa/releases/1.1/ppp/current/specs/ppp.spec =================================================================== --- tinysofa/releases/1.1/ppp/current/specs/ppp.spec 2004-08-18 19:02:43 UTC (rev 4101) +++ tinysofa/releases/1.1/ppp/current/specs/ppp.spec 2004-08-18 19:08:39 UTC (rev 4102) @@ -51,10 +51,12 @@ ./configure make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC" + %install %makeinstall_std \ - MANDIR=$RPM_BUILD_ROOT%{_mandir} - BINDIR=$RPM_BUILD_ROOT%{_sbindir} + MANDIR=$RPM_BUILD_ROOT%{_mandir} \ + BINDIR=$RPM_BUILD_ROOT%{_sbindir} \ + INSTALL=install ## it shouldn't be SUID root be default #chmod 755 $RPM_BUILD_ROOT/usr/sbin/pppd From svn at tinysofa.org Wed Aug 18 19:20:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 19 Aug 2004 05:20:10 +1000 (EST) Subject: [tinysofa-svn] r4103 - in tinysofa/releases/1.1/apt/current: sources specs Message-ID: <20040818192010.7605D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-19 05:20:07 +1000 (Thu, 19 Aug 2004) New Revision: 4103 Added: tinysofa/releases/1.1/apt/current/sources/apt-0.5.15cnc6-gpgpath.patch tinysofa/releases/1.1/apt/current/sources/apt-gpg Modified: tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig tinysofa/releases/1.1/apt/current/sources/apt.cron tinysofa/releases/1.1/apt/current/specs/apt.spec Log: - add apt-gpg support Added: tinysofa/releases/1.1/apt/current/sources/apt-0.5.15cnc6-gpgpath.patch =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt-0.5.15cnc6-gpgpath.patch 2004-08-18 19:08:39 UTC (rev 4102) +++ tinysofa/releases/1.1/apt/current/sources/apt-0.5.15cnc6-gpgpath.patch 2004-08-18 19:20:07 UTC (rev 4103) @@ -0,0 +1,20 @@ +--- apt-0.5.15cnc6/apt-pkg/init.cc.gpgpath 2004-08-18 16:11:55.000000000 +0300 ++++ apt-0.5.15cnc6/apt-pkg/init.cc 2004-08-18 16:18:52.000000000 +0300 +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + + // CNC:2003-03-17 + #include +@@ -37,6 +38,9 @@ + is prepended, this allows a fair degree of flexability. */ + bool pkgInitConfig(Configuration &Cnf) + { ++ // dirty hack ++ putenv("GNUPGHOME=/etc/apt/gpg/.gnupg"); ++ + // General APT things + if (strcmp(COMMON_OS,"linux") == 0 || + strcmp(COMMON_OS,"unknown") == 0) Modified: tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig 2004-08-18 19:08:39 UTC (rev 4102) +++ tinysofa/releases/1.1/apt/current/sources/apt-cron.sysconfig 2004-08-18 19:20:07 UTC (rev 4103) @@ -10,6 +10,3 @@ # want logging LOGFILE="/var/log/apt.log" -# define HOME for gpg -GNUPGHOME="/root/.gnupg" - Added: tinysofa/releases/1.1/apt/current/sources/apt-gpg =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt-gpg 2004-08-18 19:08:39 UTC (rev 4102) +++ tinysofa/releases/1.1/apt/current/sources/apt-gpg 2004-08-18 19:20:07 UTC (rev 4103) @@ -0,0 +1,5 @@ +#!/bin/bash + +export GNUPGHOME="/etc/apt/gpg/.gnupg" + +exec gpg "$@" Property changes on: tinysofa/releases/1.1/apt/current/sources/apt-gpg ___________________________________________________________________ Name: svn:executable + * Modified: tinysofa/releases/1.1/apt/current/sources/apt.cron =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt.cron 2004-08-18 19:08:39 UTC (rev 4102) +++ tinysofa/releases/1.1/apt/current/sources/apt.cron 2004-08-18 19:20:07 UTC (rev 4103) @@ -19,9 +19,7 @@ exit 1 fi -if [ -n "$GNUPGHOME" ]; then - export GNUPGHOME -fi +export GNUPGHOME="/etc/apt/gpg/.gnupg" for command in $RUN_COMMANDS; do /usr/bin/apt-get -qq -y $command Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec =================================================================== --- tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-18 19:08:39 UTC (rev 4102) +++ tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-18 19:20:07 UTC (rev 4103) @@ -48,6 +48,7 @@ Source1000: apt.cron Source1001: apt-cron.sysconfig +Source1002: apt-gpg BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -95,6 +96,7 @@ Patch106: apt-0.5.15cnc6-tinysofa-gpg-import.patch Patch107: apt-0.5.15cnc6-tinysofa-build.patch Patch108: apt-0.5.15cnc6-tinysofa-list-nodeps.patch +Patch109: apt-0.5.15cnc6-gpgpath.patch %description A port of Debian's apt tools for RPM based distributions. @@ -149,6 +151,7 @@ %patch106 -p1 -b .tinysofa-gpg-import #%patch107 -p1 -b .tinysofa-build %patch108 -p1 -b .tinysofa-list-nodeps +%patch109 -p1 -b .gpgpath # fix docs to reference correct paths perl -pi -e \ @@ -259,6 +262,7 @@ install -m 755 %{SOURCE1000} %{buildroot}%{_sysconfdir}/cron.daily/apt.cron install -m 644 %{SOURCE1001} %{buildroot}%{_sysconfdir}/sysconfig/apt-cron +install -m 755 %{SOURCE1002} %{buildroot}%{_bindir} # nuke .la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -314,6 +318,7 @@ %{_bindir}/apt-cache %{_bindir}/apt-cdrom %{_bindir}/apt-config +%{_bindir}/apt-gpg %{_bindir}/apt-shell %{_bindir}/apt-get %{_bindir}/genpkglist From svn at tinysofa.org Thu Aug 19 07:52:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 19 Aug 2004 17:52:51 +1000 (EST) Subject: [tinysofa-svn] r4104 - in tinysofa/releases/1.1/kerberos5/current: sources specs Message-ID: <20040819075251.5D6CB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-19 17:52:47 +1000 (Thu, 19 Aug 2004) New Revision: 4104 Added: tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.4.tar.gz Removed: tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.3-MITKRB5-SA-2004-001-an_to_ln.patch tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.3.tar.gz Modified: tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec Log: - 1.3.4 Deleted: tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.3-MITKRB5-SA-2004-001-an_to_ln.patch =================================================================== --- tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.3-MITKRB5-SA-2004-001-an_to_ln.patch 2004-08-18 19:20:07 UTC (rev 4103) +++ tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.3-MITKRB5-SA-2004-001-an_to_ln.patch 2004-08-19 07:52:47 UTC (rev 4104) @@ -1,165 +0,0 @@ ---- krb5-1.3.3/src/lib/krb5/os/an_to_ln.c 2002-09-03 22:29:34.000000000 +0300 -+++ krb5-1.3.3.MITKRB5-SA-2004-001/src/lib/krb5/os/an_to_ln.c 2004-06-04 19:00:57.000000000 +0300 -@@ -270,9 +270,14 @@ - * If no regcomp() then just return the input string verbatim in the output - * string. - */ --static void -+#define use_bytes(x) \ -+ out_used += (x); \ -+ if (out_used > MAX_FORMAT_BUFFER) goto mem_err -+ -+static int - do_replacement(char *regexp, char *repl, int doall, char *in, char *out) - { -+ size_t out_used = 0; - #if HAVE_REGCOMP - regex_t match_exp; - regmatch_t match_match; -@@ -287,17 +292,22 @@ - do { - if (!regexec(&match_exp, cp, 1, &match_match, 0)) { - if (match_match.rm_so) { -+ use_bytes(match_match.rm_so); - strncpy(op, cp, match_match.rm_so); - op += match_match.rm_so; - } -+ use_bytes(strlen(repl)); - strncpy(op, repl, MAX_FORMAT_BUFFER - 1 - (op - out)); - op += strlen(op); - cp += match_match.rm_eo; -- if (!doall) -+ if (!doall) { -+ use_bytes(strlen(cp)); - strncpy(op, cp, MAX_FORMAT_BUFFER - 1 - (op - out)); -+ } - matched = 1; - } - else { -+ use_bytes(strlen(cp)); - strncpy(op, cp, MAX_FORMAT_BUFFER - 1 - (op - out)); - matched = 0; - } -@@ -322,17 +332,22 @@ - sdispl = (size_t) (loc1 - cp); - edispl = (size_t) (loc2 - cp); - if (sdispl) { -+ use_bytes(sdispl); - strncpy(op, cp, sdispl); - op += sdispl; - } -+ use_bytes(strlen(repl)); - strncpy(op, repl, MAX_FORMAT_BUFFER - 1 - (op - out)); - op += strlen(repl); - cp += edispl; -- if (!doall) -+ if (!doall) { -+ use_bytes(strlen(cp)); - strncpy(op, cp, MAX_FORMAT_BUFFER - 1 - (op - out)); -+ } - matched = 1; - } - else { -+ use_bytes(strlen(cp)); - strncpy(op, cp, MAX_FORMAT_BUFFER - 1 - (op - out)); - matched = 0; - } -@@ -340,7 +355,15 @@ - #else /* HAVE_REGEXP_H */ - memcpy(out, in, MAX_FORMAT_BUFFER); - #endif /* HAVE_REGCOMP */ -+ return 1; -+ mem_err: -+#ifdef HAVE_REGCMP -+ regfree(&match_exp); -+#endif -+ return 0; -+ - } -+#undef use_bytes - - /* - * aname_replacer() - Perform the specified substitutions on the input -@@ -412,7 +435,12 @@ - - /* Do the replacemenbt */ - memset(out, '\0', MAX_FORMAT_BUFFER); -- do_replacement(rule, repl, doglobal, in, out); -+ if (!do_replacement(rule, repl, doglobal, in, out)) { -+ free(rule); -+ free(repl); -+ kret = KRB5_LNAME_NOTRANS; -+ break; -+ } - free(rule); - free(repl); - -@@ -459,6 +487,7 @@ - char *fprincname; - char *selstring = 0; - int num_comps, compind; -+ size_t selstring_used; - char *cout; - krb5_data *datap; - char *outstring; -@@ -479,6 +508,7 @@ - */ - current = strchr(current, ':'); - selstring = (char *) malloc(MAX_FORMAT_BUFFER); -+ selstring_used = 0; - if (current && selstring) { - current++; - cout = selstring; -@@ -497,6 +527,14 @@ - aname, - compind-1)) - ) { -+ if ((datap->length < MAX_FORMAT_BUFFER) -+ && (selstring_used+datap->length -+ < MAX_FORMAT_BUFFER)) { -+ selstring_used += datap->length; -+ } else { -+ kret = ENOMEM; -+ goto errout; -+ } - strncpy(cout, - datap->data, - (unsigned) datap->length); -@@ -527,7 +565,7 @@ - else - kret = KRB5_CONFIG_BADFORMAT; - -- if (kret) -+ errout: if (kret) - free(selstring); - } - } -@@ -643,7 +681,7 @@ - const char *hierarchy[5]; - char **mapping_values; - int i, nvalid; -- char *cp; -+ char *cp, *s; - char *typep, *argp; - unsigned int lnsize; - -@@ -677,11 +715,14 @@ - - /* Just use the last one. */ - /* Trim the value. */ -- cp = &mapping_values[nvalid-1] -- [strlen(mapping_values[nvalid-1])]; -- while (isspace((int) (*cp))) cp--; -- cp++; -- *cp = '\0'; -+ s = mapping_values[nvalid-1]; -+ cp = s + strlen(s); -+ while (cp > s) { -+ cp--; -+ if (!isspace((int)(*cp))) -+ break; -+ *cp = '\0'; -+ } - - /* Copy out the value if there's enough room */ - if (strlen(mapping_values[nvalid-1])+1 <= (size_t) lnsize) Deleted: tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.3.tar.gz =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.4.tar.gz =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.4.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec =================================================================== --- tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec 2004-08-18 19:20:07 UTC (rev 4103) +++ tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec 2004-08-19 07:52:47 UTC (rev 4104) @@ -1,10 +1,9 @@ Summary: Kerberos is a network authentication protocol. Name: kerberos5 -Version: 1.3.3 -Release: 5ts +Version: 1.3.4 +Release: 1jh Group: main Source0: krb5-%{version}.tar.gz -Patch0: krb5-1.3.3-MITKRB5-SA-2004-001-an_to_ln.patch URL: http://web.mit.edu/kerberos License: Distributable Requires: libcom_err libtermcap ncurses @@ -37,17 +36,16 @@ %prep %setup -q -n krb5-%{version} -%patch0 -p1 + %build pushd src export CFLAGS="${RPM_OPT_FLAGS} %{?no_stack_protector} -I/usr/include/et" %configure --enable-shared --program-prefix=krb5 --with-system-et -make +%make popd %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT pushd src make DESTDIR="$RPM_BUILD_ROOT" install popd @@ -77,6 +75,9 @@ %attr(755,root,root) %{_libdir}/*.so %changelog +* Thu Aug 19 2004 Jaakko Heinonen +- 1.3.4 + * Thu Aug 05 2004 tsintegrate 1.3.3-5ts - current (1.3.3-5jh) integrated as 1.3.3-5ts for release 1.1 From svn at tinysofa.org Thu Aug 19 17:54:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 03:54:06 +1000 (EST) Subject: [tinysofa-svn] r4105 - tinysofa/releases/1.1/filesystem/current/specs Message-ID: <20040819175406.247394E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-20 03:54:03 +1000 (Fri, 20 Aug 2004) New Revision: 4105 Modified: tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec Log: changes for kernel 2.6 Modified: tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec =================================================================== --- tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec 2004-08-19 07:52:47 UTC (rev 4104) +++ tinysofa/releases/1.1/filesystem/current/specs/filesystem.spec 2004-08-19 17:54:03 UTC (rev 4105) @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system. Name: filesystem Version: 1.0 -Release: 4ts +Release: 5gd License: Public Domain Group: main BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -43,6 +43,7 @@ mkdir -p $RPM_BUILD_ROOT/root mkdir -p $RPM_BUILD_ROOT/sbin mkdir -p $RPM_BUILD_ROOT/srv +mkdir -p $RPM_BUILD_ROOT/sys mkdir -p $RPM_BUILD_ROOT/tmp mkdir -p $RPM_BUILD_ROOT/usr mkdir -p $RPM_BUILD_ROOT/usr/bin @@ -132,6 +133,7 @@ %dir %attr(700,root,root) /root %dir /sbin %dir /srv +%dir /sys %dir %attr(1777,root,root) /tmp %dir /usr %dir /usr/bin @@ -192,6 +194,9 @@ %dir %attr(1777,root,root) /var/tmp %changelog +* Thu Aug 19 2004 Gerald Dachs 1.0-5gd +- added /sys for kernel 2.6 + * Thu Aug 05 2004 tsintegrate 1.0-4ts - current (1.0-4jh) integrated as 1.0-4ts for release 1.1 From svn at tinysofa.org Thu Aug 19 18:07:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 04:07:32 +1000 (EST) Subject: [tinysofa-svn] r4106 - in tinysofa/releases/1.1/initscripts/current: sources specs Message-ID: <20040819180732.A33084E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-20 04:07:29 +1000 (Fri, 20 Aug 2004) New Revision: 4106 Added: tinysofa/releases/1.1/initscripts/current/sources/initscripts-7.31.9-tinysofa-kernel-2.6.patch Modified: tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec Log: changes for kernel 2.6 Added: tinysofa/releases/1.1/initscripts/current/sources/initscripts-7.31.9-tinysofa-kernel-2.6.patch =================================================================== --- tinysofa/releases/1.1/initscripts/current/sources/initscripts-7.31.9-tinysofa-kernel-2.6.patch 2004-08-19 17:54:03 UTC (rev 4105) +++ tinysofa/releases/1.1/initscripts/current/sources/initscripts-7.31.9-tinysofa-kernel-2.6.patch 2004-08-19 18:07:29 UTC (rev 4106) @@ -0,0 +1,31 @@ +--- initscripts-7.31.9/rc.d/rc.sysinit.orig 2004-08-19 19:41:51.502584832 +0200 ++++ initscripts-7.31.9/rc.d/rc.sysinit 2004-08-19 20:00:27.258964080 +0200 +@@ -70,6 +70,11 @@ + echo + fi + ++# for 2.6 - mount sysfs if it is available ++if [[ -d /sys ]] && grep -q sysfs /proc/filesystems; then ++ action "Mounting sysfs on /sys" mount -t sysfs none /sys ++fi ++ + # Fix console loglevel + if [ -n "$LOGLEVEL" ]; then + /bin/dmesg -n $LOGLEVEL +@@ -186,9 +191,13 @@ + needusbstorage= + if [ $usb = "1" ]; then + needusbstorage=`LC_ALL=C grep -e "^I.*Cls=08" /proc/bus/usb/devices 2>/dev/null` +- LC_ALL=C grep 'hid' /proc/bus/usb/drivers || action $"Initializing USB HID interface: " modprobe hid 2> /dev/null +- action $"Initializing USB keyboard: " modprobe keybdev 2> /dev/null +- action $"Initializing USB mouse: " modprobe mousedev 2> /dev/null ++ if [ -f /proc/bus/usb/drivers ]; then ++ LC_ALL=C grep 'hid' /proc/bus/usb/drivers || action $"Initializing USB HID interface: " modprobe hid 2> /dev/null ++ action $"Initializing USB keyboard: " modprobe keybdev 2> /dev/null ++ action $"Initializing USB mouse: " modprobe mousedev 2> /dev/null ++ else ++ action $"Initializing USB HID interface: " modprobe usbhid 2> /dev/null ++ fi + fi + + if [ -f /fastboot ] || strstr "$cmdline" fastboot ; then Modified: tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec =================================================================== --- tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec 2004-08-19 17:54:03 UTC (rev 4105) +++ tinysofa/releases/1.1/initscripts/current/specs/initscripts.spec 2004-08-19 18:07:29 UTC (rev 4106) @@ -3,13 +3,14 @@ Version: 7.31.9 License: GPL Group: main -Release: 6jh +Release: 7gd Source: initscripts-%{version}.tar.bz2 URL: http://rhlinux.redhat.com/initscripts/ Patch0: initscripts-s390.patch Patch1: initscripts-7.31.9-tinysofa.patch Patch2: initscripts-7.31.9-tinysofa-no-po.patch Patch3: initscripts-7.31.9-network-scripts.patch +Patch4: initscripts-7.31.9-tinysofa-kernel-2.6.patch BuildRoot: %{_tmppath}/%{name}-root Requires: agetty, gawk, sed, mktemp, e2fsprogs >= 1.15 Requires: procps, sysklogd >= 1.3.31 @@ -22,7 +23,7 @@ Conflicts: kernel <= 2.4, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3 Conflicts: ypbind < 1.6-12, psacct < 6.3.2 Obsoletes: rhsound sapinit -Prereq: chkconfig, shadow-utils, gawk, coreutils, filesystem +Prereq: chkconfig, shadow-utils, gawk, coreutils, filesystem >= 1.0-5gd BuildPrereq: glib-devel > 2, popt gettext pkgconfig %description @@ -38,6 +39,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build @@ -197,6 +199,9 @@ %changelog +* Thu Aug 19 2004 Gerald Dachs 7.31.9-7gd +- added patch for kernel 2.6 (patch4) + * Sat Aug 7 2004 Jaakko Heinonen - get network scripts improvements from RHEL From svn at tinysofa.org Thu Aug 19 18:36:32 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 04:36:32 +1000 (EST) Subject: [tinysofa-svn] r4107 - tinysofa/releases/1.1/mkinitrd/current/specs Message-ID: <20040819183632.3BEB34E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-20 04:36:29 +1000 (Fri, 20 Aug 2004) New Revision: 4107 Modified: tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec Log: changes for kernel 2.6 Modified: tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec =================================================================== --- tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec 2004-08-19 18:07:29 UTC (rev 4106) +++ tinysofa/releases/1.1/mkinitrd/current/specs/mkinitrd.spec 2004-08-19 18:36:29 UTC (rev 4107) @@ -1,7 +1,7 @@ Summary: Creates an initial ramdisk image for preloading modules. Name: mkinitrd Version: 3.5.24 -Release: 1ts +Release: 2gd License: GPL Group: main Source: mkinitrd-%{version}.tar.bz2 @@ -9,6 +9,7 @@ Patch2: mkinitrd-3.5.21-insmod.patch Patch3: mkinitrd-3.5.21-tinysofa-titles.patch Patch4: mkinitrd-3.5.21-tinysofa-backwards-compat.patch +Patch5: mkinitrd-3.5.24-tinysofa-kernel-2.6.patch # This needs to be PreReq'ed or system install will fail PreReq: losetup, e2fsprogs, coreutils, grep, mount, gzip, tar PreReq: mktemp >= 1.5-5tr, findutils, sed @@ -40,6 +41,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build export CC="gcc %{?no_stack_protector}" @@ -57,6 +59,9 @@ %{_mandir}/man8/* %changelog +* Thu Aug 19 2004 Gerald Dachs 3.5.24-2gd +- added kernel 2.6 support (Patch4) + * Thu Aug 05 2004 tsintegrate 3.5.24-1ts - current (3.5.24-1jh) integrated as 3.5.24-1ts for release 1.1 From svn at tinysofa.org Thu Aug 19 18:37:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 04:37:28 +1000 (EST) Subject: [tinysofa-svn] r4108 - tinysofa/releases/1.1/mkinitrd/current/sources Message-ID: <20040819183728.E7ABC4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-20 04:37:25 +1000 (Fri, 20 Aug 2004) New Revision: 4108 Added: tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.24-tinysofa-kernel-2.6.patch Log: changes for kernel 2.6 Added: tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.24-tinysofa-kernel-2.6.patch =================================================================== --- tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.24-tinysofa-kernel-2.6.patch 2004-08-19 18:36:29 UTC (rev 4107) +++ tinysofa/releases/1.1/mkinitrd/current/sources/mkinitrd-3.5.24-tinysofa-kernel-2.6.patch 2004-08-19 18:37:25 UTC (rev 4108) @@ -0,0 +1,44 @@ +--- mkinitrd-3.5.24/grubby/new-kernel-pkg.orig 2004-08-15 21:37:17.502219520 +0200 ++++ mkinitrd-3.5.24/grubby/new-kernel-pkg 2004-08-15 21:37:37.710147448 +0200 +@@ -391,7 +391,7 @@ + usage + fi + +-kernelmajor=`echo $kernel | cut -d . -f 1,2` ++kernelmajor=`echo $version | cut -d . -f 1,2` + + # kernel image for 2.4 is vmlinux + if [ $ARCH = 'ppc64' -o $ARCH = 'ppc' ]; then +--- mkinitrd-3.5.24/mkinitrd.orig 2004-08-19 20:11:40.790571712 +0200 ++++ mkinitrd-3.5.24/mkinitrd 2004-08-19 20:12:51.224864072 +0200 +@@ -42,6 +42,7 @@ + IMAGESIZE=8000 + PRESCSIMODS="scsi_mod sd_mod unknown" + fstab="/etc/fstab" ++IGNOREMODS="$IGNOREMODS ppa imm ide-scsi $initrdfs usb-storage" + + usage () { + echo "usage: `basename $0` [--version] [-v] [-f] [--preload ]" >&2 +@@ -96,6 +97,10 @@ + return + fi + ++ for i in $IGNOREMODS; do ++ [ "$i" = "$modName" ] && return ++ done ++ + # special cases + if [ "$modName" = "i2o_block" ]; then + findmodule i2o_core +@@ -285,6 +290,11 @@ + kernelmajor=`echo $kernel | cut -d . -f 1,2` + if [ "$kernelmajor" == "2.6" ]; then + modulefile=/etc/modprobe.conf ++ ++ if [ ! -f $modulefile ]; then ++ echo "# autogenerated by generate-modprobe.conf" > $modulefile ++ /sbin/generate-modprobe.conf >> $modulefile ++ fi + fi + + # find a temporary directory which doesn't use tmpfs From svn at tinysofa.org Thu Aug 19 19:44:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 05:44:30 +1000 (EST) Subject: [tinysofa-svn] r4111 - in contrib/1.1/dnsmasq/current: sources specs Message-ID: <20040819194430.1A8824E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-20 05:44:26 +1000 (Fri, 20 Aug 2004) New Revision: 4111 Added: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.13.tar.gz Removed: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.11.tar.gz Modified: contrib/1.1/dnsmasq/current/sources/dnsmasq.initd contrib/1.1/dnsmasq/current/specs/dnsmasq.spec Log: new upstream version Deleted: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.11.tar.gz =================================================================== (Binary files differ) Added: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.13.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/dnsmasq/current/sources/dnsmasq-2.13.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: contrib/1.1/dnsmasq/current/sources/dnsmasq.initd =================================================================== --- contrib/1.1/dnsmasq/current/sources/dnsmasq.initd 2004-08-19 19:41:48 UTC (rev 4110) +++ contrib/1.1/dnsmasq/current/sources/dnsmasq.initd 2004-08-19 19:44:26 UTC (rev 4111) @@ -91,8 +91,17 @@ start rc=$? ;; + condrestart|try-restart) + status $NAME + if [ $? -eq 0 ]; then + stop + start + rc=$? + fi + ;; + *) - echo "Usage: $0 {start|stop|restart|status}" + echo "Usage: $0 {start|stop|restart|status|try-restart}" rc=3 ;; esac Modified: contrib/1.1/dnsmasq/current/specs/dnsmasq.spec =================================================================== --- contrib/1.1/dnsmasq/current/specs/dnsmasq.spec 2004-08-19 19:41:48 UTC (rev 4110) +++ contrib/1.1/dnsmasq/current/specs/dnsmasq.spec 2004-08-19 19:44:26 UTC (rev 4111) @@ -1,6 +1,6 @@ Summary: A lightweight caching nameserver Name: dnsmasq -Version: 2.11 +Version: 2.13 Release: 1gd Group: contrib Source: http://www.thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz @@ -63,6 +63,9 @@ %changelog +* Sat Aug 14 2004 Gerald Dachs 2.13-1gd +- new upstream version + * Tue Aug 10 2004 Gerald Dachs 2.11-1gd - new upstream version From svn at tinysofa.org Thu Aug 19 20:09:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 06:09:08 +1000 (EST) Subject: [tinysofa-svn] r4112 - in tinysofa/releases/1.1: apr-util/current/specs authconfig/current/specs cyrus-imapd/current/specs cyrus-sasl/current/specs dietlibc/current/specs gnupg/current/specs kerberos5/current/sources kerberos5/current/specs kudzu/current/specs libc-client/current/specs libpng/current/specs mysql/current/sources mysql/current/specs openldap/current/specs openssh/current/specs openssl/current/specs pciutils/current/sources pciutils/current/specs postfix/current/specs rpm/current/specs stunnel/current/specs sysvinit/current/sources sysvinit/current/specs tcp_wrappers/current/specs Message-ID: <20040819200908.3BF324E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 06:09:05 +1000 (Fri, 20 Aug 2004) New Revision: 4112 Added: tinysofa/releases/1.1/mysql/current/sources/mysql-4.0.20-fixpath.patch tinysofa/releases/1.1/pciutils/current/sources/pciutils-strip.patch Modified: tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec tinysofa/releases/1.1/kerberos5/current/sources/krb5-1.3.4.tar.gz tinysofa/releases/1.1/kerberos5/current/specs/kerberos5.spec tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec tinysofa/releases/1.1/libpng/current/specs/libpng.spec tinysofa/releases/1.1/mysql/current/specs/mysql.spec tinysofa/releases/1.1/openldap/current/specs/openldap.spec tinysofa/releases/1.1/openssh/current/specs/openssh.spec tinysofa/releases/1.1/openssl/current/specs/openssl.spec tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec tinysofa/releases/1.1/postfix/current/specs/postfix.spec tinysofa/releases/1.1/rpm/current/specs/rpm.spec tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec tinysofa/releases/1.1/sysvinit/current/sources/sysvinit-2.85-makefile.patch tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec Log: - x86_64 fixed, part 3 Modified: tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec =================================================================== --- tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/apr-util/current/specs/apr-util.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -21,6 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: autoconf, libtool, apr-devel >= 1:0.9.4-1 BuildPrereq: openldap-devel, db4-devel, expat-devel, cyrus-sasl-devel, openssl-devel +BuildPrereq: glibc-locales Conflicts: subversion < 0.20.1-2 %description Modified: tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec =================================================================== --- tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/authconfig/current/specs/authconfig.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -22,23 +22,22 @@ %setup -q %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \ - --mandir=$RPM_BUILD_ROOT/%{_mandir} +CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS +%configure -make +%make %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" -make DESTDIR=$RPM_BUILD_ROOT install-exec +make DESTDIR="%{buildroot}" install-exec pushd man -make install +%makeinstall_std popd mkdir -p $RPM_BUILD_ROOT/etc/pam.d install -m644 authconfig.pamd $RPM_BUILD_ROOT/etc/pam.d/authconfig %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files %defattr(-,root,root) Modified: tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec =================================================================== --- tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/cyrus-imapd/current/specs/cyrus-imapd.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -1,7 +1,7 @@ Summary: A high-performance mail store with IMAP and POP3 support. Name: cyrus-imapd Version: 2.2.3 -Release: 5ts +Release: 6jh License: BSD Group: extra URL: http://asg.web.cmu.edu/cyrus/imapd/ @@ -65,8 +65,10 @@ find . -type f -print0 | xargs -0 perl -pi -e 's|/etc/imapd.conf|/etc/cyrus-imapd/imapd.conf|g' %build -CPPFLAGS="-I/usr/include/et" -export CPPFLAGS +CPPFLAGS="-I/usr/include/et"; export CPPFLAGS +# perl/sieve/lib doesn't honour CFLAGS +# this isn't quite clean - fixme +CC="gcc -fPIC"; export CC #autoconf %configure \ @@ -74,22 +76,24 @@ --enable-annotatemore \ --enable-listext \ --with-perl=/usr/bin/perl \ - --with-libwrap=/usr \ - --with-openssl=/usr \ - --with-sasl=/usr \ - --with-com_err=/usr \ + --with-libwrap \ + --with-openssl \ + --with-sasl \ + --with-com_err \ --with-krb=no \ - --with-cyrus-prefix=/usr/lib/%{name} \ + --with-cyrus-prefix=%{_libdir}/%{name} \ --sysconfdir=%{_sysconfdir}/%{name} -make all +%make \ + IMAP_COM_ERR_LIBS=%{_libdir}/libcom_err.a + gcc $RPM_OPT_FLAGS -o deliver-wrapper $RPM_SOURCE_DIR/cyrus-deliver-wrapper.c %install # Create directories. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/{cron.daily,postfix} mkdir -p $RPM_BUILD_ROOT/{usr/bin,%{_sysconfdir}/sbin} -mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/init.d +mkdir -p $RPM_BUILD_ROOT/%{_initrddir} # Build and populate /var/spool and /var/imap. mkdir -p -m 0755 \ @@ -106,7 +110,7 @@ INSTALLSITEARCH=$installsitearch \ PREFIX=$RPM_BUILD_ROOT%{_prefix} \ CYRUS_USER=%{cyrus_uid} \ - CYRUS_GROUP=%{mail_gid} \ + CYRUS_GROUP=%{mail_gid} \ mandir=%{_mandir} make -C man install DESTDIR=$RPM_BUILD_ROOT \ @@ -119,7 +123,7 @@ # Install the delivery agent. install -s deliver-wrapper \ - $RPM_BUILD_ROOT/usr/lib/%{name}/bin/deliver-wrapper + $RPM_BUILD_ROOT/%{_libdir}/%{name}/bin/deliver-wrapper install -m 755 imtest/imtest $RPM_BUILD_ROOT/usr/bin/imtest install -m 755 perl/imap/cyradm $RPM_BUILD_ROOT/usr/bin/cyradm @@ -139,7 +143,7 @@ install -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/cyrus.conf # Install rc script -install -m 755 %{SOURCE14} $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/cyrus +install -m 755 %{SOURCE14} $RPM_BUILD_ROOT/%{_initrddir}/cyrus # Install the tools for tool in tools/* ; do @@ -162,13 +166,18 @@ done popd +# ouch +if [ "/usr/lib" != "%{_libdir}" ]; then + %{__mv} %{buildroot}/usr/lib/*.a %{buildroot}%{_libdir} +fi + find %{buildroot} -name "perllocal.pod" -exec %{__rm} -f {} \; %clean %clean_buildroot %pre -/etc/init.d/cyrus stop 2>/dev/null >/dev/null || : +%{_initrddir}/cyrus stop 2>/dev/null >/dev/null || : # Dynamically add the cyrus user BEFORE installing package if [ -z "`getent group mail`" ]; then /usr/sbin/groupadd -g %{mail_gid} mail @@ -193,7 +202,7 @@ %preun %service_preun cyrus if [ $1 = 0 ]; then - /etc/init.d/cyrus stop 2>/dev/null || : + %{_initrddir}/cyrus stop 2>/dev/null || : /sbin/chkconfig --del cyrus || : fi @@ -209,12 +218,12 @@ %config %{_sysconfdir}/%{name}/user-procmailrc %config(noreplace) %{_sysconfdir}/%{name}/cyrus.conf %config(noreplace) %{_sysconfdir}/%{name}/imapd.conf -%attr(0755,root,root) %{_sysconfdir}/init.d/cyrus -/usr/lib/%{name} +%attr(0755,root,root) %{_initrddir}/cyrus +%{_libdir}/%{name} %{_bindir}/* %attr(755,root,root) %{_libdir}/perl?/site_perl/*/*/auto/Cyrus %{_libdir}/perl?/site_perl/*/*/Cyrus -%attr(02755,cyrus,mail) /usr/lib/%{name}/bin/deliver-wrapper +%attr(02755,cyrus,mail) %{_libdir}/%{name}/bin/deliver-wrapper %{_mandir}/*/* %attr(750,cyrus,mail) /var/spool/cyrus-imap @@ -226,6 +235,10 @@ %{_includedir}/cyrus %changelog +* Thu Aug 19 2004 Jaakko Heinonen +- compile with -fPIC +- x86_64 fixes + * Thu Aug 05 2004 tsintegrate 2.2.3-5ts - current (2.2.3-5jh) integrated as 2.2.3-5ts for release 1.1 Modified: tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec =================================================================== --- tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/cyrus-sasl/current/specs/cyrus-sasl.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -12,7 +12,7 @@ URL: http://asg.web.cmu.edu/sasl/sasl-library.html BuildRoot: %{_tmppath}/%{name}-root BuildRequires: libtool, groff -BuildRequires: db4-devel, openssl-devel, pam-devel, autoconf, automake +BuildRequires: db4-devel, openssl-devel, pam-devel, autoconf, automake, gcc-c++ BuildRequires: mysql-devel, mysql-libs, postgresql-devel %service_requires Requires: pam, db4, openssl @@ -121,13 +121,13 @@ --with-pgsql=/usr/include/postgresql \ --with-mysql=/usr -make +%make %install -%makeinstall +%makeinstall_std sasldir=%{_plugindir2} + install -m755 -d $RPM_BUILD_ROOT%{_bindir} - ./libtool --mode=install \ install -m755 sample/client $RPM_BUILD_ROOT%{_bindir}/sasl-sample-client ./libtool --mode=install \ Modified: tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec =================================================================== --- tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/dietlibc/current/specs/dietlibc.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -1,6 +1,6 @@ %define __os_install_post /usr/lib/rpm/brp-compress -ExclusiveArch: i386 i586 +ExclusiveArch: %{ix86} Summary: A small libc implementation Name: dietlibc Version: 0.26 Modified: tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec =================================================================== --- tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/gnupg/current/specs/gnupg.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -41,7 +41,7 @@ %configure \ --program-prefix='' \ - --libexecdir="/usr/lib/%{name}" \ + --libexecdir="%{_libdir}/%{name}" \ --with-mailprog=/usr/sbin/sendmail \ --disable-nls @@ -53,11 +53,10 @@ %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -%makeinstall install-strip libexecdir="$RPM_BUILD_ROOT/usr/lib/%{name}" +%makeinstall install-strip libexecdir="$RPM_BUILD_ROOT/%{_libdir}/%{name}" -install -m755 -d $RPM_BUILD_ROOT/usr/lib/%{name} -install -m644 %SOURCE1 $RPM_BUILD_ROOT/usr/lib/%{name}/tinysofa.pub.gpg +install -m755 -d $RPM_BUILD_ROOT/%{_libdir}/%{name} +install -m644 %SOURCE1 $RPM_BUILD_ROOT/%{_libdir}/%{name}/tinysofa.pub.gpg install -m755 -d $RPM_BUILD_ROOT/usr/share/html/%{name} install -m644 %SOURCE2 $RPM_BUILD_ROOT/usr/share/html/%{name}/ install -m644 doc/gpg.html $RPM_BUILD_ROOT/usr/share/html/%{name}/ @@ -73,7 +72,7 @@ /usr/bin/gpg >/dev/null &1 # Import the tinysofa-sign-key -/usr/bin/gpg --import /usr/lib/gnupg/tinysofa.pub.gpg >/dev/null 2>&1 /dev/null 2>&1 - 1.3.4 +- spec cleanup * Thu Aug 05 2004 tsintegrate 1.3.3-5ts - current (1.3.3-5jh) integrated as 1.3.3-5ts for release 1.1 Modified: tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec =================================================================== --- tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/kudzu/current/specs/kudzu.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -13,7 +13,10 @@ Obsoletes: rhs-hwdiag setconsole Prereq: modutils >= 2.3.11-5, chkconfig BuildPrereq: pciutils-devel python-devel newt-devel -BuildRequires: gettext python slang-devel dietlibc +BuildRequires: gettext python slang-devel +%ifarch %{ix86} +BuildRequires: dietlibc +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Modified: tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec =================================================================== --- tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/libc-client/current/specs/libc-client.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -71,12 +71,18 @@ cp %{SOURCE1} src/osdep/unix/ %build +%ifarch x86_64 +export CC="gcc -fPIC" +%else +export CC="gcc" +%endif # Set EXTRACFLAGS here instead of in imap-2000-redhat.patch (#20760) EXTRACFLAGS="$EXTRACFLAGS -DDISABLE_POP_PROXY=1 -DIGNORE_LOCK_EACCES_ERRORS=1" EXTRACFLAGS="$EXTRACFLAGS -I/usr/include/openssl" EXTRACFLAGS="$EXTRACFLAGS -fPIC" make lnp \ +CC="$CC" \ EXTRACFLAGS="$EXTRACFLAGS" \ EXTRALDFLAGS="$EXTRALDFLAGS" \ EXTRAAUTHENTICATORS=gss \ Modified: tinysofa/releases/1.1/libpng/current/specs/libpng.spec =================================================================== --- tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/libpng/current/specs/libpng.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -73,13 +73,13 @@ %install mkdir -p $RPM_BUILD_ROOT/%{_datadir} -make install DESTDIR=$RPM_BUILD_ROOT \ +%makeinstall_std \ prefix=%{_prefix} \ MANPATH=%{_mandir} \ PNGMAJ=3 \ ZLIBINC=%{_includedir} \ ZLIBLIB=%{_libdir} \ - LIBPATH=$RPM_BUILD_ROOT%{_libdir} + LIBPATH=%{_libdir} install -s -m 755 contrib/pngminus/png2pnm $RPM_BUILD_ROOT/%{_bindir}/ install -s -m 755 contrib/pngminus/pnm2png $RPM_BUILD_ROOT/%{_bindir}/ Added: tinysofa/releases/1.1/mysql/current/sources/mysql-4.0.20-fixpath.patch =================================================================== --- tinysofa/releases/1.1/mysql/current/sources/mysql-4.0.20-fixpath.patch 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/mysql/current/sources/mysql-4.0.20-fixpath.patch 2004-08-19 20:09:05 UTC (rev 4112) @@ -0,0 +1,10 @@ +--- mysql-4.0.20/scripts/mysql_config.sh.fixpath 2004-08-18 15:39:04.000000000 +0300 ++++ mysql-4.0.20/scripts/mysql_config.sh 2004-08-18 15:40:38.000000000 +0300 +@@ -75,7 +75,6 @@ + execdir='@libexecdir@' + bindir='@bindir@' + pkglibdir='@pkglibdir@' +-fix_path pkglibdir lib/mysql lib + pkgincludedir='@pkgincludedir@' + fix_path pkgincludedir include/mysql include + version='@VERSION@' Modified: tinysofa/releases/1.1/mysql/current/specs/mysql.spec =================================================================== --- tinysofa/releases/1.1/mysql/current/specs/mysql.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/mysql/current/specs/mysql.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -9,6 +9,7 @@ Source: http://mirrors.sunsite.dk/mysql/Downloads/MySQL-4.0/mysql-%{version}.tar.gz Source2: mysql.init Source3: mysql.conf +Patch: mysql-4.0.20-fixpath.patch URL: http://www.mysql.com/ Provides: msqlormysql MySQL-server BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -88,12 +89,23 @@ %prep %setup -q -n %{name}-%{version} +%patch -p1 -b .fixpath + %build export CC="${MYSQL_BUILD_CC:-gcc}" export CXX="${MYSQL_BUILD_CXX:-gcc}" export CFLAGS="${MYSQL_BUILD_CFLAGS:-$RPM_OPT_FLAGS}" export CXXFLAGS="${MYSQL_BUILD_CXXFLAGS:-$RPM_OPT_FLAGS -felide-constructors -fno-exceptions -fno-rtti}" -%configure \ +./configure \ + --prefix=/ \ + --exec-prefix=%{_exec_prefix} \ + --datadir=/usr/share \ + --libexecdir=%{_sbindir} \ + --localstatedir=/var/lib/mysql \ + --mandir=%{_mandir} \ + --infodir=%{_infodir} \ + --includedir=%{_includedir} \ + --libdir=%{_libdir} \ --enable-assembler \ --with-pic \ --enable-local-infile \ @@ -106,12 +118,7 @@ --with-raid \ --with-openssl \ --with-readline \ - --datadir=/usr/share \ - --exec-prefix=/usr \ - --libexecdir=/usr/sbin \ - --localstatedir=/var/lib/mysql \ - --prefix=/ \ - --sysconfdir=/etc \ + --sysconfdir=%{_sysconfdir} \ --with-mysqld-user=%{mysqld_user} \ --with-unix-socket-path=/var/run/mysql/mysql.sock \ # Does not work as of MySQL 4.0.12 Modified: tinysofa/releases/1.1/openldap/current/specs/openldap.spec =================================================================== --- tinysofa/releases/1.1/openldap/current/specs/openldap.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/openldap/current/specs/openldap.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -32,7 +32,7 @@ License: Freely distributable Group: extra BuildRoot: %{_tmppath}/%{name}-root -BuildRequires: openssl-devel tcp_wrappers cyrus-sasl-devel libtool +BuildRequires: openssl-devel tcp_wrappers cyrus-sasl-devel libtool pkgconfig Requires: readline BuildRequires: readline-devel %if !%{_useldbm} @@ -109,8 +109,16 @@ %build -CFLAGS="$RPM_OPT_FLAGS" \ -./configure --prefix=/usr \ +# Find OpenSSL's header and library dependencies. +if pkg-config openssl ; then + OPENSSL_CPPFLAGS=`pkg-config --cflags-only-I openssl` + OPENSSL_LDFLAGS=`pkg-config --libs-only-L openssl` +fi +CPPFLAGS="-I${dbdir}/include $OPENSSL_CPPFLAGS" ; export CPPFLAGS +CFLAGS="$CPPFLAGS $RPM_OPT_FLAGS -D_REENTRANT -fPIC"; export CFLAGS +LDFLAGS="-L%{_libdir} -L${dbdir}/%{_lib} $OPENSSL_LDFLAGS" ; export LDFLAGS + +%configure \ --datadir=/usr/share \ --disable-sql \ --enable-cldap \ @@ -127,8 +135,6 @@ --enable-wrappers \ --libexecdir=/usr/sbin \ --localstatedir=/var/run \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ --with-cyrus-sasl \ --with-slapd \ --with-slurpd \ @@ -144,24 +150,20 @@ %endif #make LDFLAGS="-ldb -lmysqlclient" -make +%make %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{_ldapsubdir} install -d $RPM_BUILD_ROOT%{_initrddir} install -d -m 700 $RPM_BUILD_ROOT/var/%{_ldapsubdir} -# do not use %makeinstll here, the openldap Makefile is broken -make install DESTDIR=$RPM_BUILD_ROOT +%makeinstall_std install -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/ldap install -m600 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{_ldapsubdir}/slapd.conf echo localhost > $RPM_BUILD_ROOT%{_sysconfdir}/%{_ldapsubdir}/ldapserver chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so.* -strip $RPM_BUILD_ROOT/usr/{*bin/*,lib/lib*.so.*.*.*} ||: mkdir -p $RPM_BUILD_ROOT%{_databasedir} # Another hack to make the default configs available as docs @@ -197,13 +199,10 @@ find $RPM_BUILD_ROOT -name \*~ | xargs rm -f -%post -/sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig -%postun -/sbin/ldconfig - %pre if [ -z "`getent group slapd`" ]; then /usr/sbin/groupadd -g 111 slapd Modified: tinysofa/releases/1.1/openssh/current/specs/openssh.spec =================================================================== --- tinysofa/releases/1.1/openssh/current/specs/openssh.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/openssh/current/specs/openssh.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -96,6 +96,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DWITH_SELINUX" LDFLAGS="$LDFLAGS -pie"; export LDFLAGS +LIBS="-lresolv"; export LIBS %endif CFLAGS="$RPM_OPT_FLAGS -fpie" \ Modified: tinysofa/releases/1.1/openssl/current/specs/openssl.spec =================================================================== --- tinysofa/releases/1.1/openssl/current/specs/openssl.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/openssl/current/specs/openssl.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -2,7 +2,7 @@ Name: openssl %define majorver 0.9.7 Version: %{majorver}c -Release: 11ts +Release: 12jh License: BSD-like Group: main %define m2crypto_version 0.13.1 @@ -170,6 +170,8 @@ %{__mv} %{buildroot}/usr/lib %{buildroot}/usr/%{_lib} fi +chmod 755 %{buildroot}/usr/%{_lib}/*.so* + # Install the python extensions. pushd m2crypto-%{m2crypto_version}/M2Crypto mkdir -p $RPM_BUILD_ROOT/%{sitepackagedir}/M2Crypto/{PGP,SSL} @@ -185,6 +187,9 @@ $RPM_BUILD_ROOT/usr/share/man/man1/passwd_openssl.1 rm $RPM_BUILD_ROOT/usr/share/man/man3/MD5.3 +# this needs a real fix +find %{buildroot}%{_mandir} -type f|xargs rename ' ' _ + # Fix libdir. sed 's,^libdir=${exec_prefix}/lib,libdir=${exec_prefix}/%{_lib},g' \ $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc > \ Added: tinysofa/releases/1.1/pciutils/current/sources/pciutils-strip.patch =================================================================== --- tinysofa/releases/1.1/pciutils/current/sources/pciutils-strip.patch 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/pciutils/current/sources/pciutils-strip.patch 2004-08-19 20:09:05 UTC (rev 4112) @@ -0,0 +1,31 @@ +--- pciutils-2.1.11/Makefile.strip 2004-08-17 17:17:32.000000000 -0400 ++++ pciutils-2.1.11/Makefile 2004-08-17 17:18:22.000000000 -0400 +@@ -34,7 +34,7 @@ + all: lib lspci setpci lspci.8 setpci.8 update-pciids update-pciids.8 pci.ids + + lib: lib/config.h +- $(MAKE) -C lib all ++ CFLAGS="$(CFLAGS) -fPIC" $(MAKE) -C lib all + + lib/config.h: + cd lib && ./configure $(SHAREDIR) $(VERSION) +@@ -59,7 +59,7 @@ + install: all + # -c is ignored on Linux, but required on FreeBSD + $(DIRINSTALL) -m 755 $(SBINDIR) $(SHAREDIR) $(MANDIR)/man8 +- $(INSTALL) -c -m 755 -s lspci setpci $(SBINDIR) ++ $(INSTALL) -c -m 755 lspci setpci $(SBINDIR) + $(INSTALL) -c -m 755 update-pciids $(SBINDIR) + $(INSTALL) -c -m 644 pci.ids $(SHAREDIR) + $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(MANDIR)/man8 +--- pciutils-2.1.11/lspci.c.strip 2002-12-26 15:24:50.000000000 -0500 ++++ pciutils-2.1.11/lspci.c 2004-08-17 17:17:32.000000000 -0400 +@@ -1519,7 +1519,7 @@ + break; + case 's': + if (msg = pci_filter_parse_slot(&filter, optarg)) +- die("-f: %s", msg); ++ die("-s: %s", msg); + break; + case 'd': + if (msg = pci_filter_parse_id(&filter, optarg)) Modified: tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec =================================================================== --- tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/pciutils/current/specs/pciutils.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -4,6 +4,7 @@ Source: ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-%{version}.tar.gz Patch: pciutils-bufsiz.patch Patch1: pciutils-hwdata.patch +Patch2: pciutils-strip.patch License: GPL BuildRoot: %{_tmppath}/%{name}-root ExclusiveOS: Linux @@ -34,6 +35,7 @@ %setup -q %patch -p1 %patch1 -p1 +%patch2 -p1 -b .strip %build Modified: tinysofa/releases/1.1/postfix/current/specs/postfix.spec =================================================================== --- tinysofa/releases/1.1/postfix/current/specs/postfix.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/postfix/current/specs/postfix.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -133,7 +133,7 @@ make makefiles \ DEBUG="" \ OPT="-O3" \ - CCARGS="$RPM_OPT_FLAGS -I/usr/include \ + CCARGS="$RPM_OPT_FLAGS -fPIC -I/usr/include \ -DHAS_SSL -I/usr/include/openssl \ -DUSE_SASL_AUTH -I/usr/include/sasl \ -DMAX_DYNAMIC_MAPS \ @@ -199,7 +199,7 @@ #install postfix dynamic libs install lib/*.so.1 $RPM_BUILD_ROOT%{_libdir} -install lib/dict* $RPM_BUILD_ROOT/usr/lib/postfix/ +install lib/dict* $RPM_BUILD_ROOT%{_libdir}/postfix/ export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} Modified: tinysofa/releases/1.1/rpm/current/specs/rpm.spec =================================================================== --- tinysofa/releases/1.1/rpm/current/specs/rpm.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/rpm/current/specs/rpm.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -40,7 +40,7 @@ # XXX necessary only to drag in /usr/lib/libelf.a, otherwise internal elfutils. BuildRequires: elfutils-libelf BuildRequires: elfutils-devel -BuildRequires: libtool autoconf automake gettext gcc-c++ +BuildRequires: libtool autoconf automake gettext-devel gcc-c++ BuildRequires: zlib-devel readline-devel ncurses-devel %if %{with_selinux} Modified: tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec =================================================================== --- tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/stunnel/current/specs/stunnel.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -35,9 +35,8 @@ __EOF__ %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" mkdir -p $RPM_BUILD_ROOT/usr/sbin -mkdir -p $RPM_BUILD_ROOT/usr/lib +mkdir -p $RPM_BUILD_ROOT/%{_libdir} mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8 mkdir -p $RPM_BUILD_ROOT%{_initrddir} mkdir -p $RPM_BUILD_ROOT/etc/stunnel @@ -90,7 +89,7 @@ %attr(0644,root,root) %doc ChangeLog INSTALL NEWS PORTS README TODO %attr(0644,root,root) %doc doc/stunnel.html %attr(0711,root,root) /usr/sbin/stunnel -%attr(0755,root,root) /usr/lib/libstunnel.* +%attr(0755,root,root) %{_libdir}/libstunnel.* %attr(0644,root,root) %{_mandir}/man8/stunnel.8* %exclude %{_mandir}/man8/stunnel.fr.8* Modified: tinysofa/releases/1.1/sysvinit/current/sources/sysvinit-2.85-makefile.patch =================================================================== --- tinysofa/releases/1.1/sysvinit/current/sources/sysvinit-2.85-makefile.patch 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/sysvinit/current/sources/sysvinit-2.85-makefile.patch 2004-08-19 20:09:05 UTC (rev 4112) @@ -1,65 +1,25 @@ -diff -Nru sysvinit-2.85.orig/src/Makefile sysvinit-2.85/src/Makefile ---- sysvinit-2.85.orig/src/Makefile 2003-12-06 20:47:04.000000000 +0000 -+++ sysvinit-2.85/src/Makefile 2003-12-06 20:54:31.000000000 +0000 -@@ -8,10 +8,10 @@ - # Version: @(#)Makefile 2.83-3 06-Nov-2001 miquels at cistron.nl - # +--- sysvinit-2.85/src/Makefile.makefile 2004-08-19 08:52:21.000000000 +0300 ++++ sysvinit-2.85/src/Makefile 2004-08-19 08:52:30.000000000 +0300 +@@ -28,9 +28,7 @@ + MANDIR = /usr/share/man --CC = cc -+CC = gcc - CFLAGS = -Wall -O2 -D_GNU_SOURCE - LDFLAGS = -s --STATIC = -+STATIC = -static + # Additional libs for Gnu Libc +-ifneq ($(wildcard /usr/lib/libcrypt.a),) + LCRYPT = -lcrypt +-endif - # For Debian we do not build all programs, otherwise we do. - ifeq ($(DEBIAN),) -@@ -35,10 +35,10 @@ all: $(PROGS) - init: init.o init_utmp.o -- $(CC) $(LDFLAGS) $(STATIC) -o $@ init.o init_utmp.o -+ $(CC) $(LDFLAGS) $(STATIC) -fno-builtin-log -o $@ init.o init_utmp.o +@@ -79,6 +77,12 @@ + md5_crypt_broken.o: md5_crypt.c + $(CC) $(CFLAGS) -D'MD5Name(x)=Broken##x' -c $< -o $@ - halt: halt.o ifdown.o hddown.o utmp.o reboot.h -- $(CC) $(LDFLAGS) -o $@ halt.o ifdown.o hddown.o utmp.o -+ $(CC) $(LDFLAGS) $(STATIC) -o $@ halt.o ifdown.o hddown.o utmp.o ++md5_broken.o: md5.c ++ $(CC) $(CFLAGS) -D'MD5Name(x)=Broken##x' -c $< -o $@ ++ ++md5_crypt_broken.o: md5_crypt.c ++ $(CC) $(CFLAGS) -D'MD5Name(x)=Broken##x' -c $< -o $@ ++ + cleanobjs: + rm -f *.o *.bak - last: last.o oldutmp.h - $(CC) $(LDFLAGS) -o $@ last.o -@@ -59,19 +59,19 @@ - $(CC) $(LDFLAGS) -o $@ dowall.o wall.o - - shutdown: dowall.o shutdown.o utmp.o reboot.h -- $(CC) $(LDFLAGS) -o $@ dowall.o shutdown.o utmp.o -+ $(CC) $(LDFLAGS) $(STATIC) -o $@ dowall.o shutdown.o utmp.o - - bootlogd: bootlogd.o - $(CC) $(LDFLAGS) -o $@ bootlogd.o - - init.o: init.c init.h set.h reboot.h -- $(CC) -c $(CFLAGS) init.c -+ $(CC) -c $(CFLAGS) -fno-builtin-log init.c - - utmp.o: utmp.c init.h -- $(CC) -c $(CFLAGS) utmp.c -+ $(CC) -c $(CFLAGS) -fno-builtin-log utmp.c - - init_utmp.o: utmp.c init.h -- $(CC) -c $(CFLAGS) -DINIT_MAIN utmp.c -o init_utmp.o -+ $(CC) -c $(CFLAGS) -DINIT_MAIN -fno-builtin-log utmp.c -o init_utmp.o - - md5_broken.o: md5.c - $(CC) $(CFLAGS) -D'MD5Name(x)=Broken##x' -c $< -o $@ -@@ -115,7 +115,7 @@ - # - # This part is skipped on debian systems, the - # debian.preinst script takes care of it. -- @if [ ! -p /dev/initctl ]; then \ -- echo "Creating /dev/initctl"; \ -- rm -f /dev/initctl; \ -- mknod -m 600 /dev/initctl p; fi -+ @if [ ! -p $(RPM_BUILD_ROOT)/dev/initctl ]; then \ -+ echo "Creating $(RPM_BUILD_ROOT)/dev/initctl"; \ -+ rm -f $(RPM_BUILD_ROOT)/dev/initctl; \ -+ mknod -m 600 $(RPM_BUILD_ROOT)/dev/initctl p; fi Modified: tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec =================================================================== --- tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/sysvinit/current/specs/sysvinit.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -23,22 +23,28 @@ %prep %setup -q -n sysvinit-%{version} -%patch1 -p1 -%patch2 -p1 +%patch1 -p1 -b .md5 +%patch2 -p1 -b .makefile %patch3 -p1 %if %{with_selinux} patch -p1 < %{SOURCE2} %endif + %build make -C src + %install for I in sbin bin usr/bin usr/include usr/share/man/man{1,3,5,8} var/run dev; do mkdir -p $RPM_BUILD_ROOT/$I done make -C src ROOT=$RPM_BUILD_ROOT BIN_OWNER=`id -nu` BIN_GROUP=`id -ng` install +# If this already exists, just do nothing (the ||: part) +mknod --mode=0600 $RPM_BUILD_ROOT/dev/initctl p ||: + + %post [ -e /var/run/initrunlvl ] && ln -s ../var/run/initrunlvl /etc/initrunlvl exit 0 Modified: tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec =================================================================== --- tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec 2004-08-19 19:44:26 UTC (rev 4111) +++ tinysofa/releases/1.1/tcp_wrappers/current/specs/tcp_wrappers.spec 2004-08-19 20:09:05 UTC (rev 4112) @@ -41,7 +41,7 @@ cp tcpd.8 tcpdchk.8 tcpdmatch.8 $RPM_BUILD_ROOT/usr/share/man/man8 ln -sf hosts_access.5 $RPM_BUILD_ROOT/usr/share/man/man5/hosts.allow.5 ln -sf hosts_access.5 $RPM_BUILD_ROOT/usr/share/man/man5/hosts.deny.5 -cp libwrap.a $RPM_BUILD_ROOT/usr/lib +cp libwrap.a $RPM_BUILD_ROOT/%{_libdir} cp tcpd.h $RPM_BUILD_ROOT/usr/include install -m755 safe_finger $RPM_BUILD_ROOT/usr/sbin install -m755 tcpd $RPM_BUILD_ROOT/usr/sbin @@ -68,7 +68,7 @@ /usr/share/man/man8/tcpdchk.8* /usr/share/man/man8/tcpdmatch.8* /usr/include/tcpd.h -/usr/lib/libwrap.a +%{_libdir}/libwrap.a %defattr(755,root,root,755) /usr/sbin/safe_finger From svn at tinysofa.org Fri Aug 20 08:23:47 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:23:47 +1000 (EST) Subject: [tinysofa-svn] r4114 - tinysofa/releases/1.1/kernel Message-ID: <20040820082347.556374E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:23:44 +1000 (Fri, 20 Aug 2004) New Revision: 4114 Removed: tinysofa/releases/1.1/kernel/pristine/ Log: kernel: * removing pristine (2.4.26-7ts) From svn at tinysofa.org Fri Aug 20 08:24:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:24:27 +1000 (EST) Subject: [tinysofa-svn] r4115 - tinysofa/releases/1.1/kernel Message-ID: <20040820082427.BE39D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:24:25 +1000 (Fri, 20 Aug 2004) New Revision: 4115 Added: tinysofa/releases/1.1/kernel/pristine/ Log: kernel: * retarget pristine (2.4.26-7ts) to releases/2.4.21/3ts Copied: tinysofa/releases/1.1/kernel/pristine (from rev 4113, tinysofa/releases/1.1/kernel/releases/2.4.21/3ts) From svn at tinysofa.org Fri Aug 20 08:26:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:26:08 +1000 (EST) Subject: [tinysofa-svn] r4117 - tinysofa/releases/1.1/bind Message-ID: <20040820082608.6D8B44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:26:05 +1000 (Fri, 20 Aug 2004) New Revision: 4117 Removed: tinysofa/releases/1.1/bind/pristine/ Log: bind: * removing pristine (9.2.3-12ts) From svn at tinysofa.org Fri Aug 20 08:26:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:26:30 +1000 (EST) Subject: [tinysofa-svn] r4118 - tinysofa/releases/1.1/bind Message-ID: <20040820082630.CD9C04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:26:28 +1000 (Fri, 20 Aug 2004) New Revision: 4118 Added: tinysofa/releases/1.1/bind/pristine/ Log: bind: * retarget pristine (9.2.3-12ts) to releases/9.2.3/13ts Copied: tinysofa/releases/1.1/bind/pristine (from rev 4116, tinysofa/releases/1.1/bind/releases/9.2.3/13ts) From svn at tinysofa.org Fri Aug 20 08:27:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:27:48 +1000 (EST) Subject: [tinysofa-svn] r4120 - tinysofa/releases/1.1/python Message-ID: <20040820082748.AF6034E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:27:46 +1000 (Fri, 20 Aug 2004) New Revision: 4120 Removed: tinysofa/releases/1.1/python/pristine/ Log: python: * removing pristine (2.3.4-2ts) From svn at tinysofa.org Fri Aug 20 08:28:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:28:07 +1000 (EST) Subject: [tinysofa-svn] r4121 - tinysofa/releases/1.1/python Message-ID: <20040820082807.EF16C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:28:05 +1000 (Fri, 20 Aug 2004) New Revision: 4121 Added: tinysofa/releases/1.1/python/pristine/ Log: python: * retarget pristine (2.3.4-2ts) to releases/2.3.4/3ts Copied: tinysofa/releases/1.1/python/pristine (from rev 4119, tinysofa/releases/1.1/python/releases/2.3.4/3ts) From svn at tinysofa.org Fri Aug 20 08:29:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:29:34 +1000 (EST) Subject: [tinysofa-svn] r4122 - in tinysofa/releases/1.1/ncurses: current/specs releases/5.4 releases/5.4/5ts/specs Message-ID: <20040820082934.B7ADB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:29:31 +1000 (Fri, 20 Aug 2004) New Revision: 4122 Added: tinysofa/releases/1.1/ncurses/releases/5.4/5ts/ tinysofa/releases/1.1/ncurses/releases/5.4/5ts/specs/ncurses.spec Removed: tinysofa/releases/1.1/ncurses/releases/5.4/5ts/specs/ncurses.spec Modified: tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec Log: ncurses: * integrate current (5.4-5jh) as releases/5.4/5ts Modified: tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec =================================================================== --- tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-20 08:28:05 UTC (rev 4121) +++ tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-20 08:29:31 UTC (rev 4122) @@ -2,7 +2,7 @@ Name: ncurses Version: 5.4 %define includedirw %{_includedir}/ncursesw -Release: 5jh +Release: 5ts License: distributable Group: main URL: http://dickey.his.com/ncurses/ncurses.html @@ -183,6 +183,9 @@ %changelog +* Fri Aug 20 2004 tsintegrate 5.4-5ts +- current (5.4-5jh) integrated as 5.4-5ts for release 1.1 + * Mon Aug 16 2004 Jaakko Heinonen 5.4-5jh - fix -devel package *.so links Copied: tinysofa/releases/1.1/ncurses/releases/5.4/5ts (from rev 3396, tinysofa/releases/1.1/ncurses/current) Deleted: tinysofa/releases/1.1/ncurses/releases/5.4/5ts/specs/ncurses.spec =================================================================== --- tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/ncurses/releases/5.4/5ts/specs/ncurses.spec 2004-08-20 08:29:31 UTC (rev 4122) @@ -1,520 +0,0 @@ -Summary: A CRT screen handling and optimization package. -Name: ncurses -Version: 5.4 -%define includedirw %{_includedir}/ncursesw -Release: 4jh -License: distributable -Group: main -URL: http://dickey.his.com/ncurses/ncurses.html -Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.bz2 -Source2: ncurses-linux -Source3: ncurses-linux-m -Source4: ncurses-resetall.sh -Patch10: ncurses-5.4-color_xterm.patch -Patch11: ncurses-5.2-rxvt.patch -Patch12: ncurses-5.2-nocbt.patch -BuildRequires: sharutils gcc-c++ -BuildRoot: %{_tmppath}/%{name}-%{version}-root - -%description -The curses library routines are a terminal-independent method of -updating character screens with reasonable optimization. The ncurses -(new curses) library is a freely distributable replacement for the -discontinued 4.4 BSD classic curses library. - -%package devel -Summary: The development files for applications that use ncurses. -Group: development -Requires: ncurses = %{PACKAGE_VERSION} -Obsoletes: ncurses-c++-devel - -%description devel -The header files and libraries for developing applications that use -the ncurses CRT screen handling and optimization package. - -Install the ncurses-devel package if you want to develop applications -which will use ncurses. - -Use the following compiler flags to build against the ncurses library: - --lncurses -(compile and link against the regular ncurses library) - --I %{includedirw} -lncursesw -(compile and link against the wide-character, UTF-8, library) - - -%prep -%setup -q -%patch10 -p1 -b .color_xterm - - -%build -CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" -%define optflags $CFLAGS - -#WITH_GPM="--with-gpm" - -mkdir narrowc widec -cd narrowc -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 \ - --with-install-prefix=${RPM_BUILD_ROOT} \ - --libdir=/%{_lib} - -%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 \ - --enable-widec \ - --with-install-prefix=${RPM_BUILD_ROOT} \ - --libdir=/%{_lib} - -%make -cd .. - -%install -%{__mkdir_p} \ - ${RPM_BUILD_ROOT}%{_libdir} \ - ${RPM_BUILD_ROOT}%{_datadir} \ - ${RPM_BUILD_ROOT}%{_includedir} - -cd widec -make install includedir=%{_includedir}/ncurses -mkdir -p ${RPM_BUILD_ROOT}%{includedirw} -mv ${RPM_BUILD_ROOT}%{_includedir}/ncurses/* ${RPM_BUILD_ROOT}%{includedirw} -cd ../narrowc -make install includedir=%{_includedir}/ncurses -cd .. - -ln -s %{_datadir}/terminfo/l/linux ${RPM_BUILD_ROOT}%{_datadir}/terminfo/c/console -ln -s %{_includedir}/ncurses/curses.h ${RPM_BUILD_ROOT}%{_includedir}/ncurses.h - -for header in curses.h unctrl.h eti.h form.h menu.h panel.h term.h - do ln -sf ncurses/${header} ${RPM_BUILD_ROOT}%{_includedir}/${header} -done - -ln -sf libncurses.a ${RPM_BUILD_ROOT}%{_libdir}/libcurses.a -ln -sf libncursesw.a ${RPM_BUILD_ROOT}%{_libdir}/libcursesw.a - -# We want to link stuff in /bin against ncurses, but we do not need to compile -# things without /usr mounted. -%{__mkdir_p} %{buildroot}%{_libdir} -for n in form menu ncurses panel; do - ln -sf /%{_lib}/lib${n}.so.? %{buildroot}%{_libdir}/lib${n}.so -done -mv %{buildroot}/%{_lib}/*.a %{buildroot}%{_libdir} - -%ifarch sparc -install -c -m644 %SOURCE2 ${RPM_BUILD_ROOT}%{_datadir}/terminfo/l/linux -install -c -m644 %SOURCE3 ${RPM_BUILD_ROOT}%{_datadir}/terminfo/l/linux-m -%endif - -install -c -m 755 %SOURCE4 ${RPM_BUILD_ROOT}%{_bindir}/resetall - -rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/key_defined.3x.20030517* -rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517* - - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%files -%defattr(-,root,root) -%doc README ANNOUNCE doc/html/announce.html -%attr(755,root,root) /%{_lib}/lib*.so.* -%{_datadir}/terminfo -%{_datadir}/tabset -%{_bindir}/* -%{_mandir}/man1/* -%{_mandir}/man5/* -%{_mandir}/man7/* - -%files devel -%defattr(-,root,root) -%doc test -%doc doc/html/hackguide.html -%doc doc/html/ncurses-intro.html -%doc c++/README* -%{_libdir}/lib*.so -%{_libdir}/lib*.a -%dir %{_includedir}/ncurses -%dir %{_includedir}/ncursesw -%{_includedir}/ncurses/*.h -%{_includedir}/ncursesw/*.h -%{_includedir}/curses.h -%{_includedir}/ncurses.h -%{_includedir}/eti.h -%{_includedir}/form.h -%{_includedir}/menu.h -%{_includedir}/panel.h -%{_includedir}/term.h -%{_includedir}/unctrl.h -%{_mandir}/man3/* - - -%clean -%clean_buildroot - - -%changelog -* Sun May 30 2004 Florian La Roche -- remove ncurses-c++-devel rpm, all files are also part of ncurses-devel - -* Sat May 29 2004 Joe Orton 5.4-6 -- fix xterm terminfo entry (Hans de Geode, #122815) - -* Thu May 06 2004 Adrian Havill 5.4-5 -- remove --with-gpm from configure, as it adds a pkg - dependency (#122336) and causes too many problems vs its benefits - -* Tue Mar 02 2004 Elliot Lee -- rebuilt - -* Thu Feb 26 2004 Adrian Havill 5.4-3 -- xterm-color is wrong for rh; inverted bs/del (#115499) - -* Wed Feb 25 2004 Adrian Havill 5.4-3 -- link "xterm" to "xterm-color" as temp fix for escape problem (#115448) -- remove old zcat for PATCH1 - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Tue Feb 10 2004 Adrian Havill 5.4-1 -- version update to 5.4 - -* Thu Jan 29 2004 Adrian Havill 5.3-10 -- add /usr/include/ncursesw (#112979) -- allow for non-gzipped man pages during the build process - -* Sun Sep 21 2003 Matt Wilson 5.3-9.3 -- remove the elf32/elf64 provides/obsoletes - -* Wed Sep 17 2003 Matt Wilson 5.3-9.2 -- rebuild to fix gzipped file md5sums (#91211) - -* Thu Sep 11 2003 Adrian Havill 5.3-9.1 -- RHEL bump - -* Thu Sep 11 2003 Adrian Havill 5.3-9 -- remove not-so safe-sprintf configure option because the code does - not appear to be stable enough for some apps. (#103790) - -* Wed Aug 20 2003 Adrian Havill 5.3-8.1 -- RHEL bump - -* Wed Aug 20 2003 Adrian Havill 5.3-8 -- multilib patch (#91211) - -* Mon Aug 11 2003 Adrian Havill 5.3-7 -- fixed the safe sprintf code that was enabled in the previous release - by the configure parameter. (#101486) - -* Mon Jun 16 2003 Elliot Lee 5.3-6.1 -- Fix ac25 patch, make it easy to turn off GPM support - -* Wed Jun 04 2003 Elliot Lee -- rebuilt - -* Thu May 22 2003 Adrian Havill 5.3-5 -- added latest rollup patch with widec/UTF8 centric weekly (20030517) -- added --enable-widec to configure (#86311) - original work done by Mr. Sam -- require sharutils (#86605) -- add gpm, xmc support -- add debug syms back into package -- updated autoconf/configure patch - -* Thu Feb 6 2003 Bill Nottingham 5.3-4 -- fix debuginfo package - -* Fri Jan 31 2003 Adrian Havill 5.3-3 -- remunged xterm changes from 5.2 patch for 5.3 -- updated screen entry (#82951) -- fixed ka3, kb2 and kf0 entries (#77506) - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Wed Jan 22 2003 Adrian Havill 5.3-1 -- upgrade to 5.3 for sake of utf-8, wide chars (#77585 ...) -- spec file summary/desc grammar (#73583) -- add Requires: for c++ devel subpkg (#74002) -- terminfo.src patches no longer needed -- adjust autoconf patch - -* Thu Dec 05 2002 Elliot Lee 5.2-29 -- Merge in multilib fixes - -* Fri Jun 21 2002 Tim Powers -- automated rebuild - -* Thu May 23 2002 Tim Powers -- automated rebuild - -* Mon Apr 8 2002 Bernhard Rosenkraenzer 5.2-26 -- Remove duplicated files (#62752) -- Don't strip libraries (#60398) -- Remove cbt capability from xterm description (#61077) - -* Mon Feb 25 2002 Bernhard Rosenkraenzer 5.2-25 -- Remove bogus man pages -- Remove bool hack, it breaks make menuconfig - -* Fri Feb 22 2002 Bernhard Rosenkraenzer 5.2-24 -- Rebuild for glibc 2.3/gcc 3.1 - -* Fri Feb 22 2002 Bernhard Rosenkraenzer 5.2-23 -- Put the bool type back in for !c++, but leave TRUE/FALSE out - -* Thu Feb 21 2002 Bernhard Rosenkraenzer 5.2-21 -- Don't define TRUE/FALSE etc., we don't care about SVR4 compliance and - it breaks building gdb - -* Thu Feb 21 2002 Bernhard Rosenkraenzer 5.2-20 -- Rebuild for glibc 2.3/gcc 3.1 - -* Thu Feb 21 2002 Bernhard Rosenkraenzer 5.2-19 -- Patchlevel 20020218 -- Re-add %{_includedir}/ncurses.h (#60169) - -* Tue Feb 12 2002 Bernhard Rosenkraenzer 5.2-18 -- Add C++ bindings (#59751) - -* Tue Feb 12 2002 Bernhard Rosenkraenzer 5.2-17 -- Patchlevel 20020209 -- Fix zero-substitution of cf_cv_type_of_bool (#59450) -- Fix rebuilding of configure script with autoconf 2.5x - -* Thu Jan 31 2002 Bernhard Rosenkraenzer 5.2-16 -- Patchlevel 20020127 - -* Tue Nov 27 2001 Bernhard Rosenkraenzer 5.2-14 -- Patchlevel 20011124 - -* Thu Sep 13 2001 Bernhard Rosenkraenzer 5.2-13 -- Sync with patchlevel 20010908 - -* Fri Jul 20 2001 Bernhard Rosenkraenzer 5.2-12 -- Sync terminfo with termcap 11.0.1-10 - -* Sun Jun 24 2001 Bernhard Rosenkraenzer 5.2-11 -- Update to patchlevel 20010623, fixes some lynx issues - -* Mon Jun 18 2001 Helge Deller -- fixed tput -S segfaulting bug (#44669) -- use _tmppath for BuildRoot: -- Copyright -> License - -* Sun Apr 15 2001 Bernhard Rosenkraenzer -- Update to patchlevel 20010407 - -* Tue Mar 6 2001 Bernhard Rosenkraenzer -- Fix up some terminfo entries containing includes to - "/var/tmp/ncurses-root/something" (#30771) - -* Wed Feb 22 2001 Harald Hoyer -- fixed rxvt backspace setting - -* Fri Feb 9 2001 Yukihiro Nakai -- Update Japanese kterm patch - -* Mon Jan 15 2001 Bernhard Rosenkraenzer -- Update -- Add japanese patch from termcap -- Fix ospeed handling - -* Mon Jan 1 2001 Bernhard Rosenkraenzer -- Add libcurses.a -> libncurses.a symlink (RFE #23023) - -* Tue Dec 12 2000 Bernhard Rosenkraenzer -- Use --with-ospeed='unsigned int' - -* Fri Nov 17 2000 Bernhard Rosenkraenzer -- Fix alpha and ia64 -- Rebuild with gcc 2.96-64 - -* Thu Nov 2 2000 Bernhard Rosenkraenzer -- 5.2 -- Fix typo in man page (Bug #20205) -- update the "screen" terminfo entries to the version supplied with - screen 3.9.8 - -* Mon Oct 9 2000 Bernhard Rosenkraenzer -- Update (fixes the "make menuconfig" bug introduced by the security fix) - -* Tue Oct 3 2000 Bernhard Rosenkraenzer -- Fix security problem (possible buffer overrun) - -* Fri Aug 4 2000 Bernhard Rosenkraenzer -- Add the bugfix patches from the ncurses maintainer - -* Thu Jul 13 2000 Bernhard Rosenkraenzer -- 5.1 - -* Wed Jul 12 2000 Prospector -- automatic rebuild - -* Mon Jun 5 2000 Matt Wilson -- *don't ship symlinks from lib*.so.5 to lib*.so.4! -- use FHS macros - -* Fri Jun 2 2000 Bernhard Rosenkraenzer -- rebuild for 7.0 -- /usr/share/man -- update URL for patches -- misc. fixes to spec file - -* Mon Mar 20 2000 Bernhard Rosenkraenzer -- use the real library version number -- update to 20000319 - -* Tue Mar 7 2000 Jeff Johnson -- rebuild for sparc baud rates > 38400. - -* Fri Feb 18 2000 Preston Brown -- xterm terminfo entries from XFree86 3.3.6 -- final round of xterm fixes, follow debian policy. - -* Sat Feb 5 2000 Bernhard Rosenkr?nzer -- strip libraries - -* Thu Feb 3 2000 Bernhard Rosenkr?nzer -- More xterm fixes (Bug #9087) - -* Thu Jan 27 2000 Bernhard Rosenkr?nzer -- More xterm fixes from Hans de Goede (Bug #8633) - -* Sat Jan 15 2000 Bernhard Rosenkr?nzer -- remove some broken symlinks (leftovers from libncurses.so.5) -- Use %configure (Bug #8484) - -* Tue Jan 11 2000 Bernhard Rosenkr?nzer -- Add xterm patch from Hans de Goede -- Patch 20000108, this fixes a problem with a header file. - -* Wed Jan 5 2000 Bernhard Rosenkr?nzer -- Add 20000101 patch, hopefully finally fixing the xterm description - -* Wed Dec 22 1999 Cristian Gafton -- revert to the old major number - because the ABI is not changed (and we - should be handling the changes via symbol versioning anyway) - -* Fri Nov 12 1999 Bernhard Rosenkraenzer -- Fix a typo in spec -- Add the 19991006 patch, fixing some C++ STL compatibility problems. -- get rid of profiling and debugging versions - we need to save space... - -* Thu Nov 4 1999 Bernhard Rosenkraenzer -- 5.0 -- some spec cleanups to make updating easier -- add links *.so.5 to *.so.4 - they are fully binary compatible. - (Why did they change the invocation number???) - -* Wed Sep 22 1999 Cristian Gafton -- make clean in the test dir - don't ship any binaries at all. - -* Mon Sep 13 1999 Preston Brown -- fixed stripping of test programs. - -* Sun Aug 29 1999 Preston Brown -- removed 'flash' capability for xterm; see bug #2820 for details. - -* Fri Aug 27 1999 Cristian Gafton -- add the resetall script from Marc Merlin - -* Fri Aug 27 1999 Preston Brown -- added iris-ansi-net as alias for iris-ansi (bug #2561) - -* Fri Jul 30 1999 Michael K. Johnson -- added ncurses-intro.hmtl and hackguide.html to -devel package [bug #3929] - -* Tue Apr 06 1999 Preston Brown -- make sure ALL binaries are stripped (incl. test binaries) - -* Thu Mar 25 1999 Preston Brown -- made xterm terminfo stuff MUCH better. - -* Sun Mar 21 1999 Cristian Gafton -- auto rebuild in the new build environment (release 16) - -* Sat Mar 13 1999 Cristian Gafton -- fixed header for C++ compiles - -* Fri Mar 12 1999 Jeff Johnson -- add terminfo entries for linux/linux-m on sparc (obsolete termfile_sparc). - -* Thu Feb 18 1999 Cristian Gafton -- updated patchset from original site - -* Thu Dec 03 1998 Cristian Gafton -- don't build the C++ demo code -- update patch set to the current as of today (redid all the individual - patches in a single one) - -* Wed Oct 14 1998 Cristian Gafton -- make sure to strip the binaries - -* Wed Sep 23 1998 Cristian Gafton -- added another zillion of patches. The spec file *is* ugly -- defattr - -* Mon Jul 20 1998 Cristian Gafton -- added lots of patches. This spec file is starting to look ugly - -* Wed Jul 01 1998 Alan Cox -- Fix setuid trusting. Open termcap/info files as the real user. - -* Wed May 06 1998 Cristian Gafton -- added terminfo entry for the poor guys using lat1 and/or lat-2 on their - consoles... Enjoy linux-lat ! Thanks, Erik ! - -* Tue Apr 21 1998 Cristian Gafton -- new patch to get xterm-color and nxterm terminfo entries -- aliased them to rxvt, as that seems to satisfy everybody - -* Sun Apr 12 1998 Cristian Gafton -- added %clean section - -* Tue Apr 07 1998 Cristian Gafton -- removed /usr/lib/terminfo symlink - we shouldn't need that - -* Mon Apr 06 1998 Cristian Gafton -- updated to 4.2 + patches -- added BuildRoot - -* Sat Apr 04 1998 Cristian Gafton -- rebuilt with egcs on alpha - -* Wed Dec 31 1997 Erik Troan -- version 7 didn't rebuild properly on the Alpha somehow -- no real changes - are in this version - -* Tue Dec 09 1997 Erik Troan -- TIOCGWINSZ wasn't used properly - -* Tue Jul 08 1997 Erik Troan -- built against glibc, linked shared libs against -lc - Copied: tinysofa/releases/1.1/ncurses/releases/5.4/5ts/specs/ncurses.spec (from rev 4080, tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec) =================================================================== --- tinysofa/releases/1.1/ncurses/current/specs/ncurses.spec 2004-08-16 08:12:27 UTC (rev 4080) +++ tinysofa/releases/1.1/ncurses/releases/5.4/5ts/specs/ncurses.spec 2004-08-20 08:29:31 UTC (rev 4122) @@ -0,0 +1,533 @@ +Summary: A CRT screen handling and optimization package. +Name: ncurses +Version: 5.4 +%define includedirw %{_includedir}/ncursesw +Release: 5ts +License: distributable +Group: main +URL: http://dickey.his.com/ncurses/ncurses.html +Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.bz2 +Source2: ncurses-linux +Source3: ncurses-linux-m +Source4: ncurses-resetall.sh +Patch10: ncurses-5.4-color_xterm.patch +Patch11: ncurses-5.2-rxvt.patch +Patch12: ncurses-5.2-nocbt.patch +BuildRequires: sharutils gcc-c++ +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The curses library routines are a terminal-independent method of +updating character screens with reasonable optimization. The ncurses +(new curses) library is a freely distributable replacement for the +discontinued 4.4 BSD classic curses library. + +%package devel +Summary: The development files for applications that use ncurses. +Group: development +Requires: ncurses = %{PACKAGE_VERSION} +Obsoletes: ncurses-c++-devel + +%description devel +The header files and libraries for developing applications that use +the ncurses CRT screen handling and optimization package. + +Install the ncurses-devel package if you want to develop applications +which will use ncurses. + +Use the following compiler flags to build against the ncurses library: + +-lncurses +(compile and link against the regular ncurses library) + +-I %{includedirw} -lncursesw +(compile and link against the wide-character, UTF-8, library) + + +%prep +%setup -q +%patch10 -p1 -b .color_xterm + + +%build +CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" +%define optflags $CFLAGS + +#WITH_GPM="--with-gpm" + +mkdir narrowc widec +cd narrowc +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 \ + --with-install-prefix=${RPM_BUILD_ROOT} \ + --libdir=/%{_lib} + +%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 \ + --enable-widec \ + --with-install-prefix=${RPM_BUILD_ROOT} \ + --libdir=/%{_lib} + +%make +cd .. + +%install +%{__mkdir_p} \ + ${RPM_BUILD_ROOT}%{_libdir} \ + ${RPM_BUILD_ROOT}%{_datadir} \ + ${RPM_BUILD_ROOT}%{_includedir} + +cd widec +make install includedir=%{_includedir}/ncurses +mkdir -p ${RPM_BUILD_ROOT}%{includedirw} +mv ${RPM_BUILD_ROOT}%{_includedir}/ncurses/* ${RPM_BUILD_ROOT}%{includedirw} +cd ../narrowc +make install includedir=%{_includedir}/ncurses +cd .. + +ln -s %{_datadir}/terminfo/l/linux ${RPM_BUILD_ROOT}%{_datadir}/terminfo/c/console +ln -s %{_includedir}/ncurses/curses.h ${RPM_BUILD_ROOT}%{_includedir}/ncurses.h + +for header in curses.h unctrl.h eti.h form.h menu.h panel.h term.h + do ln -sf ncurses/${header} ${RPM_BUILD_ROOT}%{_includedir}/${header} +done + +ln -sf libncurses.a ${RPM_BUILD_ROOT}%{_libdir}/libcurses.a +ln -sf libncursesw.a ${RPM_BUILD_ROOT}%{_libdir}/libcursesw.a + +# We want to link stuff in /bin against ncurses, but we do not need to compile +# things without /usr mounted. +%{__mkdir_p} %{buildroot}%{_libdir} +cd %{buildroot}%{_libdir} +for n in form menu ncurses panel formw menuw ncursesw panelw; do + ln -sf ../../%{_lib}/lib${n}.so.? lib${n}.so +done +ln -sf ../../%{_lib}/libncurses.so.? libcurses.so +ln -sf ../../%{_lib}/libncursesw.so.? libcursesw.so +cd - +mv %{buildroot}/%{_lib}/*.a %{buildroot}%{_libdir} + +%ifarch sparc +install -c -m644 %SOURCE2 ${RPM_BUILD_ROOT}%{_datadir}/terminfo/l/linux +install -c -m644 %SOURCE3 ${RPM_BUILD_ROOT}%{_datadir}/terminfo/l/linux-m +%endif + +install -c -m 755 %SOURCE4 ${RPM_BUILD_ROOT}%{_bindir}/resetall + +rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/key_defined.3x.20030517* +rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517* + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root) +%doc README ANNOUNCE doc/html/announce.html +%attr(755,root,root) /%{_lib}/lib*.so.* +%{_datadir}/terminfo +%{_datadir}/tabset +%{_bindir}/* +%{_mandir}/man1/* +%{_mandir}/man5/* +%{_mandir}/man7/* + +%files devel +%defattr(-,root,root) +%doc test +%doc doc/html/hackguide.html +%doc doc/html/ncurses-intro.html +%doc c++/README* +%{_libdir}/lib*.so +%{_libdir}/lib*.a +%dir %{_includedir}/ncurses +%dir %{_includedir}/ncursesw +%{_includedir}/ncurses/*.h +%{_includedir}/ncursesw/*.h +%{_includedir}/curses.h +%{_includedir}/ncurses.h +%{_includedir}/eti.h +%{_includedir}/form.h +%{_includedir}/menu.h +%{_includedir}/panel.h +%{_includedir}/term.h +%{_includedir}/unctrl.h +%{_mandir}/man3/* + + +%clean +%clean_buildroot + + +%changelog +* Fri Aug 20 2004 tsintegrate 5.4-5ts +- current (5.4-5jh) integrated as 5.4-5ts for release 1.1 + +* Mon Aug 16 2004 Jaakko Heinonen 5.4-5jh +- fix -devel package *.so links + +* Thu Aug 05 2004 tsintegrate 5.4-4ts +- current (5.4-4jh) integrated as 5.4-4ts for release 1.1 + +* Sun May 30 2004 Florian La Roche +- remove ncurses-c++-devel rpm, all files are also part of ncurses-devel + +* Sat May 29 2004 Joe Orton 5.4-6 +- fix xterm terminfo entry (Hans de Geode, #122815) + +* Thu May 06 2004 Adrian Havill 5.4-5 +- remove --with-gpm from configure, as it adds a pkg + dependency (#122336) and causes too many problems vs its benefits + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Thu Feb 26 2004 Adrian Havill 5.4-3 +- xterm-color is wrong for rh; inverted bs/del (#115499) + +* Wed Feb 25 2004 Adrian Havill 5.4-3 +- link "xterm" to "xterm-color" as temp fix for escape problem (#115448) +- remove old zcat for PATCH1 + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Tue Feb 10 2004 Adrian Havill 5.4-1 +- version update to 5.4 + +* Thu Jan 29 2004 Adrian Havill 5.3-10 +- add /usr/include/ncursesw (#112979) +- allow for non-gzipped man pages during the build process + +* Sun Sep 21 2003 Matt Wilson 5.3-9.3 +- remove the elf32/elf64 provides/obsoletes + +* Wed Sep 17 2003 Matt Wilson 5.3-9.2 +- rebuild to fix gzipped file md5sums (#91211) + +* Thu Sep 11 2003 Adrian Havill 5.3-9.1 +- RHEL bump + +* Thu Sep 11 2003 Adrian Havill 5.3-9 +- remove not-so safe-sprintf configure option because the code does + not appear to be stable enough for some apps. (#103790) + +* Wed Aug 20 2003 Adrian Havill 5.3-8.1 +- RHEL bump + +* Wed Aug 20 2003 Adrian Havill 5.3-8 +- multilib patch (#91211) + +* Mon Aug 11 2003 Adrian Havill 5.3-7 +- fixed the safe sprintf code that was enabled in the previous release + by the configure parameter. (#101486) + +* Mon Jun 16 2003 Elliot Lee 5.3-6.1 +- Fix ac25 patch, make it easy to turn off GPM support + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Thu May 22 2003 Adrian Havill 5.3-5 +- added latest rollup patch with widec/UTF8 centric weekly (20030517) +- added --enable-widec to configure (#86311) + original work done by Mr. Sam +- require sharutils (#86605) +- add gpm, xmc support +- add debug syms back into package +- updated autoconf/configure patch + +* Thu Feb 6 2003 Bill Nottingham 5.3-4 +- fix debuginfo package + +* Fri Jan 31 2003 Adrian Havill 5.3-3 +- remunged xterm changes from 5.2 patch for 5.3 +- updated screen entry (#82951) +- fixed ka3, kb2 and kf0 entries (#77506) + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Wed Jan 22 2003 Adrian Havill 5.3-1 +- upgrade to 5.3 for sake of utf-8, wide chars (#77585 ...) +- spec file summary/desc grammar (#73583) +- add Requires: for c++ devel subpkg (#74002) +- terminfo.src patches no longer needed +- adjust autoconf patch + +* Thu Dec 05 2002 Elliot Lee 5.2-29 +- Merge in multilib fixes + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Mon Apr 8 2002 Bernhard Rosenkraenzer 5.2-26 +- Remove duplicated files (#62752) +- Don't strip libraries (#60398) +- Remove cbt capability from xterm description (#61077) + +* Mon Feb 25 2002 Bernhard Rosenkraenzer 5.2-25 +- Remove bogus man pages +- Remove bool hack, it breaks make menuconfig + +* Fri Feb 22 2002 Bernhard Rosenkraenzer 5.2-24 +- Rebuild for glibc 2.3/gcc 3.1 + +* Fri Feb 22 2002 Bernhard Rosenkraenzer 5.2-23 +- Put the bool type back in for !c++, but leave TRUE/FALSE out + +* Thu Feb 21 2002 Bernhard Rosenkraenzer 5.2-21 +- Don't define TRUE/FALSE etc., we don't care about SVR4 compliance and + it breaks building gdb + +* Thu Feb 21 2002 Bernhard Rosenkraenzer 5.2-20 +- Rebuild for glibc 2.3/gcc 3.1 + +* Thu Feb 21 2002 Bernhard Rosenkraenzer 5.2-19 +- Patchlevel 20020218 +- Re-add %{_includedir}/ncurses.h (#60169) + +* Tue Feb 12 2002 Bernhard Rosenkraenzer 5.2-18 +- Add C++ bindings (#59751) + +* Tue Feb 12 2002 Bernhard Rosenkraenzer 5.2-17 +- Patchlevel 20020209 +- Fix zero-substitution of cf_cv_type_of_bool (#59450) +- Fix rebuilding of configure script with autoconf 2.5x + +* Thu Jan 31 2002 Bernhard Rosenkraenzer 5.2-16 +- Patchlevel 20020127 + +* Tue Nov 27 2001 Bernhard Rosenkraenzer 5.2-14 +- Patchlevel 20011124 + +* Thu Sep 13 2001 Bernhard Rosenkraenzer 5.2-13 +- Sync with patchlevel 20010908 + +* Fri Jul 20 2001 Bernhard Rosenkraenzer 5.2-12 +- Sync terminfo with termcap 11.0.1-10 + +* Sun Jun 24 2001 Bernhard Rosenkraenzer 5.2-11 +- Update to patchlevel 20010623, fixes some lynx issues + +* Mon Jun 18 2001 Helge Deller +- fixed tput -S segfaulting bug (#44669) +- use _tmppath for BuildRoot: +- Copyright -> License + +* Sun Apr 15 2001 Bernhard Rosenkraenzer +- Update to patchlevel 20010407 + +* Tue Mar 6 2001 Bernhard Rosenkraenzer +- Fix up some terminfo entries containing includes to + "/var/tmp/ncurses-root/something" (#30771) + +* Wed Feb 22 2001 Harald Hoyer +- fixed rxvt backspace setting + +* Fri Feb 9 2001 Yukihiro Nakai +- Update Japanese kterm patch + +* Mon Jan 15 2001 Bernhard Rosenkraenzer +- Update +- Add japanese patch from termcap +- Fix ospeed handling + +* Mon Jan 1 2001 Bernhard Rosenkraenzer +- Add libcurses.a -> libncurses.a symlink (RFE #23023) + +* Tue Dec 12 2000 Bernhard Rosenkraenzer +- Use --with-ospeed='unsigned int' + +* Fri Nov 17 2000 Bernhard Rosenkraenzer +- Fix alpha and ia64 +- Rebuild with gcc 2.96-64 + +* Thu Nov 2 2000 Bernhard Rosenkraenzer +- 5.2 +- Fix typo in man page (Bug #20205) +- update the "screen" terminfo entries to the version supplied with + screen 3.9.8 + +* Mon Oct 9 2000 Bernhard Rosenkraenzer +- Update (fixes the "make menuconfig" bug introduced by the security fix) + +* Tue Oct 3 2000 Bernhard Rosenkraenzer +- Fix security problem (possible buffer overrun) + +* Fri Aug 4 2000 Bernhard Rosenkraenzer +- Add the bugfix patches from the ncurses maintainer + +* Thu Jul 13 2000 Bernhard Rosenkraenzer +- 5.1 + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Mon Jun 5 2000 Matt Wilson +- *don't ship symlinks from lib*.so.5 to lib*.so.4! +- use FHS macros + +* Fri Jun 2 2000 Bernhard Rosenkraenzer +- rebuild for 7.0 +- /usr/share/man +- update URL for patches +- misc. fixes to spec file + +* Mon Mar 20 2000 Bernhard Rosenkraenzer +- use the real library version number +- update to 20000319 + +* Tue Mar 7 2000 Jeff Johnson +- rebuild for sparc baud rates > 38400. + +* Fri Feb 18 2000 Preston Brown +- xterm terminfo entries from XFree86 3.3.6 +- final round of xterm fixes, follow debian policy. + +* Sat Feb 5 2000 Bernhard Rosenkr?nzer +- strip libraries + +* Thu Feb 3 2000 Bernhard Rosenkr?nzer +- More xterm fixes (Bug #9087) + +* Thu Jan 27 2000 Bernhard Rosenkr?nzer +- More xterm fixes from Hans de Goede (Bug #8633) + +* Sat Jan 15 2000 Bernhard Rosenkr?nzer +- remove some broken symlinks (leftovers from libncurses.so.5) +- Use %configure (Bug #8484) + +* Tue Jan 11 2000 Bernhard Rosenkr?nzer +- Add xterm patch from Hans de Goede +- Patch 20000108, this fixes a problem with a header file. + +* Wed Jan 5 2000 Bernhard Rosenkr?nzer +- Add 20000101 patch, hopefully finally fixing the xterm description + +* Wed Dec 22 1999 Cristian Gafton +- revert to the old major number - because the ABI is not changed (and we + should be handling the changes via symbol versioning anyway) + +* Fri Nov 12 1999 Bernhard Rosenkraenzer +- Fix a typo in spec +- Add the 19991006 patch, fixing some C++ STL compatibility problems. +- get rid of profiling and debugging versions - we need to save space... + +* Thu Nov 4 1999 Bernhard Rosenkraenzer +- 5.0 +- some spec cleanups to make updating easier +- add links *.so.5 to *.so.4 - they are fully binary compatible. + (Why did they change the invocation number???) + +* Wed Sep 22 1999 Cristian Gafton +- make clean in the test dir - don't ship any binaries at all. + +* Mon Sep 13 1999 Preston Brown +- fixed stripping of test programs. + +* Sun Aug 29 1999 Preston Brown +- removed 'flash' capability for xterm; see bug #2820 for details. + +* Fri Aug 27 1999 Cristian Gafton +- add the resetall script from Marc Merlin + +* Fri Aug 27 1999 Preston Brown +- added iris-ansi-net as alias for iris-ansi (bug #2561) + +* Fri Jul 30 1999 Michael K. Johnson +- added ncurses-intro.hmtl and hackguide.html to -devel package [bug #3929] + +* Tue Apr 06 1999 Preston Brown +- make sure ALL binaries are stripped (incl. test binaries) + +* Thu Mar 25 1999 Preston Brown +- made xterm terminfo stuff MUCH better. + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 16) + +* Sat Mar 13 1999 Cristian Gafton +- fixed header for C++ compiles + +* Fri Mar 12 1999 Jeff Johnson +- add terminfo entries for linux/linux-m on sparc (obsolete termfile_sparc). + +* Thu Feb 18 1999 Cristian Gafton +- updated patchset from original site + +* Thu Dec 03 1998 Cristian Gafton +- don't build the C++ demo code +- update patch set to the current as of today (redid all the individual + patches in a single one) + +* Wed Oct 14 1998 Cristian Gafton +- make sure to strip the binaries + +* Wed Sep 23 1998 Cristian Gafton +- added another zillion of patches. The spec file *is* ugly +- defattr + +* Mon Jul 20 1998 Cristian Gafton +- added lots of patches. This spec file is starting to look ugly + +* Wed Jul 01 1998 Alan Cox +- Fix setuid trusting. Open termcap/info files as the real user. + +* Wed May 06 1998 Cristian Gafton +- added terminfo entry for the poor guys using lat1 and/or lat-2 on their + consoles... Enjoy linux-lat ! Thanks, Erik ! + +* Tue Apr 21 1998 Cristian Gafton +- new patch to get xterm-color and nxterm terminfo entries +- aliased them to rxvt, as that seems to satisfy everybody + +* Sun Apr 12 1998 Cristian Gafton +- added %clean section + +* Tue Apr 07 1998 Cristian Gafton +- removed /usr/lib/terminfo symlink - we shouldn't need that + +* Mon Apr 06 1998 Cristian Gafton +- updated to 4.2 + patches +- added BuildRoot + +* Sat Apr 04 1998 Cristian Gafton +- rebuilt with egcs on alpha + +* Wed Dec 31 1997 Erik Troan +- version 7 didn't rebuild properly on the Alpha somehow -- no real changes + are in this version + +* Tue Dec 09 1997 Erik Troan +- TIOCGWINSZ wasn't used properly + +* Tue Jul 08 1997 Erik Troan +- built against glibc, linked shared libs against -lc + From svn at tinysofa.org Fri Aug 20 08:29:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:29:51 +1000 (EST) Subject: [tinysofa-svn] r4123 - tinysofa/releases/1.1/ncurses Message-ID: <20040820082951.BD1A84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:29:49 +1000 (Fri, 20 Aug 2004) New Revision: 4123 Removed: tinysofa/releases/1.1/ncurses/pristine/ Log: ncurses: * removing pristine (5.4-4ts) From svn at tinysofa.org Fri Aug 20 08:30:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:30:10 +1000 (EST) Subject: [tinysofa-svn] r4124 - tinysofa/releases/1.1/ncurses Message-ID: <20040820083010.9BF6A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:30:08 +1000 (Fri, 20 Aug 2004) New Revision: 4124 Added: tinysofa/releases/1.1/ncurses/pristine/ Log: ncurses: * retarget pristine (5.4-4ts) to releases/5.4/5ts Copied: tinysofa/releases/1.1/ncurses/pristine (from rev 4122, tinysofa/releases/1.1/ncurses/releases/5.4/5ts) From svn at tinysofa.org Fri Aug 20 08:31:09 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:31:09 +1000 (EST) Subject: [tinysofa-svn] r4125 - in tinysofa/releases/1.1/rsync: current/specs releases/2.6.2 releases/2.6.2/7ts/sources releases/2.6.2/7ts/specs Message-ID: <20040820083109.7E6CE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:31:06 +1000 (Fri, 20 Aug 2004) New Revision: 4125 Added: tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/ tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/sources/rsync-2.6.2-sanitize-path-fix.patch tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/specs/rsync.spec Removed: tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/specs/rsync.spec Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec Log: rsync: * integrate current (2.6.2-7jh) as releases/2.6.2/7ts Modified: tinysofa/releases/1.1/rsync/current/specs/rsync.spec =================================================================== --- tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-20 08:30:08 UTC (rev 4124) +++ tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-20 08:31:06 UTC (rev 4125) @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.6.2 -Release: 7jh +Release: 7ts Group: main # TAG: for pre versions use #Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz @@ -93,6 +93,9 @@ %changelog +* Fri Aug 20 2004 tsintegrate 2.6.2-7ts +- current (2.6.2-7jh) integrated as 2.6.2-7ts for release 1.1 + * Mon Aug 16 2004 Jaakko Heinonen 2.6.2-7jh - add sanitize path fix Copied: tinysofa/releases/1.1/rsync/releases/2.6.2/7ts (from rev 3396, tinysofa/releases/1.1/rsync/current) Copied: tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/sources/rsync-2.6.2-sanitize-path-fix.patch (from rev 4093, tinysofa/releases/1.1/rsync/current/sources/rsync-2.6.2-sanitize-path-fix.patch) Deleted: tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/specs/rsync.spec =================================================================== --- tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-05 07:12:05 UTC (rev 3396) +++ tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/specs/rsync.spec 2004-08-20 08:31:06 UTC (rev 4125) @@ -1,321 +0,0 @@ -Summary: A program for synchronizing files over a network. -Name: rsync -Version: 2.6.2 -Release: 6jh -Group: main -# TAG: for pre versions use -#Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz -Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz -Source1: rsyncd.xinetd -Source2: rsyncd.logrotate -Source3: rsyncd.conf - -Prefix: %{_prefix} -BuildRoot: %{_tmppath}/%{name}-%{version}-root -License: GPL - -Patch1: rsync-2.6.2-lastdir-corruption.patch - -%description -Rsync uses a reliable algorithm to bring remote and host files into -sync very quickly. Rsync is fast because it just sends the differences -in the files over the network instead of sending the complete -files. Rsync is often used as a very powerful mirroring process or -just as a more capable replacement for the rcp command. A technical -report which describes the rsync algorithm is included in this -package. - -%package server -Summary: The server part of rsync -Group: main -PreReq: coreutils -Requires: rsync xinetd - -%description server -This is the server part of the rsync package. - -Install this package if you want to provide a rsync server. - - -%prep -# TAG: for pre versions use -# % setup -q -n %{version}pre-2 -%setup -q - -%patch1 -p1 -b .lastdir-corruption - - -%build -%configure - -%make - - -%install -%makeinstall - -%{__mkdir_p} \ - %{buildroot}%{_sysconfdir}/xinetd.d \ - %{buildroot}%{_localstatedir}/log \ - %{buildroot}%{_sysconfdir}/logrotate.d - -install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xinetd.d/rsync -install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/rsync -install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rsyncd.conf -touch %{buildroot}%{_localstatedir}/log/rsync - - -%clean -%clean_buildroot - - -%files -%defattr(-,root,root) -%doc COPYING README tech_report.tex -%{_bindir}/rsync -%{_mandir}/man1/rsync.1* - -%files server -%defattr(-,root,root) -%config(noreplace) %{_sysconfdir}/xinetd.d/rsync -%config(noreplace) %{_sysconfdir}/logrotate.d/rsync -%config(noreplace) %{_sysconfdir}/rsyncd.conf -%dir %attr(750,root,root) %{_localstatedir}/log/rsync -%{_mandir}/man5/rsyncd.conf.5* - - -%pre server -if [ -d /var/log/rsync ] && [ ! -e /var/log/rsync.old ]; then - %{__mv} -f /var/log/rsync /var/log/rsync.old -fi - - -%changelog -* Tue Aug 3 2004 Jaakko Heinonen 2.6.2-6jh -- move upgrade workaround to %%pre script - -* Thu Jul 29 2004 Jaakko Heinonen 2.6.2-5jh -- add trigger to upgrade from old version correctly - -* Tue May 25 2004 Mark McLoughlin - 2.6.2-1 -- Backport fix for crasher when passing multiple directories of the same - length (bug #123708) - -* Fri Apr 30 2004 Jay Fenlason 2.6.2-0 -- New upstream version to correct the problems with 2.6.1. - This obsoletes all the patches to 2.6.1 - -* Thu Apr 29 2004 Jay Fenlason 2.6.1-1 -- Rsync 2.6.1 final. -- Add a patch from Wayne Davison that fixes a - use of uninitilized memory in the map_uid and map_gid functions. -- Add another patch from Wayne Davidson that fixes the -R option. -- Add a patch (extracted from a patch by Sami Farin - ) to not ignore the return value - of close(). - -* Thu Mar 25 2004 Jay Fenlason 2.6.1-0.pre1 -- New upstream version - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Mon Jan 5 2004 Jay Fenlason 2.6.0-0 -- New upstream version, obsoletes the rsync-2.5.6-signal.patch - -* Wed Dec 3 2003 Bill Nottingham 2.5.7-2 -- rebuild - -* Wed Dec 3 2003 Bill Nottingham 2.5.7-1 -- update to 2.5.7 - -* Tue Aug 05 2003 Hardy Merrill 2.5.6-20 -- rebuild in new build env - -* Tue Aug 05 2003 Lon Hohberger 2.5.6-19 -- spec file fix - -* Tue Aug 05 2003 Hardy Merrill 2.5.6-18 -- rebuild in new build env - -* Tue Aug 05 2003 Hardy Merrill 2.5.6-17 -- fixed spec - added patch0 to prep. - -* Tue Aug 05 2003 Hardy Merrill 2.5.6-16 -- rebuild in new build env - -* Mon Aug 04 2003 Hardy Merrill 2.5.6-15 -- add rsync-2.5.6-signal.patch to fix kernel warnings that - appear because socket.c sets SIGCHLD to SIG_IGN and then - calls wait. This is in response to bug#98740. This patch - *has* been committed to CVS upstream and will be in - upstream rsync-2.5.7. - -* Fri Jun 13 2003 Hardy Merrill 2.5.6-14 -- build scratch - for compile warnings - -* Fri Jun 13 2003 Hardy Merrill 2.5.6-13 -- build scratch - for compile warnings - -* Thu Jun 12 2003 Hardy Merrill 2.5.6-12 -- rebuild in new build env - -* Thu Jun 12 2003 Hardy Merrill 2.5.6-11 -- removed rsync-2.5.6-sign.patch. Upstream code - incorporates signed vs unsigned changes. - -* Wed Jun 11 2003 Hardy Merrill 2.5.6-10_CVSHEAD_signpatch -- build scratch - added rsync-2.5.6-sign.patch. - -* Wed Jun 11 2003 Hardy Merrill 2.5.6-9_CVSHEAD_nopatches -- build scratch. - -* Wed Jun 11 2003 Hardy Merrill 2.5.6-8 -- build scratch - deleted rsync-2.5.6-sign.patch. - -* Mon Jun 09 2003 Hardy Merrill 2.5.6-7 -- rebuild in new build env - -* Thu Jun 05 2003 Hardy Merrill 2.5.6-6 -- removed patch rsync-2.5.4-maxdel.patch -- removed patch rsync-2.4.6-segv.patch - - current 2.5.6 properly handles (no segfault) the situation - (rsync '[a]') that caused a need for this patch. -- added patch rsync-2.5.6-sign.patch, which is a working - subset of patches (that still apply) included in the original - rsync-2.5.4-moresignage.patch - -* Wed Jun 04 2003 Elliot Lee -- rebuilt - -* Mon Mar 11 2003 Hardy Merrill 2.5.6-4 -- rebuild in new build env - -* Mon Mar 11 2003 Hardy Merrill 2.5.6-3 -- fixed changelog comments - -* Mon Mar 10 2003 Hardy Merrill 2.5.6-2 -- rebuild in new build env - -* Mon Mar 10 2003 Hardy Merrill 2.5.6-1 -- update to 2.5.6 from upstream - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Fri Jan 17 2003 Hardy Merrill 2.5.5-3 -- fix spelling mistake in rsync.xinetd. #66036 & dup #75006 - -* Wed Dec 11 2002 Tim Powers 2.5.5-2 -- rebuild on all arches - -* Mon Jun 24 2002 Bill Nottingham 2.5.5-1 -- update to 2.5.5 - -* Fri Jun 21 2002 Tim Powers -- automated rebuild - -* Thu May 23 2002 Tim Powers -- automated rebuild - -* Wed Apr 10 2002 Bill Nottingham 2.5.4-2 -- upstream patches: fix accidental use of --whole-file, fix - minor memory leak, and bad worst-case child kill behavior -- make passing -e to rsync:// URLs not cause an error exit (#62489) - -* Wed Mar 13 2002 Bill Nottingham 2.5.4-1 -- update to 2.5.4, do assorted patchmerging - -* Wed Feb 20 2002 Bill Nottingham -- fix --address (#60127) -- call setgroups before dropping privs () - -* Mon Jan 28 2002 Bill Nottingham -- fix some errors in the unsigned patch - -* Sun Jan 27 2002 Bill Nottingham -- rebuild to get proper LFS_CFLAGS - -* Wed Jan 23 2002 Bill Nottingham -- fix some signed/unsigned issues () -- tweak ipv6 patch (#55337, ) -- make xinetd file %config(noreplace) - -* Fri Aug 17 2001 Bill Nottingham -- fix segfault on weird arguments (#51801) - -* Tue Jul 24 2001 Bill Nottingham -- IPv6 patch () (#47780) - -* Tue Jun 19 2001 Bill Nottingham -- add patch to fix hangs at end of sync, and other odd behaviors (#42111) - -* Sat Sep 30 2000 Florian La Roche -- add xinetd configuration - -* Tue Sep 26 2000 Bernhard Rosenkraenzer -- 2.4.6 - -* Mon Jul 31 2000 Bill Nottingham -- update to 2.4.4 - fixes yet another problem with rsh transport - -* Wed Jul 12 2000 Prospector -- automatic rebuild - -* Sat Jun 10 2000 Bill Nottingham -- rebuild in new build env. - -* Mon Apr 10 2000 Bill Nottingham -- update to 2.4.3 - -* Tue Apr 4 2000 Bill Nottingham -- update to 2.4.2 - -* Tue Mar 7 2000 Bill Nottingham -- fix maxdelete behavior so it isn't sent to older servers. - -* Mon Jan 31 2000 Jeff Johnson -- update to 2.4.1. - -* Fri Dec 17 1999 Bill Nottingham -- update to 2.3.2 - -* Sat Jun 12 1999 Jeff Johnson -- add "max. delete" patch to limit damage when server is hosed. - -* Wed Apr 07 1999 Bill Nottingham -- update to 2.3.1. - -* Sun Mar 21 1999 Cristian Gafton -- auto rebuild in the new build environment (release 2) - -* Tue Mar 16 1999 Jeff Johnson -- update to 2.3.0. - -* Sat Mar 13 1999 Jeff Johnson -- update to 2.3.0 beta. - -* Fri Dec 18 1998 Bill Nottingham -- update to 2.2.1 - -* Thu Sep 10 1998 Jeff Johnson -- updated to 2.1.1 - -* Mon Aug 17 1998 Erik Troan -- updated to 2.1.0 - -* Thu Aug 06 1998 Erik Troan -- buildrooted and attr-rophied -- removed tech-report.ps; the .tex should be good enough - -* Mon Aug 25 1997 John A. Martin -- Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there - was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm - showing no packager nor signature but giving - "Source RPM: rsync-1.6.3-1.src.rpm". -- Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip - to 'build', removed 'prefix'. - -* Thu Apr 10 1997 Michael De La Rue -- rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the - previous package(s).) Copied: tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/specs/rsync.spec (from rev 4087, tinysofa/releases/1.1/rsync/current/specs/rsync.spec) =================================================================== --- tinysofa/releases/1.1/rsync/current/specs/rsync.spec 2004-08-16 17:26:02 UTC (rev 4087) +++ tinysofa/releases/1.1/rsync/releases/2.6.2/7ts/specs/rsync.spec 2004-08-20 08:31:06 UTC (rev 4125) @@ -0,0 +1,332 @@ +Summary: A program for synchronizing files over a network. +Name: rsync +Version: 2.6.2 +Release: 7ts +Group: main +# TAG: for pre versions use +#Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz +Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz +Source1: rsyncd.xinetd +Source2: rsyncd.logrotate +Source3: rsyncd.conf + +Prefix: %{_prefix} +BuildRoot: %{_tmppath}/%{name}-%{version}-root +License: GPL + +Patch1: rsync-2.6.2-lastdir-corruption.patch +Patch2: rsync-2.6.2-sanitize-path-fix.patch + +%description +Rsync uses a reliable algorithm to bring remote and host files into +sync very quickly. Rsync is fast because it just sends the differences +in the files over the network instead of sending the complete +files. Rsync is often used as a very powerful mirroring process or +just as a more capable replacement for the rcp command. A technical +report which describes the rsync algorithm is included in this +package. + +%package server +Summary: The server part of rsync +Group: main +PreReq: coreutils +Requires: rsync xinetd + +%description server +This is the server part of the rsync package. + +Install this package if you want to provide a rsync server. + + +%prep +# TAG: for pre versions use +# % setup -q -n %{version}pre-2 +%setup -q + +%patch1 -p1 -b .lastdir-corruption +%patch2 -p1 -b .sanitize-path-fix + + +%build +%configure + +%make + + +%install +%makeinstall + +%{__mkdir_p} \ + %{buildroot}%{_sysconfdir}/xinetd.d \ + %{buildroot}%{_localstatedir}/log \ + %{buildroot}%{_sysconfdir}/logrotate.d + +install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xinetd.d/rsync +install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/rsync +install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rsyncd.conf +touch %{buildroot}%{_localstatedir}/log/rsync + + +%clean +%clean_buildroot + + +%files +%defattr(-,root,root) +%doc COPYING README tech_report.tex +%{_bindir}/rsync +%{_mandir}/man1/rsync.1* + +%files server +%defattr(-,root,root) +%config(noreplace) %{_sysconfdir}/xinetd.d/rsync +%config(noreplace) %{_sysconfdir}/logrotate.d/rsync +%config(noreplace) %{_sysconfdir}/rsyncd.conf +%dir %attr(750,root,root) %{_localstatedir}/log/rsync +%{_mandir}/man5/rsyncd.conf.5* + + +%pre server +if [ -d /var/log/rsync ] && [ ! -e /var/log/rsync.old ]; then + %{__mv} -f /var/log/rsync /var/log/rsync.old +fi + + +%changelog +* Fri Aug 20 2004 tsintegrate 2.6.2-7ts +- current (2.6.2-7jh) integrated as 2.6.2-7ts for release 1.1 + +* Mon Aug 16 2004 Jaakko Heinonen 2.6.2-7jh +- add sanitize path fix + +* Thu Aug 05 2004 tsintegrate 2.6.2-6ts +- current (2.6.2-6jh) integrated as 2.6.2-6ts for release 1.1 + +* Tue Aug 3 2004 Jaakko Heinonen 2.6.2-6jh +- move upgrade workaround to %%pre script + +* Thu Jul 29 2004 Jaakko Heinonen 2.6.2-5jh +- add trigger to upgrade from old version correctly + +* Tue May 25 2004 Mark McLoughlin - 2.6.2-1 +- Backport fix for crasher when passing multiple directories of the same + length (bug #123708) + +* Fri Apr 30 2004 Jay Fenlason 2.6.2-0 +- New upstream version to correct the problems with 2.6.1. + This obsoletes all the patches to 2.6.1 + +* Thu Apr 29 2004 Jay Fenlason 2.6.1-1 +- Rsync 2.6.1 final. +- Add a patch from Wayne Davison that fixes a + use of uninitilized memory in the map_uid and map_gid functions. +- Add another patch from Wayne Davidson that fixes the -R option. +- Add a patch (extracted from a patch by Sami Farin + ) to not ignore the return value + of close(). + +* Thu Mar 25 2004 Jay Fenlason 2.6.1-0.pre1 +- New upstream version + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Mon Jan 5 2004 Jay Fenlason 2.6.0-0 +- New upstream version, obsoletes the rsync-2.5.6-signal.patch + +* Wed Dec 3 2003 Bill Nottingham 2.5.7-2 +- rebuild + +* Wed Dec 3 2003 Bill Nottingham 2.5.7-1 +- update to 2.5.7 + +* Tue Aug 05 2003 Hardy Merrill 2.5.6-20 +- rebuild in new build env + +* Tue Aug 05 2003 Lon Hohberger 2.5.6-19 +- spec file fix + +* Tue Aug 05 2003 Hardy Merrill 2.5.6-18 +- rebuild in new build env + +* Tue Aug 05 2003 Hardy Merrill 2.5.6-17 +- fixed spec - added patch0 to prep. + +* Tue Aug 05 2003 Hardy Merrill 2.5.6-16 +- rebuild in new build env + +* Mon Aug 04 2003 Hardy Merrill 2.5.6-15 +- add rsync-2.5.6-signal.patch to fix kernel warnings that + appear because socket.c sets SIGCHLD to SIG_IGN and then + calls wait. This is in response to bug#98740. This patch + *has* been committed to CVS upstream and will be in + upstream rsync-2.5.7. + +* Fri Jun 13 2003 Hardy Merrill 2.5.6-14 +- build scratch - for compile warnings + +* Fri Jun 13 2003 Hardy Merrill 2.5.6-13 +- build scratch - for compile warnings + +* Thu Jun 12 2003 Hardy Merrill 2.5.6-12 +- rebuild in new build env + +* Thu Jun 12 2003 Hardy Merrill 2.5.6-11 +- removed rsync-2.5.6-sign.patch. Upstream code + incorporates signed vs unsigned changes. + +* Wed Jun 11 2003 Hardy Merrill 2.5.6-10_CVSHEAD_signpatch +- build scratch - added rsync-2.5.6-sign.patch. + +* Wed Jun 11 2003 Hardy Merrill 2.5.6-9_CVSHEAD_nopatches +- build scratch. + +* Wed Jun 11 2003 Hardy Merrill 2.5.6-8 +- build scratch - deleted rsync-2.5.6-sign.patch. + +* Mon Jun 09 2003 Hardy Merrill 2.5.6-7 +- rebuild in new build env + +* Thu Jun 05 2003 Hardy Merrill 2.5.6-6 +- removed patch rsync-2.5.4-maxdel.patch +- removed patch rsync-2.4.6-segv.patch + - current 2.5.6 properly handles (no segfault) the situation + (rsync '[a]') that caused a need for this patch. +- added patch rsync-2.5.6-sign.patch, which is a working + subset of patches (that still apply) included in the original + rsync-2.5.4-moresignage.patch + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Mon Mar 11 2003 Hardy Merrill 2.5.6-4 +- rebuild in new build env + +* Mon Mar 11 2003 Hardy Merrill 2.5.6-3 +- fixed changelog comments + +* Mon Mar 10 2003 Hardy Merrill 2.5.6-2 +- rebuild in new build env + +* Mon Mar 10 2003 Hardy Merrill 2.5.6-1 +- update to 2.5.6 from upstream + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Fri Jan 17 2003 Hardy Merrill 2.5.5-3 +- fix spelling mistake in rsync.xinetd. #66036 & dup #75006 + +* Wed Dec 11 2002 Tim Powers 2.5.5-2 +- rebuild on all arches + +* Mon Jun 24 2002 Bill Nottingham 2.5.5-1 +- update to 2.5.5 + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Apr 10 2002 Bill Nottingham 2.5.4-2 +- upstream patches: fix accidental use of --whole-file, fix + minor memory leak, and bad worst-case child kill behavior +- make passing -e to rsync:// URLs not cause an error exit (#62489) + +* Wed Mar 13 2002 Bill Nottingham 2.5.4-1 +- update to 2.5.4, do assorted patchmerging + +* Wed Feb 20 2002 Bill Nottingham +- fix --address (#60127) +- call setgroups before dropping privs () + +* Mon Jan 28 2002 Bill Nottingham +- fix some errors in the unsigned patch + +* Sun Jan 27 2002 Bill Nottingham +- rebuild to get proper LFS_CFLAGS + +* Wed Jan 23 2002 Bill Nottingham +- fix some signed/unsigned issues () +- tweak ipv6 patch (#55337, ) +- make xinetd file %config(noreplace) + +* Fri Aug 17 2001 Bill Nottingham +- fix segfault on weird arguments (#51801) + +* Tue Jul 24 2001 Bill Nottingham +- IPv6 patch () (#47780) + +* Tue Jun 19 2001 Bill Nottingham +- add patch to fix hangs at end of sync, and other odd behaviors (#42111) + +* Sat Sep 30 2000 Florian La Roche +- add xinetd configuration + +* Tue Sep 26 2000 Bernhard Rosenkraenzer +- 2.4.6 + +* Mon Jul 31 2000 Bill Nottingham +- update to 2.4.4 - fixes yet another problem with rsh transport + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sat Jun 10 2000 Bill Nottingham +- rebuild in new build env. + +* Mon Apr 10 2000 Bill Nottingham +- update to 2.4.3 + +* Tue Apr 4 2000 Bill Nottingham +- update to 2.4.2 + +* Tue Mar 7 2000 Bill Nottingham +- fix maxdelete behavior so it isn't sent to older servers. + +* Mon Jan 31 2000 Jeff Johnson +- update to 2.4.1. + +* Fri Dec 17 1999 Bill Nottingham +- update to 2.3.2 + +* Sat Jun 12 1999 Jeff Johnson +- add "max. delete" patch to limit damage when server is hosed. + +* Wed Apr 07 1999 Bill Nottingham +- update to 2.3.1. + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 2) + +* Tue Mar 16 1999 Jeff Johnson +- update to 2.3.0. + +* Sat Mar 13 1999 Jeff Johnson +- update to 2.3.0 beta. + +* Fri Dec 18 1998 Bill Nottingham +- update to 2.2.1 + +* Thu Sep 10 1998 Jeff Johnson +- updated to 2.1.1 + +* Mon Aug 17 1998 Erik Troan +- updated to 2.1.0 + +* Thu Aug 06 1998 Erik Troan +- buildrooted and attr-rophied +- removed tech-report.ps; the .tex should be good enough + +* Mon Aug 25 1997 John A. Martin +- Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there + was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm + showing no packager nor signature but giving + "Source RPM: rsync-1.6.3-1.src.rpm". +- Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip + to 'build', removed 'prefix'. + +* Thu Apr 10 1997 Michael De La Rue +- rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the + previous package(s).) From svn at tinysofa.org Fri Aug 20 08:31:25 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:31:25 +1000 (EST) Subject: [tinysofa-svn] r4126 - tinysofa/releases/1.1/rsync Message-ID: <20040820083125.BBA324E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:31:23 +1000 (Fri, 20 Aug 2004) New Revision: 4126 Removed: tinysofa/releases/1.1/rsync/pristine/ Log: rsync: * removing pristine (2.6.2-6ts) From svn at tinysofa.org Fri Aug 20 08:31:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 18:31:45 +1000 (EST) Subject: [tinysofa-svn] r4127 - tinysofa/releases/1.1/rsync Message-ID: <20040820083145.5D1164E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 18:31:42 +1000 (Fri, 20 Aug 2004) New Revision: 4127 Added: tinysofa/releases/1.1/rsync/pristine/ Log: rsync: * retarget pristine (2.6.2-6ts) to releases/2.6.2/7ts Copied: tinysofa/releases/1.1/rsync/pristine (from rev 4125, tinysofa/releases/1.1/rsync/releases/2.6.2/7ts) From svn at tinysofa.org Fri Aug 20 13:32:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 20 Aug 2004 23:32:12 +1000 (EST) Subject: [tinysofa-svn] r4128 - in contrib/1.1/mach/current: sources specs Message-ID: <20040820133212.D4E514E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-20 23:32:09 +1000 (Fri, 20 Aug 2004) New Revision: 4128 Modified: contrib/1.1/mach/current/sources/tinysofa-1.1 contrib/1.1/mach/current/specs/mach.spec Log: - update 1.1 default configuration Modified: contrib/1.1/mach/current/sources/tinysofa-1.1 =================================================================== --- contrib/1.1/mach/current/sources/tinysofa-1.1 2004-08-20 08:31:42 UTC (rev 4127) +++ contrib/1.1/mach/current/sources/tinysofa-1.1 2004-08-20 13:32:09 UTC (rev 4128) @@ -16,7 +16,8 @@ packages['tinysofa-1.1'] = { 'dir': 'tinysofa-1.1', 'minimal': 'bash glibc', - 'base': 'coreutils findutils pam initscripts crond dev', + 'base': 'coreutils findutils openssh-server openssh initscripts pam ' + + 'fcron openssl zlib dev glibc-locales glibc-i18n-en_US', 'build': 'dev rpm-devel rpm-build make gcc tar gzip patch ' + 'unzip bzip2 diffutils cpio elfutils', } Modified: contrib/1.1/mach/current/specs/mach.spec =================================================================== --- contrib/1.1/mach/current/specs/mach.spec 2004-08-20 08:31:42 UTC (rev 4127) +++ contrib/1.1/mach/current/specs/mach.spec 2004-08-20 13:32:09 UTC (rev 4128) @@ -1,6 +1,6 @@ Name: mach Version: 0.4.6 -Release: 3jh +Release: 4jh Summary: make a chroot buildsystem Group: contrib License: GPL @@ -111,6 +111,9 @@ %changelog +* Fri Aug 20 2004 Jaakko Heinonen +- update tinysofa-1.1 configuration + * Fri Jul 16 2004 Jaakko Heinonen - fix mach-chmod.patch From svn at tinysofa.org Fri Aug 20 16:45:52 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 21 Aug 2004 02:45:52 +1000 (EST) Subject: [tinysofa-svn] r4129 - in tinysofa/releases/1.1/courier-imap/current: sources specs Message-ID: <20040820164552.8CCC34E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-21 02:45:49 +1000 (Sat, 21 Aug 2004) New Revision: 4129 Added: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-3.0.7.tar.bz2 Removed: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-3.0.6.tar.bz2 Modified: tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec Log: New upstream version Deleted: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-3.0.6.tar.bz2 =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-3.0.7.tar.bz2 =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/courier-imap/current/sources/courier-imap-3.0.7.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec =================================================================== --- tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec 2004-08-20 13:32:09 UTC (rev 4128) +++ tinysofa/releases/1.1/courier-imap/current/specs/courier-imap.spec 2004-08-20 16:45:49 UTC (rev 4129) @@ -1,7 +1,7 @@ Summary: Courier-IMAP server Name: courier-imap -Version: 3.0.6 -Release: 1ts +Version: 3.0.7 +Release: 1gd License: GPL Group: extra Source: http://unc.dl.sourceforge.net/sourceforge/courier/courier-imap-%{version}.tar.bz2 @@ -167,7 +167,7 @@ %files %defattr(-,root,root) %doc AUTHORS COPYING imap/BUGS README README.imap README.maildirquota -%doc imap/FAQ imap/FAQ.html README.sharedfolders authlib/README.* +%doc README.sharedfolders authlib/README.* %doc INSTALL %{_initrddir}/* @@ -237,6 +237,9 @@ %changelog +* Fri Aug 20 2004 Gerald Dachs 3.0.7-1gd +- New upstream version + * Thu Aug 05 2004 tsintegrate 3.0.6-1ts - current (3.0.6-1gd) integrated as 3.0.6-1ts for release 1.1 From svn at tinysofa.org Fri Aug 20 19:15:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 21 Aug 2004 05:15:48 +1000 (EST) Subject: [tinysofa-svn] r4130 - contrib/1.1/perl-mime-tools/current/sources Message-ID: <20040820191548.C30964E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-21 05:15:45 +1000 (Sat, 21 Aug 2004) New Revision: 4130 Added: contrib/1.1/perl-mime-tools/current/sources/perl-mime-tools-6.200_02-no-v5.6.patch Log: patch was missing Added: contrib/1.1/perl-mime-tools/current/sources/perl-mime-tools-6.200_02-no-v5.6.patch =================================================================== --- contrib/1.1/perl-mime-tools/current/sources/perl-mime-tools-6.200_02-no-v5.6.patch 2004-08-20 16:45:49 UTC (rev 4129) +++ contrib/1.1/perl-mime-tools/current/sources/perl-mime-tools-6.200_02-no-v5.6.patch 2004-08-20 19:15:45 UTC (rev 4130) @@ -0,0 +1,11 @@ +--- MIME-tools-6.200_02/lib/MIME/Field/ParamVal.pm.orig 2004-07-18 20:06:43.000000000 +0200 ++++ MIME-tools-6.200_02/lib/MIME/Field/ParamVal.pm 2004-07-18 20:07:15.000000000 +0200 +@@ -62,7 +62,7 @@ + use vars qw($VERSION @ISA); + + # System modules: +-require v5.6; ++#require v5.6; + + # Other modules: + use Mail::Field; From svn at tinysofa.org Sat Aug 21 17:25:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:25:51 +1000 (EST) Subject: [tinysofa-svn] r4131 - contrib/1.1/kernel/current/specs Message-ID: <20040821172551.E6CA54E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:25:47 +1000 (Sun, 22 Aug 2004) New Revision: 4131 Added: contrib/1.1/kernel/current/specs/kernel.spec Removed: contrib/1.1/kernel/current/specs/kernel-2.6.spec Log: because of problems with tsbuild and tsintegrate Deleted: contrib/1.1/kernel/current/specs/kernel-2.6.spec =================================================================== --- contrib/1.1/kernel/current/specs/kernel-2.6.spec 2004-08-20 19:15:45 UTC (rev 4130) +++ contrib/1.1/kernel/current/specs/kernel-2.6.spec 2004-08-21 17:25:47 UTC (rev 4131) @@ -1,1213 +0,0 @@ -Summary: The Linux kernel (the core of the Linux operating system) - -# What parts do we want to build? We must build at least one kernel. -# These are the kernels that are built IF the architecture allows it. - -%define buildup 1 -%define buildsmp 1 -%define buildsource 0 -%define builddoc 0 - - -# Versions of various parts - -# -# Polite request for people who spin their own kernel rpms: -# please modify the "release" field in a way that identifies -# that the kernel isn't the stock distribution kernel, for example by -# adding some text to the end of the version number. -# -%define sublevel 8 -%define rpmsublevel 8 -%define subsublevel 1 -%define kversion 2.6.%{sublevel}.%{subsublevel} -%define rpmversion 2.6.%{rpmsublevel}.%{subsublevel} -%define signmodules 0 - -%define KVERREL %{PACKAGE_VERSION}-%{PACKAGE_RELEASE} - -# groups of related archs -%define all_x86 i586 i686 - -# Override generic defaults with per-arch defaults - -%ifarch noarch -%define builddoc 1 -%define buildsource 1 -%define buildup 0 -%define buildsmp 0 -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}*.config -%endif - -# Second, per-architecture exclusions (ifarch) - -%ifarch %{all_x86} -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-i?86*.config -%define image_install_path boot -%define signmodules 1 -%define kernel_arch i386 -%endif - -%ifarch x86_64 -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-x86_64*.config -%define image_install_path boot -%define signmodules 1 -%define kernel_arch %{_arch} -%endif - -%ifarch ppc64iseries ppc64 -%define buildsmp 0 -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc64*.config -%define image_install_path boot -%define kernel_arch %{_arch} -%endif - -%ifarch s390 -%define buildsmp 0 -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-s390*.config -%define image_install_path boot -%define kernel_arch %{_arch} -%endif - -%ifarch s390x -%define buildsmp 0 -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-s390x.config -%define image_install_path boot -%define kernel_arch %{_arch} -%endif - -%ifarch sparc -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-sparc.config -%define buildsmp 0 -%define kernel_arch %{_arch} -%endif - -%ifarch sparc64 -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-sparc64*.config -%define kernel_arch %{_arch} -%endif - -%ifarch ppc ppc8260 ppc8560 ppc32dy4 -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc*.config -%define buildsmp 0 -%define image_install_path boot -%define kernel_arch %{_arch} -%endif - -%ifarch ia64 -%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ia64.config -%define buildsmp 0 -%define image_install_path boot/efi/EFI/redhat -%define kernel_arch %{_arch} -%endif - - -# -# Three sets of minimum package version requirements in the form of Conflicts: -# to versions below the minimum -# - -# -# First the general kernel 2.6 required versions as per -# Documentation/Changes -# -%define kernel_dot_org_conflicts ppp <= 2.3.15, pcmcia-cs <= 3.1.20, isdn4k-utils <= 3.0, mount < 2.10r-5, nfs-utils < 1.0.3, e2fsprogs < 1.29, util-linux < 2.10, jfsutils < 1.0.14, reiserfsprogs < 3.6.3, xfsprogs < 2.1.0, procps < 2.0.9, oprofile < 0.5.3 - -# -# Then a series of requirements that are distribution specific, either -# because we add patches for something, or the older versions have -# problems with the newer kernel or lack certain things that make -# integration in the distro harder than needed. -# -%define package_conflicts cipe < 1.4.5, tux < 2.1.0, kudzu <= 0.92, initscripts < 7.23, dev < 3.2-7, iptables < 1.2.5-3, bcm5820 < 1.81, nvidia-rh72 <= 1.0 - -# -# Several packages had bugs in them that became obvious when the NPTL -# threading code got integrated. -# -%define nptl_conflicts SysVinit < 2.84-13, pam < 0.75-48, vixie-cron < 3.0.1-73, privoxy < 3.0.0-8, spamassassin < 2.44-4.8.x, cups < 1.1.17-13 - -# -# Packages that need to be installed before the kernel is, because the %post -# scripts use them. -# -%define kernel_prereq coreutils, module-init-tools, initscripts >= 7.31.9-7gd, mkinitrd >= 3.5.24-2gd - -Name: kernel -Group: System Environment/Kernel -License: GPLv2 -Version: %{rpmversion} -Release: 2gd -ExclusiveArch: noarch %{all_x86} x86_64 ppc64 ppc64iseries sparc sparc64 ppc ppc8260 ppc8560 ppc32dy4 s390 s390x ia64 -ExclusiveOS: Linux -Provides: kernel = %{version} -Provides: kernel-drm = 4.3.0 -Prereq: %{kernel_prereq} -Conflicts: %{kernel_dot_org_conflicts} -Conflicts: %{package_conflicts} -Conflicts: %{nptl_conflicts} -# We can't let RPM do the dependencies automatic because it'll then pick up -# a correct but undesirable perl dependency from the module headers which -# isn't required for the kernel proper to function -AutoReqProv: no - -# -# List the packages used during the kernel build -# -BuildPreReq: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar -BuildPreReq: bzip2, findutils, gzip, m4, perl, make >= 3.78, gnupg -BuildPreReq: kernel-utils26 -# temporary req since modutils changed output format -BuildPreReq: coreutils -BuildRequires: gcc >= 2.96-98, binutils >= 2.12, tinysofa-rpm-config -BuildConflicts: rhbuildsys(DiskFree) < 500Mb - - - -Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2 - -Source10: COPYING.modules -Source11: genkey - -Source20: kernel-%{kversion}-i586.config -Source21: kernel-%{kversion}-i586-smp.config -#Source22: kernel-%{kversion}-i686.config -#Source23: kernel-%{kversion}-i686-smp.config -#Source24: kernel-%{kversion}-x86_64.config -#Source25: kernel-%{kversion}-x86_64-smp.config -#Source26: kernel-%{kversion}-ppc64.config -#Source27: kernel-%{kversion}-ppc64iseries.config -#Source28: kernel-%{kversion}-s390.config -#Source29: kernel-%{kversion}-s390x.config -# Source30: kernel-%{kversion}-sparc.config -# Source32: kernel-%{kversion}-sparc64.config -# Source33: kernel-%{kversion}-sparc64-smp.config -#Source34: kernel-%{kversion}-ppc.config -#Source35: kernel-%{kversion}-ia64.config -#Source36: kernel-%{kversion}-ppc8260.config -#Source37: kernel-%{kversion}-ppc8560.config -#Source38: kernel-%{kversion}-ppc32dy4.config - - - -# -# Patches 0 through 100 are meant for core subsystem upgrades -# - -# -# Patches 10 to 100 are upstream patches we want to back out -# -Patch10: linux-2.6.7-hugetlb.patch -Patch11: linux-2.6.7-iobitmap.patch - -# Patches 100 through 500 are meant for architecture patches - -# 200 - 300 x86(-64) - -Patch200: linux-2.6.8-nostack.patch - -# 300 - 330 ppc(64)) -Patch300: linux-2.6.2-ppc64-build.patch -Patch305: linux-2.6.8-marvell.patch -Patch306: linux-2.6.8-gianfar.patch -# -# 330 - 350 ia64 -# -Patch330: linux-2.6.3-ia64-build.patch - -# 350 - 400 s390(x) -Patch350: linux-2.6.1-s390-compile.patch - -# -# 400 - sparc(64) -# -Patch400: linux-2.6.3-sparc-addbzimage.patch - -# -# Patches 500 through 1000 are reserved for bugfixes to the core system -# and patches related to how RPMs are build -# - -Patch500: linux-2.4.0-nonintconfig.patch -Patch510: linux-2.6.8-flexmmap.patch -Patch511: linux-2.6.0-exec-shield.patch -Patch512: linux-2.6.8-print-fatal-signals.patch -Patch520: linux-2.6.0-4g4g.patch -Patch530: linux-2.6.0-must_check.patch -Patch550: linux-2.6.7-mlock.patch -Patch560: linux-2.6.5-inode-clip.patch -Patch590: linux-2.6.2-tux.patch -Patch600: linux-2.6.7-modsign-core.patch -Patch601: linux-2.6.7-modsign-crypto.patch -Patch602: linux-2.6.7-modsign-ksign.patch -Patch603: linux-2.6.7-modsign-mpilib.patch -Patch604: linux-2.6.7-modsign-script.patch - - -# -# Patches 1000 to 5000 are reserved for bugfixes to drivers and filesystems -# - -Patch1000: linux-2.4.0-test11-vidfail.patch -# Patch1010: linux-2.6.7-rpclookup-oops.patch -Patch1020: linux-2.6.4-stackusage.patch -Patch1030: linux-2.6.5-ext3-reservations.patch -Patch1040: linux-2.6.5-ext3-online-resize.patch -Patch1050: linux-2.6.7-devmem.patch -Patch1051: linux-2.6.0-devmem.patch -Patch1060: linux-2.6.3-crash-driver.patch -Patch1070: linux-2.6.0-sleepon.patch -Patch1080: linux-2.6.7-voluntary-preemption.patch -Patch1081: linux-2.6.7-early-schedule.patch -Patch1082: linux-2.6.7-might_sleep.patch -Patch1090: linux-2.6.7-netdump.patch -Patch1100: linux-2.6.7-i8042.patch -Patch1110: linux-2.6.7-symlink.patch -Patch1120: linux-2.6.7-scsi-whitelist.patch -Patch1130: linux-2.6.7-i8x0-drm.patch - -Patch2000: linux-2.6.3-printopen.patch - - -# -# External drivers that are about to get accepted upstream -# - -# -# 10000 to 20000 is for stuff that has to come last due to the -# amount of drivers they touch. But only these should go here. -# Not patches you're too lazy for to put in the proper place. -# - -Patch10000: linux-2.6.0-compile.patch -# Patch10010: linux-2.6.0-module-license.patch - -# tinysofa changes -# 20000 to 30000 - -Patch20000: linux-2.6.0-tinysofa-as-default.patch -Patch20010: linux-2.6.8-tinysofa-reiserfs-xattr-lock.patch -Patch20020: linux-2.6.8-tinysofa-syslog.patch - -# END OF PATCH DEFINITIONS - -BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root - -%description -The kernel package contains the Linux kernel (vmlinuz), the core of any -Linux operating system. The kernel handles the basic functions -of the operating system: memory allocation, process allocation, device -input and output, etc. - - -%package sourcecode -Summary: The source code for the Linux kernel. -Group: Development/System -Prereq: fileutils -Requires: make >= 3.78 -Requires: gcc >= 3.2 -Requires: /usr/bin/strip -# for xconfig and gconfig -Requires: readline-devel ncurses-devel -Provides: kernel-source -Obsoletes: kernel-source <= 2.6.6 - -%description sourcecode -The kernel-sourcecode package contains the source code files for the Linux -kernel. The source files can be used to build a custom kernel that is -smaller by virtue of only including drivers for your particular hardware, if -you are so inclined (and you know what you're doing). The customisation -guide in the documentation describes in detail how to do this. This package -is neither needed nor usable for building external kernel modules for -linking such modules into the default operating system kernels. - -%package doc -Summary: Various documentation bits found in the kernel source. -Group: Documentation -%if !%{buildsource} -Obsoletes: kernel-source <= 2.6.6 -Obsoletes: kernel-sourcecode <= 2.6.6 -%endif - -%description doc -This package contains documentation files from the kernel -source. Various bits of information about the Linux kernel and the -device drivers shipped with it are documented in these files. - -You'll want to install this package if you need a reference to the -options that can be passed to Linux kernel modules at load time. - - -%package smp -Summary: The Linux kernel compiled for SMP machines. - -Group: System Environment/Kernel -Provides: kernel = %{version} -Provides: kernel-drm = 4.3.0 -Prereq: %{kernel_prereq} -Conflicts: %{kernel_dot_org_conflicts} -Conflicts: %{package_conflicts} -Conflicts: %{nptl_conflicts} -# upto and including kernel 2.4.9 rpms, the 4Gb+ kernel was called kernel-enterprise -# now that the smp kernel offers this capability, obsolete the old kernel -Obsoletes: kernel-enterprise < 2.4.10 -# We can't let RPM do the dependencies automatic because it'll then pick up -# a correct but undesirable perl dependency from the module headers which -# isn't required for the kernel proper to function -AutoReqProv: no - -%description smp -This package includes a SMP version of the Linux kernel. It is -required only on machines with two or more CPUs as well as machines with -hyperthreading technology. - -Install the kernel-smp package if your machine uses two or more CPUs. - -%prep - -%setup -q -n %{name}-%{version} -c -cd linux-%{kversion} - -# -# Patches 0 through 100 are meant for core subsystem upgrades -# - -# update to recent upstream bk snapshot - - -# -# Patches to back out -# - - -# -# Ugly hugetlb hack; the real solution (rlimits) is added later on -# -%patch10 -p1 -R -# -# iobitmap increase that breaks booting -# -%patch11 -p1 -R - -# -# Architecture patches -# - -# -# x86(-64) -# -%patch200 -p1 - - -# -# ppc64 -# - -# Patch for Kconfig and Makefile build issues -%patch300 -p1 - -# -# Patch for marvell boards -# Added Jul 16th -# -# %patch305 -p1 -# %patch306 -p1 - -# -# ia64 -# - -# Basic build fixes -%patch330 -p1 - - -# -# s390 -# - -# Basic build fixes -%patch350 -p1 - -# -# sparc/sparc64 -# -%patch400 -p1 -# -# Patches 500 through 1000 are reserved for bugfixes to the core system -# and patches related to how RPMs are build -# - - -# This patch adds a "make nonint_oldconfig" which is non-interactive and -# also gives a list of missing options at the end. Useful for automated -# builds (as used in the buildsystem). -%patch500 -p1 - - -# -# The execshield patch series, broken into smaller pieces - -# -# -# Flexible mmap patch -# -%patch510 -p1 - -# -# Exec shield core -# -%patch511 -p1 - -# -# Option to printk fatal signals, useful for debugging -# -%patch512 -p1 - -# -# 4G/4G split -# -%patch520 -p1 - -# -# Patch that adds a __must_check attribute for functions for which checking -# the return value is mantadory (eg copy_from_user) - -%patch530 -p1 - -# -# make mlock an rlimit -# -%patch550 -p1 - -# -# Limit the damage slocate can do to the VM -# -%patch560 -p1 - -# -# TUX -# -# %patch590 -p1 - -# -# GPG signed kernel modules -# -%patch600 -p1 -%patch601 -p1 -%patch602 -p1 -%patch603 -p1 -%patch604 -p1 - - -# -# Patches 1000 to 5000 are reserved for bugfixes to drivers and filesystems -# - - -# add vidfail capability; -# without this patch specifying a framebuffer on the kernel prompt would -# make the boot stop if there's no supported framebuffer device; this is bad -# for the installer cd that wants to automatically fall back to textmode -# in that case -%patch1000 -p1 - -# -# fix an oops in nfs -# -# %patch1010 -p1 - -# -# Fix the extreme stack usage in some kernel functions -# -%patch1020 -p1 - - -# -# Ext3 reservations. reduces fragmentation bigtime -# -# %patch1030 -p1 - -# -# ext3 online resize -# -# %patch1040 -p1 - -# -# Make /dev/mem a need-to-know function -# -%patch1050 -p1 -%patch1051 -p1 - - -# -# /dev/crash driver for the crashdump analysis tool -# -%patch1060 -p1 - -# -# Most^WAll users of sleep_on are broken; fix a bunch -# -%patch1070 -p1 - -# -# Ingo's patch for voluntary preemption -# -# %patch1080 -p1 -# %patch1081 -p1 -# %patch1082 -p1 - -# -# Crashdump over the network -# -%patch1090 -p1 - -# -# Alan's fix for the SMM-bytes-USB bug -# -%patch1100 -p1 - -# -# More symlink recursion work from Al Viro -# -%patch1110 -p1 - -# -# Additions to the SCSI whitelist to make card readers work. -# -# %patch1120 -p1 - -# -# i810/i830 DRM performance improvement/bugfix -# -%patch1130 -p1 - -# -# Local hack (off for any shipped kernels) to printk all files opened -# the first 180 seconds after boot for debugging userspace startup -# speeds -# -# %patch2000 -p1 - -# -# Patches 5000 to 6000 are reserved for new drivers that are about to -# be merged upstream -# - - -# -# final stuff -# - -# -# misc small stuff to make things compile or otherwise improve performance -# -%patch10000 -p1 - -# -# Add MODULE_LICENSE() where it's missing -# -# %patch10010 -p1 - -# tinysofa - -# anticipatory scheduler as default -%patch20000 -p1 - -# reiserfs locks up with selinux, fix it. -%patch20010 -p1 - -# syslog takes all cpu, fix it. -%patch20020 -p1 - -# END OF PATCH APPLICATIONS - -cp %{SOURCE10} Documentation/ - -mkdir configs - -cp -fv %{all_arch_configs} . - - -# now run oldconfig over all the config files -for i in *.config -do - mv $i .config - make ARCH=`echo $i | cut -d"-" -f3 | cut -d"." -f1 | sed -e s/i.86/i386/ -e s/s390x/s390/ -e s/ppc64.series/ppc64/ -e s/ppc8.../ppc/ -e s/ppc32dy4/ppc/ ` nonint_oldconfig > /dev/null - cp .config configs/$i -done - -# make sure the kernel has the sublevel we know it has. This looks weird -# but for -pre and -rc versions we need it since we only want to use -# the higher version when the final kernel is released. -perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{rpmsublevel}/" Makefile -perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile - -# get rid of unwanted files resulting from patch fuzz -find . -name "*.orig" -exec rm -fv {} \; -find . -name "*~" -exec rm -fv {} \; - -### -### build -### -%build - -# -# Create gpg keys for signing the modules -# - -if [ ! -f %{_builddir}/kernel.sec ]; then - /usr/sbin/rngd -f --rng-device=/dev/urandom & - gpg --homedir /tmp --batch --gen-key %{SOURCE11} - killall rngd || : - mv -f kernel.pub kernel.sec %{_builddir} -else - echo "Reusing existing kernel signing keys" - gpg --keyring %{_builddir}/kernel.pub --fingerprint -fi - -gpg --homedir /tmp --export --keyring %{_builddir}/kernel.pub tiny > extract.pub -make linux-%{kversion}/scripts/bin2c -linux-%{kversion}/scripts/bin2c ksign_def_public_key __initdata < extract.pub > linux-%{kversion}/crypto/signature/key.h - -cd linux-%{kversion} - - - -BuildKernel() { - - # Pick the right config file for the kernel we're building - if [ -n "$1" ] ; then - Config=kernel-%{kversion}-%{_target_cpu}-$1.config - else - Config=kernel-%{kversion}-%{_target_cpu}.config - fi - - KernelVer=%{version}-%{release}$1 - echo BUILDING A KERNEL FOR $1 %{_target_cpu}... - - # make sure EXTRAVERSION says what we want it to say - perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = .%{subsublevel}-%{release}$1/" Makefile - - # and now to start the build process - - make -s mrproper - cp configs/$Config .config - - make -s nonint_oldconfig > /dev/null - make -s include/linux/version.h - - make -s %{?_smp_mflags} bzImage - make -s %{?_smp_mflags} modules || exit 1 - make buildcheck - - # Start installing the results - - mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot - mkdir -p $RPM_BUILD_ROOT/%{image_install_path} - install -m 644 System.map $RPM_BUILD_ROOT/usr/lib/debug/boot/System.map-$KernelVer - objdump -t vmlinux | grep ksymtab | cut -f2 | cut -d" " -f2 | cut -c11- | sort -u > exported - echo "_stext" >> exported - echo "_end" >> exported - touch $RPM_BUILD_ROOT/boot/System.map-$KernelVer - for i in `cat exported` - do - grep " $i\$" System.map >> $RPM_BUILD_ROOT/boot/System.map-$KernelVer || : - grep "tab_$i\$" System.map >> $RPM_BUILD_ROOT/boot/System.map-$KernelVer || : - grep "__crc_$i\$" System.map >> $RPM_BUILD_ROOT/boot/System.map-$KernelVer ||: - done - rm -f exported - install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer - rm -f System.map - cp arch/*/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer - - mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer - make -s INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer - - # And save the headers/makefiles etc for building modules against - # - # This all looks scary, but the end result is supposed to be: - # * all arch relevant include/ files - # * all Makefile/Kconfig files - # * all script/ files - - rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - # first copy everything - cp --parents `find -type f -name Makefile -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - # then drop all but the needed Makefiles/Kconfig files - rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation - rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts - rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include - cp arch/%{kernel_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{kernel_arch}/kernel || : - cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - cp -a arch/%{kernel_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{kernel_arch} || : - cp -a arch/%{kernel_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{kernel_arch}/ || : - rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o - rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o - mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include - cd include - cp -a acpi config linux math-emu media net pcmcia rxrpc scsi sound video asm asm-generic $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include - cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include - # Make sure the Makefile and version.h have a matching timestamp so that - # external modules can be built - touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h - touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h - cd .. - - # - # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm - # - mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer - cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer - - # gpg sign the modules -%if %{signmodules} - for i in ` find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f` ; do - sh ./scripts/modsign/modsign.sh $i - mv -f $i.signed $i - done -%endif - - # mark modules executable so that strip-to-file can strip them - find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f | xargs chmod u+x - - # detect missing or incorrect license tags - # uncommented for now shm_atm.ko has no license and breaks it -# for i in `find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" ` ; do echo -n "$i " ; /sbin/modinfo -l $i | /usr/bin/tr -d "\"" >> modinfo ; done -# cat modinfo | grep -v "^GPL" | grep -v "^Dual BSD/GPL" | grep -v "^Dual MPL/GPL" | grep -v "^GPL and additional rights" | grep -v "^GPL v2" && exit 1 -# rm -f modinfo - # remove files that will be auto generated by depmod at rpm -i time - rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.* - -} - -### -# DO it... -### - -# prepare directories -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/boot - -%if %{buildup} -BuildKernel -%endif - -%if %{buildsmp} -BuildKernel smp -%endif - -### -### install -### - -%install -c - -cd linux-%{kversion} - -# architectures that don't get kernel-source (i586/i686/athlon) dont need -# much of an install because the build phase already copied the needed files - -%if %{builddoc} -mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation - -# sometimes non-world-readable files sneak into the kernel source tree -chmod -R a+r * -# copy the source over -tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion} -%endif - -%if %{buildsource} - -mkdir -p $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL} -chmod -R a+r * - -# clean up the source tree so that it is ready for users to build their own -# kernel -make -s mrproper -# copy the source over -tar cf - . | tar xf - -C $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL} - -# set the EXTRAVERSION to custom, so that people who follow a kernel building howto -# don't accidentally overwrite their currently working moduleset and hose -# their system -perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}custom/" $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL}/Makefile - -# some config options may be appropriate for an rpm kernel build but are less so for custom user builds, -# change those to values that are more appropriate as defeault for people who build their own kernel. -perl -p -i -e "s/^CONFIG_DEBUG_INFO.*/# CONFIG_DEBUG_INFO is not set/" $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL}/configs/* -perl -p -i -e "s/^.*CONFIG_DEBUG_PAGEALLOC.*/# CONFIG_DEBUG_PAGEALLOC is not set/" $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL}/configs/* -perl -p -i -e "s/^.*CONFIG_DEBUG_SLAB.*/# CONFIG_DEBUG_SLAB is not set/" $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL}/configs/* -perl -p -i -e "s/^.*CONFIG_DEBUG_SPINLOCK.*/# CONFIG_DEBUG_SPINLOCK is not set/" $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL}/configs/* -perl -p -i -e "s/^.*CONFIG_DEBUG_HIGHMEM.*/# CONFIG_DEBUG_HIGHMEM is not set/" $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL}/configs/* -perl -p -i -e "s/^.*CONFIG_MODULE_SIG.*/# CONFIG_MODULE_SIG is not set/" $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL}/configs/* - -install -m 644 %{SOURCE10} $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL} -%endif - -# remove unneeded file -%{__rm} -rf $RPM_BUILD_ROOT/usr/lib/debug - -### -### clean -### - -%clean -%clean_buildroot - -### -### scripts -### - -# load the loop module for upgrades...in case the old modules get removed we have -# loopback in the kernel so that mkinitrd will work. -%pre -/sbin/modprobe loop 2> /dev/null > /dev/null || : -exit 0 - -%pre smp -/sbin/modprobe loop 2> /dev/null > /dev/null || : -exit 0 - -%post -[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL} -if [ -x /usr/sbin/hardlink ] ; then -pushd /lib/modules/%{KVERREL}/build > /dev/null ; { - cd /lib/modules/%{KVERREL}/build - find . -type f | while read f; do hardlink -c /lib/modules/*/build/$f $f ; done -} -popd -fi - -%post smp -[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}smp -if [ -x /usr/sbin/hardlink ] ; then -pushd /lib/modules/%{KVERREL}smp/build > /dev/null ; { - cd /lib/modules/%{KVERREL}smp/build - find . -type f | while read f; do hardlink -c /lib/modules/*/build/$f $f ; done -} -popd -fi - - -%preun -/sbin/modprobe loop 2> /dev/null > /dev/null || : -[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL} - -%preun smp -/sbin/modprobe loop 2> /dev/null > /dev/null || : -[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}smp - - -### -### file lists -### - -%if %{buildup} -%files -%defattr(-,root,root) -/%{image_install_path}/vmlinuz-%{KVERREL} -/boot/System.map-%{KVERREL} -/boot/config-%{KVERREL} -%dir /lib/modules/%{KVERREL} -/lib/modules/%{KVERREL}/kernel -%verify(not mtime) /lib/modules/%{KVERREL}/build - -%endif - -%if %{buildsmp} -%files smp -%defattr(-,root,root) -/%{image_install_path}/vmlinuz-%{KVERREL}smp -/boot/System.map-%{KVERREL}smp -/boot/config-%{KVERREL}smp -%dir /lib/modules/%{KVERREL}smp -/lib/modules/%{KVERREL}smp/kernel -%verify(not mtime) /lib/modules/%{KVERREL}smp/build - -%endif - -# only some architecture builds need kernel-source and kernel-doc - -%if %{buildsource} -%files sourcecode -%defattr(-,root,root) -/usr/src/linux-%{KVERREL}/ -%endif - - -%if %{builddoc} -%files doc -%defattr(-,root,root) -/usr/share/doc/kernel-doc-%{kversion}/Documentation/* -%endif - -%changelog -* Fri Aug 13 2004 Gerald Dachs 2.6.8.1-1gd -- first build for tinysofa classic server -- BuildPreReq kernel-utils -> kernel-utils26 - -* Fri Jul 30 2004 Arjan van de Ven -- 2.6.8-rc2-bk8 - -* Wed Jul 28 2004 Arjan van de Ven -- 2.6.8-rc2-bk6 -- make a start at splitting up the execshield patchkit - -* Fri Jul 16 2004 Arjan van de Ven -- ppc32 embedded updates - -* Thu Jul 15 2004 Arjan van de Ven -- make USB modules again and add Alan's real fix for the SMM-meets-USB bug -- 2.6.8-rc1-bk4 - -* Wed Jul 14 2004 Arjan van de Ven -- 2.6.8-rc1-bk3 - -* Tue Jul 13 2004 Arjan van de Ven -- add "enforcemodulesig" boot option to make the kernel load signed modules only - -* Mon Jul 12 2004 Arjan van de Ven -- updated voluntary preempt -- 2.6.8-rc1 - -* Wed Jul 7 2004 Arjan van de Ven -- fix boot breakage that was hitting lots of people (Dave Jones) - -* Tue Jul 6 2004 Arjan van de Ven -- add voluntary preemption patch from Ingo -- 2.6.7-bk19 - -* Tue Jun 29 2004 Arjan van de Ven -- make a start at gpg signed modules support - -* Sat Jun 27 2004 Arjan van de Ven -- experiment with making the hardlink call in post more efficient -- 2.6.7-bk9 - -* Thu Jun 24 2004 Arjan van de Ven -- 2.6.7-bk7 -- Add wli's patch to allocate memory bottom up not top down -- change some config options in the kernel-sourcecode package that are - good for rpm kernel builds but not for custom user builds to more appropriate - default values. -- reenable kernel-sourcecode again for a few builds - -* Wed Jun 23 2004 Arjan van de Ven -- 2.6.7-bk5 -- fix tux unresolved symbols (#126532) - -* Mon Jun 21 2004 Arjan van de Ven -- make kernel-doc and kernel-sourcecode builds independent of eachother -- disable kernel-sourcecode builds entirely, we'll be replacing it with documentation - on how to use the src.rpm instead for building your own kernel. - -* Sat Jun 19 2004 Arjan van de Ven -- 2.6.7-bk2 - -* Sun Jun 13 2004 Arjan van de Ven -- add patch from DaveM to fix the ppp-keeps-iface-busy bug - -* Sat Jun 12 2004 Arjan van de Ven -- add fix from Andi Kleen/Linus for the fpu-DoS - -* Thu Jun 10 2004 Arjan van de Ven -- disable mlock-uses-rlimit patch, it has a security hole and needs more thought -- revert airo driver to the FC2 one since the new one breaks - -* Tue Jun 8 2004 Dave Jones -- Update to 2.6.7rc3 - -* Fri Jun 4 2004 Arjan van de Ven -- fix the mlock-uses-rlimit patch - -* Wed Jun 2 2004 David Woodhouse -- Add ppc64 (Mac G5) - -* Wed Jun 2 2004 Arjan van de Ven -- add a forward port of the mlock-uses-rlimit patch -- add NX support for x86 (Intel, Ingo) - -* Tue Jun 1 2004 Arjan van de Ven -- refresh ext3 reservation patch - -* Sun May 30 2004 Arjan van de Ven -- 2.6.7-rc2 -- set the ACPI OS name to "Microsoft Windows XP" for better compatibility - -* Thu May 27 2004 Pete Zaitcev -- Fix qeth and zfcp (s390 drivers): align qib by 256, embedded into qdio_irq. - -* Thu May 27 2004 Dave Jones -- Fix the crashes on boot on Asus P4P800 boards. (#121819) - -* Wed May 26 2004 Dave Jones -- Lots more updates to the SCSI whitelist for various - USB card readers. (#112778, among others..) - -* Wed May 26 2004 Arjan van de Ven -- back out ehci suspend/resume patch, it breaks -- add fix for 3c59x-meets-kudzu bug from Alan - -* Tue May 25 2004 Arjan van de Ven -- try improving suspend/resume by restoring more PCI state -- 2.6.7-rc1-bk1 - -* Mon May 24 2004 Dave Jones -- Add yet another multi-card reader to the whitelist (#85851) - -* Sun May 23 2004 Dave Jones -- Add another multi-card reader to the whitelist (#124048) - -* Wed May 19 2004 Arjan van de Ven -- put firewire race fix in (datacorruptor) - -* Tue May 18 2004 Dave Jones -- Fix typo in ibmtr driver preventing compile (#123391) - -* Mon May 17 2004 Arjan van de Ven -- update to 2.6.6-bk3 -- made kernel-source and kernel-doc noarch.rpm's since they are not - architecture specific. - -* Sat May 08 2004 Arjan van de Ven -- fix non-booting on Transmeta cpus (Peter Anvin) -- fix count leak in message queues - -* Fri May 07 2004 Arjan van de Ven -- more ide cache flush work -- patch from scsi-bk to fix sd refcounting - -* Thu May 06 2004 Arjan van de Ven -- some more ide cache flush fixes - -* Wed May 05 2004 Arjan van de Ven -- fix bug 122504 -- convert b44 to ethtool ops (jgarzik) -- make IDE do a cache-flush on shutdown (me/Alan) - -* Tue May 04 2004 Arjan van de Ven -- work around i810/i830 DRM issue - -* Fri Apr 30 2004 Arjan van de Ven -- 2.6.6-rc3-bk1 -- make amd64 boot again -- fix vm86-vs-4g4g interaction (Ingo) - -* Thu Apr 22 2004 Arjan van de Ven -- 2.6.6-rc2 - -* Tue Apr 20 2004 Arjan van de Ven -- add the ext3 online resize patch - -* Mon Apr 19 2004 Arjan van de Ven -- 2.6.6-rc1-bk3 -- add the objrmap vm from the -mm tree; it needs testing - -* Thu Apr 15 2004 Arjan van de Ven -- 2.6.5-bk2 -- disable DISCONTIGMEM on ia64 for performance -- fix sleep_on use in reiserfs (Chris Mason) - -* Tue Apr 13 2004 Arjan van de Ven -- 2.6.5-mc4 -- reenable sg driver for scsi tape changers and such -- the sk98lin driver oopses on module unload, preven that - -* Mon Apr 12 2004 Arjan van de Ven -- fix "bad pmd" bug with patch from Ingo - -* Fri Apr 09 2004 Arjan van de Ven -- 2.6.5-mc3 -- finish up the -mc2 merge -- latest 4g/4g patch from Ingo -- latest execshield patch from Ingo -- fix a few framebuffer bugs - -* Thu Apr 08 2004 Arjan van de Ven -- first attempt at a 2.6.5-mc2 merge - -* Thu Apr 08 2004 Dave Jones -- Add in missing SiS AGP fix. - -* Tue Apr 06 2004 Dave Jones -- More agpgart fixes. - -* Fri Apr 02 2004 Arjan van de Ven -- fix another 4g/4g-vs-resume bug - -* Tue Mar 30 2004 Arjan van de Ven -- 2.6.5-rc3 -- fix PCI posting bug in i830 DRM - -* Mon Mar 29 2004 Arjan van de Ven -- 2.6.5-rc2-bk8 - -* Mon Mar 29 2004 Dave Jones -- Include latest agpgart fixes. - -* Thu Mar 25 2004 Arjan van de Ven -- more DRM fixes -- add the fsync patches from akpm - -* Tue Mar 23 2004 Arjan van de Ven -- 2.6.5-rc2-bk3 -- fix direct userspace memory access in i830 drm driver - -* Mon Mar 22 2004 Arjan van de Ven -- 2.6.5-rc2-bk2 -- some stackbloat reductions from Dave and me - -* Sat Mar 20 2004 Arjan van de Ven -- 2.6.5-rc2 - -* Tue Mar 16 2004 Dave Jones -- 2.6.5-rc1 - -* Mon Mar 15 2004 Arjan van de Ven -- 2.6.4-bk3 -- fix oops in toshiba_acpi (Barry K. Nathan) - -* Sat Mar 13 2004 Arjan van de Ven -- 2.6.4-bk2 merge - -* Thu Mar 11 2004 Arjan van de Ven -- renable sonypi driver that was off accidentally -- 2.6.4-final -- fix the oops on alsa module unloads - -* Wed Mar 10 2004 Arjan van de Ven -- add ppc64/iseries, ppc32 (powermac/ibook) and ia64 architectures -- 2.6.4-rc3 - -* Tue Mar 09 2004 Arjan van de Ven -- 2.6.4-rc2-bk5 -- fix nfs-vs-selinux issue -- fix typo in URL as per #117849 - -* Mon Mar 08 2004 Arjan van de Ven -- fix race in lp.c (#117710) -- 2.6.4-rc2-bk3 -- attempt to fix S3 suspend-to-ram with 4g/4g split - -* Sat Mar 06 2004 Arjan van de Ven -- fix reiserfs -- set HZ to 1000 again for some tests - -* Wed Feb 25 2004 Arjan van de Ven -- merge back a bunch of fedora fixes -- disable audit - -* Tue Feb 24 2004 Arjan van de Ven -- audit bugfixes -- update tux to a working version -- 2.6.3-bk5 merge - -* Fri Feb 20 2004 Arjan van de Ven -- re-add and enable the Auditing patch -- switch several cpufreq modules to built in since detecting in userspace - which to use is unpleasant -* Thu Jul 03 2003 Arjan van de Ven -- 2.6 start Copied: contrib/1.1/kernel/current/specs/kernel.spec (from rev 4130, contrib/1.1/kernel/current/specs/kernel-2.6.spec) From svn at tinysofa.org Sat Aug 21 17:48:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:48:13 +1000 (EST) Subject: [tinysofa-svn] r4132 - contrib/1.1/kernel-utils26/current/specs Message-ID: <20040821174813.BB9B84E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:48:10 +1000 (Sun, 22 Aug 2004) New Revision: 4132 Modified: contrib/1.1/kernel-utils26/current/specs/kernel-utils26.spec Log: various fixes Modified: contrib/1.1/kernel-utils26/current/specs/kernel-utils26.spec =================================================================== --- contrib/1.1/kernel-utils26/current/specs/kernel-utils26.spec 2004-08-21 17:25:47 UTC (rev 4131) +++ contrib/1.1/kernel-utils26/current/specs/kernel-utils26.spec 2004-08-21 17:48:10 UTC (rev 4132) @@ -25,7 +25,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig /sbin/service Requires: coreutils -BuildPreReq: readline-devel ncurses-devel /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf +BuildPreReq: readline-devel ncurses-devel automake autoconf BuildPreReq: gcc-c++ gettext %ifarch {ix86} From svn at tinysofa.org Sat Aug 21 17:48:26 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:48:26 +1000 (EST) Subject: [tinysofa-svn] r4133 - contrib/1.1/mod_auth_external/current/specs Message-ID: <20040821174826.200604E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:48:23 +1000 (Sun, 22 Aug 2004) New Revision: 4133 Modified: contrib/1.1/mod_auth_external/current/specs/mod_auth_external.spec Log: various fixes Modified: contrib/1.1/mod_auth_external/current/specs/mod_auth_external.spec =================================================================== --- contrib/1.1/mod_auth_external/current/specs/mod_auth_external.spec 2004-08-21 17:48:10 UTC (rev 4132) +++ contrib/1.1/mod_auth_external/current/specs/mod_auth_external.spec 2004-08-21 17:48:23 UTC (rev 4133) @@ -1,7 +1,7 @@ Summary: Apache authentication using external program Name: mod_auth_external Version: 2.2.8 -Release: 1gd +Release: 2gd Group: contrib Copyright: The Apache Group Source: mod_auth_external-%{version}.tar.gz @@ -11,8 +11,8 @@ URL: http://www.unixpapa.com/mod_auth_external.html Patch0: mod_auth_external-2.2.7-pam.patch Patch1: mod_auth_external-2.2.7-config.patch -BuildRequires: httpd-devel -Requires: httpd +BuildRequires: httpd-devel pam-devel +Requires: httpd pam %description Apache external authentication module - uses PAM. @@ -52,6 +52,9 @@ %attr(0644,root,root) %config(noreplace) /etc/pam.d/pwauth %changelog +* Fri Aug 20 2004 Gerald Dachs 2.2.8-2gd +- fixed requirements + * Sun Aug 08 2004 Gerald Dachs 2.2.8-1gd - new upstream version - fixed path for httpd modules From svn at tinysofa.org Sat Aug 21 17:48:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:48:34 +1000 (EST) Subject: [tinysofa-svn] r4134 - contrib/1.1/pam_sqlite/current/specs Message-ID: <20040821174834.1BA914E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:48:31 +1000 (Sun, 22 Aug 2004) New Revision: 4134 Modified: contrib/1.1/pam_sqlite/current/specs/pam_sqlite.spec Log: various fixes Modified: contrib/1.1/pam_sqlite/current/specs/pam_sqlite.spec =================================================================== --- contrib/1.1/pam_sqlite/current/specs/pam_sqlite.spec 2004-08-21 17:48:23 UTC (rev 4133) +++ contrib/1.1/pam_sqlite/current/specs/pam_sqlite.spec 2004-08-21 17:48:31 UTC (rev 4134) @@ -1,14 +1,14 @@ Name: pam_sqlite Summary: PAM module using SQLite database Version: 0.3 -Release: 1gd +Release: 2gd Source: %{name}-%{version}.tar.bz2 Group: contrib URL: http://www.edin.dk/pam_sqlite/ License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: sqlite -BuildRequires: sqlite-devel +Requires: sqlite pam +BuildRequires: sqlite-devel pam-devel %description @@ -25,7 +25,7 @@ %install install -d $RPM_BUILD_ROOT/lib/security -%makeinstall ROOTDIR=$RPM_BUILD_ROOT +install -c -m 644 pam_sqlite.so $RPM_BUILD_ROOT/lib/security %clean %clean_buildroot @@ -36,5 +36,9 @@ /lib/security/pam_sqlite.so %changelog +* Sat Aug 21 2004 Gerald Dachs 0.3-2gd +- fixed build requirements +- don't use makeinstall anymore + * Sun Aug 08 2004 Gerald Dachs 0.3-1gd - new in tinysofa contrib From svn at tinysofa.org Sat Aug 21 17:48:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:48:42 +1000 (EST) Subject: [tinysofa-svn] r4135 - contrib/1.1/perl-archive-zip/current/specs Message-ID: <20040821174842.57F164E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:48:39 +1000 (Sun, 22 Aug 2004) New Revision: 4135 Modified: contrib/1.1/perl-archive-zip/current/specs/perl-archive-zip.spec Log: various fixes Modified: contrib/1.1/perl-archive-zip/current/specs/perl-archive-zip.spec =================================================================== --- contrib/1.1/perl-archive-zip/current/specs/perl-archive-zip.spec 2004-08-21 17:48:31 UTC (rev 4134) +++ contrib/1.1/perl-archive-zip/current/specs/perl-archive-zip.spec 2004-08-21 17:48:39 UTC (rev 4135) @@ -3,14 +3,16 @@ Summary:The Perl module Archive-Zip. Name: perl-archive-zip Version: 1.12 -Release: 1gd +Release: 2gd License: Artistic, GPL Group: contrib Source: %{perlname}-%{version}.tar.gz URL: http://www.cpan.org/ Requires: perl = %{perl_version} BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: perl-compress-zlib BuildRoot: %{_tmppath}/%{name}-%{version} +Requires: perl-compress-zlib %description @@ -46,6 +48,9 @@ %doc Changes INSTALL README %changelog +* Fri Aug 20 2004 Gerald Dachs 1.12-2gd +- fixed build requirements + * Tue Jul 27 2004 Gerald Dachs 1.12-1gd - autogenerated by cpan2rpm From svn at tinysofa.org Sat Aug 21 17:48:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:48:57 +1000 (EST) Subject: [tinysofa-svn] r4136 - contrib/1.1/perl-mail-clamav/current/specs Message-ID: <20040821174857.24BB44E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:48:54 +1000 (Sun, 22 Aug 2004) New Revision: 4136 Modified: contrib/1.1/perl-mail-clamav/current/specs/perl-mail-clamav.spec Log: various fixes Modified: contrib/1.1/perl-mail-clamav/current/specs/perl-mail-clamav.spec =================================================================== --- contrib/1.1/perl-mail-clamav/current/specs/perl-mail-clamav.spec 2004-08-21 17:48:39 UTC (rev 4135) +++ contrib/1.1/perl-mail-clamav/current/specs/perl-mail-clamav.spec 2004-08-21 17:48:54 UTC (rev 4136) @@ -3,14 +3,14 @@ Summary: Perl extension for the clamav virus scanner Name: perl-mail-clamav Version: 0.11 -Release: 2gd +Release: 3gd License: Artistic, GPL Group: contrib Source: %{perlname}-%{version}.tar.gz URL: http://www.cpan.org/ -Requires: perl = %{perl_version} perl-inline clamav zlib +Requires: perl = %{perl_version} perl-inline clamav zlib gmp-devel BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} -BuildRequires: perl-inline clamav-devel zlib-devel +BuildRequires: perl-inline clamav-devel zlib-devel gmp-devel BuildRoot: %{_tmppath}/%{name}-%{version} @@ -47,6 +47,9 @@ %doc Changes INSTALL README %changelog +* Fri Aug 20 2004 Gerald Dachs 0.11-3gd +- fixed build requirements + * Tue Jul 27 2004 Gerald Dachs 0.11-2gd - autogenerated by cpan2rpm From svn at tinysofa.org Sat Aug 21 17:49:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:49:05 +1000 (EST) Subject: [tinysofa-svn] r4137 - contrib/1.1/perl-mime-tools/current/specs Message-ID: <20040821174905.619474E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:49:02 +1000 (Sun, 22 Aug 2004) New Revision: 4137 Modified: contrib/1.1/perl-mime-tools/current/specs/perl-mime-tools.spec Log: various fixes Modified: contrib/1.1/perl-mime-tools/current/specs/perl-mime-tools.spec =================================================================== --- contrib/1.1/perl-mime-tools/current/specs/perl-mime-tools.spec 2004-08-21 17:48:54 UTC (rev 4136) +++ contrib/1.1/perl-mime-tools/current/specs/perl-mime-tools.spec 2004-08-21 17:49:02 UTC (rev 4137) @@ -13,7 +13,7 @@ Requires: perl-unicode-map >= 0.112, perl-unicode-string >= 2.06 BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} BuildRequires: perl-io-stringy perl-mailtools -BuildRequires: perl-unicode-map >= 0.112, perl-unicode-string >= 2.06 +BuildRequires: perl-unicode-map >= 0.112 perl-unicode-string >= 2.06 BuildRoot: %{_tmppath}/%{name}-%{version} From svn at tinysofa.org Sat Aug 21 17:49:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:49:13 +1000 (EST) Subject: [tinysofa-svn] r4138 - contrib/1.1/perl-net-ssleay/current/specs Message-ID: <20040821174913.CF80E4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:49:10 +1000 (Sun, 22 Aug 2004) New Revision: 4138 Modified: contrib/1.1/perl-net-ssleay/current/specs/perl-net-ssleay.spec Log: various fixes Modified: contrib/1.1/perl-net-ssleay/current/specs/perl-net-ssleay.spec =================================================================== --- contrib/1.1/perl-net-ssleay/current/specs/perl-net-ssleay.spec 2004-08-21 17:49:02 UTC (rev 4137) +++ contrib/1.1/perl-net-ssleay/current/specs/perl-net-ssleay.spec 2004-08-21 17:49:10 UTC (rev 4138) @@ -3,16 +3,17 @@ Summary:The Perl module Net::SSLeay. Name: perl-net-ssleay Version: 1.26 -Release: 1gd +Release: 2gd License: Artistic, GPL Group: contrib Source: %{perlname}-%{version}.tar.gz URL: http://www.cpan.org/ Requires: perl = %{perl_version} BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} +BuildRequires: openssl-devel BuildRoot: %{_tmppath}/%{name}-%{version} +Requires: openssl - %description The Perl module Net::SSLeay. @@ -49,6 +50,9 @@ %doc QuickRef README typemap %changelog +* Fri Aug 20 2004 Gerald Dachs 1.26-2gd +- fixed requirements + * Tue Jul 27 2004 Gerald Dachs 1.26-1gd - autogenerated by cpan2rpm From svn at tinysofa.org Sat Aug 21 17:49:27 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:49:27 +1000 (EST) Subject: [tinysofa-svn] r4139 - contrib/1.1/perl-uri/current/specs Message-ID: <20040821174927.380314E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:49:24 +1000 (Sun, 22 Aug 2004) New Revision: 4139 Modified: contrib/1.1/perl-uri/current/specs/perl-uri.spec Log: various fixes Modified: contrib/1.1/perl-uri/current/specs/perl-uri.spec =================================================================== --- contrib/1.1/perl-uri/current/specs/perl-uri.spec 2004-08-21 17:49:10 UTC (rev 4138) +++ contrib/1.1/perl-uri/current/specs/perl-uri.spec 2004-08-21 17:49:24 UTC (rev 4139) @@ -3,7 +3,7 @@ Summary: URI - Uniform Resource Identifiers (absolute and relative) Name: perl-uri Version: 1.31 -Release: 3gd +Release: 4gd License: Artistic, GPL Group: contrib Source: %{perlname}-%{version}.tar.gz @@ -24,7 +24,7 @@ %build %{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor 1.31-4gd +- commented make test, it hangs + * Tue Jul 27 2004 Gerald Dachs 1.31-3gd - autogenerated by cpan2rpm From svn at tinysofa.org Sat Aug 21 17:49:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 03:49:35 +1000 (EST) Subject: [tinysofa-svn] r4140 - contrib/1.1/sqlite/current/specs Message-ID: <20040821174935.99CB94E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 03:49:32 +1000 (Sun, 22 Aug 2004) New Revision: 4140 Modified: contrib/1.1/sqlite/current/specs/sqlite.spec Log: various fixes Modified: contrib/1.1/sqlite/current/specs/sqlite.spec =================================================================== --- contrib/1.1/sqlite/current/specs/sqlite.spec 2004-08-21 17:49:24 UTC (rev 4139) +++ contrib/1.1/sqlite/current/specs/sqlite.spec 2004-08-21 17:49:32 UTC (rev 4140) @@ -8,7 +8,7 @@ Patch0: sqlite-2.8.13-tclsh_fix.patch URL: http://www.sqlite.org/ BuildRoot: %{_tmppath}/%{name}-root -BuildRequires: tcl, tcl-devel, gcc-c++-devel +BuildRequires: tcl tcl-devel gcc-c++ gcc-c++-devel %description SQLITE is a C library that implements an embeddable SQL database engine. From svn at tinysofa.org Sat Aug 21 18:18:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 04:18:14 +1000 (EST) Subject: [tinysofa-svn] r4141 - contrib/1.1/firehol/current/specs Message-ID: <20040821181814.1EFEB4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 04:18:11 +1000 (Sun, 22 Aug 2004) New Revision: 4141 Modified: contrib/1.1/firehol/current/specs/firehol.spec Log: various fixes Modified: contrib/1.1/firehol/current/specs/firehol.spec =================================================================== --- contrib/1.1/firehol/current/specs/firehol.spec 2004-08-21 17:49:32 UTC (rev 4140) +++ contrib/1.1/firehol/current/specs/firehol.spec 2004-08-21 18:18:11 UTC (rev 4141) @@ -1,8 +1,8 @@ Summary: firewall script for iptables Name: firehol Version: 1.194 -Release: 1bg -Group: contrib +Release: 2gd +Group: tinysofa contrib Source: http://firehol.sourceforge.net/firehol.tar.gz Source1: firehol.conf Patch0: firehol-chkconfig.patch @@ -22,30 +22,26 @@ %install -[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf %{buildroot} -mkdir -p %{buildroot}/%{_initdir} +mkdir -p %{buildroot}/%{_initrddir} mkdir -p %{buildroot}/%{_mandir}/{man1,man5} install -m 750 -d %{buildroot}/%{_sysconfdir}/firehol -install -m 755 firehol.sh %{buildroot}/%{_initdir}/firehol +install -m 755 firehol.sh %{buildroot}/%{_initrddir}/firehol install -m 644 man/firehol.1 %{buildroot}/%{_mandir}/man1/ install -m 644 man/firehol.conf.5 %{buildroot}/%{_mandir}/man5/ install -m 640 %{SOURCE1} %{buildroot}/%{_sysconfdir}/firehol/firehol.conf %clean -[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf %{buildroot} +%clean_buildroot - %post -chkconfig --add firehol +%service_post firehol - %preun -if [ $1 = 0 ] ; then - %{_initdir}/firehol stop >&2 - chkconfig --del firehol -fi +%service_preun firehol +%postun +%service_postun firehol %files %defattr(-,root,root) @@ -53,12 +49,15 @@ %doc doc/* examples %config(noreplace) /etc/firehol/firehol.conf %dir /etc/firehol/ -%{_initdir}/firehol +%{_initrddir}/firehol %{_mandir}/man1/firehol.1* %{_mandir}/man5/firehol.conf.5* %changelog +* Sat Aug 21 2004 Gerald Dachs 1.194-2gd +- spec file cleanups + * Wed Jun 9 2004 Goetz Bock 1.194-1bg - new upstream: 1.194 - build for tinysofa contrib From svn at tinysofa.org Sat Aug 21 18:18:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 04:18:36 +1000 (EST) Subject: [tinysofa-svn] r4142 - contrib/1.1/jigdo/current/specs Message-ID: <20040821181836.42B704E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 04:18:33 +1000 (Sun, 22 Aug 2004) New Revision: 4142 Modified: contrib/1.1/jigdo/current/specs/jigdo.spec Log: various fixes Modified: contrib/1.1/jigdo/current/specs/jigdo.spec =================================================================== --- contrib/1.1/jigdo/current/specs/jigdo.spec 2004-08-21 18:18:11 UTC (rev 4141) +++ contrib/1.1/jigdo/current/specs/jigdo.spec 2004-08-21 18:18:33 UTC (rev 4142) @@ -1,14 +1,14 @@ Summary: Jigsaw Download Name: jigdo Version: 0.7.1 -Release: 1gd -Group: contrib +Release: 2gd +Group: tinysofa contrib URL: http://atterer.net/jigdo/ Source: http://atterer.net/jigdo/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root License: GPL -Requires: db4 gcc-runtime gcc-c++-runtime -BuildRequires: db4-devel gcc-c++-devel +Requires: db4 gcc-runtime gcc-c++-runtime zlib +BuildRequires: db4-devel gcc-c++ gcc-c++-devel zlib-devel %description Jigsaw Download, or short jigdo, is an intelligent tool that can be used on the @@ -44,9 +44,8 @@ %postun %clean -rm -rf %{buildroot} +%clean_buildroot - %files -f %{name}.lang %defattr(-,root,root) %doc README doc/TechDetails.txt doc/*.html @@ -56,5 +55,7 @@ %changelog +* Sat Aug 21 2004 Gerald Dachs 0.7.1-2gd +- some fixes * Tue Jul 20 2004 Gerald Dachs 0.7.1-1gd - new in contrib From svn at tinysofa.org Sat Aug 21 18:18:56 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 04:18:56 +1000 (EST) Subject: [tinysofa-svn] r4143 - contrib/1.1/mailf/current/specs Message-ID: <20040821181856.D91FB4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 04:18:54 +1000 (Sun, 22 Aug 2004) New Revision: 4143 Modified: contrib/1.1/mailf/current/specs/mailf.spec Log: various fixes Modified: contrib/1.1/mailf/current/specs/mailf.spec =================================================================== --- contrib/1.1/mailf/current/specs/mailf.spec 2004-08-21 18:18:33 UTC (rev 4142) +++ contrib/1.1/mailf/current/specs/mailf.spec 2004-08-21 18:18:54 UTC (rev 4143) @@ -1,12 +1,13 @@ Summary: Steines Mailfilter for Mail Multidrop Name: mailf Version: 1.0rc6 -Release: 1gd +Release: 2gd License: GNU General Public License (GPL) -Group: contrib +Group: tinysofa contrib URL: http://www.steines.com/mailf/ Source0: %{name}-%{version}.tar.gz Patch0: %{name}-1.0rc6-sendmail-path.patch +BuildRequires: gcc-c++ Buildroot: %{_tmppath}/%{name}-%{version}-root %description @@ -28,7 +29,7 @@ rm -f mailf/docs/*/Makefile* %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files %defattr(-,root,root) @@ -38,5 +39,8 @@ %{_bindir}/* %changelog +* Sat Aug 20 2004 Gerald Dachs 1.0rc6-2gd +- cleanups + * Sun Jul 11 2004 Gerald Dachs 1.0rc6-1gd - new rpm for tinysofa From svn at tinysofa.org Sat Aug 21 18:19:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 04:19:19 +1000 (EST) Subject: [tinysofa-svn] r4144 - contrib/1.1/perl-inline/current/specs Message-ID: <20040821181919.7937A4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 04:19:16 +1000 (Sun, 22 Aug 2004) New Revision: 4144 Modified: contrib/1.1/perl-inline/current/specs/perl-inline.spec Log: various fixes Modified: contrib/1.1/perl-inline/current/specs/perl-inline.spec =================================================================== --- contrib/1.1/perl-inline/current/specs/perl-inline.spec 2004-08-21 18:18:54 UTC (rev 4143) +++ contrib/1.1/perl-inline/current/specs/perl-inline.spec 2004-08-21 18:19:16 UTC (rev 4144) @@ -8,10 +8,9 @@ Group: contrib Source: %{perlname}-%{version}.tar.gz URL: http://www.cpan.org/ -Requires: perl = %{perl_version} -Requires: perl-parse-recdescent +Requires: perl = %{perl_version} perl-parse-recdescent +BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} BuildRequires: perl-parse-recdescent -BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} BuildRoot: %{_tmppath}/%{name}-%{version} @@ -25,6 +24,7 @@ %build %{__perl} Makefile.PL DESTDIR=%{buildroot} INSTALLDIRS=vendor 0.44-3gd -- autogenerated by cpan2rpm +* Sat Aug 21 2004 Gerald Dachs 0.44-3gd +- cleaned up spec file * Sat Jul 17 2004 Gerald Dachs 0.44-2gd - cleaned up spec file From svn at tinysofa.org Sat Aug 21 18:19:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 04:19:41 +1000 (EST) Subject: [tinysofa-svn] r4145 - contrib/1.1/perl-unicode-map/current/specs Message-ID: <20040821181941.77B0E4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 04:19:38 +1000 (Sun, 22 Aug 2004) New Revision: 4145 Modified: contrib/1.1/perl-unicode-map/current/specs/perl-unicode-map.spec Log: various fixes Modified: contrib/1.1/perl-unicode-map/current/specs/perl-unicode-map.spec =================================================================== --- contrib/1.1/perl-unicode-map/current/specs/perl-unicode-map.spec 2004-08-21 18:19:16 UTC (rev 4144) +++ contrib/1.1/perl-unicode-map/current/specs/perl-unicode-map.spec 2004-08-21 18:19:38 UTC (rev 4145) @@ -1,14 +1,14 @@ %define perlname Unicode-Map -Summary:The Perl module Unicode-Map. +Summary:The Perl module Unicode-String. Name: perl-unicode-map Version: 0.112 Release: 18gd License: Artistic, GPL Group: contrib -Source: %{perlname}-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWARTZ/%{perlname}-%{version}.tar.gz URL: http://www.cpan.org/ -Requires: perl = %{perl_version} perl-libwww-perl +Requires: perl = %{perl_version} BuildRequires: perl-devel >= %{perl_version} perl = %{perl_version} BuildRequires: perl-libwww-perl BuildRoot: %{_tmppath}/%{name}-%{version} @@ -47,8 +47,8 @@ %doc COPYING MANIFEST README Changes INSTALL %changelog -* Tue Jul 27 2004 Gerald Dachs 0.112-18gd -- autogenerated by cpan2rpm +* Fri Aug 20 2004 Gerald Dachs 0.112-18gd +- more spec file cleanup * Sat Jul 17 2004 Gerald Dachs 0.112-17gd - cleaned up spec file @@ -66,3 +66,4 @@ * Fri Jan 30 2004 Erlend Midttun - Initial release for Trustix based off a few others. + From svn at tinysofa.org Sat Aug 21 18:20:03 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 04:20:03 +1000 (EST) Subject: [tinysofa-svn] r4146 - contrib/1.1/tcl/current/specs Message-ID: <20040821182003.AF9BF4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 04:20:01 +1000 (Sun, 22 Aug 2004) New Revision: 4146 Modified: contrib/1.1/tcl/current/specs/tcl.spec Log: various fixes Modified: contrib/1.1/tcl/current/specs/tcl.spec =================================================================== --- contrib/1.1/tcl/current/specs/tcl.spec 2004-08-21 18:19:38 UTC (rev 4145) +++ contrib/1.1/tcl/current/specs/tcl.spec 2004-08-21 18:20:01 UTC (rev 4146) @@ -1,10 +1,10 @@ Summary: An embeddable scripting language. Name: tcl Version: 8.4.6 -Release: 2ok +Release: 3gd Source0: http://aleron.dl.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.gz License: BSD -Group: contrib +Group: tinysofa contrib Buildroot: %{_tmppath}/%{name}-root %description @@ -15,7 +15,7 @@ %package devel Summary: header files and development libraries for TCL -Group: contrib +Group: tinysofa contrib %description devel header files and development libraries for TCL @@ -35,7 +35,6 @@ popd %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT rm -fv *.files* mkdir -p $RPM_BUILD_ROOT/usr @@ -49,7 +48,7 @@ %postun -p /sbin/ldconfig %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files %defattr(0755,root,root) @@ -66,6 +65,9 @@ %changelog +* Sat Aug 21 2004 Gerald Dachs 8.4.6-3gd +- cleaned up spec file + * Mon May 03 2004 Omar Kilani 8.4.6-2ok - Rebuild - Fix source. From svn at tinysofa.org Sat Aug 21 19:39:24 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 05:39:24 +1000 (EST) Subject: [tinysofa-svn] r4147 - contrib/1.1/freetype/current/specs Message-ID: <20040821193924.C9FC74E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 05:39:21 +1000 (Sun, 22 Aug 2004) New Revision: 4147 Modified: contrib/1.1/freetype/current/specs/freetype.spec Log: fixed build requirements Modified: contrib/1.1/freetype/current/specs/freetype.spec =================================================================== --- contrib/1.1/freetype/current/specs/freetype.spec 2004-08-21 18:20:01 UTC (rev 4146) +++ contrib/1.1/freetype/current/specs/freetype.spec 2004-08-21 19:39:21 UTC (rev 4147) @@ -6,12 +6,13 @@ %define ft1 freetype-pre1.4 -%{!?with_xfree86:%define with_xfree86 0} +# %{!?with_xfree86:%define with_xfree86 0} +%define with_xfree86 0 Summary: A free and portable TrueType font rendering engine. Name: freetype Version: 2.1.7 -Release: 1ok +Release: 2gd License: BSD/GPL dual license Group: contrib URL: http://www.freetype.org @@ -31,6 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-root BuildRequires: automake autoconf >= 2.59 libtool symlinks zlib-devel +BuildRequires: gcc-c++ gettext %description The FreeType engine is a free and portable TrueType font rendering @@ -262,6 +264,9 @@ %{_libdir}/pkgconfig/ %changelog +* Sat Aug 21 2004 Gerald Dachs 2.1.7-2gd +- fixed build requirements + * Thu May 20 2004 Omar Kilani - tinysofa. From svn at tinysofa.org Sat Aug 21 21:32:31 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 07:32:31 +1000 (EST) Subject: [tinysofa-svn] r4148 - in contrib/1.1: . glib12 glib12/current glib12/current/sources glib12/current/specs Message-ID: <20040821213231.1CC624E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 07:32:28 +1000 (Sun, 22 Aug 2004) New Revision: 4148 Added: contrib/1.1/glib12/ contrib/1.1/glib12/current/ contrib/1.1/glib12/current/sources/ contrib/1.1/glib12/current/sources/glib-1.2.10.tar.gz contrib/1.1/glib12/current/specs/ contrib/1.1/glib12/current/specs/glib12.spec Log: new in contrib Added: contrib/1.1/glib12/current/sources/glib-1.2.10.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/glib12/current/sources/glib-1.2.10.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/glib12/current/specs/glib12.spec =================================================================== --- contrib/1.1/glib12/current/specs/glib12.spec 2004-08-21 19:39:21 UTC (rev 4147) +++ contrib/1.1/glib12/current/specs/glib12.spec 2004-08-21 21:32:28 UTC (rev 4148) @@ -0,0 +1,67 @@ +Summary: A library of handy utility functions. +Name: glib12 +Version: 1.2.10 +Release: 1gd +License: LGPL +Group: contrib +Source: ftp://ftp.gtk.org/pub/gtk/v2.1/glib-%{version}.tar.gz +BuildRoot: /var/tmp/glib-%{version}-root +BuildRequires: pkgconfig + +%description +GLib is a handy library of utility functions. This C library is +designed to solve some portability problems and provide other useful +functionality which most programs require. + +GLib is used by GDK, GTK+ and many applications. You should install +th glib package because many of your applications will depend on this +library. + +%package devel +Summary: The GIMP ToolKit (GTK+) and GIMP Drawing Kit (GDK) support library. +Group: contrib + +%description devel +The glib-devel package includes the static libraries and header files +for the support library for the GIMP's X libraries (GTK+ and GDK), +which are available as public libraries. + +Install glib-devel if you want to develop programs which will use +GLib. + +%prep +%setup -q -n glib-%{version} + +%build +%configure +make + +%install +%makeinstall +install -m 644 glibconfig.h $RPM_BUILD_ROOT/usr/include/glib-1.2/ +rm $RPM_BUILD_ROOT/usr/lib/glib/include/glibconfig.h + +%clean +%clean_buildroot + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-, root, root) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_prefix}/lib/*.so.* + +%files devel +%defattr(-, root, root) +%{_prefix}/lib/lib*.so +%{_prefix}/lib/*a +%{_prefix}/lib/pkgconfig/* +%{_prefix}/include/* +%{_prefix}/share +%{_prefix}/bin/* + +%changelog +* Sat Aug 21 2004 Gerald Dachs 1.2.10-1gd +- new in tinysofa contrib From svn at tinysofa.org Sat Aug 21 21:33:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 07:33:01 +1000 (EST) Subject: [tinysofa-svn] r4149 - contrib/1.1/xorg-x11/current/specs Message-ID: <20040821213301.4E1B84E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 07:32:58 +1000 (Sun, 22 Aug 2004) New Revision: 4149 Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec Log: fixed build requirements Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec =================================================================== --- contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-21 21:32:28 UTC (rev 4148) +++ contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-21 21:32:58 UTC (rev 4149) @@ -24,7 +24,7 @@ # Use very future proofed version number, until we know what upstream version # will really be. Version: 6.7.0 -Release: 2ok +Release: 3gd #.%{cvs_release} %define build_maintainer_mode %( hostname -f |grep -q capslock.lan && echo 1 || echo 0) @@ -242,7 +242,7 @@ BuildRequires: flex >= 2.5.4a # Perl is used both by xorg-x11 during build (bdftruncate.pl) and by my specfile -BuildRequires: perl +BuildRequires: perl gcc-c++ BuildRequires: bison, zlib-devel, ncurses-devel, utempter, expat-devel BuildRequires: pam-devel, libpng-devel # sh-utils needed for 'whoami' in spec file @@ -3380,6 +3380,9 @@ [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 21 2004 Gerald Dachs 6.7.0-3gd +- fixed build requirements + * Thu Jun 03 2004 tscontrib 6.7.0-2ok - current (6.7.0-3ok) integrated as 6.7.0-2ok for release 1.0 contrib From svn at tinysofa.org Sat Aug 21 23:18:28 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 09:18:28 +1000 (EST) Subject: [tinysofa-svn] r4150 - in contrib/1.1: . gtk12+ gtk12+/current gtk12+/current/sources gtk12+/current/specs Message-ID: <20040821231828.8A7BF4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 09:18:25 +1000 (Sun, 22 Aug 2004) New Revision: 4150 Added: contrib/1.1/gtk12+/ contrib/1.1/gtk12+/current/ contrib/1.1/gtk12+/current/sources/ contrib/1.1/gtk12+/current/sources/gtk+-1.2.10.tar.gz contrib/1.1/gtk12+/current/specs/ contrib/1.1/gtk12+/current/specs/gtk12.spec Log: new in contrib Added: contrib/1.1/gtk12+/current/sources/gtk+-1.2.10.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/gtk12+/current/sources/gtk+-1.2.10.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/gtk12+/current/specs/gtk12.spec =================================================================== --- contrib/1.1/gtk12+/current/specs/gtk12.spec 2004-08-21 21:32:58 UTC (rev 4149) +++ contrib/1.1/gtk12+/current/specs/gtk12.spec 2004-08-21 23:18:25 UTC (rev 4150) @@ -0,0 +1,87 @@ +Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X. +Name: gtk12+ +Version: 1.2.10 +Release: 1gd +License: LGPL +Group: contrib +Source: ftp://ftp.gimp.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: glib12-devel >= %{version}, xorg-x11-devel +Requires: glib12, xorg-x11-libs +Provides: gtk+ = %{version} +%define libname libgtk+ + +%description +The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating +graphical user interfaces for the X Window System. GTK+ was originally +written for the GIMP (GNU Image Manipulation Program) image processing +program, but is now used by several other programs as well. + +If you are planning on using the GIMP or another program that uses GTK+, +you'll need to have the gtk+ package installed. + +%package devel +Summary: Development tools for GTK+ (GIMP ToolKit) applications. +Group: contrib +Provides: gtk+-devel = %{version} + +%description devel +The libgtk+1.2-devel package contains the static libraries and header files +needed for developing GTK+ (GIMP ToolKit) applications. The libgtk+1.2-devel +package contains GDK (the General Drawing Kit, which simplifies the interface +for writing GTK+ widgets and using GTK+ widgets in applications), and GTK+ +(the widget set). + +Install libgtk+1.2-devel if you need to develop GTK+ applications. You'll also +need to install the gtk+ package. + +%prep +%setup -n gtk+-%{version} -q + +%build +%configure --with-glib-prefix=%{_prefix} +make + +%install +%makeinstall + +%clean +%clean_buildroot + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(0755, root, root) +%doc INSTALL ABOUT-NLS +%{_libdir}/lib*.so.* +%{_datadir}/themes/Default +%config(noreplace) %{_sysconfdir}/gtk/* + +%files devel +%defattr(0755, root, root) +%doc docs/*.txt AUTHORS ChangeLog NEWS* README* TODO docs/html +%{_libdir}/lib*.so +%{_libdir}/*a +%{_libdir}/pkgconfig/* +%{_includedir}/* +%{_datadir}/aclocal/* +%{_datadir}/info/* +%{_datadir}/locale/* +%{_bindir}/* +%{_mandir} + + +%changelog +* Mon Mar 8 2004 Chr. Toldnes +- Rebuilt for TSL 2.1 + +* Wed Jan 14 2004 Chr. Toldnes 1.2.10-3ct +- Big Rebuild + +* Thu Dec 11 2003 Chr. Toldnes 1.2.10-2ct +- Fixed error in requirement + +* Wed Dec 3 2003 Chr. Toldnes 1.2.10-1ct +- Initial release for TSL From svn at tinysofa.org Sat Aug 21 23:38:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 09:38:44 +1000 (EST) Subject: [tinysofa-svn] r4151 - in contrib/1.1: . libungif libungif/current libungif/current/sources libungif/current/specs Message-ID: <20040821233844.56FFD4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 09:38:41 +1000 (Sun, 22 Aug 2004) New Revision: 4151 Added: contrib/1.1/libungif/ contrib/1.1/libungif/current/ contrib/1.1/libungif/current/sources/ contrib/1.1/libungif/current/sources/libungif-3.1.0.tar.bz2 contrib/1.1/libungif/current/sources/libungif-4.1.0-stdarg.patch.bz2 contrib/1.1/libungif/current/sources/libungif-4.1.0b1.tar.gz contrib/1.1/libungif/current/sources/libungif-CVS.patch.bz2 contrib/1.1/libungif/current/specs/ contrib/1.1/libungif/current/specs/libungif.spec Log: new in contrib Added: contrib/1.1/libungif/current/sources/libungif-3.1.0.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/libungif/current/sources/libungif-3.1.0.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/libungif/current/sources/libungif-4.1.0-stdarg.patch.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/libungif/current/sources/libungif-4.1.0-stdarg.patch.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/libungif/current/sources/libungif-4.1.0b1.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/libungif/current/sources/libungif-4.1.0b1.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/libungif/current/sources/libungif-CVS.patch.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/libungif/current/sources/libungif-CVS.patch.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/libungif/current/specs/libungif.spec =================================================================== --- contrib/1.1/libungif/current/specs/libungif.spec 2004-08-21 23:18:25 UTC (rev 4150) +++ contrib/1.1/libungif/current/specs/libungif.spec 2004-08-21 23:38:41 UTC (rev 4151) @@ -0,0 +1,177 @@ +%define real_version 4.1.0b1 + +Name: libungif +Summary: A library for manipulating GIF format image files. +Version: 4.1.0 +Release: 1gd +License: BSD-like +URL: http://prtr-13.ucsc.edu/~badger/software/libungif +Source0: ftp://prtr-13.ucsc.edu/pub/libungif/%{name}-%{real_version}.tar.gz +Source1: ftp://prtr-13.ucsc.edu/pub/libungif/%{name}-3.1.0.tar.bz2 +Patch0: libungif-4.1.0-stdarg.patch.bz2 +Patch1: libungif-CVS.patch.bz2 +Group: contrib +Buildrequires: autoconf automake libtool gcc-c++ +Buildroot: %{_tmppath}/%{name}-%{version}-root + +# build compatibilty library for libgif-3.1.0 +%define comp310 0 + +%description +The libungif package contains a shared library of functions for loading +and saving GIF format image files. The libungif library can load any +GIF file, but it will save GIFs only in uncompressed format (i.e., it +won't use the patented LZW compression used to save "normal" compressed +GIF files). + +Install the libungif package if you need to manipulate GIF files. You +should also install the libungif-progs package. + + +%package devel +Summary: Development tools for programs which will use the libungif library. +Group: contrib +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains the header files and documentation +necessary for development of programs that will use the libungif library +to load and save GIF format image files. + +You should install this package if you need to develop programs which +will use the libungif library functions for loading and saving GIF format +image files. You'll also need to install the libungif package. + + +%if %{comp310} +%package comp310 +Summary: old version for compatibility +Group: contrib + +%description comp310 +The libungif package contains a shared library of functions for loading +and saving GIF format image files. The libungif library can load any +GIF file, but it will save GIFs only in uncompressed format (i.e., it +won't use the patented LZW compression used to save "normal" compressed +GIF files). + +Install this package for compatibility with old programs that link to +lib(un)gif-3.1.0. +%endif + + +%package -n ungif-utils +Summary: Programs for manipulating GIF format image files. +Group: contrib +Requires: %{name} = %{version}-%{release} + +%description -n ungif-utils +The libungif-progs package contains various programs for manipulating +GIF format image files. + +Install this package if you need to manipulate GIF format image files. +You'll also need to install the libungif package. + + +%prep +%setup -q -n %{name}-%{real_version} +# -a 1 + +%patch0 -p1 -b .stdarg +%patch1 -p1 -b .cvs + +%build +# fix the automake/autoconfig stuff +aclocal && autoheader && automake --add-missing && autoconf && automake +libtoolize --copy --force +%configure +make all + +%if %{comp310} +pushd %{name}-3.1.0 +# fix the automake/autoconfig stuff +aclocal && autoheader && automake --add-missing && autoconf && automake +libtoolize --copy --force +%configure +make all +popd +%endif + + +%install + +%if %{comp310} +pushd %{name}-3.1.0/lib +%makeinstall +ln -sf libungif.so.3.1.0 %buildroot/%{_libdir}/libgif.so.3.1.0 +ln -sf libgif.so.3.1.0 %buildroot/%{_libdir}/libgif.so.3 +rm %buildroot/%{_libdir}/libgif.so +rm %buildroot/%{_libdir}/libgif.a +popd +%endif + +%makeinstall +ln -sf libungif.so.%version %buildroot/%_libdir/libgif.so.%version +ln -sf libgif.so.%version %buildroot/%_libdir/libgif.so.4 +ln -sf libgif.so.4 %buildroot/%_libdir/libgif.so +ln -sf libungif.a %buildroot/%_libdir/libgif.a + +chmod 755 %buildroot/%_libdir/*.so* +chmod 644 %buildroot/%_libdir/*.a* +chmod 644 COPYING README UNCOMPRESSED_GIF NEWS ONEWS +chmod 644 doc/* util/giffiltr.c util/gifspnge.c + + +%clean +%clean_buildroot + + +%post +/sbin/ldconfig + + +%postun +/sbin/ldconfig + + +%files +%defattr(-,root,root) +%doc COPYING README UNCOMPRESSED_GIF NEWS ONEWS +%{_libdir}/libgif.so.4.* +%{_libdir}/libungif.so.4.* + +%files devel +%defattr(-,root,root) +%doc doc/GifFileType.png doc/gif89.txt doc/gif_lib.html doc/liberror.html +%doc doc/lzgif.txt doc/index.html +%doc doc/giffiltr.html util/giffiltr.c +%doc doc/gifspnge.html util/gifspnge.c +%{_libdir}/lib*.so +%{_libdir}/lib*.a +%{_libdir}/lib*.la +%{_includedir}/*.h + +%if %{comp310} +%files comp310 +%defattr(-,root,root) +%{_libdir}/libgif.so.3.* +%{_libdir}/libungif.so.3.* +%endif + +%files -n ungif-utils +%defattr(-,root,root) +%doc doc/gif2epsn.html doc/gif2ps.html doc/gif2rgb.html +%doc doc/gifasm.html doc/gifbg.html doc/gifburst.html +%doc doc/gifclip.html doc/gifclrmp.html doc/gifcolor.html +%doc doc/gifcomb.html doc/gifcompose.html doc/giffix.html +%doc doc/gifflip.html doc/gifhisto.html doc/gifinter.html +%doc doc/gifinto.html doc/gifovly.html doc/gifpos.html +%doc doc/gifrotat.html doc/gifrsize.html doc/giftext.html +%doc doc/gifwedge.html doc/icon2gif.html doc/raw2gif.html +%doc doc/rgb2gif.html doc/text2gif.html doc/index.html +#%doc doc/gif2x11.html +%{_bindir}/* + +%changelog +* Sun Aug 22 2004 Gerald Dachs 4.1.0-1gd +- New in tinysofa contrib From svn at tinysofa.org Sun Aug 22 10:53:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 20:53:14 +1000 (EST) Subject: [tinysofa-svn] r4152 - in contrib/1.1: . imlib imlib/current imlib/current/sources imlib/current/specs Message-ID: <20040822105314.E0A204E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 20:53:10 +1000 (Sun, 22 Aug 2004) New Revision: 4152 Added: contrib/1.1/imlib/ contrib/1.1/imlib/current/ contrib/1.1/imlib/current/sources/ contrib/1.1/imlib/current/sources/imlib-1.9.14.tar.bz2 contrib/1.1/imlib/current/specs/ contrib/1.1/imlib/current/specs/imlib.spec Log: new in contrib Added: contrib/1.1/imlib/current/sources/imlib-1.9.14.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/imlib/current/sources/imlib-1.9.14.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/imlib/current/specs/imlib.spec =================================================================== --- contrib/1.1/imlib/current/specs/imlib.spec 2004-08-21 23:38:41 UTC (rev 4151) +++ contrib/1.1/imlib/current/specs/imlib.spec 2004-08-22 10:53:10 UTC (rev 4152) @@ -0,0 +1,68 @@ +Summary: Imlib is an advanced replacement library for libraries like libXpm +Name: imlib +Version: 1.9.14 +Release: 1gd +License: GPL +Group: contrib +Source0: http://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/%{name}-%{version}.tar.bz2 +BuildRequires: libtiff-devel libjpeg-devel libungif-devel glib12 glib12-devel +BuildRequires: gtk12+ gtk12+-devel xorg-x11-devel libpng-devel +Requires: libtiff libjpeg libungif glib12 gtk12+ xorg-x11-libs +Requires: libpng +BuildRoot: %{_tmppath}/%{name}-root + +%description +Imlib is an advanced replacement library for libraries like libXpm that +provides many more features with much greater flexibility and speed. It was +originally written for E, now used by the GNOME Project. + +%package devel +Summary: imlib development libraries +Group: contrib +Requires: %{name} = %{version} + +%description devel +imlib development libraries + + +%prep +%setup -q + +%build +%configure +make + +%install + +mkdir -p $RPM_BUILD_ROOT +%makeinstall + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%clean +%clean_buildroot + +%files +%defattr(0755,root,root) +%doc README AUTHORS ChangeLog NEWS +%config(noreplace) %{_sysconfdir}/* +%{_libdir}/*.so.* +%{_bindir}/imlib_config +%{_mandir}/man1/* + +%files devel +%defattr(0755,root,root) +%doc doc/*.gif doc/*.html +%{_bindir}/imlib-config +%{_libdir}/*.so +%{_libdir}/*a +%{_libdir}/pkgconfig/* +%{_includedir}/* +%{_datadir}/aclocal/* + + +%changelog +* Sun Aug 22 2004 Gerald Dachs 1.9.14-1gd +- New in tinysofa contrib From svn at tinysofa.org Sun Aug 22 11:49:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 21:49:45 +1000 (EST) Subject: [tinysofa-svn] r4153 - in contrib/1.1: . gpgme gpgme/current gpgme/current/sources gpgme/current/specs Message-ID: <20040822114945.D5D9C4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 21:49:42 +1000 (Sun, 22 Aug 2004) New Revision: 4153 Added: contrib/1.1/gpgme/ contrib/1.1/gpgme/current/ contrib/1.1/gpgme/current/sources/ contrib/1.1/gpgme/current/sources/gpgme-0.3.16.tar.gz contrib/1.1/gpgme/current/specs/ contrib/1.1/gpgme/current/specs/gpgme.spec Log: new in contrib Added: contrib/1.1/gpgme/current/sources/gpgme-0.3.16.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/gpgme/current/sources/gpgme-0.3.16.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/gpgme/current/specs/gpgme.spec =================================================================== --- contrib/1.1/gpgme/current/specs/gpgme.spec 2004-08-22 10:53:10 UTC (rev 4152) +++ contrib/1.1/gpgme/current/specs/gpgme.spec 2004-08-22 11:49:42 UTC (rev 4153) @@ -0,0 +1,53 @@ +# This is a template. The dist target uses it to create the real file. +Summary: GPGME - GnuPG Made Easy +Name: gpgme +Version: 0.3.16 +Release: 1gd +URL: http://www.gnupg.org/gpgme.html +Source: ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/%{name}-%{version}.tar.gz +Group: Development/Libraries +Copyright: GPL +BuildRoot: %{_tmppath}/%{name}-%{version} +BuildRequires: make +Prereq: /sbin/ldconfig +Requires: gnupg + +%description +GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier +for applications. It provides a High-Level Crypto API for encryption, +decryption, signing, signature verification and key management. + +%prep +%setup -q + +%build +%configure --prefix=/usr +make + +%install +%makeinstall infodir=$RPM_BUILD_ROOT%{_infodir} + +%clean +%clean_buildroot + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%defattr(-,root,root) +%doc COPYING AUTHORS README INSTALL NEWS ChangeLog TODO THANKS +%attr(0755,root,root) %{_bindir}/gpgme-config +%attr(0755,root,root) %{_libdir}/*gpgme.so* +%attr(0755,root,root) %{_libdir}/*gpgme.la +%attr(0644,root,root) %{_libdir}/*gpgme.a +%{_includedir}/gpgme.h +%{_datadir}/aclocal/gpgme.m4 +%{_infodir}/gpgme.info* + +%changelog +* Sun Aug 22 2004 Gerald Dachs 0.3.16-1gd +- New in tinysofa contrib + From svn at tinysofa.org Sun Aug 22 12:41:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 22:41:39 +1000 (EST) Subject: [tinysofa-svn] r4154 - in contrib/1.1: . compface compface/current compface/current/sources compface/current/specs Message-ID: <20040822124139.1A9F74E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 22:41:35 +1000 (Sun, 22 Aug 2004) New Revision: 4154 Added: contrib/1.1/compface/ contrib/1.1/compface/current/ contrib/1.1/compface/current/sources/ contrib/1.1/compface/current/sources/compface-1.4-errno.patch contrib/1.1/compface/current/sources/compface-1.4-makefile.patch contrib/1.1/compface/current/sources/compface-1.4.tar.gz contrib/1.1/compface/current/specs/ contrib/1.1/compface/current/specs/compface.spec Log: new in contrib Added: contrib/1.1/compface/current/sources/compface-1.4-errno.patch =================================================================== --- contrib/1.1/compface/current/sources/compface-1.4-errno.patch 2004-08-22 11:49:42 UTC (rev 4153) +++ contrib/1.1/compface/current/sources/compface-1.4-errno.patch 2004-08-22 12:41:35 UTC (rev 4154) @@ -0,0 +1,22 @@ +--- compface-1.4/cmain.c.orig 2004-08-22 14:10:11.648464472 +0200 ++++ compface-1.4/cmain.c 2004-08-22 14:10:35.667812976 +0200 +@@ -26,6 +26,8 @@ + extern char *malloc (); + #endif /* STDC_HEADERS */ + ++#include ++ + #ifdef HAVE_FCNTL_H + #include + #endif +--- compface-1.4/uncmain.c.orig 2004-08-22 14:10:48.641840624 +0200 ++++ compface-1.4/uncmain.c 2004-08-22 14:11:06.303155696 +0200 +@@ -19,6 +19,8 @@ + #include "config.h" + #endif + ++#include ++ + #ifdef HAVE_FCNTL_H + #include + #endif Added: contrib/1.1/compface/current/sources/compface-1.4-makefile.patch =================================================================== --- contrib/1.1/compface/current/sources/compface-1.4-makefile.patch 2004-08-22 11:49:42 UTC (rev 4153) +++ contrib/1.1/compface/current/sources/compface-1.4-makefile.patch 2004-08-22 12:41:35 UTC (rev 4154) @@ -0,0 +1,33 @@ +--- compface-1.4/Makefile.in.orig 2004-08-22 14:18:57.984449240 +0200 ++++ compface-1.4/Makefile.in 2004-08-22 14:21:22.059546496 +0200 +@@ -71,18 +71,18 @@ + $(RM) -rf `cat .fname` .fname + + install: $(NAME) $(UNNAME) $(LIBNAME) +- $(INSTALL_PROGRAM) $(srcdir)/$(NAME) $(EXECUTABLE) +- -chmod 0755 $(EXECUTABLE) +- -strip $(EXECUTABLE) +- $(INSTALL_PROGRAM) $(srcdir)/$(UNNAME) $(UNEXECUTABLE) +- -chmod 0755 $(UNEXECUTABLE) +- -strip $(UNEXECUTABLE) +- $(INSTALL_DATA) $(srcdir)/$(NAME).1 $(MAN1DIR)/$(NAME).1 +- cd $(MAN1DIR) && $(RM) ./$(UNNAME).1 && $(LN_S) $(NAME).1 $(UNNAME).1 +- $(INSTALL_DATA) $(srcdir)/$(NAME).3 $(MAN3DIR)/$(NAME).3 +- cd $(MAN3DIR) && $(RM) ./$(UNNAME).3 && $(LN_S) $(NAME).3 $(UNNAME).3 +- for hdr in $(INSTALLHEADERS); do $(INSTALL_DATA) $(srcdir)/$${hdr} $(INCLUDEDIR)/$${hdr}; done +- $(INSTALL_DATA) $(srcdir)/$(LIBNAME) $(LIBRARY) ++ $(INSTALL_PROGRAM) $(srcdir)/$(NAME) $(DESTDIR)/$(EXECUTABLE) ++ -chmod 0755 $(DESTDIR)/$(EXECUTABLE) ++ -strip $(DESTDIR)/$(EXECUTABLE) ++ $(INSTALL_PROGRAM) $(srcdir)/$(UNNAME) $(DESTDIR)/$(UNEXECUTABLE) ++ -chmod 0755 $(DESTDIR)/$(UNEXECUTABLE) ++ -strip $(DESTDIR)/$(UNEXECUTABLE) ++ $(INSTALL_DATA) $(srcdir)/$(NAME).1 $(DESTDIR)/$(MAN1DIR)/$(NAME).1 ++ cd $(DESTDIR)/$(MAN1DIR) && $(RM) ./$(UNNAME).1 && $(LN_S) $(NAME).1 $(UNNAME).1 ++ $(INSTALL_DATA) $(srcdir)/$(NAME).3 $(DESTDIR)/$(MAN3DIR)/$(NAME).3 ++ cd $(DESTDIR)/$(MAN3DIR) && $(RM) ./$(UNNAME).3 && $(LN_S) $(NAME).3 $(UNNAME).3 ++ for hdr in $(INSTALLHEADERS); do $(INSTALL_DATA) $(srcdir)/$${hdr} $(DESTDIR)/$(INCLUDEDIR)/$${hdr}; done ++ $(INSTALL_DATA) $(srcdir)/$(LIBNAME) $(DESTDIR)/$(LIBRARY) + + shar : + shar.script $(OTHERS) $(HDRS) $(SOURCES) > $(NAME).sh Added: contrib/1.1/compface/current/sources/compface-1.4.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/compface/current/sources/compface-1.4.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/compface/current/specs/compface.spec =================================================================== --- contrib/1.1/compface/current/specs/compface.spec 2004-08-22 11:49:42 UTC (rev 4153) +++ contrib/1.1/compface/current/specs/compface.spec 2004-08-22 12:41:35 UTC (rev 4154) @@ -0,0 +1,66 @@ +Summary: Programs for 48x48x1 image compression and decompression +Name: compface +Version: 1.4 +Release: 1gd +License: MIT +Group: Applications/System +URL: http://freshmeat.net/projects/compface/ +Source: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/compface-%{version}.tar.gz +Patch0: compface-1.4-errno.patch +Patch1: compface-1.4-makefile.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root + +%description +The programs contained in this package convert 48x48x1 images to and from +compressed formats. The uncompressed images are expected to contain 48x48/4 +(576) hex digits. The purpose is to allow the inclusion of face images within +mail headers using the field name `X-face: '. + + +%package devel +Summary: Static library and header file for compface +Group: Development/Libraries + +%description devel +This package contains the static compface library which can be used to allow +the compface compression and decompression algorithms to be used in +applications such as mail dispatchers and mail notification daemons. + + +%prep +%setup +%patch0 -p1 -b .errno +%patch1 -p1 -b .makefile + + +%build +%configure +make + + +%install +mkdir -p $RPM_BUILD_ROOT/usr/{bin,share/man/{man1,man3},include,lib} +%makeinstall DESTDIR=$RPM_BUILD_ROOT + + +%clean +%clean_buildroot + +%files +%defattr(-, root, root, 0755) +%doc ChangeLog README +%{_bindir}/compface +%{_bindir}/uncompface +%{_mandir}/man1/compface.1* + +%files devel +%defattr(-, root, root, 0755) +%{_libdir}/libcompface.a +%{_includedir}/compface.h +%{_mandir}/man3/compface.3* + + +%changelog +* Sun Aug 22 2004 Gerald Dachs 1.4-1gd +- New in tinysofa contrib + From svn at tinysofa.org Sun Aug 22 13:12:01 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 23:12:01 +1000 (EST) Subject: [tinysofa-svn] r4155 - in contrib/1.1: . sylpheed sylpheed/current sylpheed/current/sources sylpheed/current/specs Message-ID: <20040822131201.C85C84E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 23:11:58 +1000 (Sun, 22 Aug 2004) New Revision: 4155 Added: contrib/1.1/sylpheed/ contrib/1.1/sylpheed/current/ contrib/1.1/sylpheed/current/sources/ contrib/1.1/sylpheed/current/sources/sylpheed-0.9.12.tar.bz2 contrib/1.1/sylpheed/current/specs/ contrib/1.1/sylpheed/current/specs/sylpheed.spec Log: new in contrib Added: contrib/1.1/sylpheed/current/sources/sylpheed-0.9.12.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/sylpheed/current/sources/sylpheed-0.9.12.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/sylpheed/current/specs/sylpheed.spec =================================================================== --- contrib/1.1/sylpheed/current/specs/sylpheed.spec 2004-08-22 12:41:35 UTC (rev 4154) +++ contrib/1.1/sylpheed/current/specs/sylpheed.spec 2004-08-22 13:11:58 UTC (rev 4155) @@ -0,0 +1,107 @@ +Summary: a GTK+ based, lightweight, and fast e-mail client +Name: sylpheed +Version: 0.9.12 +Release: 1gd +Source: http://sylpheed.good-day.net/sylpheed/%{name}-%{version}.tar.bz2 +Copyright: GPL +URL: http://sylpheed.good-day.net/ +Requires: gtk+ >= 1.2.6 +Group: contrib +Buildroot: %{_tmppath}/%{name}-root +BuildRequires: xorg-x11-devel gtk12+-devel imlib-devel gcc-c++ +BuildRequires: openldap-devel openssl-devel gpgme compface-devel +BuildRequires: glib12-devel +Requires: xorg-x11-libs gtk+ >= 1.2.6 gtk12+-devel >= 1.2.6 imlib +Requires: openldap-libs openssl gpgme compface glib12 + +%description +Sylpheed is an e-mail client (and news reader) based on GTK+, running on +X Window System, and aiming for + * Quick response + * Simple, graceful, and well-polished interface + * Easy configuration + * Intuitive operation + * Abundant features +The appearance and interface are similar to some popular e-mail clients for +Windows, such as Outlook Express, Becky!, and Datula. The interface is also +designed to emulate the mailers on Emacsen, and almost all commands are +accessible with the keyboard. + +The messages are managed by MH format, and you'll be able to use it together +with another mailer based on MH format (like Mew). You can also utilize +fetchmail or/and procmail, and external programs on receiving (like inc or +imget). + +%prep +%setup -q + +%build +%configure --enable-ldap --enable-ssl --enable-gpgme +make + +%install +%makeinstall +mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +install -m 644 *.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps + +%clean +%clean_buildroot + +%files +%defattr(-,root,root) +%doc COPYING ChangeLog ChangeLog.jp README README.jp INSTALL INSTALL.jp TODO.jp +%{_bindir}/%{name} +%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo +%{_datadir}/%{name}/faq/*/* +%{_datadir}/%{name}/manual/*/* +%{_datadir}/pixmaps/*.png + +%changelog +* Fri Aug 1 2003 Hiroyuki Yamamoto +- omitted %changelog +- modified %description + +* Thu Jul 31 2003 Andre Costa +- used more extensively RPM's builtin vars + +* Tue Feb 4 2003 Andre Costa +- implemented SYLPHEED_CONFIGURE_FLAGS in %build phase +- BuildRoot: is now more portable +- included sylpheed's pixmaps into the package + +* Tue Jan 9 2001 Yoichi Imai +- edited for spec.in + +* Fri Dec 1 2000 Hiroyuki Yamamoto +- updated to 0.4.7, and updated %description + +* Thu Sep 28 2000 Hiroyuki Yamamoto +- updated to 0.4.1, and modified %files + +* Wed Sep 27 2000 Hiroyuki Yamamoto +- updated to 0.4.0, and modified %description + +* Tue Sep 26 2000 Hiroyuki Yamamoto +- updated to 0.3.99, and modified %files + +* Sat Aug 19 2000 Hiroyuki Yamamoto +- updated to 0.3.26, and modified URL + +* Sun Jul 4 2000 Hiroyuki Yamamoto +- updated to 0.3.21, and modified Summary + +* Sun Jun 11 2000 Hiroyuki Yamamoto +- updated to 0.3.15 and modified description and doc + +* Sun Jun 4 2000 Yoichi Imai +- some change + +* Sat Apr 29 2000 Yoichi Imai +- gnome-menu and requires header change + +* Wed Feb 5 2000 Yoichi Imai +- append "TODO.jp" + +* Sat Jan 1 2000 Yoichi Imai +- first release for version 0.1.0 + From svn at tinysofa.org Sun Aug 22 13:16:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 23:16:22 +1000 (EST) Subject: [tinysofa-svn] r4156 - contrib/1.1/pound/current/specs Message-ID: <20040822131622.C6FA54E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 23:16:19 +1000 (Sun, 22 Aug 2004) New Revision: 4156 Modified: contrib/1.1/pound/current/specs/pound.spec Log: small fix Modified: contrib/1.1/pound/current/specs/pound.spec =================================================================== --- contrib/1.1/pound/current/specs/pound.spec 2004-08-22 13:11:58 UTC (rev 4155) +++ contrib/1.1/pound/current/specs/pound.spec 2004-08-22 13:16:19 UTC (rev 4156) @@ -3,7 +3,7 @@ Summary: reverse-proxy and load-balancer for http/https Name: pound Version: 1.7 -Release: 1bg +Release: 2gd Group: contrib Source: http://www.apsis.ch/pound/Pound-current.tgz Source1: %{name}.cfg @@ -41,12 +41,12 @@ %install [ -n "%buildroot" -a "%buildroot" != / ] && rm -rf %buildroot install -m 755 -d %buildroot/%{_sbindir} -install -m 755 -d %buildroot/%{_initdir} +install -m 755 -d %buildroot/%{_initrddir} install -m 755 -d %buildroot/%{_sysconfdir} install -m 755 -d %buildroot/%{_mandir}/man8 install -m 700 -d %buildroot/%{_localstatedir}/state/%{name}/ install -m 555 -s pound %buildroot/%{_sbindir} -install -m 755 %{SOURCE2} %buildroot/%{_initdir}/%{name} +install -m 755 %{SOURCE2} %buildroot/%{_initrddir}/%{name} install -m 640 %{SOURCE1} %buildroot/%{_sysconfdir}/%{name}.cfg install -m 644 pound.8 %buildroot/%{_mandir}/man8/ @@ -80,13 +80,16 @@ %defattr(-,root,root) %doc README %config(noreplace) %{_sysconfdir}/%{name}.cfg -%{_initdir}/%{name} +%{_initrddir}/%{name} %{_sbindir}/pound %{_mandir}/man8/pound.8* %dir %attr(750, %{name}, %{name}) %{_localstatedir}/state/%{name}/ %changelog +* Sun Aug 22 2004 Gerald Dachs 1.7-2gd +- _initdir -> _initrddir + * Wed Jun 23 2004 Goetz Bock 1.7-1bg - new upstream: 1.7 - specfile cleanups to allow non root builds From svn at tinysofa.org Sun Aug 22 13:21:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 23:21:34 +1000 (EST) Subject: [tinysofa-svn] r4157 - contrib/1.1/unrar/current/specs Message-ID: <20040822132134.A8CAA4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 23:21:31 +1000 (Sun, 22 Aug 2004) New Revision: 4157 Modified: contrib/1.1/unrar/current/specs/unrar.spec Log: fixed build requrirement Modified: contrib/1.1/unrar/current/specs/unrar.spec =================================================================== --- contrib/1.1/unrar/current/specs/unrar.spec 2004-08-22 13:16:19 UTC (rev 4156) +++ contrib/1.1/unrar/current/specs/unrar.spec 2004-08-22 13:21:31 UTC (rev 4157) @@ -1,14 +1,14 @@ Summary: unRAR - extract, test and view RAR archives. Name: unrar Version: 3.3.6 -Release: 1ok +Release: 2gd License: Freeware Group: contrib Source0: http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz Source1: unrar.1 Patch: unrarsrc-3.2.1-errhnd.patch URL: http://www.rarlab.com/ -BuildRequires: gcc-c++-devel +BuildRequires: gcc-c++ gcc-c++-devel BuildRoot: %{_tmppath}/%{name}-root %description @@ -40,6 +40,9 @@ %{_mandir}/man1/%{name}.1* %changelog +* Sun Aug 22 2004 Gerald Dachs 3.3.6-2gd +- fixed build requirements + * Mon May 3 2004 Omar Kilani - Rebuilt for tinysofa - New upstream: 3.3.6 From svn at tinysofa.org Sun Aug 22 13:58:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 22 Aug 2004 23:58:19 +1000 (EST) Subject: [tinysofa-svn] r4158 - contrib/1.1/rrdtool/current/specs Message-ID: <20040822135819.645CE4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-22 23:58:17 +1000 (Sun, 22 Aug 2004) New Revision: 4158 Modified: contrib/1.1/rrdtool/current/specs/rrdtool.spec Log: some fixes Modified: contrib/1.1/rrdtool/current/specs/rrdtool.spec =================================================================== --- contrib/1.1/rrdtool/current/specs/rrdtool.spec 2004-08-22 13:21:31 UTC (rev 4157) +++ contrib/1.1/rrdtool/current/specs/rrdtool.spec 2004-08-22 13:58:17 UTC (rev 4158) @@ -5,16 +5,16 @@ Summary: RRDtool - round robin database Name: rrdtool Version: 1.0.47 -Release: 3bg +Release: 4gd Group: contrib Source: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/%{name}-%{version}.tar.gz License: GPL Requires: %{name}-libs = %{version}-%{release} #BuildRequires: tcl -BuildRequires: perl-devel = %{perlversion} +BuildRequires: perl-devel >= %{perlversion} BuildRequires: libpng12-devel BuildRequires: zlib-devel -BuildRequires: gcc-c++-devel +BuildRequires: gcc-c++ gcc-c++-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -95,7 +95,6 @@ %install -[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot} make install imandir=%{_mandir}/man1 transform= DESTDIR=%{buildroot} #install -s -m 755 tcl/tclrrd.%{version}.so %{buildroot}%{_libdir}/ @@ -136,9 +135,8 @@ %clean -[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf %{buildroot} +%clean_buildroot - %files %defattr(-,root,root) %doc README COPYING COPYRIGHT @@ -190,6 +188,10 @@ %changelog +* Sun Aug 22 2004 Gerald Dachs 1.0.47-4gd +- fixed build requirement for perl-devel, don't know why it has to be like this +- some spec cleanups + * Wed May 26 2004 Goetz Bock 1.0.47-3bg - use correct group From svn at tinysofa.org Sun Aug 22 14:31:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 00:31:35 +1000 (EST) Subject: [tinysofa-svn] r4159 - contrib/1.1/curl/current/specs Message-ID: <20040822143135.A83414E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-23 00:31:33 +1000 (Mon, 23 Aug 2004) New Revision: 4159 Modified: contrib/1.1/curl/current/specs/curl.spec Log: fixed build requirements Modified: contrib/1.1/curl/current/specs/curl.spec =================================================================== --- contrib/1.1/curl/current/specs/curl.spec 2004-08-22 13:58:17 UTC (rev 4158) +++ contrib/1.1/curl/current/specs/curl.spec 2004-08-22 14:31:33 UTC (rev 4159) @@ -1,13 +1,13 @@ Summary: get a file from a FTP, GOPHER or HTTP server. Name: curl Version: 7.11.2 -Release: 1bg +Release: 2gd License: MIT/X derivate Group: contrib Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 URL: http://curl.haxx.se Requires: %{name}-libs = %{version}-%{release} -BuildRequires: gcc-c++-devel +BuildRequires: gcc-c++ gcc-c++-devel BuildRequires: openssl-devel >= 0.9.5 BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -92,6 +92,9 @@ %changelog +* Sun Aug 22 2004 Gerald Dachs 7.11.2-2gd +- fixed build requirements + * Fri May 28 2004 Goetz Bock 7.11.2-1bg - new upstream: 7.11.2 - build for tinysofa contrib From svn at tinysofa.org Sun Aug 22 15:12:41 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 01:12:41 +1000 (EST) Subject: [tinysofa-svn] r4160 - in contrib/1.1/lynx/current: sources specs Message-ID: <20040822151241.AE7734E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-23 01:12:39 +1000 (Mon, 23 Aug 2004) New Revision: 4160 Added: contrib/1.1/lynx/current/sources/lynx-2.8.4-tinysofa-UTF8.patch Modified: contrib/1.1/lynx/current/specs/lynx.spec Log: some fixes Added: contrib/1.1/lynx/current/sources/lynx-2.8.4-tinysofa-UTF8.patch =================================================================== --- contrib/1.1/lynx/current/sources/lynx-2.8.4-tinysofa-UTF8.patch 2004-08-22 14:31:33 UTC (rev 4159) +++ contrib/1.1/lynx/current/sources/lynx-2.8.4-tinysofa-UTF8.patch 2004-08-22 15:12:39 UTC (rev 4160) @@ -0,0 +1,12 @@ +--- lynx2-8-4/WWW/Library/Implementation/UCMap.h.orig 2004-08-22 16:58:40.017758760 +0200 ++++ lynx2-8-4/WWW/Library/Implementation/UCMap.h 2004-08-22 16:59:16.996137192 +0200 +@@ -49,6 +49,9 @@ + /* easy to type: */ + extern int LATIN1; /* UCGetLYhndl_byMIME("iso-8859-1") */ + extern int US_ASCII; /* UCGetLYhndl_byMIME("us-ascii") */ ++#ifdef UTF8 ++#undef UTF8 ++#endif + extern int UTF8; /* UCGetLYhndl_byMIME("utf-8") */ + + #undef TRANSPARENT /* defined on Solaris in */ Modified: contrib/1.1/lynx/current/specs/lynx.spec =================================================================== --- contrib/1.1/lynx/current/specs/lynx.spec 2004-08-22 14:31:33 UTC (rev 4159) +++ contrib/1.1/lynx/current/specs/lynx.spec 2004-08-22 15:12:39 UTC (rev 4160) @@ -1,11 +1,12 @@ Summary: A text-based Web browser. Name: lynx Version: 2.8.4 -Release: 10ts +Release: 11gd License: GPL Group: contrib Source0: ftp://www.slcc.edu/pub/lynx/current/lynx%{version}rel.1.tar.gz Patch105: lynx-2.8.3-trustix.patch +Patch106: lynx-2.8.4-tinysofa-UTF8.patch Requires: openssl >= 0.9.0b, slang, zlib Obsoletes: lynx-ssl Provides: webclient @@ -30,6 +31,7 @@ %prep %setup -q -n lynx%{VER} %patch105 -p1 -b .trustix +%patch106 -p1 -b .tinysofa %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \ @@ -69,6 +71,9 @@ %config /etc/lynx.cfg %changelog +* Sun Aug 22 2004 Gerald Dachs 2.8.4-11gd +- fixed conflict between variable and define (patch106) + * Wed May 19 2004 tsintegrate 2.8.4-10ts - current (2.8.4-9ts) integrated as 2.8.4-10ts for release 1.0-U1 From svn at tinysofa.org Sun Aug 22 16:18:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 02:18:07 +1000 (EST) Subject: [tinysofa-svn] r4161 - contrib/1.1/firehol/current/specs Message-ID: <20040822161807.E37644E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-23 02:18:06 +1000 (Mon, 23 Aug 2004) New Revision: 4161 Modified: contrib/1.1/firehol/current/specs/firehol.spec Log: fixed group Modified: contrib/1.1/firehol/current/specs/firehol.spec =================================================================== --- contrib/1.1/firehol/current/specs/firehol.spec 2004-08-22 15:12:39 UTC (rev 4160) +++ contrib/1.1/firehol/current/specs/firehol.spec 2004-08-22 16:18:06 UTC (rev 4161) @@ -2,7 +2,7 @@ Name: firehol Version: 1.194 Release: 2gd -Group: tinysofa contrib +Group: contrib Source: http://firehol.sourceforge.net/firehol.tar.gz Source1: firehol.conf Patch0: firehol-chkconfig.patch From svn at tinysofa.org Sun Aug 22 16:18:44 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 02:18:44 +1000 (EST) Subject: [tinysofa-svn] r4162 - contrib/1.1/jigdo/current/specs Message-ID: <20040822161844.DE5874E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-23 02:18:43 +1000 (Mon, 23 Aug 2004) New Revision: 4162 Modified: contrib/1.1/jigdo/current/specs/jigdo.spec Log: fixed group Modified: contrib/1.1/jigdo/current/specs/jigdo.spec =================================================================== --- contrib/1.1/jigdo/current/specs/jigdo.spec 2004-08-22 16:18:06 UTC (rev 4161) +++ contrib/1.1/jigdo/current/specs/jigdo.spec 2004-08-22 16:18:43 UTC (rev 4162) @@ -2,7 +2,7 @@ Name: jigdo Version: 0.7.1 Release: 2gd -Group: tinysofa contrib +Group: contrib URL: http://atterer.net/jigdo/ Source: http://atterer.net/jigdo/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root From svn at tinysofa.org Sun Aug 22 16:19:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 02:19:36 +1000 (EST) Subject: [tinysofa-svn] r4163 - contrib/1.1/tcl/current/specs Message-ID: <20040822161936.B7CE54E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-23 02:19:35 +1000 (Mon, 23 Aug 2004) New Revision: 4163 Modified: contrib/1.1/tcl/current/specs/tcl.spec Log: fixed group Modified: contrib/1.1/tcl/current/specs/tcl.spec =================================================================== --- contrib/1.1/tcl/current/specs/tcl.spec 2004-08-22 16:18:43 UTC (rev 4162) +++ contrib/1.1/tcl/current/specs/tcl.spec 2004-08-22 16:19:35 UTC (rev 4163) @@ -4,7 +4,7 @@ Release: 3gd Source0: http://aleron.dl.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.gz License: BSD -Group: tinysofa contrib +Group: contrib Buildroot: %{_tmppath}/%{name}-root %description @@ -15,7 +15,7 @@ %package devel Summary: header files and development libraries for TCL -Group: tinysofa contrib +Group: contrib %description devel header files and development libraries for TCL From svn at tinysofa.org Sun Aug 22 16:20:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 02:20:43 +1000 (EST) Subject: [tinysofa-svn] r4164 - contrib/1.1/mailf/current/specs Message-ID: <20040822162043.D1B704E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-23 02:20:42 +1000 (Mon, 23 Aug 2004) New Revision: 4164 Modified: contrib/1.1/mailf/current/specs/mailf.spec Log: fixed group Modified: contrib/1.1/mailf/current/specs/mailf.spec =================================================================== --- contrib/1.1/mailf/current/specs/mailf.spec 2004-08-22 16:19:35 UTC (rev 4163) +++ contrib/1.1/mailf/current/specs/mailf.spec 2004-08-22 16:20:42 UTC (rev 4164) @@ -3,7 +3,7 @@ Version: 1.0rc6 Release: 2gd License: GNU General Public License (GPL) -Group: tinysofa contrib +Group: contrib URL: http://www.steines.com/mailf/ Source0: %{name}-%{version}.tar.gz Patch0: %{name}-1.0rc6-sendmail-path.patch From svn at tinysofa.org Sun Aug 22 16:53:05 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 02:53:05 +1000 (EST) Subject: [tinysofa-svn] r4165 - contrib/1.1/subversion/current/specs Message-ID: <20040822165305.E6DCC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-23 02:53:04 +1000 (Mon, 23 Aug 2004) New Revision: 4165 Modified: contrib/1.1/subversion/current/specs/subversion.spec Log: - apache -> httpd Modified: contrib/1.1/subversion/current/specs/subversion.spec =================================================================== --- contrib/1.1/subversion/current/specs/subversion.spec 2004-08-22 16:20:42 UTC (rev 4164) +++ contrib/1.1/subversion/current/specs/subversion.spec 2004-08-22 16:53:04 UTC (rev 4165) @@ -6,7 +6,7 @@ Summary: A Concurrent Versioning system similar to but better than CVS. Name: subversion Version: 1.0.5 -Release: 1ok +Release: 2jh License: BSD Group: contrib URL: http://subversion.tigris.org @@ -16,8 +16,9 @@ BuildRequires: expat-devel, gdbm-devel, openssl-devel, zlib-devel BuildRequires: gcc-c++, db4-devel BuildRequires: neon-devel >= 0.24.6, apr-util-devel -BuildRequires: apr-devel, perl-devel, apache-devel +BuildRequires: apr-devel, perl-devel, httpd-devel BuildRequires: python-devel, python-modules +BuildRequires: cyrus-sasl-devel BuildRoot: %{_tmppath}/%{name}-%{version} Requires: %{name}-client-libs = %{version}-%{release} Prefix: %{_prefix} @@ -115,7 +116,7 @@ Summary: Subversion module for the apache server Group: contrib Requires: %{name}-libs = %{version}-%{release} -Requires: apache >= 2.0.49 +Requires: httpd >= 2.0.49 Prefix: %{_prefix} %description apache-server @@ -210,7 +211,10 @@ libtoolize --copy --force #sh ./autogen.sh +# requirement for apr 0.9.5 seems to be bogus +perl -pi -e 's/\.\[5-9\]/\.\[4-9\]/' configure + %build # Configure static. %configure \ @@ -231,9 +235,6 @@ cp subversion/svnadmin/svnadmin svnadmin.static cp subversion/clients/cmdline/svn svn.static -# requirement for apr 0.9.5 seems to be bogus -perl -pi -e 's/\.\[5-9\]/\.\[4-9\]/' configure - # Configure shared. #CFLAGS="%optflags -L$RPM_BUILD_ROOT%{_libdir}" \ %configure \ From svn at tinysofa.org Sun Aug 22 18:38:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 04:38:00 +1000 (EST) Subject: [tinysofa-svn] r4167 - in contrib/1.1: . xinitrc xinitrc/current xinitrc/current/sources xinitrc/current/specs Message-ID: <20040822183800.AAF9D4E80E6@minbar.tinysofa.org> Author: gda Date: 2004-08-23 04:37:58 +1000 (Mon, 23 Aug 2004) New Revision: 4167 Added: contrib/1.1/xinitrc/ contrib/1.1/xinitrc/current/ contrib/1.1/xinitrc/current/sources/ contrib/1.1/xinitrc/current/sources/xinitrc-4.0.1-tinysofa-pidof.patch contrib/1.1/xinitrc/current/sources/xinitrc-4.0.1.tar.bz2 contrib/1.1/xinitrc/current/specs/ contrib/1.1/xinitrc/current/specs/xinitrc.spec Log: new in contrib Added: contrib/1.1/xinitrc/current/sources/xinitrc-4.0.1-tinysofa-pidof.patch =================================================================== --- contrib/1.1/xinitrc/current/sources/xinitrc-4.0.1-tinysofa-pidof.patch 2004-08-22 17:56:13 UTC (rev 4166) +++ contrib/1.1/xinitrc/current/sources/xinitrc-4.0.1-tinysofa-pidof.patch 2004-08-22 18:37:58 UTC (rev 4167) @@ -0,0 +1,11 @@ +--- xinitrc-4.0.1/Xsetup_0.orig 2004-08-22 20:32:15.221551656 +0200 ++++ xinitrc-4.0.1/Xsetup_0 2004-08-22 20:32:28.854479136 +0200 +@@ -18,7 +18,7 @@ + /usr/X11R6/bin/xsetroot -solid "#20305A" + + if [ -z "$RUNNING_UNDER_GDM" ] ; then +- /sbin/pidof -s kdm &> /dev/null && [ $? -eq 0 -a -x /usr/bin/kdmdesktop ] && /usr/bin/kdmdesktop && sleep 1s ++ /bin/pidof -s kdm &> /dev/null && [ $? -eq 0 -a -x /usr/bin/kdmdesktop ] && /usr/bin/kdmdesktop && sleep 1s + + # only set the background if the xsri program is installed + if [ -x /usr/bin/xsri -a -r /etc/X11/xsrirc ]; then Added: contrib/1.1/xinitrc/current/sources/xinitrc-4.0.1.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/xinitrc/current/sources/xinitrc-4.0.1.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/xinitrc/current/specs/xinitrc.spec =================================================================== --- contrib/1.1/xinitrc/current/specs/xinitrc.spec 2004-08-22 17:56:13 UTC (rev 4166) +++ contrib/1.1/xinitrc/current/specs/xinitrc.spec 2004-08-22 18:37:58 UTC (rev 4167) @@ -0,0 +1,63 @@ +Summary: The default startup script for the X Window System. +Name: xinitrc +Version: 4.0.1 +Release: 1gd +License: GPLv2, MIT/X11 +Group: contrib +Source: %{name}-%{version}.tar.bz2 +Patch: %{name}-%{version}-tinysofa-pidof.patch +Buildroot: %{_tmppath}/%{name}-root +# FIXME: XFree86 dep has been disabled, because that causes the package to +# be dependant on a specific X11 implementation. It isn't clear why this +# dependancy is here, so once we find out what breaks, we can add new +# dependancies here for them in a way that is not dependant on a specific +# implementation. That can be done either by using file/dir dependancies, +# or by using virtual provides/requires. +# Mar 16, 2004 - mharris at redhat.com +#Requires: XFree86 + +# sessreg - is used by "GiveConsole" and "TakeConsole" +Requires: /usr/X11R6/bin/sessreg + +# These are required by Xclients +Requires: which /usr/X11R6/bin/RunWM + +# Xsetup_0 requires pidof and xsetroot +Requires: sysvinit /usr/X11R6/bin/xsetroot + +Requires: /bin/sh, /bin/bash, switchdesk >= 3.7 +BuildArch: noarch + +%description +The xinitrc package contains the xinitrc file, a script which is used +to configure your X Window System session or to start a window +manager. + +%prep +%setup -q +%patch -p1 -b .tinysofa + +%install +%makeinstall DESTDIR=$RPM_BUILD_ROOT + +%clean +%clean_buildroot + +%files +%defattr(-,root,root) +%config(noreplace) /etc/X11/Xmodmap +%config(noreplace) /etc/X11/Xresources +%config /etc/X11/xinit/xinitrc +%config(noreplace) /etc/X11/xinit/Xclients +%dir /etc/X11/xinit/xinitrc.d +/etc/X11/xinit/xinitrc.d/* +%config(noreplace) /etc/X11/xdm/* +# FIXME: This should move to /usr/bin sometime, with a backward compatible +# symlink added back just prior to release, to help people to fix things to +# use /usr/bin instead. Then keep the symlink for a release or so. When +# this changes, X11BINDIR in the Makefile needs to be updated also. +/usr/X11R6/bin/RunWM + +%changelog +* Sun Aug 22 2004 Gerald Dachs 4.0.1-1gd +- New in tinysofa contrib From svn at tinysofa.org Sun Aug 22 17:56:15 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 03:56:15 +1000 (EST) Subject: [tinysofa-svn] r4166 - in contrib/1.1: . chkfontpath chkfontpath/current chkfontpath/current/sources chkfontpath/current/specs Message-ID: <20040822175615.2DB734E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-23 03:56:13 +1000 (Mon, 23 Aug 2004) New Revision: 4166 Added: contrib/1.1/chkfontpath/ contrib/1.1/chkfontpath/current/ contrib/1.1/chkfontpath/current/sources/ contrib/1.1/chkfontpath/current/sources/chkfontpath-1.10.0-tinysofa-pidof.patch contrib/1.1/chkfontpath/current/sources/chkfontpath-1.10.0.tar.gz contrib/1.1/chkfontpath/current/specs/ contrib/1.1/chkfontpath/current/specs/chkfontpath.spec Log: new in contrib Added: contrib/1.1/chkfontpath/current/sources/chkfontpath-1.10.0-tinysofa-pidof.patch =================================================================== --- contrib/1.1/chkfontpath/current/sources/chkfontpath-1.10.0-tinysofa-pidof.patch 2004-08-22 16:53:04 UTC (rev 4165) +++ contrib/1.1/chkfontpath/current/sources/chkfontpath-1.10.0-tinysofa-pidof.patch 2004-08-22 17:56:13 UTC (rev 4166) @@ -0,0 +1,15 @@ +--- chkfontpath-1.10.0/chkfontpath.c.orig 2004-08-22 19:54:19.216557008 +0200 ++++ chkfontpath-1.10.0/chkfontpath.c 2004-08-22 19:54:53.992270296 +0200 +@@ -328,9 +328,9 @@ + pid_t pid; + char buf[MAXPIDBUF]; + +- /* Make sure /proc is mounted, and /sbin/pidof exists */ +- if ((stat("/proc/version", &st) == 0) && (stat("/sbin/pidof", &st) == 0)) { +- system("kill -USR1 `/sbin/pidof xfs` 2>&1 >/dev/null"); ++ /* Make sure /proc is mounted, and /bin/pidof exists */ ++ if ((stat("/proc/version", &st) == 0) && (stat("/bin/pidof", &st) == 0)) { ++ system("kill -USR1 `/bin/pidof xfs` 2>&1 >/dev/null"); + /* If not, then test if xfs subsystem is locked, and there is a pid file */ + } else if ((stat(XFS_SUBSYSLOCK, &st) == 0) && (stat(XFS_PIDFILE, &st) == 0)) { + if (NULL != (pidfile = fopen(XFS_PIDFILE, "r"))) { Added: contrib/1.1/chkfontpath/current/sources/chkfontpath-1.10.0.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/chkfontpath/current/sources/chkfontpath-1.10.0.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/chkfontpath/current/specs/chkfontpath.spec =================================================================== --- contrib/1.1/chkfontpath/current/specs/chkfontpath.spec 2004-08-22 16:53:04 UTC (rev 4165) +++ contrib/1.1/chkfontpath/current/specs/chkfontpath.spec 2004-08-22 17:56:13 UTC (rev 4166) @@ -0,0 +1,48 @@ +Summary: Simple interface for editing the font path for the X font server. +Name: chkfontpath +Version: 1.10.0 +Release: 1gd +License: GPL +Group: contrib +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Source: %{name}-%{version}.tar.gz +Patch: %{name}-%{version}-tinysofa-pidof.patch + +# Do not add Requires on XFree86-* or xorg-x11-* subpackages, because that +# makes this package unnecessarily dependant on a specific X11 +# implementation. Instead, use a virtual Requires, or depend on a file or +# directory which will be present in one of the X11 implementation's file +# lists, thus avoiding the problem. See bugzilla #118469 for details. +Requires: xfs +Requires: sysvinit + +%description +This is a simple command line utility for configuring the directories +in the X font server's path. It is mostly intended to be used +'internally' by RPM when packages with fonts are added or removed, but +it may be useful as a stand-alone utility in some instances. + +%prep +%setup -q +%patch -p1 -b .tinysofa + +%build +%make + +%install +%makeinstall INSTROOT=$RPM_BUILD_ROOT BINDIR=%{_sbindir} MANDIR=%{_mandir} + +%clean +%clean_buildroot + +%files +%defattr(-,root,root) +%{_sbindir}/* +%{_mandir}/man8/* + +%changelog +* Sun Aug 22 2004 Gerald Dachs 1.10.0-1gd +- new in tinysofa contrib + +* Tue Jun 15 2004 Elliot Lee +- rebuilt From svn at tinysofa.org Mon Aug 23 05:14:24 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 23 Aug 2004 15:14:24 +1000 (EST) Subject: [tinysofa-svn] r4168 - contrib/1.1/gtk12+/current/specs Message-ID: <20040823051424.1785D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-23 15:14:20 +1000 (Mon, 23 Aug 2004) New Revision: 4168 Added: contrib/1.1/gtk12+/current/specs/gtk12+.spec Removed: contrib/1.1/gtk12+/current/specs/gtk12.spec Log: - rename gtk12.spec -> gtk12+.spec Copied: contrib/1.1/gtk12+/current/specs/gtk12+.spec (from rev 4164, contrib/1.1/gtk12+/current/specs/gtk12.spec) Deleted: contrib/1.1/gtk12+/current/specs/gtk12.spec =================================================================== --- contrib/1.1/gtk12+/current/specs/gtk12.spec 2004-08-22 18:37:58 UTC (rev 4167) +++ contrib/1.1/gtk12+/current/specs/gtk12.spec 2004-08-23 05:14:20 UTC (rev 4168) @@ -1,87 +0,0 @@ -Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X. -Name: gtk12+ -Version: 1.2.10 -Release: 1gd -License: LGPL -Group: contrib -Source: ftp://ftp.gimp.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: glib12-devel >= %{version}, xorg-x11-devel -Requires: glib12, xorg-x11-libs -Provides: gtk+ = %{version} -%define libname libgtk+ - -%description -The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating -graphical user interfaces for the X Window System. GTK+ was originally -written for the GIMP (GNU Image Manipulation Program) image processing -program, but is now used by several other programs as well. - -If you are planning on using the GIMP or another program that uses GTK+, -you'll need to have the gtk+ package installed. - -%package devel -Summary: Development tools for GTK+ (GIMP ToolKit) applications. -Group: contrib -Provides: gtk+-devel = %{version} - -%description devel -The libgtk+1.2-devel package contains the static libraries and header files -needed for developing GTK+ (GIMP ToolKit) applications. The libgtk+1.2-devel -package contains GDK (the General Drawing Kit, which simplifies the interface -for writing GTK+ widgets and using GTK+ widgets in applications), and GTK+ -(the widget set). - -Install libgtk+1.2-devel if you need to develop GTK+ applications. You'll also -need to install the gtk+ package. - -%prep -%setup -n gtk+-%{version} -q - -%build -%configure --with-glib-prefix=%{_prefix} -make - -%install -%makeinstall - -%clean -%clean_buildroot - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -%defattr(0755, root, root) -%doc INSTALL ABOUT-NLS -%{_libdir}/lib*.so.* -%{_datadir}/themes/Default -%config(noreplace) %{_sysconfdir}/gtk/* - -%files devel -%defattr(0755, root, root) -%doc docs/*.txt AUTHORS ChangeLog NEWS* README* TODO docs/html -%{_libdir}/lib*.so -%{_libdir}/*a -%{_libdir}/pkgconfig/* -%{_includedir}/* -%{_datadir}/aclocal/* -%{_datadir}/info/* -%{_datadir}/locale/* -%{_bindir}/* -%{_mandir} - - -%changelog -* Mon Mar 8 2004 Chr. Toldnes -- Rebuilt for TSL 2.1 - -* Wed Jan 14 2004 Chr. Toldnes 1.2.10-3ct -- Big Rebuild - -* Thu Dec 11 2003 Chr. Toldnes 1.2.10-2ct -- Fixed error in requirement - -* Wed Dec 3 2003 Chr. Toldnes 1.2.10-1ct -- Initial release for TSL From svn at tinysofa.org Mon Aug 23 19:23:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 24 Aug 2004 05:23:49 +1000 (EST) Subject: [tinysofa-svn] r4169 - tinysofa/releases/1.1/links/current/specs Message-ID: <20040823192349.CCFA64E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-24 05:23:46 +1000 (Tue, 24 Aug 2004) New Revision: 4169 Modified: tinysofa/releases/1.1/links/current/specs/links.spec Log: - don't obsolete lynx Modified: tinysofa/releases/1.1/links/current/specs/links.spec =================================================================== --- tinysofa/releases/1.1/links/current/specs/links.spec 2004-08-23 05:14:20 UTC (rev 4168) +++ tinysofa/releases/1.1/links/current/specs/links.spec 2004-08-23 19:23:46 UTC (rev 4169) @@ -2,7 +2,7 @@ Name: links Version: 2.1pre15 -Release: 3ts +Release: 4jh License: GPL Summary: Links is a text-only browser very similar to lynx. Group: main @@ -13,8 +13,6 @@ BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root Conflicts: elinks -Provides: lynx -Obsoletes: lynx %description Links is a text WWW browser, similar to Lynx. Links displays tables, downloads @@ -25,17 +23,16 @@ %build %configure --enable-javascript --without-svgalib -make +%make %install -rm -rf %{buildroot} %makeinstall mkdir -p %{buildroot}%{_sysconfdir} install -m644 %{_sourcedir}/%{ename}.cfg %{buildroot}%{_sysconfdir} %clean -rm -rf %{buildroot} +%clean_buildroot %files %defattr(-,root,root) @@ -45,7 +42,6 @@ %config(noreplace) %{_sysconfdir}/%{ename}.cfg - %changelog * Thu Aug 05 2004 tsintegrate 2.1pre15-3ts - current (2.1pre15-3jh) integrated as 2.1pre15-3ts for release 1.1 From svn at tinysofa.org Mon Aug 23 20:11:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 24 Aug 2004 06:11:40 +1000 (EST) Subject: [tinysofa-svn] r4170 - contrib/1.1/proftpd/current/specs Message-ID: <20040823201140.5C49F4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-24 06:11:37 +1000 (Tue, 24 Aug 2004) New Revision: 4170 Modified: contrib/1.1/proftpd/current/specs/proftpd.spec Log: fixed spec file Modified: contrib/1.1/proftpd/current/specs/proftpd.spec =================================================================== --- contrib/1.1/proftpd/current/specs/proftpd.spec 2004-08-23 19:23:46 UTC (rev 4169) +++ contrib/1.1/proftpd/current/specs/proftpd.spec 2004-08-23 20:11:37 UTC (rev 4170) @@ -1,7 +1,7 @@ Summary: ProFTPd -- Professional FTP Server. Name: proftpd Version: 1.2.9 -Release: 9ts +Release: 10gd License: GPL Group: contrib URL: http://www.proftpd.net/ @@ -17,7 +17,7 @@ Requires: pam >= 0.59, chkconfig, openssl BuildRequires: pam-devel, openssl-devel Provides: ftpserver -Prereq: coreutils gawk setup sed /sbin/chkconfig /sbin/restart_maybe +Prereq: coreutils gawk setup sed %description ProFTPd is an enhanced FTP server with a focus toward simplicity, @@ -33,76 +33,71 @@ %patch2 -p0 %build -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/run \ - --enable-sendfile \ - --with-openssl-dir=/usr \ - --with-modules=mod_rewrite:mod_ifsession:mod_ratio:mod_tls:mod_readme:mod_auth_pam \ - --mandir=/usr/share/man\ - CFLAGS="$RPM_OPT_FLAGS" +%configure --enable-sendfile \ + --with-openssl-dir=%{_prefix} \ + --with-modules=mod_rewrite:mod_ifsession:mod_ratio:mod_tls:mod_readme:mod_auth_pam -make CFLAGS="$RPM_OPT_FLAGS -DPR_PROFTPD" +%make CFLAGS="$RPM_OPT_FLAGS -DPR_PROFTPD" %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT - -make install \ +%makeinstall \ prefix=$RPM_BUILD_ROOT%{_prefix} \ exec_prefix=$RPM_BUILD_ROOT%{_prefix} \ localstatedir=$RPM_BUILD_ROOT/var/run \ localstatedir=$RPM_BUILD_ROOT/var/run \ rundir=$RPM_BUILD_ROOT/var/run/proftpd \ - mandir=$RPM_BUILD_ROOT/usr/share/man \ - sysconfdir=$RPM_BUILD_ROOT/etc \ + mandir=$RPM_BUILD_ROOT/%{_mandir} \ + sysconfdir=$RPM_BUILD_ROOT/%{_sysconfdir} \ INSTALL_USER=`id -un` \ INSTALL_GROUP=`id -gn` -install -d -m 755 $RPM_BUILD_ROOT/etc/pam.d -install -d -m 755 $RPM_BUILD_ROOT/etc/init.d +install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/pam.d +install -d -m 755 $RPM_BUILD_ROOT%{_initrddir} install -d -m 755 $RPM_BUILD_ROOT/var/log touch $RPM_BUILD_ROOT/var/log/proftpd chmod 640 $RPM_BUILD_ROOT/var/log/proftpd -install -m 644 %SOURCE1 $RPM_BUILD_ROOT/etc/proftpd.conf -install -m 755 %SOURCE2 $RPM_BUILD_ROOT/etc/init.d/proftpd -install -m 644 %SOURCE3 $RPM_BUILD_ROOT/etc/ftpusers -install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/etc/pam.d/ftp +install -m 644 %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/proftpd.conf +install -m 755 %SOURCE2 $RPM_BUILD_ROOT%{_initrddir}/proftpd +install -m 644 %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/ftpusers +install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/ftp %preun +%service_preun proftpd # nuke everyting only on 'rpm -e proftpd' if [ $1 = 0 ]; then - /sbin/chkconfig --del proftpd rm -rf /var/run/proftpd/* fi %post -# Make correct symlinks. -/sbin/chkconfig --add proftpd -# Restart service after upgrade. -/sbin/restart_maybe proftpd +%service_post proftpd +%postun +%service_postun proftpd + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files %defattr(-,root,root) %doc README README.* doc/* %doc contrib/README contrib/README.* contrib/xferstats.holger-preiss %doc sample-configurations/* -%config(noreplace) /etc/proftpd.conf -%config(noreplace) /etc/ftpusers -%config(noreplace) /etc/pam.d/ftp -/usr/share/man/*/* -/usr/sbin/* -/usr/bin/* +%config(noreplace) %{_sysconfdir}/proftpd.conf +%config(noreplace) %{_sysconfdir}/ftpusers +%config(noreplace) %{_sysconfdir}/pam.d/ftp +%{_mandir}/*/* +%{_sbindir}/* +%{_bindir}/* %dir /var/run/proftpd /var/log/proftpd -/etc/init.d/proftpd +%{_initrddir}/proftpd %changelog +* Mon Aug 23 2004 Gerald Dachs 1.2.9-10ts +- fixed spec file + * Wed May 19 2004 tsintegrate 1.2.9-9ts - current (1.2.9-8ts) integrated as 1.2.9-9ts for release 1.0-U1 @@ -229,4 +224,4 @@ - Corrected inetd.conf line addition/change logic. * Sat Jul 24 1999 MacGyver -- Initial import of spec. \ No newline at end of file +- Initial import of spec. From svn at tinysofa.org Tue Aug 24 16:47:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 02:47:11 +1000 (EST) Subject: [tinysofa-svn] r4171 - in tinysofa/releases/1.1/apt/current: sources specs Message-ID: <20040824164711.7DBA14E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 02:47:08 +1000 (Wed, 25 Aug 2004) New Revision: 4171 Modified: tinysofa/releases/1.1/apt/current/sources/apt-0.5.15cnc6-gpgpath.patch tinysofa/releases/1.1/apt/current/sources/apt-gpg tinysofa/releases/1.1/apt/current/specs/apt.spec Log: - apt-gpg changes Modified: tinysofa/releases/1.1/apt/current/sources/apt-0.5.15cnc6-gpgpath.patch =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt-0.5.15cnc6-gpgpath.patch 2004-08-23 20:11:37 UTC (rev 4170) +++ tinysofa/releases/1.1/apt/current/sources/apt-0.5.15cnc6-gpgpath.patch 2004-08-24 16:47:08 UTC (rev 4171) @@ -13,7 +13,7 @@ bool pkgInitConfig(Configuration &Cnf) { + // dirty hack -+ putenv("GNUPGHOME=/etc/apt/gpg/.gnupg"); ++ putenv("GNUPGHOME=/etc/apt/gpg/gnupg"); + // General APT things if (strcmp(COMMON_OS,"linux") == 0 || Modified: tinysofa/releases/1.1/apt/current/sources/apt-gpg =================================================================== --- tinysofa/releases/1.1/apt/current/sources/apt-gpg 2004-08-23 20:11:37 UTC (rev 4170) +++ tinysofa/releases/1.1/apt/current/sources/apt-gpg 2004-08-24 16:47:08 UTC (rev 4171) @@ -1,5 +1,5 @@ #!/bin/bash -export GNUPGHOME="/etc/apt/gpg/.gnupg" +export GNUPGHOME="/etc/apt/gpg/gnupg" exec gpg "$@" Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec =================================================================== --- tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-23 20:11:37 UTC (rev 4170) +++ tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-24 16:47:08 UTC (rev 4171) @@ -348,6 +348,13 @@ %ghost %{_sysconfdir}/cron.hourly/apt.cron %ghost %{_sysconfdir}/cron.weekly/apt.cron +%triggerun -- apt = 0.5.15cnc6-3ts +if [ ! -e /etc/apt/gpg/gnupg ]; then + export GNUPGHOME="/etc/apt/gpg/gnupg" + gpg --import /etc/apt/gpg/gpg-pubkey-* +fi +exit 0 + %changelog * Thu Aug 05 2004 tsintegrate 0.5.15cnc6-3ts - current (0.5.15cnc6-3jh) integrated as 0.5.15cnc6-3ts for release 1.1 From svn at tinysofa.org Tue Aug 24 17:08:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 03:08:54 +1000 (EST) Subject: [tinysofa-svn] r4172 - tinysofa/releases/1.1/netatalk/current/specs Message-ID: <20040824170854.3C61A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 03:08:51 +1000 (Wed, 25 Aug 2004) New Revision: 4172 Modified: tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec Log: - fix duplicate changelog Modified: tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec =================================================================== --- tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec 2004-08-24 16:47:08 UTC (rev 4171) +++ tinysofa/releases/1.1/netatalk/current/specs/netatalk.spec 2004-08-24 17:08:51 UTC (rev 4172) @@ -231,150 +231,3 @@ - update Url and ftp site - clean up specfile - netatalk-1.4b2+asun obsolete - -* Mon Aug 07 2000 Than Ngo -- fix dependency with glibc-devel (Bug #15589) -- fix typo in description (Bug #15479) - -* Wed Aug 2 2000 Tim Powers -- fix symlinks not being relative. - -* Fri Jul 28 2000 Than Ngo -- add missing restart function in startup script - -* Fri Jul 28 2000 Tim Powers -- fixed initscripts so that condrestart doesn't return 1 when the test fails - -* Mon Jul 24 2000 Prospector -- rebuilt - -* Sun Jul 23 2000 Tim Powers -- rebuilt - -* Mon Jul 17 2000 Tim Powers -- inits back to rc.d/init.d, using service to start inits - -* Wed Jul 12 2000 Than Ngo -- rebuilt - -* Thu Jul 06 2000 Tim Powers -- fixed broken PreReq, now PreReq's /etc/init.d - -* Tue Jun 27 2000 Than Ngo -- remove prereq initscripts, add requires initscripts -- clean up specfile - -* Mon Jun 26 2000 Than Ngo -- /etc/rc.d/init.d -> /etc/init.d -- add condrestart directive -- fix post/preun/postun scripts -- prereq initscripts >= 5.20 - -* Tue Jun 20 2000 Tim Powers -- fixed bug 11420 concerning the building with -O2. - -* Thu Jun 8 2000 Tim Powers -- fix bug #11978 -- fix man page locations to be FHS compliant - -* Thu Jun 1 2000 Nalin Dahyabhai -- modify PAM setup to use system-auth - -* Thu Dec 16 1999 Tim Powers -- renewed source so it is pristine, delete the problematic files in spec file - instead -- general spec file cleanups, create buildroot and dirs in the %%install - section -- strip binaries -- gzip man pages -- fixed netatalk-asun.librpcsvc.patch, -lnss_nis too -- changed group -- added %defattr to %files section - -* Tue Aug 3 1999 iNOUE Koich! -- rpm-3.0 needs to remove vogus files from source. - Removed files: etc/papd/.#magics.c, etc/.#diff -* Fri Jul 30 1999 iNOUE Koich! -- Change Copyright tag to BSD. - Add /usr/bin/adv1tov2. -* Thu Apr 22 1999 iNOUE Koich! -%changelog -* Thu Aug 05 2004 tsintegrate 1.6.4-6ts -- current (1.6.4-6jh) integrated as 1.6.4-6ts for release 1.1 - - Uncomment again -DNEED_QUOTA_WRAPPER in sys/linux/Makefile since - LinuxPPC may need. -* Wed Mar 31 1999 iNOUE Koich! -- Comment out -DNEED_QUOTA_WRAPPER in sys/linux/Makefile. -* Sat Mar 20 1999 iNOUE Koich! -- Correct symbolic links to psf. - Remove asciize function from nbplkup so as to display Japanese hostname. -* Thu Mar 11 1999 iNOUE Koich! -- Included MacPerl 5 script ICDumpSuffixMap which dumps suffix mapping - containd in Internet Config Preference. -* Tue Mar 2 1999 iNOUE Koich! -- [asun2.1.3] -* Mon Feb 15 1999 iNOUE Koich! -- [pre-asun2.1.2-8] -* Sun Feb 7 1999 iNOUE Koich! -- [pre-asun2.1.2-6] -* Mon Jan 25 1999 iNOUE Koichi -- [pre-asun2.1.2-3] -* Thu Dec 17 1998 INOUE Koichi -- [pre-asun2.1.2] - Remove crlf patch. It is now a server's option. -* Thu Dec 3 1998 INOUE Koichi -- Use stable version source netatalk-1.4b2+asun2.1.1.tar.gz - Add uams directory -* Sat Nov 28 1998 INOUE Koichi -- Use pre-asun2.1.1-3 source. -* Mon Nov 23 1998 INOUE Koichi -- Use pre-asun2.1.1-2 source. -* Mon Nov 16 1998 INOUE Koichi -- Fix rcX.d's symbolic links. -* Wed Oct 28 1998 INOUE Koichi -- Use pre-asun2.1.0a-2 source. Remove '%exclusiveos linux' line. -* Sat Oct 24 1998 INOUE Koichi -- Use stable version source netatalk-1.4b2+asun2.1.0.tar.gz. -* Mon Oct 5 1998 INOUE Koichi -- Use pre-asun2.1.0-10a source. -* Thu Sep 19 1998 INOUE Koichi -- Use pre-asun2.1.0-8 source. Add chkconfig support. -* Sat Sep 12 1998 INOUE Koichi -- Comment out -DCRLF. Use RPM_OPT_FLAGS. -* Mon Sep 8 1998 INOUE Koichi -- Use pre-asun2.1.0-7 source. Rename atalk.init to atalk. -* Mon Aug 22 1998 INOUE Koichi -- Use pre-asun2.1.0-6 source. -* Mon Jul 27 1998 INOUE Koichi -- Use pre-asun2.1.0-5 source. -* Tue Jul 21 1998 INOUE Koichi -- Use pre-asun2.1.0-3 source. -* Tue Jul 7 1998 INOUE Koichi -- Add afpovertcp entries to /etc/services -- Remove BuildRoot in man8 pages -* Mon Jun 29 1998 INOUE Koichi -- Use modified sources 1.4b2+asun2.1.0 produced by Adrian Sun - to provide an AppleShareIP file server -- Included AppleVolumes.system file maintained by Johnson - -* Mon Aug 25 1997 David Gibson -- Used a buildroot -- Use RPM_OPT_FLAGS -- Moved configuration parameters/files from atalk.init to /etc/atalk -- Separated devel package -- Built with shared libraries -* Sun Jul 13 1997 Paul H. Hargrove -- Updated sources from 1.3.3 to 1.4b2 -- Included endian patch for Linux/SPARC -- Use all the configuration files supplied in the source. This has the - following advantages over the ones in the previous rpm release: - + The printer 'lp' isn't automatically placed in papd.conf - + The default file conversion is binary rather than text. -- Automatically add and remove DDP services from /etc/services -- Placed the recommended /etc/services in the documentation -- Changed atalk.init to give daemons a soft kill -- Changed atalk.init to make configuration easier - -* Wed May 28 1997 Mark Cornick -Updated for /etc/pam.d From svn at tinysofa.org Tue Aug 24 19:24:34 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 05:24:34 +1000 (EST) Subject: [tinysofa-svn] r4173 - in contrib/1.1/xorg-x11/current: sources specs Message-ID: <20040824192434.40D134E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 05:24:31 +1000 (Wed, 25 Aug 2004) New Revision: 4173 Added: contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-AMD64-enable-i810-driver.patch contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-Xserver-increase-max-pci-devices.patch contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-allow-XF86ExtraCardDrivers-on-AMD64.patch contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-ati-radeon-7000m-dell-server.patch contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-mga-storm-sync-fix.patch Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec Log: - backport latest changes from 2.0 Added: contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-AMD64-enable-i810-driver.patch =================================================================== --- contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-AMD64-enable-i810-driver.patch 2004-08-24 17:08:51 UTC (rev 4172) +++ contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-AMD64-enable-i810-driver.patch 2004-08-24 19:24:31 UTC (rev 4173) @@ -0,0 +1,13 @@ +--- xc/config/cf/xorg.cf.AMD64-enable-i810-driver 2004-06-30 15:09:47.000000000 -0400 ++++ xc/config/cf/xorg.cf 2004-06-30 15:12:19.000000000 -0400 +@@ -480,8 +480,8 @@ + # ifndef XF86CardDrivers + # define XF86CardDrivers mga glint nv tga s3 s3virge sis rendition \ + neomagic tdfx savage cirrus tseng trident \ +- chips apm i128 ati ark cyrix siliconmotion \ +- vga dummy fbdev vesa XF86ExtraCardDrivers ++ chips apm i128 ati i810 ark cyrix siliconmotion \ ++ vga dummy fbdev vesa XF86ExtraCardDrivers + # endif + + /* DRI tdfx driver needs Glide, which is not available for AMD64 */ Added: contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-Xserver-increase-max-pci-devices.patch =================================================================== --- contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-Xserver-increase-max-pci-devices.patch 2004-08-24 17:08:51 UTC (rev 4172) +++ contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-Xserver-increase-max-pci-devices.patch 2004-08-24 19:24:31 UTC (rev 4173) @@ -0,0 +1,20 @@ +Patch by Mike A. Harris to increase the X server's +maximum number of PCI devices from the arbitrary 64 default, up to the +PCI spec maximum of 256. This is required on various different hardware +that exists nowadays on the x86, AMD64, ppc, ppc64 architectures, and +possibly other architectures. + +Bug ID's resolved: +https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=126164 + +--- xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h.Xserver-increase-max-pci-devices 2004-06-30 10:08:25.000000000 -0400 ++++ xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h 2004-06-30 10:08:41.000000000 -0400 +@@ -112,7 +112,7 @@ + /* + * Global Definitions + */ +-#define MAX_PCI_DEVICES 64 /* Max number of devices accomodated */ ++#define MAX_PCI_DEVICES 256 /* Max number of devices accomodated */ + /* by xf86scanpci */ + #if defined(sun) && defined(SVR4) && defined(sparc) + # define MAX_PCI_BUSES 4096 /* Max number of PCI buses */ Added: contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-allow-XF86ExtraCardDrivers-on-AMD64.patch =================================================================== --- contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-allow-XF86ExtraCardDrivers-on-AMD64.patch 2004-08-24 17:08:51 UTC (rev 4172) +++ contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-allow-XF86ExtraCardDrivers-on-AMD64.patch 2004-08-24 19:24:31 UTC (rev 4173) @@ -0,0 +1,15 @@ +Patch by Mike A. Harris to permit AMD64 builds to +include add on drivers via XF86ExtraCardDrivers in host.def, such as +Alan's "voodoo" driver. + +--- xc/config/cf/xorg.cf.allow-XF86ExtraCardDrivers-on-AMD64 2004-04-06 16:56:12.000000000 -0400 ++++ xc/config/cf/xorg.cf 2004-04-06 16:56:33.000000000 -0400 +@@ -470,7 +470,7 @@ + # define XF86CardDrivers mga glint nv tga s3 s3virge sis rendition \ + neomagic tdfx savage cirrus tseng trident \ + chips apm i128 ati ark cyrix siliconmotion \ +- vga dummy fbdev vesa ++ vga dummy fbdev vesa XF86ExtraCardDrivers + # endif + + /* DRI tdfx driver needs Glide, which is not available for AMD64 */ Added: contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-ati-radeon-7000m-dell-server.patch =================================================================== --- contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-ati-radeon-7000m-dell-server.patch 2004-08-24 17:08:51 UTC (rev 4172) +++ contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-ati-radeon-7000m-dell-server.patch 2004-08-24 19:24:31 UTC (rev 4173) @@ -0,0 +1,125 @@ +--- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h.ati-radeon-rhel30_u2_radeon_7000m_dell_server 2004-03-04 12:47:39.000000000 -0500 ++++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h 2004-06-26 07:03:54.000000000 -0400 +@@ -190,6 +190,9 @@ + Bool palette_valid; + CARD32 palette[256]; + CARD32 palette2[256]; ++ ++ CARD32 tv_dac_cntl; ++ + } RADEONSaveRec, *RADEONSavePtr; + + typedef struct { +@@ -537,6 +540,8 @@ + #ifdef XFree86LOADER + XF86ModReqInfo xaaReq; + #endif ++ ++ Bool IsDellServer; + } RADEONInfoRec, *RADEONInfoPtr; + + #define RADEONWaitForFifo(pScrn, entries) \ +--- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.ati-radeon-rhel30_u2_radeon_7000m_dell_server 2004-06-26 07:03:54.000000000 -0400 ++++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 2004-06-26 07:11:20.000000000 -0400 +@@ -1248,7 +1248,7 @@ + CARD32 tmp; + + /* Old single head radeon cards */ +- if(!info->HasCRTC2) { ++ if(!info->HasCRTC2 || info->IsDellServer) { + if((pRADEONEnt->MonType1 = RADEONDisplayDDCConnected(pScrn, DDC_DVI, &pRADEONEnt->MonInfo1))); + else if((pRADEONEnt->MonType1 = RADEONDisplayDDCConnected(pScrn, DDC_VGA, &pRADEONEnt->MonInfo1))); + else if((pRADEONEnt->MonType1 = RADEONDisplayDDCConnected(pScrn, DDC_CRT2, &pRADEONEnt->MonInfo1))); +@@ -2026,6 +2026,7 @@ + info->HasCRTC2 = TRUE; + info->IsMobility = FALSE; + info->IsIGP = FALSE; ++ info->IsDellServer = FALSE; + switch (info->Chipset) { + case PCI_CHIP_RADEON_LY: + case PCI_CHIP_RADEON_LZ: +@@ -2036,6 +2037,23 @@ + case PCI_CHIP_RV100_QY: + case PCI_CHIP_RV100_QZ: + info->ChipFamily = CHIP_FAMILY_RV100; ++ ++ /* DELL triple-head configuration. */ ++ if ((info->PciInfo->subsysVendor == PCI_VENDOR_DELL) && ++ ((info->PciInfo->subsysCard == 0x016c) || ++ (info->PciInfo->subsysCard == 0x016d) || ++ (info->PciInfo->subsysCard == 0x016e) || ++ (info->PciInfo->subsysCard == 0x016f) || ++ (info->PciInfo->subsysCard == 0x0170) || ++ (info->PciInfo->subsysCard == 0x017d) || ++ (info->PciInfo->subsysCard == 0x017e) || ++ (info->PciInfo->subsysCard == 0x0183) || ++ (info->PciInfo->subsysCard == 0x018a) || ++ (info->PciInfo->subsysCard == 0x019a))) { ++ info->IsDellServer = TRUE; ++ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "DELL server detected, force to special setup\n"); ++ } ++ + break; + + case PCI_CHIP_RS100_4336: +@@ -3543,7 +3561,7 @@ + * xf86ValidateModes does not work correctly with the DFP/LCD modes + * 'stretched' from their native mode. + */ +- if (info->DisplayType == MT_CRT && !info->ddc_mode) { ++ if ((info->DisplayType == MT_CRT && !info->ddc_mode) || info->IsDellServer) { + + modesFound = + xf86ValidateModes(pScrn, +@@ -4912,6 +4930,13 @@ + OUTREG(RADEON_CRTC_PITCH, restore->crtc_pitch); + OUTREG(RADEON_DISP_MERGE_CNTL, restore->disp_merge_cntl); + OUTREG(RADEON_CRTC_MORE_CNTL, restore->crtc_more_cntl); ++ ++ if (info->IsDellServer) { ++ OUTREG(RADEON_TV_DAC_CNTL, restore->tv_dac_cntl); ++ OUTREG(RADEON_DISP_HW_DEBUG, restore->disp_hw_debug); ++ OUTREG(RADEON_DAC_CNTL2, restore->dac2_cntl); ++ OUTREG(RADEON_CRTC2_GEN_CNTL, restore->crtc2_gen_cntl); ++ } + } + + /* Write CRTC2 registers */ +@@ -5396,6 +5421,13 @@ + save->crtc_pitch = INREG(RADEON_CRTC_PITCH); + save->disp_merge_cntl = INREG(RADEON_DISP_MERGE_CNTL); + save->crtc_more_cntl = INREG(RADEON_CRTC_MORE_CNTL); ++ ++ if (info->IsDellServer) { ++ save->tv_dac_cntl = INREG(RADEON_TV_DAC_CNTL); ++ save->dac2_cntl = INREG(RADEON_DAC_CNTL2); ++ save->disp_hw_debug = INREG (RADEON_DISP_HW_DEBUG); ++ save->crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL); ++ } + } + + /* Read flat panel registers */ +@@ -6131,6 +6163,23 @@ + } + #endif + ++ if (info->IsDellServer) { ++ save->dac2_cntl = info->SavedReg.dac2_cntl; ++ save->tv_dac_cntl = info->SavedReg.tv_dac_cntl; ++ save->crtc2_gen_cntl = info->SavedReg.crtc2_gen_cntl; ++ save->disp_hw_debug = info->SavedReg.disp_hw_debug; ++ ++ save->dac2_cntl &= ~RADEON_DAC2_DAC_CLK_SEL; ++ save->dac2_cntl |= RADEON_DAC2_DAC2_CLK_SEL; ++ ++ /* For CRT on DAC2, don't turn it on if BIOS didn't ++ enable it, even it's detected. ++ */ ++ save->disp_hw_debug |= RADEON_CRT2_DISP1_SEL; ++ save->tv_dac_cntl &= ~((1<<2) | (3<<8) | (7<<24) | (0xff<<16)); ++ save->tv_dac_cntl |= (0x03 | (2<<8) | (0x28<<16)); ++ } ++ + RADEONTRACE(("Pitch = %d bytes (virtualX = %d, displayWidth = %d)\n", + save->crtc_pitch, pScrn->virtualX, + info->CurrentLayout.displayWidth)); Added: contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-mga-storm-sync-fix.patch =================================================================== --- contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-mga-storm-sync-fix.patch 2004-08-24 17:08:51 UTC (rev 4172) +++ contrib/1.1/xorg-x11/current/sources/xorg-x11-6.7.0-mga-storm-sync-fix.patch 2004-08-24 19:24:31 UTC (rev 4173) @@ -0,0 +1,20 @@ +- Fixed bug in mga driver which caused hangs on some Matrox Mystique boards + of revision 0->2, which were caused by a previous upstream bugfix for + another issue. xorg-x11-6.7.0-mga-storm-sync-fix.patch (#124028) + +Should fix bugzilla: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124028 +Needs testing, and needs to be committed to X.Org CVS. + +--- xc/programs/Xserver/hw/xfree86/drivers/mga/mga_storm.c.mga-storm-sync-fix 2004-06-25 21:04:50.000000000 -0400 ++++ xc/programs/Xserver/hw/xfree86/drivers/mga/mga_storm.c 2004-06-25 21:23:46.000000000 -0400 +@@ -1076,8 +1076,8 @@ + + CHECK_DMA_QUIESCENT(pMga, pScrn); + +- /* This reportedly causes a freeze for the Mystique. */ +- if (pMga->Chipset != PCI_CHIP_MGA1064) ++ /* MGAISBUSY() reportedly causes a freeze for Mystique revision 2 and older */ ++ if (!(pMga->Chipset == PCI_CHIP_MGA1064 && (pMga->ChipRev >= 0 && pMga->ChipRev <= 2))) + while(MGAISBUSY()); + /* flush cache before a read (mga-1064g 5.1.6) */ + OUTREG8(MGAREG_CRTC_INDEX, 0); Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec =================================================================== --- contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-24 17:08:51 UTC (rev 4172) +++ contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-24 19:24:31 UTC (rev 4173) @@ -1,7 +1,7 @@ #!/bin/bash # X.org X11 Release 6.7.0 # -# $Id: xorg-x11.spec,v 1.85 2004/05/07 14:04:33 mharris Exp $ +# $Id: xorg-x11.spec,v 1.95 2004/07/02 09:03:24 mharris Exp $ # # These are the architectures that this spec file contains patches for and # builds cleanly on currently. As new platforms are supported, they'll @@ -18,13 +18,13 @@ %define cvs_date 0000_00_00 # Before using this, make sure the package name and tag in cvs before committing %define bsys %([ -r /etc/beehive-root ] && echo || echo .`whoami`) -%define cvs_release %(R="$Revision: 1.85 $"; RR="${R##: }"; echo ${RR%%?})%{bsys} +%define cvs_release %(R="$Revision: 1.95 $"; RR="${R##: }"; echo ${RR%%?})%{bsys} Name: xorg-x11 # Use very future proofed version number, until we know what upstream version # will really be. Version: 6.7.0 -Release: 3gd +Release: 4jh #.%{cvs_release} %define build_maintainer_mode %( hostname -f |grep -q capslock.lan && echo 1 || echo 0) @@ -37,12 +37,12 @@ %if ! %{build_autodetect_mode} # Set *one* of the following build targets to 1 as appropriate # Fedora Core development builds a.k.a. "rawhide" -%define build_fc2 1 -%define build_rhel4 0 +%define build_fc3 1 +%define build_fc2 0 %define build_maintainer 0 %else +%define build_fc3 0 %define build_fc2 0 -%define build_rhel4 0 %define build_maintainer 1 %endif @@ -81,7 +81,6 @@ %define with_debuglibs 0 # Pass -save-temps to gcc for debugging purposes %define with_savetemps 0 -#%([ '%{build_maintainer}' -eq '1' -o '%{build_fc2}' -eq '1' ] && echo 1 || echo 0) %define Glide3version 20010520 %ifarch %{ix86} alpha @@ -112,7 +111,7 @@ %if %{with_via_driver} %define via_driver_name via -%define with_via_dri_driver %([ '%{build_maintainer}' -eq '1' -o '%{build_fc2}' -eq '1' ] && echo 1 || echo 0) +%define with_via_dri_driver 1 %else %define via_driver_name /* */ %define with_via_dri_driver 0 @@ -128,14 +127,14 @@ %define with_Xserver 1 %endif -# Enable DRI on supported architectures, but only on supported OS release +# Enable DRI on supported architectures, but only on Fedora Core 2/3 # variants, ie: only enable PPC DRI on Fedora Core. %define with_DRI 0 %ifarch %{ix86} x86_64 ia64 alpha %define with_DRI 1 %endif %ifarch ppc -%define with_DRI %([ '%{build_fc2}' -eq '1' ] && echo 1 || echo 0) +%define with_DRI %([ '%{build_fc2}' -eq '1' -o '%{build_fc3}' -eq '0' ] && echo 1 || echo 0) %endif # FIXME: The libGL optimization patch we applied to XFree86 4.3.0 is being @@ -228,9 +227,6 @@ %define debug_package %{nil} #endif -%define rhbsys %([ -r /etc/beehive-root ] && echo 1 || echo 0) - - ###################################################################### ###################################################################### @@ -242,9 +238,9 @@ BuildRequires: flex >= 2.5.4a # Perl is used both by xorg-x11 during build (bdftruncate.pl) and by my specfile -BuildRequires: perl gcc-c++ +BuildRequires: perl BuildRequires: bison, zlib-devel, ncurses-devel, utempter, expat-devel -BuildRequires: pam-devel, libpng-devel +BuildRequires: pam-devel, libpng-devel, gcc-c++ # sh-utils needed for 'whoami' in spec file BuildRequires: sh-utils @@ -255,7 +251,9 @@ BuildRequires: ed %endif # Requires rpm 4.0.4 or higher to build or else modules will get stripped -BuildRequires: rpm >= 4.0.4 +# tinysofa: this breaks mach. +# BuildRequires: rpm >= 4.0.4 + # xorg-x11 should build with freetype 2.1.4, however it now comes with # freetype 2.1.7, which we also ship. freetype 2.1.7 stock has an aliasing # bug in it, which requires 2.1.7 to be built with -fno-strict-aliasing, so @@ -294,6 +292,14 @@ Requires: %{_sysconfdir}/pam.d/system-auth # FIXME: xrdb needs /lib/cpp at runtime (should be changed to use /usr/bin/cpp) Requires: %{_bindir}/cpp, %{_x11bindir}/xauth +# kernel-drm requirement is so DRI works properly. The kernel RPM package +# should have a "Provides: kernel-drm = 4.2.0". Future kernels that provide +# new kernel-drm, should list all supported DRM interfaces with multiple +# Provides: lines. The 4.2.0 DRM is backward compatible with XFree86 4.1.0 +# also. +%if %{with_DRI} +Requires: kernel-drm = 4.3.0 +%endif # Obsolete all old XFree86 3.3.x packages, and other legacy packages Obsoletes: XFree86-ATI, XFree86-Alliance, XFree86-ChipsTechnologies @@ -379,6 +385,7 @@ Patch1211: XFree86-4.3.0-redhat-radeon-forcelegacycrt-for-alan.patch Patch1213: XFree86-4.3.0-radeon-ia64-preint10.patch Patch1214: XFree86-4.3.0-radeon-disable-VideoRAM-option.patch +Patch1215: xorg-x11-6.7.0-ati-radeon-7000m-dell-server.patch # Patches 1300-1319: chips driver patches Patch1300: XFree86-4.2.99.901-chips-default-to-noaccel-on-69000.patch @@ -395,7 +402,7 @@ # Patches 1600-1624: Intel i810 / i830 patches # Patches 1625-1649: mga driver patches Patch1627: XFree86-4.3.0-mga-enable-video-rom-before-using.patch - +Patch1628: xorg-x11-6.7.0-mga-storm-sync-fix.patch # Patches 1650-1674: neomagic driver patches # Patches 1675-1699: nv driver patches Patch1677: XFree86-4.3.0-nv-riva-dualhead-fixes.patch @@ -498,6 +505,9 @@ Patch9181: XFree86-4.3.0-keyboard-disable-ioport-access-v3.patch Patch9182: XFree86-4.3.0-remove-copyright-symbol-to-fix-UTF-8.patch Patch9183: xorg-use-linux-pci-only.patch +Patch9184: xorg-x11-6.7.0-Xserver-increase-max-pci-devices.patch +Patch9185: xorg-x11-6.7.0-allow-XF86ExtraCardDrivers-on-AMD64.patch +Patch9186: xorg-x11-6.7.0-AMD64-enable-i810-driver.patch # ia64 section Patch9204: XFree86-4.3.0-ia64-pci-infinite-loop.patch @@ -1055,11 +1065,13 @@ #%patch1211 -p0 -b .redhat-radeon-forcelegacyvga-for-alan %patch1213 -p0 -b .radeon-ia64-preint10 %patch1214 -p0 -b .radeon-disable-VideoRAM-option +%patch1215 -p0 -b .ati-radeon-7000m-dell-server %patch1300 -p0 -b .chips-default-to-noaccel-on-69000 %patch1301 -p0 -b .chips-default-to-swcursor-on-65550 %patch1627 -p0 -b .mga-enable-video-rom-before-using +%patch1628 -p0 -b .mga-storm-sync-fix # FIXME: Disabled in 4.3.0-13 as the stable branch update causes it to fail # to apply now, and I haven't investigated the issue yet. @@ -1153,6 +1165,9 @@ # FIXME: This needs to be investigated for xorg-x11 packaging and fixed/updated #%patch9182 -p0 -b .remove-copyright-symbol-to-fix-UTF-8 %patch9183 -p0 -b .use-linux-pci-only +%patch9184 -p0 -b .Xserver-increase-max-pci-devices +%patch9185 -p0 -b .allow-XF86ExtraCardDrivers-on-AMD64 +%patch9186 -p0 -b .AMD64-enable-i810-driver %patch9204 -p0 -b .ia64-pci-infinite-loop # FIXME: This needs to be investigated for xorg-x11 packaging and fixed/updated @@ -1229,19 +1244,15 @@ %if %{build_fc2} %define rhstr Fedora Core 2 %endif -%if %{build_rhel4} -%define rhstr Red Hat Enterprise Linux 4 +%if %{build_fc3} +%define rhstr tinysofa %endif -%if %{rhbsys} %define vendorstring %{rhstr} -%else -%define vendorstring Unsupported Custom Build by %(whoami) -%endif +RPM_OPT_FLAGS="$RPM_OPT_FLAGS %no_stack_protector" # FIXME: Hack to remove -g from RPM_OPT_FLAGS until XFree86 can be built # with new rpm/gdb -debuginfo goodness -RPM_OPT_FLAGS="$RPM_OPT_FLAGS %{?no_stack_protector}" export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-g/} cat > xc/config/cf/host.def << EOF @@ -1269,7 +1280,7 @@ * systems. This is a cleaner hack for now. * -- Mike A. Harris */ -#define AsCmd CcCmd -c -x assembler +#define AsCmd CcCmd -c -x assembler -Wa,--noexecstack /* FIXME: Remove -fno-strength-reduce and GccAliasingArgs after confirming * upstream that they are not needed for anything on Linux @@ -1493,7 +1504,7 @@ %endif %ifarch x86_64 -/* #define XF86CardDrivers */ +/* #define XF86CardDrivers */ %endif %ifarch ia64 @@ -1910,18 +1921,46 @@ %define ld_so_conf_add_x11libdir ( grep -q "^%{_x11libdir}$" /etc/ld.so.conf || echo "%{_x11libdir}" >> /etc/ld.so.conf ) %pre -{ - # Remove xie and pex5 from the config files, as they are no longer provided - # nor supported as of XFree86 4.2.0, and are removed entirely in 4.3.99.x +{ + pushd /etc/X11 + + # Massage pre-existing config files to work properly with X.org X11 + # - Remove xie and pex5 modules from the config files, as they are long + # since obsolete, and not provided since XFree86 4.2.0 + # - Remove Option "XkbRules" "xfree86" to help work around upgrade problems + # such as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=120858 { - for configfile in /etc/X11/xorg.conf /etc/X11/XF86Config-4 ; do - if [ -r $configfile ] ; then - SAVECONF=$configfile.rpmsave + for configfile in xorg.conf XF86Config XF86Config-4 ; do + # FIXME: rewrite this all to use perl, if the XkbRules stuff below works out ok. + if [ -e $configfile ]; then + SAVECONF=$(mktemp $configfile.XXXXXX) cp -p $configfile $SAVECONF grep -iv 'Load[[:space:]]*"\(pex5\|xie\)"' $SAVECONF > $configfile fi + perl -p -i -e 's/^.*Option.*"XkbRules".*$//gi' $configfile done } + + # Migrate any pre-existing XFree86 4.x config file to xorg.conf if it + # doesn't already exist, and rename any remaining XFree86 4.x congig files + # to have .obsoleted file extensions, to help avoid end user confusion for + # people unaware of the config file name change between server + # implementations, and avoid bug reports. If this turns out to confuse + # users, I can modify it to add comments to the top of the obsoleted files + # to point users to xorg.conf + { + for configfile in XF86Config-4 XF86Config ; do + if [ -r $configfile ]; then + if [ -r xorg.conf]; then + mv -f $configfile $configfile.obsoleted + else + mv -f $configfile xorg.conf + fi + fi + done + } + popd + # Do this for upgrades or installs XKB_DIR=%{_x11datadir}/X11/xkb/compiled if [ ! -L $XKB_DIR -a -d $XKB_DIR ]; then @@ -3380,19 +3419,34 @@ [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %changelog -* Sat Aug 21 2004 Gerald Dachs 6.7.0-3gd -- fixed build requirements +* Wed Jun 30 2004 Mike A. Harris 6.7.0-6 +- Added xorg-x11-6.7.0-AMD64-enable-i810-driver.patch to patch the i810 + driver into the default driver list instead (#126687) -* Thu Jun 03 2004 tscontrib 6.7.0-2ok -- current (6.7.0-3ok) integrated as 6.7.0-2ok for release 1.0 contrib +* Wed Jun 30 2004 Mike A. Harris 6.7.0-5.1 +- Enabled XF86ExtraCardDrivers on x86_64, and added i810 driver to it, to + implement feature request from Intel (#126687) +- Added xorg-x11-6.7.0-Xserver-increase-max-pci-devices.patch to Increase + the maximum number of PCI devices the X server scans, by changing the + compiled in constant MAX_PCI_DEVICES from 64 to 256, as a lot of newer + x86, ia64, ppc, ppc64, AMD64 hardware exists which may have more than 64 + devices. (#126164) -* Thu Jun 03 2004 Omar Kilani 6.7.0-3ok -- No stack protector. +* Fri Jun 25 2004 Mike A. Harris 6.7.0-5 +- Fixed bug in mga driver which caused hangs on some Matrox Mystique boards + of revision 0->2, which were caused by a previous upstream bugfix for + another issue. xorg-x11-6.7.0-mga-storm-sync-fix.patch (#124028) +- Added xorg-x11-6.7.0-ati-radeon-7000m-dell-server.patch to add support for + custom ATI hardware made for Dell. (#122190) -* Thu May 20 2004 Omar Kilani 6.7.0-1ok -- tinysofa contrib. -- fixed a bunch of deps to match tinysofa. +* Tue Jun 15 2004 Elliot Lee 6.7.0-4 +- rebuilt +* Tue May 18 2004 Mike A. Harris 6.7.0-3 +- Added rpm script munging of X server config file back to spec file, which + got inadvertently left out of the 6.7.0-2 build. This fixes #120858 and + its bretheren. + * Fri May 8 2004 Mike A. Harris 6.7.0-2 - Add -Wa,--noexecstack to AsCmd, in order to force all assembler files to use GNU stacks. This was accomplished in an alternative way in our XFree86 From svn at tinysofa.org Tue Aug 24 21:13:10 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 07:13:10 +1000 (EST) Subject: [tinysofa-svn] r4174 - in contrib: . libidl libidl/current libidl/current/sources libidl/current/specs Message-ID: <20040824211310.639694E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-25 07:13:07 +1000 (Wed, 25 Aug 2004) New Revision: 4174 Added: contrib/libidl/ contrib/libidl/current/ contrib/libidl/current/sources/ contrib/libidl/current/sources/libIDL-0.6.8.tar.gz contrib/libidl/current/specs/ contrib/libidl/current/specs/libidl.spec Log: new in contrib Added: contrib/libidl/current/sources/libIDL-0.6.8.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/libidl/current/sources/libIDL-0.6.8.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/libidl/current/specs/libidl.spec =================================================================== --- contrib/libidl/current/specs/libidl.spec 2004-08-24 19:24:31 UTC (rev 4173) +++ contrib/libidl/current/specs/libidl.spec 2004-08-24 21:13:07 UTC (rev 4174) @@ -0,0 +1,73 @@ +Summary: IDL parsing library +Name: libidl +Version: 0.6.8 +Release: 16gd +Source: http://andrewtv.org/libIDL/libIDL-%{version}.tar.gz +License: LGPL +Group: contrib +Requires: glib12 +BuildRequires: glib12-devel flex +BuildRoot: /var/tmp/libIDL-%{version}-root + +%description +libIDL is a small library for creating parse trees of CORBA v2.2 +compliant Interface Definition Language (IDL) files, which is a +specification for defining interfaces which can be used between +different CORBA implementations. + +%package devel +Summary: Header files and libraries needed for libIDL development +Group: contrib +Requires: %{name} = %{version} + +%description devel +This package includes the header files and libraries needed for +developing programs using libIDL. + +%prep +%setup -q -n libIDL-%{version} + +%build +%configure +%make + +%install +%makeinstall prefix=$RPM_BUILD_ROOT/%{_prefix} +%nuke_info + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%clean +%clean_buildroot + +%files +%defattr(-,root,root) +%doc COPYING ChangeLog AUTHORS +%doc README* NEWS BUGS tstidl.c +%{_prefix}/lib/lib*.so.*.* + +%files devel +%defattr(-,root,root) +%{_prefix}/bin/* +%{_prefix}/lib/*.sh +%{_prefix}/lib/lib*.a +%{_prefix}/lib/lib*.la +%{_prefix}/lib/lib*.so +%{_prefix}/include/* +%{_prefix}/share/aclocal/* + +%changelog +* Tue Aug 24 2004 Gerald Dachs 0.6.8-16gd +- rebuilt for tinysofa contrib + +* Mon Mar 8 2004 Chr. Toldnes +- Rebuilt for TSL 2.1 + +* Wed Jan 14 2004 Chr. Toldnes 0.6.8-2ct +- Big Rebuild + +* Tue Dec 23 2003 Chr. Toldnes 0.6.8-1ct +- Initial release for Trustix Desktop 2.0 +- Based upon work by Andrew T. Veliath From svn at tinysofa.org Tue Aug 24 21:15:00 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 07:15:00 +1000 (EST) Subject: [tinysofa-svn] r4175 - in contrib: . 1.1 Message-ID: <20040824211500.AFD164E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-25 07:14:57 +1000 (Wed, 25 Aug 2004) New Revision: 4175 Added: contrib/1.1/libidl/ Removed: contrib/libidl/ Log: wrong dir Copied: contrib/1.1/libidl (from rev 4174, contrib/libidl) From svn at tinysofa.org Tue Aug 24 23:03:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 09:03:57 +1000 (EST) Subject: [tinysofa-svn] r4176 - in contrib/1.1: . mozilla-firefox mozilla-firefox/current mozilla-firefox/current/sources mozilla-firefox/current/specs Message-ID: <20040824230357.E76C34E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-25 09:03:54 +1000 (Wed, 25 Aug 2004) New Revision: 4176 Added: contrib/1.1/mozilla-firefox/ contrib/1.1/mozilla-firefox/current/ contrib/1.1/mozilla-firefox/current/sources/ contrib/1.1/mozilla-firefox/current/sources/HOWTO-libflashplayer.txt contrib/1.1/mozilla-firefox/current/sources/HOWTO-libjavaplugin.txt contrib/1.1/mozilla-firefox/current/sources/HOWTO-mplayerplug-in.txt contrib/1.1/mozilla-firefox/current/sources/firefox-source-0.8.tar.bz2 contrib/1.1/mozilla-firefox/current/specs/ contrib/1.1/mozilla-firefox/current/specs/mozilla-firefox.spec Log: new in contrib Added: contrib/1.1/mozilla-firefox/current/sources/HOWTO-libflashplayer.txt =================================================================== --- contrib/1.1/mozilla-firefox/current/sources/HOWTO-libflashplayer.txt 2004-08-24 21:14:57 UTC (rev 4175) +++ contrib/1.1/mozilla-firefox/current/sources/HOWTO-libflashplayer.txt 2004-08-24 23:03:54 UTC (rev 4176) @@ -0,0 +1,26 @@ +This is a small howto on setting up the flash plugin for mozilla firebird on +the Trustix Contrib Desktop + +1. Install the compat-libstdc++ package from official Trustix contrib + +2. Download the flash-plugin rpm for Red Hat Linux 9 found here: + http://macromedia.rediris.es/apt/redhat/9/RPMS.macromedia + named: flash-plugin-6.0.79-2.i386.rpm + +3. Install flash-plugin-6.0.79-2.i386.rpm. + (The compat-libstdc++ package might be missing a resource called + 'libstdc++-libc6.2-2.so.3', but that doesn't matter. If so, install the + package using --nodeps) + +4. make sure the compat-libstdc++ package has the needed resource, or + create a symbolic link: + $ cd /usr/lib + $ ls libstdc++-libc6.2-2.so.3 ||\ + ln -sf libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.2-2.so.3 + $ cd - + +5. Create the symbolic link to the plugin: + $ cd /usr/lib/mozilla-1.5/plugins + $ ln -s /usr/lib/flash-plugin/libflashplayer.so libflashplayer.so + +Now you should be able to view flash plugins in firebird as any user. Added: contrib/1.1/mozilla-firefox/current/sources/HOWTO-libjavaplugin.txt =================================================================== --- contrib/1.1/mozilla-firefox/current/sources/HOWTO-libjavaplugin.txt 2004-08-24 21:14:57 UTC (rev 4175) +++ contrib/1.1/mozilla-firefox/current/sources/HOWTO-libjavaplugin.txt 2004-08-24 23:03:54 UTC (rev 4176) @@ -0,0 +1,24 @@ +This is a small howto on setting up the java plugin for mozilla firebird on +the Trustix Contrib Desktop + + +1. Download the self extracting java rpm from java.sun.com. It is currently + named 'j2re-1_4_2_03-linux-i586-rpm.bin', and found by browsing the + java.sun.com website: http://java.sun.com/j2se/1.4.2/download.html + (Found in the table named "Download J2SE v 1.4.2_03", column called "JRE", + item called "32-bit/64-bit for Windows/Linux/Solaris SPARC") + +2. Extract the rpm: + $ chmod 755 j2re-1_4_2_03-linux-i586-rpm.bin + $ ./j2re-1_4_2_03-linux-i586-rpm.bin + +3. as 'root' install the rpm: + $ rpm -i j2re-1_4_2_03-linux-i586-rpm.bin + +4. Create the symbolic link to the plugin: + $ cd /usr/lib/mozilla-1.5/plugins/ + $ ln -s /usr/java/j2re1.4.2_03/plugin/i386/ns610-gcc32/libjavaplugin_oji.so + +Now you should be able to restart firebird, and execute java applets as any +user. + Added: contrib/1.1/mozilla-firefox/current/sources/HOWTO-mplayerplug-in.txt =================================================================== --- contrib/1.1/mozilla-firefox/current/sources/HOWTO-mplayerplug-in.txt 2004-08-24 21:14:57 UTC (rev 4175) +++ contrib/1.1/mozilla-firefox/current/sources/HOWTO-mplayerplug-in.txt 2004-08-24 23:03:54 UTC (rev 4176) @@ -0,0 +1,14 @@ +This is a small howto on setting up the mplayerplug-in plugin for +mozilla firebird on the Trustix Contrib Desktop + + +1. Make sure you have a working mplayer installation in the default $PATH of + any user which are to use mozilla and mplayer. More information are found + on the mplayer home site: http://www.mplayerhq.hu + +2. Install the mplayerplug-in package for desktop contrib area: + $ swup --install mplayerplug-in + +Now you should be able to restart firebird, and execute movies inside the +browser as any user. + Added: contrib/1.1/mozilla-firefox/current/sources/firefox-source-0.8.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/mozilla-firefox/current/sources/firefox-source-0.8.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/mozilla-firefox/current/specs/mozilla-firefox.spec =================================================================== --- contrib/1.1/mozilla-firefox/current/specs/mozilla-firefox.spec 2004-08-24 21:14:57 UTC (rev 4175) +++ contrib/1.1/mozilla-firefox/current/specs/mozilla-firefox.spec 2004-08-24 23:03:54 UTC (rev 4176) @@ -0,0 +1,134 @@ +Summary: The Mozilla Firefox web browser +Name: mozilla-firefox +Version: 0.8 +Release: 16gd +License: MPL +Group: contrib +Source: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.8/firefox-source-%{version}.tar.bz2 +Source2: HOWTO-libflashplayer.txt +Source3: HOWTO-libjavaplugin.txt +Source4: HOWTO-mplayerplug-in.txt +BuildRoot: %{_tmppath}/%{name}-root +BuildRequires: zip, unzip, gcc-c++ +BuildRequires: xorg-x11-devel, libidl-devel, glib12-devel, gtk12+-devel +BuildRequires: openssl-devel, freetype-devel +Requires: xorg-x11-libs, libidl, glib12, gtk12+, openssl, freetype + +%description +Mozilla Firebird is a free, open-source and cross-platform web browser for +Windows, Linux, MacOS X and other operating systems. It is small, fast and easy +to use, and offers many advantages over other web browsers, such as the tabbed +browsing and the ability to block pop-up windows. + +%package devel +Summary: The Mozilla Firefox web browser development files +Group: contrib +Requires: mozilla-firefox + +%description devel +The Mozilla Firefox web browser development files. + +%prep +%setup -q -n mozilla +cp %{SOURCE2} %{SOURCE3} %{SOURCE4} . + +%build +# Mozilla Firebird: +cat > .mozconfig << __EOF__ +# This file specifies the build flags for Firefox. +export MOZ_PHOENIX=1 +mk_add_options MOZ_PHOENIX=1 +ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices +ac_add_options --enable-crypto +ac_add_options --enable-strip +ac_add_options --enable-strip-libs +ac_add_options --disable-debug-modules +ac_add_options --enable-plaintext-editor-only +ac_add_options --disable-toolkit-qt +ac_add_options --disable-toolkit-xlib +ac_add_options --enable-freetype2 +ac_add_options --enable-xft +ac_add_options --with-system-jpeg +ac_add_options --with-system-png +ac_add_options --with-system-zlib +ac_add_options --enable-toolkit-gtk +ac_add_options --enable-default-toolkit=gtk +ac_add_options --disable-ldap +ac_add_options --disable-mailnews +ac_add_options --disable-composer +ac_add_options --disable-profilesharing +ac_add_options --disable-installer +ac_add_options --disable-debug +ac_add_options --disable-tests +ac_add_options --prefix=%{_prefix} +ac_add_options --mandir=%{_mandir} +__EOF__ +CFLAGS=$RPM_OPT_FLAGS PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/ \ +make -f client.mk build_all + + +%install +%makeinstall + +pushd $RPM_BUILD_ROOT/%{_prefix}/bin/ +ln -s firefox mozilla-firefox +popd + +%post +/sbin/ldconfig + +%clean +%clean_buildroot + +%files +%defattr(0755,root,root) +%doc LEGAL LICENSE HOWTO* +%{_prefix}/lib/* +%{_prefix}/share/* +%{_prefix}/bin/firefox +%{_prefix}/bin/mozilla-firefox + +%files devel +%defattr (0755,root,root) +%{_prefix}/include/* +%{_bindir}/mozilla-config +%{_datadir}/aclocal/* +%_libdir/pkgconfig/* + +%changelog +* Tue Aug 24 2004 Gerald Dachs 0.8-16gd +- Rebuilt for tinysofa contrib + +* Mon Mar 8 2004 Chr. Toldnes +- Rebuilt for TSL 2.1 + +* Fri Feb 13 2004 Chr. Toldnes 0.8-2ct +- Fixes i filelist + +* Thu Feb 12 2004 Tor Hveem 0.8-1th +- New upstream, changed name to firefox + +* Tue Jan 20 2004 Chr. Toldnes 0.7-9ct +- changed binary symlinks + +* Tue Jan 20 2004 Chr. Toldnes 0.7-8ct +- Renamed mozilla-firebird + +* Wed Jan 14 2004 Chr. Toldnes 0.7-7ct +- Big Rebuild + +* Sun Jan 11 2004 Chr. Toldnes 0.7-6ct +- Modified buildflags. + +* Sat Jan 10 2004 Chr. Toldnes 0.7-5ct +- 4ct was binary only +- Use build config from within mozilla source. + +* Sun Jan 4 2004 Chr. Toldnes 0.7-3ct +- Added some plugin howtos + +* Wed Dec 31 2003 Chr. Toldnes 0.7-2ct +- Now actually build firebird, not the old mozilla 1.5 + +* Tue Dec 23 2003 Chr. Toldnes 0.7-1ct +- Initial release for Trustix Desktop 2.0 From svn at tinysofa.org Wed Aug 25 04:31:08 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 14:31:08 +1000 (EST) Subject: [tinysofa-svn] r4177 - contrib/1.1/xorg-x11/current/specs Message-ID: <20040825043108.8920E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 14:31:04 +1000 (Wed, 25 Aug 2004) New Revision: 4177 Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec Log: - exchanged ttmkfdir with mkfontscale in spec file (gda) - disable voodoo driver and Glide3 requirement Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec =================================================================== --- contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-24 23:03:54 UTC (rev 4176) +++ contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-25 04:31:04 UTC (rev 4177) @@ -84,7 +84,7 @@ %define Glide3version 20010520 %ifarch %{ix86} alpha -%define Glide3Require 1 +%define Glide3Require 0 %else %define Glide3Require 0 %endif @@ -92,7 +92,7 @@ %define with_new_savage_driver 0 %ifarch %{ix86} x86_64 -%define with_voodoo_driver 1 +%define with_voodoo_driver 0 %else %define with_voodoo_driver 0 %endif @@ -632,7 +632,7 @@ Group: contrib Prereq: fileutils sed shadow-utils initscripts # chkconfig is needed for %post %postun -Prereq: /sbin/chkconfig, %{_x11bindir}/mkfontdir, %{_bindir}/ttmkfdir +Prereq: /sbin/chkconfig, %{_x11bindir}/mkfontdir, %{_x11bindir}/mkfontscale Requires: %{name}-libs = %{version}-%{release} # xfs rpm scripts that use /sbin/service Requires(preun,postun): /sbin/service @@ -738,7 +738,7 @@ %package truetype-fonts Summary: TrueType fonts provided by the X Window System Group: contrib -Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir, %{_bindir}/ttmkfdir +Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir, %{_x11bindir}/mkfontscale Obsoletes: XFree86-truetype-fonts %description truetype-fonts @@ -748,7 +748,7 @@ %package syriac-fonts Summary: Syriac TrueType fonts by Beth Mardutho Group: contrib -Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir, %{_bindir}/ttmkfdir +Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir, %{_x11bindir}/mkfontscale Obsoletes: XFree86-syriac-fonts %description syriac-fonts @@ -2161,7 +2161,7 @@ %post truetype-fonts { FONTDIR=%{_x11fontdir}/TTF - ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale + %__mkfontscale $FONTDIR %__mkfontdir $FONTDIR %__fccache $FONTDIR /usr/sbin/chkfontpath -q -a $FONTDIR @@ -2171,7 +2171,7 @@ { FONTDIR=%{_x11fontdir}/TTF if [ "$1" = "0" ]; then - ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale + %__mkfontscale $FONTDIR %__mkfontdir $FONTDIR %__fccache $FONTDIR fi @@ -3419,6 +3419,9 @@ [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 22 2004 Gerald Dachs 6.7.0-4gd +- exchanged ttmkfdir with mkfontscale in spec file + * Wed Jun 30 2004 Mike A. Harris 6.7.0-6 - Added xorg-x11-6.7.0-AMD64-enable-i810-driver.patch to patch the i810 driver into the default driver list instead (#126687) From svn at tinysofa.org Wed Aug 25 06:27:37 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 16:27:37 +1000 (EST) Subject: [tinysofa-svn] r4178 - contrib/1.1/webmin/current/specs Message-ID: <20040825062737.A3BBA4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 16:27:33 +1000 (Wed, 25 Aug 2004) New Revision: 4178 Modified: contrib/1.1/webmin/current/specs/webmin.spec Log: - %_initdir -> %_initrddir Modified: contrib/1.1/webmin/current/specs/webmin.spec =================================================================== --- contrib/1.1/webmin/current/specs/webmin.spec 2004-08-25 04:31:04 UTC (rev 4177) +++ contrib/1.1/webmin/current/specs/webmin.spec 2004-08-25 06:27:33 UTC (rev 4178) @@ -1,7 +1,7 @@ Summary: A web-based administration interface for Unix systems. Name: webmin Version: 1.150 -Release: 1bg +Release: 2jh Requires: perl License: Freeware Group: contrib @@ -43,11 +43,11 @@ %install [ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot} mkdir -p %{buildroot}%{_libexecdir}/webmin -mkdir -p %{buildroot}%{_initdir} +mkdir -p %{buildroot}%{_initrddir} mkdir -p %{buildroot}%{_sysconfdir}/pam.d mkdir -p %{buildroot}%{_localstatedir}/webmin/ cp -rp * %{buildroot}%{_libexecdir}/webmin -cp webmin-init %{buildroot}%{_initdir}/webmin +cp webmin-init %{buildroot}%{_initrddir}/webmin cp webmin-pam %{buildroot}%{_sysconfdir}/pam.d/webmin echo rpm >%{buildroot}%{_libexecdir}/webmin/install-type @@ -93,7 +93,7 @@ # has taken it's place. Run uninstalls and stop the server echo "Running uninstall scripts .." (cd %{_libexecdir}/webmin ; WEBMIN_CONFIG=%{_sysconfdir}/webmin WEBMIN_VAR=%{_localstatedir}/webmin LANG= %{_libexecdir}/webmin/run-uninstalls.pl) - %{_initdir}/webmin stop >/dev/null 2>&1 + %{_initrddir}/webmin stop >/dev/null 2>&1 /bin/true fi fi @@ -113,11 +113,14 @@ %files %defattr(-,root,root) %{_libexecdir}/webmin -%{_initdir}/webmin +%{_initrddir}/webmin %config %{_sysconfdir}/pam.d/webmin %dir %{_localstatedir}/webmin %changelog +* Wed Aug 25 2004 Jaakko Heinonen +- %_initdir -> %_initrddir + * Mon Jun 21 2004 Goetz Bock 1.150-1bg - new upstream: 1.150 - ported tinysofa patch From svn at tinysofa.org Wed Aug 25 06:35:48 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 16:35:48 +1000 (EST) Subject: [tinysofa-svn] r4179 - contrib/1.1/irssi/current/specs Message-ID: <20040825063548.0A6D04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 16:35:44 +1000 (Wed, 25 Aug 2004) New Revision: 4179 Modified: contrib/1.1/irssi/current/specs/irssi.spec Log: - fix documentation permissions and unify doc directory Modified: contrib/1.1/irssi/current/specs/irssi.spec =================================================================== --- contrib/1.1/irssi/current/specs/irssi.spec 2004-08-25 06:27:33 UTC (rev 4178) +++ contrib/1.1/irssi/current/specs/irssi.spec 2004-08-25 06:35:44 UTC (rev 4179) @@ -1,6 +1,6 @@ Name: irssi Version: 0.8.9 -Release: 2jh +Release: 3jh Summary: Irssi is an IRC client License: GPL Group: contrib @@ -52,7 +52,8 @@ %makeinstall # Files that should not be installed: -rm %{buildroot}/%{perl_sitearch}/perllocal.pod +rm -f %{buildroot}/%{perl_sitearch}/perllocal.pod +rm -fr %{buildroot}%{_docdir}/irssi %clean @@ -60,11 +61,13 @@ %files -%defattr (-,root,root) +%defattr (644,root,root,755) %doc AUTHORS COPYING INSTALL ChangeLog README TODO NEWS +%doc docs/*.txt docs/*.html + +%defattr (-,root,root,755) %attr(755,root,root) %{_bindir}/* %{_datadir}/irssi -%{_docdir}/irssi/* %{_libdir}/irssi/modules/*.so %{_libdir}/irssi/modules/*.la %{_libdir}/irssi/modules/*so.0.0.0 @@ -73,6 +76,7 @@ %config(noreplace) /etc/irssi.conf %{_mandir}/man1/irssi.1* + %files devel %defattr(-,root,root) %doc AUTHORS COPYING INSTALL ChangeLog README TODO NEWS @@ -80,6 +84,9 @@ %changelog +* Wed Aug 25 2004 Jaakko Heinonen +- fix documentation permissions and unify doc directory + * Wed Aug 11 2004 Jaakko Heinonen - port to 1.1 From svn at tinysofa.org Wed Aug 25 06:59:19 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 16:59:19 +1000 (EST) Subject: [tinysofa-svn] r4180 - contrib/1.1/tcl/current/specs Message-ID: <20040825065919.06A964E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 16:59:15 +1000 (Wed, 25 Aug 2004) New Revision: 4180 Modified: contrib/1.1/tcl/current/specs/tcl.spec Log: - make devel to require tcl Modified: contrib/1.1/tcl/current/specs/tcl.spec =================================================================== --- contrib/1.1/tcl/current/specs/tcl.spec 2004-08-25 06:35:44 UTC (rev 4179) +++ contrib/1.1/tcl/current/specs/tcl.spec 2004-08-25 06:59:15 UTC (rev 4180) @@ -1,7 +1,7 @@ Summary: An embeddable scripting language. Name: tcl Version: 8.4.6 -Release: 3gd +Release: 4jh Source0: http://aleron.dl.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.gz License: BSD Group: contrib @@ -16,6 +16,7 @@ %package devel Summary: header files and development libraries for TCL Group: contrib +Requires: %{name} = %{version}-%{release} %description devel header files and development libraries for TCL From svn at tinysofa.org Wed Aug 25 07:00:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 17:00:46 +1000 (EST) Subject: [tinysofa-svn] r4181 - in contrib/1.1: . expect expect/current expect/current/sources expect/current/specs Message-ID: <20040825070046.891904E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 17:00:43 +1000 (Wed, 25 Aug 2004) New Revision: 4181 Added: contrib/1.1/expect/ contrib/1.1/expect/current/ contrib/1.1/expect/current/sources/ contrib/1.1/expect/current/sources/expect-5.32.2-fixcat.patch contrib/1.1/expect/current/sources/expect-5.32.2-kibitz.patch contrib/1.1/expect/current/sources/expect-5.32.2-random.patch contrib/1.1/expect/current/sources/expect-5.32.2-setpgrp.patch contrib/1.1/expect/current/sources/expect-5.38.0-autopasswd-9917.patch contrib/1.1/expect/current/sources/expect-5.38.0-lib-spec.patch contrib/1.1/expect/current/sources/expect-5.38.0-spawn-43310.patch contrib/1.1/expect/current/sources/expect-5.39.0-64bit-82547.patch contrib/1.1/expect/current/sources/expect-5.39.0-libdir.patch contrib/1.1/expect/current/sources/expect-5.39.0.tar.gz contrib/1.1/expect/current/specs/ contrib/1.1/expect/current/specs/expect.spec contrib/1.1/expect/releases/ Log: - add expect to contrib Added: contrib/1.1/expect/current/sources/expect-5.32.2-fixcat.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.32.2-fixcat.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.32.2-fixcat.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,21 @@ +--- expect5.32/fixcat.fixcat Fri Jun 2 13:35:51 2000 ++++ expect5.32/fixcat Fri Jun 2 13:36:56 2000 +@@ -8,11 +8,14 @@ + # If this file is sitting in an architecture-specific library directory, + # then it serves as a marker that your /bin/cat buffers by default. + ++# XXX Red Hat linux has unbuffered cat ++exit 0 ++ + # test for when catting to/from files +-log_user 0 +-spawn -open [open "|cat" "r+"] +-send "\r" +-expect "\r" {exit 1} ++#log_user 0 ++#spawn -open [open "|cat" "r+"] ++#send "\r" ++#expect "\r" {exit 1} + + # test for when catting to real tty + #log_user 0 Added: contrib/1.1/expect/current/sources/expect-5.32.2-kibitz.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.32.2-kibitz.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.32.2-kibitz.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,11 @@ +--- expect5.32/example/kibitz.kibitz Mon Aug 28 23:58:00 2000 ++++ expect5.32/example/kibitz Fri Jul 6 11:18:52 2001 +@@ -352,7 +352,7 @@ + # can't use exec since write insists on being run from a tty! + set rc [catch { + system echo "Can we talk? Run: \"kibitz -$pid\"" | \ +- /bin/write $user $tty ++ /usr/bin/write $user $tty + } + ] + if {$rc} {rmfifos;abort} Added: contrib/1.1/expect/current/sources/expect-5.32.2-random.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.32.2-random.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.32.2-random.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,18 @@ +--- expect5.32/example/mkpasswd.random Mon Jul 23 10:42:04 2001 ++++ expect5.32/example/mkpasswd Mon Jul 23 11:50:56 2001 +@@ -92,7 +92,14 @@ + } + + proc rand {m} { +- expr {int($m*rand())} ++ set device /dev/urandom ;# /dev/random can block ++ set fileId [open $device r] ++ binary scan [read $fileId 4] i1 number ++ set clipped [expr $number % $m] ++# puts "number is $number" ++# puts "clipped is $clipped" ++ close $fileId ++ return $clipped + } + + # choose left or right starting hand Added: contrib/1.1/expect/current/sources/expect-5.32.2-setpgrp.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.32.2-setpgrp.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.32.2-setpgrp.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,14 @@ +--- tcltk-8.3.3/expect5.32/exp_command.c.fixit Mon Jan 7 15:13:14 2002 ++++ tcltk-8.3.3/expect5.32/exp_command.c Mon Jan 7 15:13:52 2002 +@@ -513,11 +513,7 @@ + syscall(SYS_setpgrp); + #endif + +-#ifdef SETPGRP_VOID + (void) setpgrp(); +-#else +- (void) setpgrp(0,0); +-#endif + } + + Added: contrib/1.1/expect/current/sources/expect-5.38.0-autopasswd-9917.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.38.0-autopasswd-9917.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.38.0-autopasswd-9917.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,12 @@ +--- expect-5.38/example/autopasswd~ 2002-10-21 23:03:47.000000000 +0900 ++++ expect-5.38/example/autopasswd 2002-10-21 23:03:47.000000000 +0900 +@@ -5,7 +5,7 @@ + set password [lindex $argv 1] + spawn passwd [lindex $argv 0] + expect "password:" +-send "$password\r" ++send -- "$password\r" + expect "password:" +-send "$password\r" ++send -- "$password\r" + expect eof Added: contrib/1.1/expect/current/sources/expect-5.38.0-lib-spec.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.38.0-lib-spec.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.38.0-lib-spec.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,11 @@ +--- expect-5.38/configure.in.orig 2002-07-19 00:51:06.000000000 +0900 ++++ expect-5.38/configure.in 2002-12-05 18:28:05.000000000 +0900 +@@ -1132,7 +1132,7 @@ + fi + + EXP_BUILD_LIB_SPEC="-L`pwd` -lexpect${EXP_LIB_VERSION}${DBGX}" +-EXP_LIB_SPEC="-L\${INSTALL_ROOT}\${exec_prefix}/lib -lexpect${EXP_LIB_VERSION}${DBGX}" ++EXP_LIB_SPEC="-L\${libdir}/.. -lexpect${EXP_LIB_VERSION}${DBGX}" + EXP_UNSHARED_LIB_FILE=libexpect${EXP_LIB_VERSION}${DBGX}.a + + # The TCL_SHARED_LIB_SUFFIX macro below relies on the DBGX macro, Added: contrib/1.1/expect/current/sources/expect-5.38.0-spawn-43310.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.38.0-spawn-43310.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.38.0-spawn-43310.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,209 @@ +--- tcltk-8.3.1/expect5.31/exp_chan.c.read Fri Nov 16 00:14:15 2001 ++++ tcltk-8.3.1/expect5.31/exp_chan.c Fri Nov 16 00:14:15 2001 +@@ -519,6 +519,7 @@ expCreateChannel(interp,fdin,fdout,pid) + esPtr->buffer = Tcl_NewStringObj("",0); + Tcl_IncrRefCount(esPtr->buffer); + esPtr->umsize = exp_default_match_max; ++ esPtr->umsize_changed = exp_default_match_max_changed; + /* this will reallocate object with an appropriate sized buffer */ + expAdjust(esPtr); + +--- tcltk-8.3.1/expect5.31/exp_command.h.read Fri Nov 16 00:14:15 2001 ++++ tcltk-8.3.1/expect5.31/exp_command.h Fri Nov 16 00:14:15 2001 +@@ -25,6 +25,7 @@ would appreciate credit if this program + EXTERN char * exp_get_var _ANSI_ARGS_((Tcl_Interp *,char *)); + + EXTERN int exp_default_match_max; ++EXTERN int exp_default_match_max_changed; + EXTERN int exp_default_parity; + EXTERN int exp_default_rm_nulls; + +@@ -97,6 +98,7 @@ typedef struct ExpState { + int msize; /* # of bytes that buffer can hold (max) */ + int umsize; /* # of bytes (min) that is guaranteed to match */ + /* this comes from match_max command */ ++ int umsize_changed; /* is umsize changed by user? */ + int printed; /* # of bytes written to stdout (if logging on) */ + /* but not actually returned via a match yet */ + int echoed; /* additional # of bytes (beyond "printed" above) */ +--- tcltk-8.3.1/expect5.31/expect.c.read Fri Nov 16 00:14:15 2001 ++++ tcltk-8.3.1/expect5.31/expect.c Fri Nov 16 11:09:59 2001 +@@ -41,8 +41,17 @@ would appreciate credit if this program + #include "tcldbg.h" + #endif + ++/* The initial length is 2000. We increment it by 2000. The maximum ++ is 8MB (0x800000). */ ++#define EXP_MATCH_MAX 2000 ++#define EXP_MATCH_INC 2000 ++#define EXP_MATCH_STEP_LIMIT 0x700000 ++#define EXP_MATCH_LIMIT 0x800000 ++#define EXP_MATCH_LIMIT_QUOTE "0x800000" ++ + /* initial length of strings that we can guarantee patterns can match */ +-int exp_default_match_max = 2000; ++int exp_default_match_max = EXP_MATCH_MAX; ++int exp_default_match_max_changed = 0; + #define INIT_EXPECT_TIMEOUT_LIT "10" /* seconds */ + #define INIT_EXPECT_TIMEOUT 10 /* seconds */ + int exp_default_parity = TRUE; +@@ -1557,6 +1566,76 @@ expNullStrip(obj,offsetBytes) + Tcl_SetObjLength(obj,offsetBytes + (dest - src2)); + } + ++/* returns # of bytes until we see a newline at the end or EOF. */ ++/*ARGSUSED*/ ++static int ++expReadNewLine(interp,esPtr,save_flags) /* INTL */ ++Tcl_Interp *interp; ++ExpState *esPtr; ++int save_flags; ++{ ++ int size; ++ int exp_size; ++ int full_size; ++ int count; ++ char *str; ++ ++ count = 0; ++ for (;;) { ++ exp_size = expSizeGet(esPtr); ++ ++ /* When we reach the limit, we will only read one char at a ++ time. */ ++ if (esPtr->umsize >= EXP_MATCH_STEP_LIMIT) ++ size = TCL_UTF_MAX; ++ else ++ size = exp_size; ++ ++ if (exp_size + TCL_UTF_MAX >= esPtr->msize) { ++ if (esPtr->umsize >= EXP_MATCH_LIMIT) { ++ expDiagLogU("WARNING: interact buffer is full. probably your program\r\n"); ++ expDiagLogU("is not interactive or has a very long output line. The\r\n"); ++ expDiagLogU("current limit is " EXP_MATCH_LIMIT_QUOTE ".\r\n"); ++ expDiagLogU("Dumping first half of buffer in order to continue\r\n"); ++ expDiagLogU("Recommend you enlarge the buffer.\r\n"); ++ exp_buffer_shuffle(interp,esPtr,save_flags,EXPECT_OUT,"expect"); ++ return count; ++ } ++ else { ++ esPtr->umsize += EXP_MATCH_INC; ++ expAdjust(esPtr); ++ } ++ } ++ ++ full_size = esPtr->msize - (size / TCL_UTF_MAX); ++ size = Tcl_ReadChars(esPtr->channel, ++ esPtr->buffer, ++ full_size, ++ 1 /* append */); ++ if (size > 0) { ++ count += size; ++ /* We try again if there are more to read and we haven't ++ seen a newline at the end. */ ++ if (size == full_size) { ++ str = Tcl_GetStringFromObj(esPtr->buffer, &size); ++ if (str[size - 1] != '\n') ++ continue; ++ } ++ } ++ else { ++ /* It is even trickier. We got an error from read. We have ++ to recover from it. Let's make sure the size of ++ buffer is correct. It can be corrupted. */ ++ str = Tcl_GetString(esPtr->buffer); ++ Tcl_SetObjLength(esPtr->buffer, strlen(str)); ++ } ++ ++ break; ++ } ++ ++ return count; ++} ++ + /* returns # of bytes read or (non-positive) error of form EXP_XXX */ + /* returns 0 for end of file */ + /* If timeout is non-zero, set an alarm before doing the read, else assume */ +@@ -1571,6 +1650,8 @@ int save_flags; + { + int cc = EXP_TIMEOUT; + int size = expSizeGet(esPtr); ++ int full_size; ++ int count; + + if (size + TCL_UTF_MAX >= esPtr->msize) + exp_buffer_shuffle(interp,esPtr,save_flags,EXPECT_OUT,"expect"); +@@ -1587,11 +1668,43 @@ int save_flags; + } + #endif + +- ++ /* FIXME: If we ask less than what is available in the tcl buffer ++ when tcl has seen EOF, we will throw away the remaining data ++ since the next read will get EOF. Since expect is line-oriented, ++ we exand our buffer to get EOF or the next newline at the end of ++ the input buffer. I don't know if it is the right fix. H.J. */ ++ count = 0; ++ full_size = esPtr->msize - (size / TCL_UTF_MAX); + cc = Tcl_ReadChars(esPtr->channel, +- esPtr->buffer, +- esPtr->msize - (size / TCL_UTF_MAX), +- 1 /* append */); ++ esPtr->buffer, ++ full_size, ++ 1 /* append */); ++ if (cc > 0) { ++ count += cc; ++ /* It gets very tricky. There are more to read. We will expand ++ our buffer and get EOF or a newline at the end unless the ++ buffer length has been changed. */ ++ if (cc == full_size) { ++ char *str; ++ str = Tcl_GetStringFromObj(esPtr->buffer, &size); ++ if (str[size - 1] != '\n') { ++ if (esPtr->umsize_changed) { ++ char buf[20]; /* big enough for 64bit int in hex. */ ++ snprintf(buf,sizeof(buf),"0x%x", esPtr->umsize); ++ expDiagLogU("WARNING: interact buffer is not large enough to hold\r\n"); ++ expDiagLogU("all output. probably your program is not interactive or\r\n"); ++ expDiagLogU("has a very long output line. The current limit is "); ++ expDiagLogU(buf); ++ expDiagLogU(".\r\n"); ++ } ++ else { ++ cc = expReadNewLine(interp,esPtr,save_flags); ++ if (cc > 0) ++ count += cc; ++ } ++ } ++ } ++ } + i_read_errno = errno; + + #ifdef SIMPLE_EVENT +@@ -1612,7 +1725,7 @@ int save_flags; + } + } + #endif +- return cc; ++ return count > 0 ? count : cc; + } + + /* +@@ -2667,8 +2780,14 @@ char **argv; + return(TCL_ERROR); + } + +- if (Default) exp_default_match_max = size; +- else esPtr->umsize = size; ++ if (Default) { ++ exp_default_match_max = size; ++ exp_default_match_max_changed = 1; ++ } ++ else { ++ esPtr->umsize = size; ++ esPtr->umsize_changed = 1; ++ } + + return(TCL_OK); + } Added: contrib/1.1/expect/current/sources/expect-5.39.0-64bit-82547.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.39.0-64bit-82547.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.39.0-64bit-82547.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,29 @@ +--- expect5.32/exp_command.c.alpha Mon Aug 28 23:58:00 2000 ++++ expect5.32/exp_command.c Thu Jul 12 13:52:00 2001 +@@ -1215,7 +1219,7 @@ + Tcl_DStringFree(&dstring); + if (esPtr) { + exp_close(interp,esPtr); +- waitpid(esPtr->pid,&esPtr->wait,0); ++ waitpid(esPtr->pid,(int *) &esPtr->wait,0); + if (esPtr->registered) { + Tcl_UnregisterChannel(interp,esPtr->channel); + } +@@ -2555,7 +2559,7 @@ + if (rc != TCL_OK) return(rc); + } + +- result = waitpid(esPtr->pid,&esPtr->wait,0); ++ result = waitpid(esPtr->pid,(int *) &esPtr->wait,0); + if (result == esPtr->pid) break; + if (result == -1) { + if (errno == EINTR) continue; +@@ -2589,7 +2593,7 @@ + for (fp=forked_proc_base;fp;fp=fp->next) { + if (fp->link_status == not_in_use) continue; + restart: +- result = waitpid(fp->pid,&fp->wait_status,WNOHANG); ++ result = waitpid(fp->pid,(int *) &fp->wait_status,WNOHANG); + if (result == fp->pid) { + waited_on_forked_process = 1; + break; Added: contrib/1.1/expect/current/sources/expect-5.39.0-libdir.patch =================================================================== --- contrib/1.1/expect/current/sources/expect-5.39.0-libdir.patch 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/sources/expect-5.39.0-libdir.patch 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,11 @@ +--- expect-5.39/Makefile.in.libdir 2003-07-30 00:46:51.000000000 +0200 ++++ expect-5.39/Makefile.in 2003-11-17 17:54:52.000000000 +0100 +@@ -316,7 +316,7 @@ + CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS) + + LIB_INSTALL_DIR = $(tcl_libdir) +-LIB_RUNTIME_DIR = $(tcl_libdir) ++LIB_RUNTIME_DIR = $(subst $(INSTALL_ROOT),,$(tcl_libdir)) + # I don't understand why Tcl splits these up, but it does. LIB_RUNTIME_DIR + # can appear as part of the LD_SEARCH_FLAGS inherited by configure. + Added: contrib/1.1/expect/current/sources/expect-5.39.0.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/expect/current/sources/expect-5.39.0.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/expect/current/specs/expect.spec =================================================================== --- contrib/1.1/expect/current/specs/expect.spec 2004-08-25 06:59:15 UTC (rev 4180) +++ contrib/1.1/expect/current/specs/expect.spec 2004-08-25 07:00:43 UTC (rev 4181) @@ -0,0 +1,391 @@ +%define majorver 5.39 +%define with_tk 0 + +Summary: A program-script interaction and testing utility +Name: expect +Version: %{majorver}.0 +Release: 1jh +License: Public Domain +Group: contrib +URL: http://expect.nist.gov/ +Source: http://expect.nist.gov/src/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: tcl +%if %{with_tk} +BuildRequires: tk-devel +%endif +Buildrequires: tcl-devel autoconf automake +Patch0: expect-5.32.2-random.patch +Patch1: expect-5.39.0-64bit-82547.patch +Patch2: expect-5.32.2-kibitz.patch +Patch3: expect-5.32.2-fixcat.patch +Patch6: expect-5.38.0-spawn-43310.patch +Patch8: expect-5.32.2-setpgrp.patch +Patch9: expect-5.38.0-autopasswd-9917.patch +Patch10: expect-5.38.0-lib-spec.patch +Patch11: expect-5.39.0-libdir.patch + +%description +Expect is a tcl application for automating and testing +interactive applications such as telnet, ftp, passwd, fsck, +rlogin, tip, etc. Expect makes it easy for a script to +control another program and interact with it. + +This package contains expect and some scripts that use it. + +%package devel +Summary: A program-script interaction and testing utility +Group: contrib +Requires: expect = %{version}-%{release} + +%description devel +Expect is a tcl application for automating and testing +interactive applications such as telnet, ftp, passwd, fsck, +rlogin, tip, etc. Expect makes it easy for a script to +control another program and interact with it. + +This package contains development files for the expect library. + +%package -n expectk +Summary: A program-script interaction and testing utility +Group: contrib +Requires: expect = %{version}, tcl, tk + +%description -n expectk +Expect is a tcl application for automating and testing +interactive applications such as telnet, ftp, passwd, fsck, +rlogin, tip, etc. Expect makes it easy for a script to +control another program and interact with it. + +This package contains expectk and some scripts that use it. + +%prep +%setup -q -n expect-%{majorver} +%patch0 -p1 -b .random +%patch1 -p1 -b .64bit +%patch2 -p1 -b .kibitz +%patch3 -p1 -b .fixcat +%patch6 -p2 -b .spawn +%patch8 -p2 -b .pgrp +%patch9 -p1 -b .hyphen +%patch10 -p1 -b .libspec +%patch11 -p1 -b .libdir +# patch10 touch configure.in + +chmod +w {.,testsuite}/configure + +%build +%{__autoconf} +cd testsuite +# aclocal doesn't work +cp ../aclocal.m4 . +%{__autoconf} +cd - + +%configure \ + --with-tcl=%{_libdir} \ +%if %{with_tk} + --with-tk=%{_libdir} \ +%endif + --enable-shared \ + --with-tclinclude=%{_includedir}/tcl-private + +%make + +%install +make install INSTALL_ROOT=%{buildroot} + +# for linking with -lexpect +ln -s libexpect%{majorver}.so %{buildroot}%{_libdir}/libexpect.so + +# remove cryptdir/decryptdir, as Linux has no crypt command (bug 6668). +rm -f %{buildroot}%{_bindir}/{cryptdir,decryptdir} +rm -f %{buildroot}%{_mandir}/man1/{cryptdir,decryptdir}.1* +rm -f %{buildroot}%{_bindir}/autopasswd + +%clean +%clean_buildroot + + +%files +%defattr(-,root,root,-) +%doc +%{_bindir}/expect +%{_bindir}/autoexpect +%{_bindir}/dislocate +%{_bindir}/ftp-rfc +%{_bindir}/kibitz +%{_bindir}/lpunlock +%{_bindir}/mkpasswd +%{_bindir}/passmass +%{_bindir}/rftp +%{_bindir}/rlogin-cwd +%{_bindir}/timed-read +%{_bindir}/timed-run +%{_bindir}/unbuffer +%{_bindir}/weather +%{_bindir}/xkibitz +%dir %{_libdir}/expect%{majorver} +%{_libdir}/expect%{majorver}/cat-buffers +%{_libdir}/expect%{majorver}/pkgIndex.tcl +%{_libdir}/libexpect%{majorver}.so +%{_mandir}/man1/autoexpect.1.gz +%{_mandir}/man1/dislocate.1.gz +%{_mandir}/man1/expect.1.gz +%{_mandir}/man1/kibitz.1.gz +%{_mandir}/man1/mkpasswd.1.gz +%{_mandir}/man1/passmass.1.gz +%{_mandir}/man1/tknewsbiff.1.gz +%{_mandir}/man1/unbuffer.1.gz +%{_mandir}/man1/xkibitz.1.gz + +%files devel +%defattr(-,root,root,-) +%{_libdir}/expect%{majorver}/libexpect%{majorver}.a +%{_libdir}/libexpect%{majorver}.a +%{_libdir}/libexpect.so +%{_mandir}/man3/libexpect.3* +%{_includedir}/* + +%if %{with_tk} +%files -n expectk +%defattr(-,root,root,-) +%{_bindir}/expectk +%{_bindir}/multixterm +%{_bindir}/tknewsbiff +%{_bindir}/tkpasswd +%{_bindir}/xpstat +%{_mandir}/man1/expectk.1* +%{_mandir}/man1/multixterm.1* +%{_mandir}/man1/tknewsbiff.1* +%endif + +%changelog +* Wed Aug 25 2004 Jaakko Heinonen +- port to tinysofa + +* Mon Jun 21 2004 Alan Cox +- Autopasswd doesnt work and isnt ever going to work with pam around + since password setting depends on the modules in use (think "fingerprint" + or "smartcard"..). Remove it. + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Fri Nov 28 2003 Jens Petersen - 5.39.0-95 +- new package split out from tcltk +- build against installed tcl and tk +- filtered changelog for expect +- buildrequire autoconf213 (#110583) [mvd at mylinux.com.ua] + +* Mon Nov 17 2003 Thomas Woerner 8.3.5-94 +- fixed RPATH for expect and expectk: expect-5.39.0-libdir.patch + +* Wed Oct 15 2003 Jens Petersen - 8.3.5-93 +- update expect to 5.39.0 (fixes #58317) +- drop first hunk of 64bit patch and rename to expect-5.39.0-64bit-82547.patch +- expect-5.32.2-weather.patch and expect-5.32.2-expectk.patch no longer needed + +* Wed Sep 17 2003 Matt Wilson 8.3.5-92 +- rebuild again for #91211 + +* Wed Sep 17 2003 Matt Wilson 8.3.5-91 +- rebuild to fix gzipped file md5sums (#91211) + +* Fri Jul 04 2003 Jens Petersen - 8.3.5-90 +- make sure expect and itcl are linked against buildroot not installroot libs + +* Tue Jan 28 2003 Jens Petersen - 8.3.5-87 +- bring back expect alpha patch, renamed to 64bit patch (#82547) + +* Fri Jan 17 2003 Jens Petersen - 8.3.5-85 +- add some requires + +* Tue Jan 14 2003 Jens Petersen - 8.3.5-84 +- drop synthetic lib provides +- remove obsolete patches from srpm +- update buildrequires +- use buildroot instead of RPM_BUILD_ROOT +- install all man pages under mandir, instead of moving some from /usr/man +- introduce _genfilelist macro for clean single-sweep find filelist generation + for each package +- use perl to remove buildroot prefix from filelists + +* Tue Jan 7 2003 Jeff Johnson 8.3.5-80 +- rebuild to generate deps for4 DSO's w/o DT_SONAME correctly. + +* Sat Jan 4 2003 Jeff Johnson 8.3.5-79 +- set execute bits on library so that requires are generated. + +* Tue Dec 10 2002 Jens Petersen 8.3.5-78 +- make lib symlinks to .so not .so.0 + +* Mon Dec 9 2002 Jens Petersen 8.3.5-76 +- make it build on x86_64 (details below) +- add 100 to expect patches +- patch expect configure to get EXP_LIB_SPEC to use libdir +- don't explicitly update config.{guess,sub} since %%configure does it for us +- added "--without check" rpmbuild option to disable running tests in future +- generate filelists from datadir and not from mandir from now on + +* Tue Dec 3 2002 Jens Petersen +- build without all makecfg patches for now + - in particular use upstream versioned library name convention +- add backward compatible lib symlinks for now +- add unversioned symlinks for versioned bindir files +- use make's -C option rather than jumping in and out of source dirs + during install +- use INSTALL_ROOT destdir-like make variable instead of makeinstall + for all subpackages except tix and itcl + +* Mon Oct 21 2002 Jens Petersen +- move expectk and expect-devel files out of expect into separate packages + (#9832) +- drop the crud compat dir symlinks in libdir +- correct expect license +- don't explicitly provide 64bit libs on ia64 and sparc64 + +* Tue Aug 20 2002 Jens Petersen 8.3.3-74 +- fix compat symlink from /usr/lib/expect (#71606) + +* Wed Aug 14 2002 Jens Petersen 8.3.3-73 +- update to expect spawn patch from hjl at gnu.org (bug 43310) + +* Tue Aug 13 2002 Jens Petersen 8.3.3-72 +- update expect to 5.38.0 +- fixes #71113 (reported by yarnall at lvc.edu) + +* Mon Jan 07 2002 Florian La Roche +- quick hack to have a correct setpgrp() call in expect +- fix config.guess and config.sub to newer versions + +* Mon Aug 28 2001 Adrian Havill +- expect's fixline1 busted for expectk scripts (tkpasswd/tknewsbiff/tkterm) + +* Mon Aug 8 2001 Adrian Havill +- re-enable glibc string and math inlines; recent gcc is a-ok. +- optimize at -O2 instead of -O +- rename "soname" patches related to makefile/autoconf changes + +* Wed Jul 25 2001 Adrian Havill +- fixed 64 bit RPM provides for dependencies + +* Thu Jul 19 2001 Adrian Havill +- used %%makeinstall to brute force fix any remaining unflexible makefile dirs +- improved randomness of expect's mkpasswd script via /dev/random (bug 9507) +- revert --enable-threads, linux is (still) not ready (yet) (bug 49251) + +* Sun Jul 8 2001 Adrian Havill +- refresh all sources to latest stable (TODO: separate expect/expectk) +- massage out some build stuff to patches (TODO: libtoolize hacked constants) +- remove patches already rolled into the upstream +- removed RPATH (bugs 45569, 46085, 46086), added SONAMEs to ELFs +- changed shared object filenames to something less gross +- reenable threads which seem to work now +- fixed spawn/eof read problem with expect (bug 43310) +- made compile-friendly for IA64 + +* Fri Mar 23 2001 Bill Nottingham +- bzip2 sources + +* Mon Mar 19 2001 Bill Nottingham +- build with -D_GNU_SOURCE - fixes expect on ia64 + +* Mon Mar 19 2001 Preston Brown +- build fix from ahavill. + +* Wed Feb 21 2001 Tim Powers +- fixed weather expect script using wrong server (#28505) + +* Tue Feb 13 2001 Adrian Havill +- rebuild so make check passes + +* Fri Oct 20 2000 Than Ngo +- rebuild with -O0 on alpha (bug #19461) + +* Thu Aug 17 2000 Jeff Johnson +- summaries from specspo. + +* Thu Jul 27 2000 Jeff Johnson +- rebuild against "working" util-linux col. + +* Fri Jun 16 2000 Jeff Johnson +- don't mess with %%{_libdir}, it's gonna be a FHS pita. + +* Fri Jun 2 2000 Jeff Johnson +- FHS packaging changes. +- revert --enable-threads, linux is not ready (yet) (#11789). +- expect: update to 5.31.7+ (#11595). + +* Sat Mar 18 2000 Jeff Johnson +- update to (tcl,tk}-8.2.3, expect-5.31, and itcl-3.1.0, URL's as well. +- use perl to drill out pre-pended RPM_BUILD_ROOT. +- configure with --enable-threads (experimental). +- autopasswd needs to handle password starting with hyphen (#9917). +- handle 553 ftp status in rftp expect script (#7869). +- remove cryptdir/decryptdir, as Linux has not crypt command (#6668). +- correct hierarchy spelling (#7082). +- fix "expect -d ...", format string had int printed as string (#7775). + +* Tue Mar 7 2000 Jeff Johnson +- rebuild for sparc baud rates > 38400. + +* Mon Feb 7 2000 Bill Nottingham +- handle compressed manpages + +* Thu Feb 03 2000 Elliot Lee +- Make changes from bug number 7602 +- Apply patch from bug number 7537 +- Apply fix from bug number 7157 +- Add fixes from bug #7601 to the runtcl patch + +* Wed Feb 02 2000 Cristian Gafton +- fix descriptions +- man pages are compressed (whatapain) + +* Tue Nov 30 1999 Jakub Jelinek +- compile on systems where SIGPWR == SIGLOST. + +* Thu Apr 8 1999 Jeff Johnson +- use /usr/bin/write in kibitz (#1320). +- use cirrus.sprl.umich.edu in weather (#1926). + +* Tue Feb 16 1999 Jeff Johnson +- expect does unaligned access on alpha (#989) +- upgrade expect to 5.28. + +* Tue Jan 12 1999 Cristian Gafton +- call libtoolize to allow building on the arm +- build for glibc 2.1 +- strip binaries + +* Thu Sep 10 1998 Jeff Johnson +- update tcl/tk/tclX to 8.0.3, expect is updated also. + +* Mon Jun 29 1998 Jeff Johnson +- expect: mkpasswd needs delay before sending password (problem #576) + +* Thu May 07 1998 Prospector System +- translations modified for de, fr, tr + +* Sat May 02 1998 Cristian Gafton +- fixed expect binaries exec permissions + +* Wed Oct 22 1997 Otto Hammersmith +- fixed src urls + +* Mon Oct 06 1997 Erik Troan +- removed version numbers from descriptions + +* Mon Sep 22 1997 Erik Troan +- updated to tcl/tk 8.0 and related versions of packages + +* Tue Jun 17 1997 Erik Troan +- built against glibc +- fixed dangling tclx/tkx symlinks From svn at tinysofa.org Wed Aug 25 07:32:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 17:32:54 +1000 (EST) Subject: [tinysofa-svn] r4182 - contrib/1.1/expect/current/specs Message-ID: <20040825073254.F34AF4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 17:32:51 +1000 (Wed, 25 Aug 2004) New Revision: 4182 Modified: contrib/1.1/expect/current/specs/expect.spec Log: - remove with-tclinclude Modified: contrib/1.1/expect/current/specs/expect.spec =================================================================== --- contrib/1.1/expect/current/specs/expect.spec 2004-08-25 07:00:43 UTC (rev 4181) +++ contrib/1.1/expect/current/specs/expect.spec 2004-08-25 07:32:51 UTC (rev 4182) @@ -87,8 +87,8 @@ %if %{with_tk} --with-tk=%{_libdir} \ %endif - --enable-shared \ - --with-tclinclude=%{_includedir}/tcl-private + --enable-shared + #--with-tclinclude=%{_includedir}/tcl-private %make From svn at tinysofa.org Wed Aug 25 08:12:46 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 18:12:46 +1000 (EST) Subject: [tinysofa-svn] r4183 - contrib/1.1/expect/current/specs Message-ID: <20040825081246.B07034E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 18:12:43 +1000 (Wed, 25 Aug 2004) New Revision: 4183 Modified: contrib/1.1/expect/current/specs/expect.spec Log: - revert the change Modified: contrib/1.1/expect/current/specs/expect.spec =================================================================== --- contrib/1.1/expect/current/specs/expect.spec 2004-08-25 07:32:51 UTC (rev 4182) +++ contrib/1.1/expect/current/specs/expect.spec 2004-08-25 08:12:43 UTC (rev 4183) @@ -87,8 +87,8 @@ %if %{with_tk} --with-tk=%{_libdir} \ %endif - --enable-shared - #--with-tclinclude=%{_includedir}/tcl-private + --enable-shared \ + --with-tclinclude=%{_includedir}/tcl-private %make From svn at tinysofa.org Wed Aug 25 08:14:06 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 18:14:06 +1000 (EST) Subject: [tinysofa-svn] r4184 - contrib/1.1/tcl/current/specs Message-ID: <20040825081406.705AC4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 18:14:03 +1000 (Wed, 25 Aug 2004) New Revision: 4184 Modified: contrib/1.1/tcl/current/specs/tcl.spec Log: - fix permissions - add private headers Modified: contrib/1.1/tcl/current/specs/tcl.spec =================================================================== --- contrib/1.1/tcl/current/specs/tcl.spec 2004-08-25 08:12:43 UTC (rev 4183) +++ contrib/1.1/tcl/current/specs/tcl.spec 2004-08-25 08:14:03 UTC (rev 4184) @@ -5,7 +5,8 @@ Source0: http://aleron.dl.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.gz License: BSD Group: contrib -Buildroot: %{_tmppath}/%{name}-root +Buildroot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl %description Tcl is a simple scripting language designed to be embedded into other @@ -45,27 +46,46 @@ ${RPM_BUILD_ROOT}%{_mandir}/man3/tclThread.3 popd +mkdir -p %buildroot/%{_includedir}/%{name}-private/{generic,unix} +find generic unix -name "*.h" -exec cp -p '{}' %buildroot/%{_includedir}/%{name}-private/'{}' ';' +( cd %buildroot/%{_includedir} + for i in *.h ; do + [ -f %buildroot/%{_includedir}/%{name}-private/generic/$i ] && ln -sf ../../$i %buildroot/%{_includedir}/%{name}-private/generic ; + done +) + +# remove buildroot traces +perl -pi -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %buildroot/%{_libdir}/%{name}Config.sh + + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %clean %clean_buildroot + %files -%defattr(0755,root,root) +%defattr(-,root,root,755) %{_bindir}/* %{_libdir}/tcl8.4 %{_libdir}/tclConfig.sh %{_datadir} %files devel -%defattr(0755,root,root) -%{_includedir}/*.h +%defattr(-,root,root,755) +%{_includedir}/* %{_libdir}/*.so %{_libdir}/*.a %changelog +* Wed Aug 25 2004 Jaakko Heinonen +- fix permissions +- add private headers + * Sat Aug 21 2004 Gerald Dachs 8.4.6-3gd - cleaned up spec file From svn at tinysofa.org Wed Aug 25 08:34:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 18:34:45 +1000 (EST) Subject: [tinysofa-svn] r4185 - contrib/1.1/expect/current/specs Message-ID: <20040825083445.D34FE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 18:34:42 +1000 (Wed, 25 Aug 2004) New Revision: 4185 Modified: contrib/1.1/expect/current/specs/expect.spec Log: - remove tk files if build without tk Modified: contrib/1.1/expect/current/specs/expect.spec =================================================================== --- contrib/1.1/expect/current/specs/expect.spec 2004-08-25 08:14:03 UTC (rev 4184) +++ contrib/1.1/expect/current/specs/expect.spec 2004-08-25 08:34:42 UTC (rev 4185) @@ -103,6 +103,21 @@ rm -f %{buildroot}%{_mandir}/man1/{cryptdir,decryptdir}.1* rm -f %{buildroot}%{_bindir}/autopasswd +%if ! %{with_tk} +cd %{buildroot} +rm -f \ +%{_bindir}/expectk \ +%{_bindir}/multixterm \ +%{_bindir}/tknewsbiff \ +%{_bindir}/tkpasswd \ +%{_bindir}/xpstat \ +%{_mandir}/man1/expectk.1* \ +%{_mandir}/man1/multixterm.1* \ +%{_mandir}/man1/tknewsbiff.1* +cd - +%endif + + %clean %clean_buildroot From svn at tinysofa.org Wed Aug 25 09:00:22 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 19:00:22 +1000 (EST) Subject: [tinysofa-svn] r4186 - contrib/1.1/expect/current/specs Message-ID: <20040825090022.588594E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 19:00:18 +1000 (Wed, 25 Aug 2004) New Revision: 4186 Modified: contrib/1.1/expect/current/specs/expect.spec Log: - fix file removal Modified: contrib/1.1/expect/current/specs/expect.spec =================================================================== --- contrib/1.1/expect/current/specs/expect.spec 2004-08-25 08:34:42 UTC (rev 4185) +++ contrib/1.1/expect/current/specs/expect.spec 2004-08-25 09:00:18 UTC (rev 4186) @@ -106,14 +106,14 @@ %if ! %{with_tk} cd %{buildroot} rm -f \ -%{_bindir}/expectk \ -%{_bindir}/multixterm \ -%{_bindir}/tknewsbiff \ -%{_bindir}/tkpasswd \ -%{_bindir}/xpstat \ -%{_mandir}/man1/expectk.1* \ -%{_mandir}/man1/multixterm.1* \ -%{_mandir}/man1/tknewsbiff.1* +.%{_bindir}/expectk \ +.%{_bindir}/multixterm \ +.%{_bindir}/tknewsbiff \ +.%{_bindir}/tkpasswd \ +.%{_bindir}/xpstat \ +.%{_mandir}/man1/expectk.1* \ +.%{_mandir}/man1/multixterm.1* \ +.%{_mandir}/man1/tknewsbiff.1* cd - %endif From svn at tinysofa.org Wed Aug 25 09:17:50 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 19:17:50 +1000 (EST) Subject: [tinysofa-svn] r4187 - contrib/1.1/expect/current/specs Message-ID: <20040825091750.95A344E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 19:17:47 +1000 (Wed, 25 Aug 2004) New Revision: 4187 Modified: contrib/1.1/expect/current/specs/expect.spec Log: - remove tknewsbiff manual page from base package Modified: contrib/1.1/expect/current/specs/expect.spec =================================================================== --- contrib/1.1/expect/current/specs/expect.spec 2004-08-25 09:00:18 UTC (rev 4186) +++ contrib/1.1/expect/current/specs/expect.spec 2004-08-25 09:17:47 UTC (rev 4187) @@ -150,7 +150,6 @@ %{_mandir}/man1/kibitz.1.gz %{_mandir}/man1/mkpasswd.1.gz %{_mandir}/man1/passmass.1.gz -%{_mandir}/man1/tknewsbiff.1.gz %{_mandir}/man1/unbuffer.1.gz %{_mandir}/man1/xkibitz.1.gz From svn at tinysofa.org Wed Aug 25 10:25:51 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 20:25:51 +1000 (EST) Subject: [tinysofa-svn] r4188 - in contrib/1.1: . sitecopy sitecopy/current sitecopy/current/sources sitecopy/current/specs Message-ID: <20040825102551.A85364E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 20:25:48 +1000 (Wed, 25 Aug 2004) New Revision: 4188 Added: contrib/1.1/sitecopy/ contrib/1.1/sitecopy/current/ contrib/1.1/sitecopy/current/sources/ contrib/1.1/sitecopy/current/sources/sitecopy-0.13.4.tar.gz contrib/1.1/sitecopy/current/specs/ contrib/1.1/sitecopy/current/specs/sitecopy.spec contrib/1.1/sitecopy/releases/ Log: - add sitecopy Added: contrib/1.1/sitecopy/current/sources/sitecopy-0.13.4.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/sitecopy/current/sources/sitecopy-0.13.4.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/sitecopy/current/specs/sitecopy.spec =================================================================== --- contrib/1.1/sitecopy/current/specs/sitecopy.spec 2004-08-25 09:17:47 UTC (rev 4187) +++ contrib/1.1/sitecopy/current/specs/sitecopy.spec 2004-08-25 10:25:48 UTC (rev 4188) @@ -0,0 +1,83 @@ +Summary: Tool for easily maintaining remote web sites +Name: sitecopy +Version: 0.13.4 +Release: 1jh +Copyright: GPL +Group: contrib +Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz +URL: http://www.lyra.org/sitecopy/ +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: expat-devel neon-devel openssl-devel + +%description +sitecopy allows you to easily maintain remote Web sites. The program +will upload files to the server which have changed locally, and delete +files from the server which have been removed locally, to keep the +remote site synchronized with the local site, with a single +command. sitecopy will also optionally try to spot files you move +locally, and move them remotely. FTP and WebDAV servers are +supported. + + +%prep +%setup -q + +%build +export LDFLAGS="-s" +%configure \ + --enable-debug +%make + + +%install +%makeinstall_std + +%find_lang %{name} + + +%clean +%clean_buildroot + + +%files -f %{name}.lang +%defattr(-, root, root) +%{_bindir}/sitecopy +%{_mandir}/man1/* +%{_datadir}/sitecopy +%doc COPYING ChangeLog INSTALL NEWS README* THANKS TODO BUGS + + +%changelog +* Wed Aug 25 2004 Jaakko Heinonen +- tinysofa + +* Sun Jan 13 2002 Joe Orton +- Use DESTDIR in make install. + +* Sun Jan 6 2002 Joe Orton +- Add -q argument to %setup, better %description, minor cleanups. + +* Sun Oct 29 2000 Joe Orton +- Fix man page location (Nobuyuki Tsuchimura). + +* Tue Jun 27 2000 Nobuyuki Tsuchimura +- Include 'LC_MESSAGES/sitecopy.mo'. +- Don't install in %build section. +- Add more documents and '/usr/share/sitecopy/*'. +- Correct URL. + +* Sat Apr 22 2000 Lee Mallabone +- Bring up to date for latest xsitecopy stuff + +* Mon Jul 26 1999 Joe Orton +- Enabled debugging for sitecopy and xsitecopy. + +* Fri May 28 1999 Dobrica Pavlinusic +- integrated into GNU configure to automaticly pick up version number + +* Sat Apr 3 1999 Lee Mallabone +- After a few tweaks, it now actually works. :) + +* Thu Apr 1 1999 Lee Mallabone +- first attempt. + From svn at tinysofa.org Wed Aug 25 11:08:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 21:08:11 +1000 (EST) Subject: [tinysofa-svn] r4189 - contrib/1.1/sitecopy/current/specs Message-ID: <20040825110811.C53914E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 21:08:08 +1000 (Wed, 25 Aug 2004) New Revision: 4189 Modified: contrib/1.1/sitecopy/current/specs/sitecopy.spec Log: - BuildRequires: gettext Modified: contrib/1.1/sitecopy/current/specs/sitecopy.spec =================================================================== --- contrib/1.1/sitecopy/current/specs/sitecopy.spec 2004-08-25 10:25:48 UTC (rev 4188) +++ contrib/1.1/sitecopy/current/specs/sitecopy.spec 2004-08-25 11:08:08 UTC (rev 4189) @@ -8,6 +8,7 @@ URL: http://www.lyra.org/sitecopy/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: expat-devel neon-devel openssl-devel +BuildRequires: gettext %description sitecopy allows you to easily maintain remote Web sites. The program @@ -25,7 +26,9 @@ %build export LDFLAGS="-s" %configure \ - --enable-debug + --enable-debug \ + --with-ssl \ + --with-expat %make From svn at tinysofa.org Wed Aug 25 11:22:11 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 21:22:11 +1000 (EST) Subject: [tinysofa-svn] r4190 - contrib/1.1/sitecopy/current/specs Message-ID: <20040825112211.4FB2E4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 21:22:07 +1000 (Wed, 25 Aug 2004) New Revision: 4190 Modified: contrib/1.1/sitecopy/current/specs/sitecopy.spec Log: - remove doc files from /usr/doc Modified: contrib/1.1/sitecopy/current/specs/sitecopy.spec =================================================================== --- contrib/1.1/sitecopy/current/specs/sitecopy.spec 2004-08-25 11:08:08 UTC (rev 4189) +++ contrib/1.1/sitecopy/current/specs/sitecopy.spec 2004-08-25 11:22:07 UTC (rev 4190) @@ -37,7 +37,9 @@ %find_lang %{name} +rm -fr /usr/doc/%{name} + %clean %clean_buildroot From svn at tinysofa.org Wed Aug 25 11:39:14 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 25 Aug 2004 21:39:14 +1000 (EST) Subject: [tinysofa-svn] r4191 - contrib/1.1/sitecopy/current/specs Message-ID: <20040825113914.D84FB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-25 21:39:11 +1000 (Wed, 25 Aug 2004) New Revision: 4191 Modified: contrib/1.1/sitecopy/current/specs/sitecopy.spec Log: - fix again Modified: contrib/1.1/sitecopy/current/specs/sitecopy.spec =================================================================== --- contrib/1.1/sitecopy/current/specs/sitecopy.spec 2004-08-25 11:22:07 UTC (rev 4190) +++ contrib/1.1/sitecopy/current/specs/sitecopy.spec 2004-08-25 11:39:11 UTC (rev 4191) @@ -37,7 +37,7 @@ %find_lang %{name} -rm -fr /usr/doc/%{name} +rm -fr %{buildroot}/usr/doc/%{name} %clean From svn at tinysofa.org Thu Aug 26 05:42:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 26 Aug 2004 15:42:13 +1000 (EST) Subject: [tinysofa-svn] r4192 - tinysofa/releases/1.1/postgresql/current/sources Message-ID: <20040826054213.2B0A44E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-26 15:42:09 +1000 (Thu, 26 Aug 2004) New Revision: 4192 Modified: tinysofa/releases/1.1/postgresql/current/sources/postgresql-7.2.2-plperl.patch Log: - fix postgresql-7.2.2-plperl.patch Modified: tinysofa/releases/1.1/postgresql/current/sources/postgresql-7.2.2-plperl.patch =================================================================== --- tinysofa/releases/1.1/postgresql/current/sources/postgresql-7.2.2-plperl.patch 2004-08-25 11:39:11 UTC (rev 4191) +++ tinysofa/releases/1.1/postgresql/current/sources/postgresql-7.2.2-plperl.patch 2004-08-26 05:42:09 UTC (rev 4192) @@ -6,4 +6,4 @@ 18c18 < override CFLAGS := $(filter-out -Wall -Wmissing-declarations -Wmissing-prototypes, $(CFLAGS)) --- -> override CFLAGS := $(filter-out -Wall -Wmissing-declarations -Wmissing-prototypes, $(CFLAGS), -Wl,-rpath,$(perl_archlibexp)/CORE) +> override CFLAGS := $(filter-out -Wall -Wmissing-declarations -Wmissing-prototypes, $(CFLAGS) -Wl,-rpath,$(perl_archlibexp)/CORE) From svn at tinysofa.org Thu Aug 26 06:22:39 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 26 Aug 2004 16:22:39 +1000 (EST) Subject: [tinysofa-svn] r4193 - in contrib/1.1/tcl/current: sources specs Message-ID: <20040826062239.881234E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-26 16:22:35 +1000 (Thu, 26 Aug 2004) New Revision: 4193 Added: contrib/1.1/tcl/current/sources/tcl-8.3.5-tclm4-soname.patch contrib/1.1/tcl/current/sources/tcl-8.4.5-autoconf.patch contrib/1.1/tcl/current/sources/tcl-8.4.5-lib-perm.patch contrib/1.1/tcl/current/sources/tcl-8.4.5-no_rpath.patch contrib/1.1/tcl/current/sources/tcl8.3.5-tclConfig-package-path-90160.patch contrib/1.1/tcl/current/sources/tcl8.4.6-html.tar.gz Modified: contrib/1.1/tcl/current/specs/tcl.spec Log: - get better tcl package from 2.0 Added: contrib/1.1/tcl/current/sources/tcl-8.3.5-tclm4-soname.patch =================================================================== --- contrib/1.1/tcl/current/sources/tcl-8.3.5-tclm4-soname.patch 2004-08-26 05:42:09 UTC (rev 4192) +++ contrib/1.1/tcl/current/sources/tcl-8.3.5-tclm4-soname.patch 2004-08-26 06:22:35 UTC (rev 4193) @@ -0,0 +1,12 @@ +diff -u tcl8.3.5/unix/tcl.m4~ tcl8.3.5/unix/tcl.m4 +--- tcl8.3.5/unix/tcl.m4~ 2003-01-14 20:42:53.000000000 +0900 ++++ tcl8.3.5/unix/tcl.m4 2003-01-14 20:42:53.000000000 +0900 +@@ -954,7 +954,7 @@ + CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES" + + if test "$have_dl" = yes; then +- SHLIB_LD="${CC} -shared" ++ SHLIB_LD='${CC} -shared -Wl,-soname,${@}' + DL_OBJS="tclLoadDl.o" + DL_LIBS="-ldl" + LDFLAGS="-rdynamic" Added: contrib/1.1/tcl/current/sources/tcl-8.4.5-autoconf.patch =================================================================== --- contrib/1.1/tcl/current/sources/tcl-8.4.5-autoconf.patch 2004-08-26 05:42:09 UTC (rev 4192) +++ contrib/1.1/tcl/current/sources/tcl-8.4.5-autoconf.patch 2004-08-26 06:22:35 UTC (rev 4193) @@ -0,0 +1,69 @@ +Gives the compatibility to use autoconf-2.52 or higher... :) + +--- tcl8.4.5/unix/configure.in 2004-02-25 01:46:01.000000000 +0100 ++++ tcl8.4.5/unix/configure.in.autoconf 2004-02-25 01:48:21.000000000 +0100 +@@ -196,7 +196,7 @@ + AC_MSG_RESULT(yes) + else + AC_MSG_RESULT([broken, using substitute]) +- LIBOBJS="$LIBOBJS strstr.o" ++ AC_LIBOBJ(strstr) + fi + + #-------------------------------------------------------------------- +@@ -221,7 +221,7 @@ + }], , tcl_ok=0, tcl_ok=0) + if test "$tcl_ok" = 0; then + test -n "$verbose" && echo " Adding strtoul.o." +- LIBOBJS="$LIBOBJS strtoul.o" ++ AC_LIBOBJ(strtoul) + fi + + #-------------------------------------------------------------------- +@@ -245,7 +245,7 @@ + }], , tcl_ok=0, tcl_ok=0) + if test "$tcl_ok" = 0; then + test -n "$verbose" && echo " Adding strtod.o." +- LIBOBJS="$LIBOBJS strtod.o" ++ AC_LIBOBJ(strtod) + fi + + #-------------------------------------------------------------------- +@@ -327,7 +327,7 @@ + AC_CHECK_LIB(inet, strncasecmp, tcl_ok=1, tcl_ok=0) + fi + if test "$tcl_ok" = 0; then +- LIBOBJS="$LIBOBJS strncasecmp.o" ++ AC_LIBOBJ(strncasecmp) + fi + + #-------------------------------------------------------------------- +--- tcl8.4.5/unix/tcl.m4 2004-02-25 01:58:15.000000000 +0100 ++++ tcl8.4.5/unix/tcl.m4.autoconf 2004-02-25 02:00:18.000000000 +0100 +@@ -899,7 +899,7 @@ + + # AIX v<=4.1 has some different flags than 4.2+ + if test "$system" = "AIX-4.1" -o "`uname -v`" -lt "4" ; then +- LIBOBJS="$LIBOBJS tclLoadAix.o" ++ AC_LIBOBJ(tclLoadAix) + DL_LIBS="-lld" + fi + +@@ -1147,7 +1147,7 @@ + # is kind of overkill but it works. + # Disable inlining only when one of the + # files in compat/*.c is being linked in. +- if test x"${LIBOBJS}" != x ; then ++ if test x"${LIB@&t at OBJS}" != x ; then + EXTRA_CFLAGS="${EXTRA_CFLAGS} -fno-inline" + fi + +@@ -2261,7 +2261,7 @@ + AC_MSG_RESULT(ok) + else + AC_MSG_RESULT(buggy) +- LIBOBJS="$LIBOBJS fixstrtod.o" ++ AC_LIBOBJ(fixstrtod) + AC_DEFINE(strtod, fixstrtod) + fi + fi Added: contrib/1.1/tcl/current/sources/tcl-8.4.5-lib-perm.patch =================================================================== --- contrib/1.1/tcl/current/sources/tcl-8.4.5-lib-perm.patch 2004-08-26 05:42:09 UTC (rev 4192) +++ contrib/1.1/tcl/current/sources/tcl-8.4.5-lib-perm.patch 2004-08-26 06:22:35 UTC (rev 4193) @@ -0,0 +1,12 @@ +diff -u tcl8.4.5/unix/Makefile.in~ tcl8.4.5/unix/Makefile.in +--- tcl8.4.5/unix/Makefile.in~ 2003-11-25 16:47:51.000000000 +0900 ++++ tcl8.4.5/unix/Makefile.in 2003-11-25 16:47:51.000000000 +0900 +@@ -601,7 +601,7 @@ + fi + @echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/" + @@INSTALL_LIB@ +- @chmod 555 $(LIB_INSTALL_DIR)/$(LIB_FILE) ++ @chmod 755 $(LIB_INSTALL_DIR)/$(LIB_FILE) + @if test "$(TCL_BUILD_EXP_FILE)" != ""; then \ + echo "Installing $(TCL_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \ + $(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \ Added: contrib/1.1/tcl/current/sources/tcl-8.4.5-no_rpath.patch =================================================================== --- contrib/1.1/tcl/current/sources/tcl-8.4.5-no_rpath.patch 2004-08-26 05:42:09 UTC (rev 4192) +++ contrib/1.1/tcl/current/sources/tcl-8.4.5-no_rpath.patch 2004-08-26 06:22:35 UTC (rev 4193) @@ -0,0 +1,11 @@ +--- tcl8.4.5/unix/tcl.m4.no_rpath 2003-12-01 14:50:28.000000000 +0100 ++++ tcl8.4.5/unix/tcl.m4 2003-12-01 14:50:31.000000000 +0100 +@@ -1125,7 +1125,7 @@ + DL_OBJS="tclLoadDl.o" + DL_LIBS="-ldl" + LDFLAGS="-rdynamic" +- CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' ++ CC_SEARCH_FLAGS='' + LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} + else + AC_CHECK_HEADER(dld.h, [ Added: contrib/1.1/tcl/current/sources/tcl8.3.5-tclConfig-package-path-90160.patch =================================================================== --- contrib/1.1/tcl/current/sources/tcl8.3.5-tclConfig-package-path-90160.patch 2004-08-26 05:42:09 UTC (rev 4192) +++ contrib/1.1/tcl/current/sources/tcl8.3.5-tclConfig-package-path-90160.patch 2004-08-26 06:22:35 UTC (rev 4193) @@ -0,0 +1,12 @@ +diff -u tcl8.3.5/unix/configure.in~ tcl8.3.5/unix/configure.in +--- tcl8.3.5/unix/configure.in~ 2003-07-04 12:32:44.000000000 +0900 ++++ tcl8.3.5/unix/configure.in 2003-07-04 12:32:44.000000000 +0900 +@@ -455,7 +455,7 @@ + if test "$prefix" != "$exec_prefix"; then + TCL_PACKAGE_PATH="${libdir} ${prefix}/lib" + else +- TCL_PACKAGE_PATH="${prefix}/lib" ++ TCL_PACKAGE_PATH="${prefix}/share" + fi + + #-------------------------------------------------------------------- Added: contrib/1.1/tcl/current/sources/tcl8.4.6-html.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/tcl/current/sources/tcl8.4.6-html.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: contrib/1.1/tcl/current/specs/tcl.spec =================================================================== --- contrib/1.1/tcl/current/specs/tcl.spec 2004-08-26 05:42:09 UTC (rev 4192) +++ contrib/1.1/tcl/current/specs/tcl.spec 2004-08-26 06:22:35 UTC (rev 4193) @@ -1,51 +1,104 @@ -Summary: An embeddable scripting language. +%define majorver 8.4 + +Summary: Tcl scripting language development environment Name: tcl -Version: 8.4.6 -Release: 4jh -Source0: http://aleron.dl.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.gz +Version: %{majorver}.6 +Release: 5jh License: BSD Group: contrib -Buildroot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: perl +URL: http://tcl.sourceforge.net/ +Source0: http://prdownloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz +Source1: http://prdownloads.sourceforge.net/tcl/%{name}%{version}-html.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Buildrequires: autoconf +Patch1: tcl-8.3.5-tclm4-soname.patch +Patch2: tcl-8.4.5-lib-perm.patch +Patch3: tcl8.3.5-tclConfig-package-path-90160.patch +Patch4: tcl-8.4.5-no_rpath.patch +Patch5: tcl-8.4.5-autoconf.patch +# remove old FC1 itcl subpackage +Obsoletes: itcl <= 3.2 %description -Tcl is a simple scripting language designed to be embedded into other -applications. This package also includes tclsh, a simple example of -a Tcl application. +The Tcl (Tool Command Language) provides a powerful platform for +creating integration applications that tie together diverse +applications, protocols, devices, and frameworks. When paired with the +Tk toolkit, Tcl provides a fastest and powerful way to create +cross-platform GUI applications. Tcl can also be used for a variety +of web-related tasks and for creating powerful command languages for +applications. - %package devel -Summary: header files and development libraries for TCL +Version: %{version} +Summary: Tcl scripting language development environment Group: contrib +URL: http://tcl.sourceforge.net/ Requires: %{name} = %{version}-%{release} %description devel -header files and development libraries for TCL +The Tcl (Tool Command Language) provides a powerful platform for +creating integration applications that tie together diverse +applications, protocols, devices, and frameworks. When paired with the +Tk toolkit, Tcl provides a fastest and powerful way to create +cross-platform GUI applications. Tcl can also be used for a variety +of web-related tasks and for creating powerful command languages for +applications. +The package contains the development files and man pages for tcl. + +%package html +Version: %{version} +Summary: Tcl/Tk manual in html format +Group: contrib +URL: http://tcl.sourceforge.net/ + +%description html +Tcl/Tk is a powerful scripting language and GUI toolkit. + +This package contains the html manual. + %prep -%setup -q -n %{name}%{version} +%setup -n %{name}%{version} -q -b1 +# define DT SONAME in shared lib +%patch1 -p1 -b .soname +%patch2 -p1 -b .ro-lib +%patch3 -p1 -b .pkgpath +%patch4 -p1 -b .no_rpath +%patch5 -p1 -b .ac213 + +# patch1 touches tcl.m4, and patch3 touches configure.in +cd unix +autoconf + %build +cd unix +%configure +make %{?_smp_mflags} TCL_LIBRARY=%{_datadir}/%{name}%{majorver} -# make the libraries reentrant -export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_REENTRANT" +# run "make test" by default +%{?_without_check: %define _without_check 1} +%{!?_without_check: %define _without_check 0} -pushd unix -CFLAGS=$RPM_OPT_FLAGS \ -%configure --enable-shared --enable-gcc -make -popd +%if ! %{_without_check} + make test +%endif %install -rm -fv *.files* +rm -rf $RPM_BUILD_ROOT +make install -C unix INSTALL_ROOT=%{buildroot} TCL_LIBRARY=%{_datadir}/%{name}%{majorver} -mkdir -p $RPM_BUILD_ROOT/usr -pushd unix -make INSTALL_ROOT=$RPM_BUILD_ROOT install -mv ${RPM_BUILD_ROOT}%{_mandir}/man3/Thread.3 \ - ${RPM_BUILD_ROOT}%{_mandir}/man3/tclThread.3 -popd +ln -s tclsh%{majorver} %{buildroot}%{_bindir}/tclsh +# for linking with -l%{name} +ln -s lib%{name}%{majorver}.so %{buildroot}%{_libdir}/lib%{name}.so + +# backward compatible symlink for legacy tcl packages that hardcode lib path +# to prefix/lib/%{name}%{majorver} +## make /usr/lib for multilib archs +mkdir -p %{buildroot}%{_prefix}/lib +ln -s %{_datadir}/%{name}%{majorver} %{buildroot}%{_prefix}/lib/%{name}%{majorver} + mkdir -p %buildroot/%{_includedir}/%{name}-private/{generic,unix} find generic unix -name "*.h" -exec cp -p '{}' %buildroot/%{_includedir}/%{name}-private/'{}' ';' ( cd %buildroot/%{_includedir} @@ -57,42 +110,284 @@ # remove buildroot traces perl -pi -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %buildroot/%{_libdir}/%{name}Config.sh +%clean +rm -rf $RPM_BUILD_ROOT +%post +/sbin/ldconfig -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun +/sbin/ldconfig +%files +%defattr(-,root,root,-) +%{_bindir}/tclsh* +%{_datadir}/%{name}%{majorver} +%{_libdir}/lib%{name}%{majorver}.so +%{_libdir}/%{name}Config.sh +%{_mandir}/man1/* +# this should be prefix/lib +%{_prefix}/lib/%{name}%{majorver} +%doc README changes license.terms -%clean -%clean_buildroot - - -%files -%defattr(-,root,root,755) -%{_bindir}/* -%{_libdir}/tcl8.4 -%{_libdir}/tclConfig.sh -%{_datadir} - %files devel -%defattr(-,root,root,755) +%defattr(-,root,root) %{_includedir}/* -%{_libdir}/*.so -%{_libdir}/*.a +%{_libdir}/lib%{name}stub%{majorver}.a +%{_libdir}/lib%{name}.so +%{_mandir}/man3/* +%{_mandir}/mann/* +%files html +%defattr(-,root,root) +%doc html/* %changelog -* Wed Aug 25 2004 Jaakko Heinonen -- fix permissions -- add private headers +* Thu May 13 2004 Jens Petersen - 8.4.6-1 +- update to 8.4.6 -* Sat Aug 21 2004 Gerald Dachs 8.4.6-3gd -- cleaned up spec file +* Wed Apr 21 2004 Warren Togami - 8.4.5-7 +- obsolete former itcl package (#121414) -* Mon May 03 2004 Omar Kilani 8.4.6-2ok -- Rebuild -- Fix source. +* Wed Mar 10 2004 Jens Petersen - 8.4.5-6 +- apply tcl-8.4.5-autoconf.patch to build with autoconf 2.5x + (Robert Scheck, #116773) +- use %%{name} more extensively for script portability +- run "make test" by default when building (can be disabled with + "--without check") +- add a backwards compatible symlink %{_prefix}/lib/tk8.4 -> + %{_datadir}/tk8.4 (Michal Jaegermann, part of #90160) +- use "mkdir -p" instead of "mkdirhier" (Robert Scheck, #116771) +- include some doc files -* Thu Mar 11 2004 Chr. H. Toldnes 8.4.6-1ct -- Repackaged (tcl now in single package) -- New upstream version: 8.4.6 +* Tue Mar 02 2004 Elliot Lee - 8.4.5-5.1 +- rebuilt + +* Fri Feb 13 2004 Elliot Lee - 8.4.5-5 +- rebuilt + +* Mon Feb 2 2004 Jens Petersen - 8.4.5-4 +- include all private .h files under %{_includedir}/tcl-private + +* Mon Dec 1 2003 Thomas Woerner 8.4.5-3 +- removed rpath (patch 4) + +* Fri Nov 28 2003 Jens Petersen - 8.4.5-2 +- put private header files under generic and unix subdirs +- include real generic/tclPort.h not just a symlink to tclUnixPort.h +- add tclMath.h to %{_includedir}/tcl-private/generic for building tk +- remove build remnants from tclConfig.sh + +* Thu Nov 27 2003 Jens Petersen - 8.4.5-1 +- new package split out from tcltk +- update to tcl 8.4.5 (#88429) + - drop tcl-8.3.3-heiierarchy.patch, tcl-8.3.3-dlopen.patch + and tcl8.3.5-koi8-u.enc-88806.patch +- include private include headers under %{_includedir}/tcl-private +- filtered changelog for tcl +- buildrequire autoconf213 (#110583) [mvd at mylinux.com.ua] + +* Wed Sep 17 2003 Matt Wilson 8.3.5-92 +- rebuild again for #91211 + +* Wed Sep 17 2003 Matt Wilson 8.3.5-91 +- rebuild to fix gzipped file md5sums (#91211) + +* Fri Jul 04 2003 Jens Petersen - 8.3.5-90 +- split out devel files from tcl and tk into -devel subpackages (#90087) +- fix tcl package path in tclConfig.sh to point to datadir (#90160) + [reported by Michal Jaegermann] +- remove gratuitous whitespace in koi8-u.enc (#88806) + [reported with fix by Victor Cheburkin] +- update ucs4 patch to also change regcustom.h, but disable it for now (#89098) + +* Thu Feb 6 2003 Jens Petersen - 8.3.5-88 +- use ucs4 wide chars since python now does (tkinter) + +* Fri Jan 17 2003 Jens Petersen - 8.3.5-85 +- add some requires + +* Tue Jan 14 2003 Jens Petersen - 8.3.5-84 +- link all libs with DT_SONAME using tcl.m4 patch (#81297) +- drop synthetic lib provides +- remove obsolete patches from srpm +- update buildrequires +- use buildroot instead of RPM_BUILD_ROOT +- install all man pages under mandir, instead of moving some from /usr/man +- install libtcl and libtk mode 755 +- introduce _genfilelist macro for clean single-sweep find filelist generation + for each package +- use perl to remove buildroot prefix from filelists + +* Tue Jan 7 2003 Jeff Johnson 8.3.5-80 +- rebuild to generate deps for4 DSO's w/o DT_SONAME correctly. + +* Sat Jan 4 2003 Jeff Johnson 8.3.5-79 +- set execute bits on library so that requires are generated. + +* Tue Dec 10 2002 Jens Petersen 8.3.5-78 +- make lib symlinks to .so not .so.0 + +* Tue Dec 10 2002 Jens Petersen 8.3.5-77 +- fix summary-not-capitalized for tclx, tcllib, tcl-html + +* Mon Dec 9 2002 Jens Petersen 8.3.5-76 +- make it build on x86_64 (details below) +- don't explicitly update config.{guess,sub} since %%configure does it for us +- added "--without check" rpmbuild option to disable running tests in future +- build and install tcl and tk with script files under datadir (not libdir) +- generate filelists from datadir and not from mandir from now on + +* Tue Dec 3 2002 Jens Petersen +- update to tcl-8.3.5, tk-8.3.5, tcl-html-8.3.5 +- update url for tcl, tk, tclx, itcl, tcllib +- build without all makecfg patches for now + - in particular use upstream versioned library name convention +- add backward compatible lib symlinks for now +- add unversioned symlinks for versioned bindir files +- use make's -C option rather than jumping in and out of source dirs + during install +- use INSTALL_ROOT destdir-like make variable instead of makeinstall + for all subpackages except tix and itcl + +* Mon Oct 21 2002 Jens Petersen +- update to tcl-8.3.4, tk-8.3.4 (#75600), tcllib-1.3, itcl-3.2.1, + tix-8.1.3 (#59098) +- drop obsolete tcl cruft, tcl refcount, tix perf patches +- added tcltk html manual +- drop the crud compat dir symlinks in libdir +- package now builds without tcl or tk installed (partly #52606) + - replace all relative paths by absolutes ones, using new tcltktop + - give absolute paths to tcl and tk when configuring + - give buildroot bindir path to tcllib make + - export buildroot libdir in LD_LIBRARY_PATH when installing +- replace tclvers and tkvers by tcltkvers and use it +- replace tcl_major and tk_major by tcltk_major and use it +- don't explicitly provide 64bit libs on ia64 and sparc64 + +* Mon Jan 07 2002 Florian La Roche +- fix config.guess and config.sub to newer versions + +* Mon Aug 29 2001 Adrian Havill + +* Mon Aug 8 2001 Adrian Havill +- re-enable glibc string and math inlines; recent gcc is a-ok. +- optimize at -O2 instead of -O +- rename "soname" patches related to makefile/autoconf changes +- added elf "needed" for tk, tclx, tix, itk + +* Thu Jul 19 2001 Adrian Havill +- used %%makeinstall to brute force fix any remaining unflexible makefile dirs +- fixed bad ref count release in tcl (bug 49406) +- revert --enable-threads, linux is (still) not ready (yet) (bug 49251) + +* Sun Jul 8 2001 Adrian Havill +- refresh all sources to latest stable (TODO: separate expect/expectk) +- massage out some build stuff to patches (TODO: libtoolize hacked constants) +- remove patches already rolled into the upstream +- removed RPATH (bugs 45569, 46085, 46086), added SONAMEs to ELFs +- changed shared object filenames to something less gross +- reenable threads which seem to work now +- made compile-friendly for IA64 + +* Sun Jun 24 2001 Elliot Lee +- Bump release + rebuild for 7.2. + +* Fri Mar 23 2001 Bill Nottingham +- bzip2 sources + +* Mon Mar 19 2001 Preston Brown +- build fix from ahavill. + +* Tue Feb 13 2001 Adrian Havill +- added "ja_JP.eucJP" to locale list for tcl + +* Tue Feb 13 2001 Adrian Havill +- rebuild so make check passes + +* Fri Oct 20 2000 Than Ngo +- rebuild with -O0 on alpha (bug #19461) + +* Thu Aug 17 2000 Jeff Johnson +- summaries from specspo. + +* Thu Aug 3 2000 Jeff Johnson +- merge "best known" patches from searching, stubs were broken. + +* Thu Jul 27 2000 Jeff Johnson +- rebuild against "working" util-linux col. + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Fri Jun 16 2000 Jeff Johnson +- don't mess with %%{_libdir}, it's gonna be a FHS pita. + +* Fri Jun 2 2000 Jeff Johnson +- FHS packaging changes. +- revert --enable-threads, linux is not ready (yet) (#11789). +- tcl/tk: update to 8.3.1 (#10779). +- abstract major tcltk version for soname expansion etc. + +* Sat Mar 18 2000 Jeff Johnson +- update to (tcl,tk}-8.2.3, expect-5.31, and itcl-3.1.0, URL's as well. +- use perl to drill out pre-pended RPM_BUILD_ROOT. +- configure with --enable-threads (experimental). +- correct hierarchy spelling (#7082). + +* Tue Mar 7 2000 Jeff Johnson +- rebuild for sparc baud rates > 38400. + +* Mon Feb 7 2000 Bill Nottingham +- handle compressed manpages + +* Thu Feb 03 2000 Elliot Lee +- Make changes from bug number 7602 +- Apply patch from bug number 7537 +- Apply fix from bug number 7157 +- Add fixes from bug #7601 to the runtcl patch + +* Wed Feb 02 2000 Cristian Gafton +- fix descriptions +- man pages are compressed (whatapain) + +* Tue Nov 30 1999 Jakub Jelinek +- compile on systems where SIGPWR == SIGLOST. + +* Sat May 1 1999 Jeff Johnson +- update tcl/tk to 8.0.5. + +* Tue Feb 16 1999 Jeff Johnson +- upgrade tcl/tk/tclX to 8.0.4 + +* Tue Jan 12 1999 Cristian Gafton +- call libtoolize to allow building on the arm +- build for glibc 2.1 +- strip binaries + +* Thu Sep 10 1998 Jeff Johnson +- update tcl/tk/tclX to 8.0.3, expect is updated also. + +* Thu May 07 1998 Prospector System +- translations modified for de, fr, tr + +* Thu Apr 09 1998 Erik Troan +- updated version numbers of tcl/tk to relflect inclusion of p2 + +* Wed Mar 25 1998 Cristian Gafton +- updated tcl/tk to patch level 2 + +* Wed Oct 22 1997 Otto Hammersmith +- added patch to remove libieee test in configure.in for tcl and tk. + Shouldn't be needed anymore for glibc systems, but this isn't the "proper" + solution for all systems +- fixed src urls + +* Mon Oct 06 1997 Erik Troan +- removed version numbers from descriptions + +* Mon Sep 22 1997 Erik Troan +- updated to tcl/tk 8.0 and related versions of packages + +* Tue Jun 17 1997 Erik Troan +- built against glibc From svn at tinysofa.org Thu Aug 26 06:28:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Thu, 26 Aug 2004 16:28:12 +1000 (EST) Subject: [tinysofa-svn] r4194 - contrib/1.1/xorg-x11/current/specs Message-ID: <20040826062812.D89844E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-26 16:28:09 +1000 (Thu, 26 Aug 2004) New Revision: 4194 Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec Log: - own basic X11 directory structure Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec =================================================================== --- contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-26 06:22:35 UTC (rev 4193) +++ contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-26 06:28:09 UTC (rev 4194) @@ -24,7 +24,7 @@ # Use very future proofed version number, until we know what upstream version # will really be. Version: 6.7.0 -Release: 4jh +Release: 5jh #.%{cvs_release} %define build_maintainer_mode %( hostname -f |grep -q capslock.lan && echo 1 || echo 0) @@ -2375,6 +2375,18 @@ # XFree86 package %files -f filelist.%{name} + +# ts 1.x filesystem package doesn't own following directories +%defattr(-,root,root,755) +%dir %{_x11dir} +%dir %{_x11bindir} +%dir %{_x11datadir} +%dir %{_x11includedir} +%dir %{_x11libdir} +%dir %{_x11libdir} +%dir %{_x11mandir} +%dir /etc/X11 + %defattr(-,root,root) %doc CHANGELOG %dir /etc/X11/lbxproxy @@ -3419,6 +3431,9 @@ [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 26 2004 Jaakko Heinonen 6.7.0-5jh +- own basic X11 directory structure + * Sun Aug 22 2004 Gerald Dachs 6.7.0-4gd - exchanged ttmkfdir with mkfontscale in spec file From svn at tinysofa.org Thu Aug 26 14:31:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 27 Aug 2004 00:31:45 +1000 (EST) Subject: [tinysofa-svn] r4195 - in tinysofa/releases/1.1/samba/current: sources specs Message-ID: <20040826143145.58DE84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-27 00:31:42 +1000 (Fri, 27 Aug 2004) New Revision: 4195 Added: tinysofa/releases/1.1/samba/current/sources/samba-3.0.6.tar.gz Removed: tinysofa/releases/1.1/samba/current/sources/samba-3.0.4-unixpath.patch tinysofa/releases/1.1/samba/current/sources/samba-3.0.5.tar.gz Modified: tinysofa/releases/1.1/samba/current/sources/samba-3.0.3-logfiles.patch tinysofa/releases/1.1/samba/current/sources/samba-3.0.3pre1-pie.patch tinysofa/releases/1.1/samba/current/specs/samba.spec Log: - 3.0.6 Modified: tinysofa/releases/1.1/samba/current/sources/samba-3.0.3-logfiles.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.3-logfiles.patch 2004-08-26 06:28:09 UTC (rev 4194) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.3-logfiles.patch 2004-08-26 14:31:42 UTC (rev 4195) @@ -72,14 +72,3 @@ # Put a capping on the size of the log files (in Kb). max log size = 50 ---- samba-3.0.3/docs/htmldocs/howto/bugreport.html.logfiles 2004-04-27 06:54:12.000000000 -0400 -+++ samba-3.0.3/docs/htmldocs/howto/bugreport.html 2004-04-29 15:42:45.000000000 -0400 -@@ -46,7 +46,7 @@ - - log level = 10 - -- log file = /usr/local/samba/lib/log.%m -+ log file = /usr/local/samba/lib/%m.log - - include = /usr/local/samba/lib/smb.conf.%m

- and create a file /usr/local/samba/lib/smb.conf.machine where Modified: tinysofa/releases/1.1/samba/current/sources/samba-3.0.3pre1-pie.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.3pre1-pie.patch 2004-08-26 06:28:09 UTC (rev 4194) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.3pre1-pie.patch 2004-08-26 14:31:42 UTC (rev 4195) @@ -36,253 +36,3 @@ smbd/build_options.c: include/config.h.in script/mkbuildoptions.awk @echo Generating $@ -@@ -782,172 +782,172 @@ - - bin/smbd at EXEEXT@: $(SMBD_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBD_OBJ) $(LDFLAGS) $(LDAP_LIBS) \ -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBD_OBJ) $(LDFLAGS) $(LDAP_LIBS) \ - $(KRB5LIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) \ - $(ACL_LIBS) $(PASSDB_LIBS) $(LIBS) @POPTLIBS@ - - bin/nmbd at EXEEXT@: $(NMBD_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(NMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(NMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) - - bin/wrepld at EXEEXT@: $(WREPL_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(WREPL_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ -+ @$(CC) $(FLAGS) -pie -o $@ $(WREPL_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ - - bin/swat at EXEEXT@: $(SWAT_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SWAT_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINT_LIBS) \ -+ @$(CC) $(FLAGS) -pie -o $@ $(SWAT_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINT_LIBS) \ - $(AUTH_LIBS) $(LIBS) $(PASSDB_LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) - - bin/rpcclient at EXEEXT@: $(RPCCLIENT_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(LDFLAGS) $(PASSDB_LIBS) $(RPCCLIENT_OBJ) \ -+ @$(CC) $(FLAGS) -pie -o $@ $(LDFLAGS) $(PASSDB_LIBS) $(RPCCLIENT_OBJ) \ - $(DYNEXP) $(TERMLDFLAGS) $(TERMLIBS) $(LIBS) @POPTLIBS@ \ - $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbclient at EXEEXT@: $(CLIENT_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(CLIENT_OBJ) $(LDFLAGS) $(DYNEXP) $(TERMLDFLAGS) $(TERMLIBS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(CLIENT_OBJ) $(LDFLAGS) $(DYNEXP) $(TERMLDFLAGS) $(TERMLIBS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) - - bin/net at EXEEXT@: $(NET_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(NET_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) $(PASSDB_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(NET_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) $(PASSDB_LIBS) - - bin/profiles at EXEEXT@: $(PROFILES_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(PROFILES_OBJ) $(LDFLAGS) $(LIBS) @POPTLIBS@ -+ @$(CC) $(FLAGS) -pie -o $@ $(PROFILES_OBJ) $(LDFLAGS) $(LIBS) @POPTLIBS@ - - bin/editreg at EXEEXT@: $(EDITREG_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(EDITREG_OBJ) $(LDFLAGS) $(LIBS) @POPTLIBS@ -+ @$(CC) $(FLAGS) -pie -o $@ $(EDITREG_OBJ) $(LDFLAGS) $(LIBS) @POPTLIBS@ - - bin/smbspool at EXEEXT@: $(CUPS_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(CUPS_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(CUPS_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbmount at EXEEXT@: $(MOUNT_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(MOUNT_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(MOUNT_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbmnt at EXEEXT@: $(MNT_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(MNT_OBJ) $(LDFLAGS) -+ @$(CC) $(FLAGS) -pie -o $@ $(MNT_OBJ) $(LDFLAGS) - - bin/smbumount at EXEEXT@: $(UMOUNT_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(UMOUNT_OBJ) $(LDFLAGS) -+ @$(CC) $(FLAGS) -pie -o $@ $(UMOUNT_OBJ) $(LDFLAGS) - - bin/testparm at EXEEXT@: $(TESTPARM_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(TESTPARM_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ -+ @$(CC) $(FLAGS) -pie -o $@ $(TESTPARM_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ - - bin/testprns at EXEEXT@: $(TESTPRNS_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(TESTPRNS_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINT_LIBS) $(LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(TESTPRNS_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINT_LIBS) $(LIBS) - - bin/smbstatus at EXEEXT@: $(STATUS_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(STATUS_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) \ -+ @$(CC) $(FLAGS) -pie -o $@ $(STATUS_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) \ - @POPTLIBS@ - - bin/smbcontrol at EXEEXT@: $(SMBCONTROL_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) -DUSING_SMBCONTROL $(FLAGS) -o $@ $(SMBCONTROL_OBJ) $(DYNEXP) \ -+ @$(CC) -DUSING_SMBCONTROL $(FLAGS) -pie -o $@ $(SMBCONTROL_OBJ) $(DYNEXP) \ - $(LDFLAGS) $(LIBS) \ - @POPTLIBS@ - - bin/smbtree at EXEEXT@: $(SMBTREE_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBTREE_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBTREE_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbpasswd at EXEEXT@: $(SMBPASSWD_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBPASSWD_OBJ) $(LDFLAGS) $(PASSDB_LIBS) \ -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBPASSWD_OBJ) $(LDFLAGS) $(PASSDB_LIBS) \ - $(DYNEXP) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/pdbedit at EXEEXT@: $(PDBEDIT_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(LDAP_LIBS) - - bin/smbget at EXEEXT@: $(SMBGET_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBGET_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBGET_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) - - bin/samtest at EXEEXT@: $(SAMTEST_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SAMTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(SAMTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/nmblookup at EXEEXT@: $(NMBLOOKUP_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(NMBLOOKUP_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(NMBLOOKUP_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(LDAP_LIBS) - - bin/smbtorture at EXEEXT@: $(SMBTORTURE_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBTORTURE_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBTORTURE_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) - - bin/talloctort at EXEEXT@: $(TALLOCTORT_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(TALLOCTORT_OBJ) $(LDFLAGS) $(LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(TALLOCTORT_OBJ) $(LDFLAGS) $(LIBS) - - bin/masktest at EXEEXT@: $(MASKTEST_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(MASKTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) -+ @$(CC) $(FLAGS) -pie -o $@ $(MASKTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) - - bin/msgtest at EXEEXT@: $(MSGTEST_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(MSGTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(MSGTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbcacls at EXEEXT@: $(SMBCACLS_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBCACLS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBCACLS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbcquotas at EXEEXT@: $(SMBCQUOTAS_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBCQUOTAS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBCQUOTAS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) - - bin/locktest at EXEEXT@: $(LOCKTEST_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(LOCKTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(LOCKTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/nsstest at EXEEXT@: $(NSSTEST_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(NSSTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(NSSTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/vfstest at EXEEXT@: $(VFSTEST_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) $(ACL_LIBS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) $(ACL_LIBS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbiconv at EXEEXT@: $(SMBICONV_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBICONV_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@ -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBICONV_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@ - - bin/log2pcap at EXEEXT@: $(LOG2PCAP_OBJ) @BUILD_POPT@ bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(LOG2PCAP_OBJ) $(LDFLAGS) @POPTLIBS@ $(LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(LOG2PCAP_OBJ) $(LDFLAGS) @POPTLIBS@ $(LIBS) - - bin/locktest2 at EXEEXT@: $(LOCKTEST2_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(LOCKTEST2_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(LOCKTEST2_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/rpctorture at EXEEXT@: $(RPCTORTURE_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(RPCTORTURE_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(RPCTORTURE_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/debug2html at EXEEXT@: $(DEBUG2HTML_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(DEBUG2HTML_OBJ) $(LDFLAGS) $(LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(DEBUG2HTML_OBJ) $(LDFLAGS) $(LIBS) - - bin/smbfilter at EXEEXT@: $(SMBFILTER_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBFILTER_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBFILTER_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbw_sample at EXEEXT@: $(SMBW_OBJ) utils/smbw_sample.o bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBW_OBJ) utils/smbw_sample.o $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBW_OBJ) utils/smbw_sample.o $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) - - bin/smbsh at EXEEXT@: $(SMBSH_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(SMBSH_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) -+ @$(CC) $(FLAGS) -pie -o $@ $(SMBSH_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) - - bin/smbwrapper. at SHLIBEXT@: $(PICOBJS) bin/.dummy - @echo Linking shared library $@ -@@ -1190,28 +1190,28 @@ - - bin/tdbbackup at EXEEXT@: $(TDBBACKUP_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(TDBBACKUP_OBJ) -+ @$(CC) $(FLAGS) -pie -o $@ $(TDBBACKUP_OBJ) - - bin/tdbdump at EXEEXT@: $(TDBDUMP_OBJ) bin/.dummy - @echo Linking $@ -- @$(CC) $(FLAGS) -o $@ $(TDBDUMP_OBJ) -+ @$(CC) $(FLAGS) -pie -o $@ $(TDBDUMP_OBJ) - - bin/t_strcmp at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_strcmp.o -- $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_strcmp.o -L ./bin -lbigballofmud -+ $(CC) $(FLAGS) -pie -o $@ $(LIBS) torture/t_strcmp.o -L ./bin -lbigballofmud - - bin/t_strstr at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_strstr.o -- $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_strstr.o -L ./bin -lbigballofmud -+ $(CC) $(FLAGS) -pie -o $@ $(LIBS) torture/t_strstr.o -L ./bin -lbigballofmud - - bin/t_stringoverflow at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_stringoverflow.o -- $(CC) $(FLAGS) -o $@ torture/t_stringoverflow.o -L./bin -lbigballofmud -+ $(CC) $(FLAGS) -pie -o $@ torture/t_stringoverflow.o -L./bin -lbigballofmud - - bin/t_doschar at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_doschar.o -- $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_doschar.o -L ./bin -lbigballofmud -+ $(CC) $(FLAGS) -pie -o $@ $(LIBS) torture/t_doschar.o -L ./bin -lbigballofmud - bin/t_push_ucs2 at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_push_ucs2.o -- $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_push_ucs2.o -L ./bin -lbigballofmud -+ $(CC) $(FLAGS) -pie -o $@ $(LIBS) torture/t_push_ucs2.o -L ./bin -lbigballofmud - - bin/t_snprintf at EXEEXT@: lib/snprintf.c -- $(CC) $(FLAGS) -o $@ -DTEST_SNPRINTF lib/snprintf.c -lm -+ $(CC) $(FLAGS) -pie -o $@ -DTEST_SNPRINTF lib/snprintf.c -lm - install: installbin installman installscripts installdat installswat installmodules @INSTALLCLIENT@ - - install-everything: install installmodules Deleted: tinysofa/releases/1.1/samba/current/sources/samba-3.0.4-unixpath.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.4-unixpath.patch 2004-08-26 06:28:09 UTC (rev 4194) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.4-unixpath.patch 2004-08-26 14:31:42 UTC (rev 4195) @@ -1,14 +0,0 @@ -diff -urN samba-3.0.4/source/smbd/filename.c samba-3.0.4.unixpath/source/smbd/filename.c ---- samba-3.0.4/source/smbd/filename.c 2004-04-04 17:37:31.000000000 +1000 -+++ samba-3.0.4.unixpath/source/smbd/filename.c 2004-05-18 22:45:24.000000000 +1000 -@@ -137,6 +137,10 @@ - if (!*name) { - name[0] = '.'; - name[1] = '\0'; -+ if (SMB_VFS_STAT(conn,name,&st) == 0) { -+ *pst = st; -+ } -+ DEBUG(5,("conversion finished %s -> %s\n",orig_path, name)); - return(True); - } - Deleted: tinysofa/releases/1.1/samba/current/sources/samba-3.0.5.tar.gz =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/samba/current/sources/samba-3.0.6.tar.gz =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/samba/current/sources/samba-3.0.6.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec =================================================================== --- tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-26 06:28:09 UTC (rev 4194) +++ tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-26 14:31:42 UTC (rev 4195) @@ -2,8 +2,8 @@ Summary: The Samba SMB server. Name: samba -Version: 3.0.5 -Release: 2ts +Version: 3.0.6 +Release: 1jh Epoch: 0 License: GNU GPL Version 2 Group: extra @@ -30,7 +30,6 @@ Patch6: samba-3.0.4-smb.conf.patch Patch7: samba-3.0.4-man.patch Patch8: samba-3.0.4-warning.patch -Patch9: samba-3.0.4-unixpath.patch Requires: pam >= 0:0.64 %{auth} samba-common = %{epoch}:%{version} Requires: logrotate >= 0:3.4 initscripts >= 0:5.54-1 @@ -113,7 +112,6 @@ %patch6 -p1 -b .upstream %patch7 -p1 -b .man %patch8 -p1 -b .warning -%patch9 -p1 -b .unixpath # crap rm -f examples/VFS/.cvsignore @@ -124,7 +122,6 @@ cd .. %build - cd source %ifarch i386 sparc RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" @@ -135,6 +132,7 @@ autoconf EXTRA="-D_LARGEFILE64_SOURCE" %endif +export LDFLAGS="$LDFLAGS -pie" CFLAGS=-D_GNU_SOURCE %configure \ --with-acl-support \ --with-automount \ From svn at tinysofa.org Thu Aug 26 15:24:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 27 Aug 2004 01:24:04 +1000 (EST) Subject: [tinysofa-svn] r4196 - in tinysofa/releases/1.1/samba/current: sources specs Message-ID: <20040826152404.9F3BB4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-27 01:24:01 +1000 (Fri, 27 Aug 2004) New Revision: 4196 Added: tinysofa/releases/1.1/samba/current/sources/samba-3.0.5pre1-smbclient-kerberos.patch tinysofa/releases/1.1/samba/current/sources/samba-3.0.5rc1-passwd.patch tinysofa/releases/1.1/samba/current/sources/samba-3.0.6-logfiles.patch tinysofa/releases/1.1/samba/current/sources/samba-3.0.6-pie.patch Removed: tinysofa/releases/1.1/samba/current/sources/samba-3.0.3-logfiles.patch tinysofa/releases/1.1/samba/current/sources/samba-3.0.3pre1-pie.patch Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec Log: - update patches Deleted: tinysofa/releases/1.1/samba/current/sources/samba-3.0.3-logfiles.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.3-logfiles.patch 2004-08-26 14:31:42 UTC (rev 4195) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.3-logfiles.patch 2004-08-26 15:24:01 UTC (rev 4196) @@ -1,74 +0,0 @@ -diff -u -r samba-3.0.0beta3.orig/packaging/RedHat/samba.log samba-3.0.0beta3/packaging/RedHat/samba.log ---- samba-3.0.0beta3.orig/packaging/RedHat/samba.log 2003-07-28 17:27:06.000000000 -0400 -+++ samba-3.0.0beta3/packaging/RedHat/samba.log 2003-07-28 17:57:39.000000000 -0400 -@@ -1,10 +1,10 @@ --/var/log/samba/log.nmbd { -+/var/log/samba/nmbd.log { - postrotate - /usr/bin/killall -HUP nmbd - endscript - } - --/var/log/samba/log.smbd { -+/var/log/samba/smbd.log { - postrotate - /usr/bin/killall -HUP smbd - endscript -diff -u -r samba-3.0.0beta3.orig/source/lib/popt_common.c samba-3.0.0beta3/source/lib/popt_common.c ---- samba-3.0.0beta3.orig/source/lib/popt_common.c 2003-07-28 17:27:07.000000000 -0400 -+++ samba-3.0.0beta3/source/lib/popt_common.c 2003-07-28 17:56:28.000000000 -0400 -@@ -55,7 +55,7 @@ - pname++; - - if (reason == POPT_CALLBACK_REASON_PRE) { -- pstr_sprintf(logfile, "%s/log.%s", dyn_LOGFILEBASE, pname); -+ pstr_sprintf(logfile, "%s/%s.log", dyn_LOGFILEBASE, pname); - lp_set_logfile(logfile); - return; - } -@@ -93,7 +93,7 @@ - - case 'l': - if (arg) { -- pstr_sprintf(logfile, "%s/log.%s", arg, pname); -+ pstr_sprintf(logfile, "%s/%s.log", arg, pname); - lp_set_logfile(logfile); - } - break; -diff -u -r samba-3.0.0beta3.orig/source/nmbd/nmbd.c samba-3.0.0beta3/source/nmbd/nmbd.c ---- samba-3.0.0beta3.orig/source/nmbd/nmbd.c 2003-07-28 17:27:08.000000000 -0400 -+++ samba-3.0.0beta3/source/nmbd/nmbd.c 2003-07-28 17:56:47.000000000 -0400 -@@ -621,7 +621,7 @@ - - sys_srandom(time(NULL) ^ sys_getpid()); - -- slprintf(logfile, sizeof(logfile)-1, "%s/log.nmbd", dyn_LOGFILEBASE); -+ slprintf(logfile, sizeof(logfile)-1, "%s/nmbd.log", dyn_LOGFILEBASE); - lp_set_logfile(logfile); - - fault_setup((void (*)(void *))fault_continue ); ---- samba-3.0.0rc1/source/nsswitch/winbindd.c.logfiles 2003-08-15 16:39:57.000000000 -0400 -+++ samba-3.0.0rc1/source/nsswitch/winbindd.c 2003-08-18 09:24:51.000000000 -0400 -@@ -830,7 +830,7 @@ - exit(1); - } - -- pstr_sprintf(logfile, "%s/log.winbindd", dyn_LOGFILEBASE); -+ pstr_sprintf(logfile, "%s/winbindd.log", dyn_LOGFILEBASE); - lp_set_logfile(logfile); - setup_logging("winbindd", log_stdout); - reopen_logs(); ---- samba-3.0.3pre1/packaging/RedHat/smb.conf.logfiles 2004-03-19 11:26:16.000000000 -0500 -+++ samba-3.0.3pre1/packaging/RedHat/smb.conf 2004-03-22 11:54:14.000000000 -0500 -@@ -43,9 +43,9 @@ - - # this tells Samba to use a separate log file for each machine - # that connects -- # log file = /var/log/samba/log.%m -+ log file = /var/log/samba/%m.log - # all log information in one file -- log file = /var/log/samba/smbd.log -+# log file = /var/log/samba/smbd.log - - # Put a capping on the size of the log files (in Kb). - max log size = 50 Deleted: tinysofa/releases/1.1/samba/current/sources/samba-3.0.3pre1-pie.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.3pre1-pie.patch 2004-08-26 14:31:42 UTC (rev 4195) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.3pre1-pie.patch 2004-08-26 15:24:01 UTC (rev 4196) @@ -1,38 +0,0 @@ ---- samba-3.0.3pre1/source/Makefile.in.pie 2004-03-19 11:26:16.000000000 -0500 -+++ samba-3.0.3pre1/source/Makefile.in 2004-03-22 12:05:31.000000000 -0500 -@@ -722,7 +722,7 @@ - @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ - dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi - @echo Compiling $*.c -- @$(CC) -I. -I$(srcdir) $(FLAGS) -c $< \ -+ @$(CC) -I. -I$(srcdir) $(FLAGS) -c -fPIE $< \ - -o $@ - @BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@ - -@@ -740,7 +740,7 @@ - - dynconfig.o: dynconfig.c Makefile - @echo Compiling $*.c -- @$(CC) $(FLAGS) $(PATH_FLAGS) -c $< -o $@ -+ @$(CC) $(FLAGS) $(PATH_FLAGS) -c -fPIE $< -o $@ - - dynconfig. at PICSUFFIX@: dynconfig.c Makefile - @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ -@@ -751,7 +751,7 @@ - - lib/version.o: lib/version.c include/version.h - @echo Compiling $*.c -- @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) -c $< -o $@ -+ @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) -c -fPIE $< -o $@ - - lib/version. at PICSUFFIX@: lib/version.c include/version.h - @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ -@@ -762,7 +762,7 @@ - - smbd/build_options.o: smbd/build_options.c Makefile include/config.h include/build_env.h include/proto.h - @echo Compiling $*.c -- @$(CC) $(FLAGS) $(PATH_FLAGS) -c $< -o $@ -+ @$(CC) $(FLAGS) $(PATH_FLAGS) -c -fPIE $< -o $@ - - smbd/build_options.c: include/config.h.in script/mkbuildoptions.awk - @echo Generating $@ Added: tinysofa/releases/1.1/samba/current/sources/samba-3.0.5pre1-smbclient-kerberos.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.5pre1-smbclient-kerberos.patch 2004-08-26 14:31:42 UTC (rev 4195) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.5pre1-smbclient-kerberos.patch 2004-08-26 15:24:01 UTC (rev 4196) @@ -0,0 +1,72 @@ +--- samba-3.0.5pre1/source/include/libsmbclient.h.vfs_changes 2004-05-25 16:09:34.000000000 +0200 ++++ samba-3.0.5pre1/source/include/libsmbclient.h 2004-07-16 11:29:31.678156289 +0200 +@@ -322,7 +322,8 @@ + typedef int (*smbc_purge_cached_fn) (SMBCCTX * c); + + +- ++#define SMB_CTX_FLAG_USE_KERBEROS (1 << 0) ++#define SMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS (1 << 1) + + /**@ingroup structure + * Structure that contains a client context information +@@ -455,7 +456,8 @@ + * do _NOT_ touch this from your program ! + */ + struct smbc_internal_data * internal; +- ++ ++ int flags; + }; + + +--- samba-3.0.5pre1/source/include/client.h.vfs_changes 2004-04-04 09:37:24.000000000 +0200 ++++ samba-3.0.5pre1/source/include/client.h 2004-07-15 10:11:30.000000000 +0200 +@@ -144,6 +144,7 @@ + uint16 max_recv_frag; + + BOOL use_kerberos; ++ BOOL fallback_after_kerberos; + BOOL use_spnego; + + BOOL use_oplocks; /* should we use oplocks? */ +--- samba-3.0.5pre1/source/libsmb/cliconnect.c.vfs_changes 2004-05-07 21:27:34.000000000 +0200 ++++ samba-3.0.5pre1/source/libsmb/cliconnect.c 2004-07-16 11:32:42.254495609 +0200 +@@ -754,13 +754,19 @@ + if (ret){ + SAFE_FREE(principal); + DEBUG(0, ("Kinit failed: %s\n", error_message(ret))); ++ if (cli->fallback_after_kerberos) ++ goto ntlmssp; + return ADS_ERROR_KRB5(ret); + } + } + + rc = cli_session_setup_kerberos(cli, principal, domain); +- SAFE_FREE(principal); +- return rc; ++ ++ if (ADS_ERR_OK(rc) || ++ !cli->fallback_after_kerberos) { ++ SAFE_FREE(principal); ++ return rc; ++ } + } + #endif + +--- samba-3.0.5pre1/source/libsmb/libsmbclient.c.vfs_changes 2004-05-25 16:09:33.000000000 +0200 ++++ samba-3.0.5pre1/source/libsmb/libsmbclient.c 2004-07-16 11:32:07.045790891 +0200 +@@ -584,6 +584,13 @@ + return NULL; + } + ++ if (context->flags & SMB_CTX_FLAG_USE_KERBEROS) { ++ c.use_kerberos = 1; ++ } ++ if (context->flags & SMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS) { ++ c.fallback_after_kerberos = 1; ++ } ++ + c.timeout = context->timeout; + + /* Force use of port 139 for first try, so browse lists can work */ Added: tinysofa/releases/1.1/samba/current/sources/samba-3.0.5rc1-passwd.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.5rc1-passwd.patch 2004-08-26 14:31:42 UTC (rev 4195) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.5rc1-passwd.patch 2004-08-26 15:24:01 UTC (rev 4196) @@ -0,0 +1,35 @@ +--- samba-3.0.5rc1/source/nsswitch/#winbindd_acct.c~ 2004-07-13 16:33:56.646899452 -0400 ++++ samba-3.0.5rc1/source/nsswitch/winbindd_acct.c 2004-07-13 16:33:56.662897400 -0400 +@@ -159,7 +159,7 @@ + + ret = pstr_sprintf( string, "%s:%s:%lu:%lu:%s:%s:%s", + pw->pw_name, +- pw->pw_passwd ? pw->pw_passwd : "x", ++ pw->pw_passwd ? pw->pw_passwd : "*", + (unsigned long)pw->pw_uid, + (unsigned long)pw->pw_gid, + pw->pw_gecos, +@@ -922,7 +922,7 @@ + /* fill in the passwd struct */ + + fstrcpy( pw.pw_name, user ); +- fstrcpy( pw.pw_passwd, "x" ); ++ fstrcpy( pw.pw_passwd, "*" ); + fstrcpy( pw.pw_gecos, user); + fstrcpy( pw.pw_dir, lp_template_homedir() ); + fstrcpy( pw.pw_shell, lp_template_shell() ); +--- samba-3.0.5rc1/source/nsswitch/#winbindd_user.c~ 2004-07-13 16:33:56.695893170 -0400 ++++ samba-3.0.5rc1/source/nsswitch/winbindd_user.c 2004-07-13 16:33:56.739887529 -0400 +@@ -96,10 +96,10 @@ + + SAFE_FREE(shell); + +- /* Password - set to "x" as we can't generate anything useful here. ++ /* Password - set to "*" as we can't generate anything useful here. + Authentication can be done using the pam_winbind module. */ + +- safe_strcpy(pw->pw_passwd, "x", sizeof(pw->pw_passwd) - 1); ++ safe_strcpy(pw->pw_passwd, "*", sizeof(pw->pw_passwd) - 1); + + return True; + } Added: tinysofa/releases/1.1/samba/current/sources/samba-3.0.6-logfiles.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.6-logfiles.patch 2004-08-26 14:31:42 UTC (rev 4195) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.6-logfiles.patch 2004-08-26 15:24:01 UTC (rev 4196) @@ -0,0 +1,85 @@ +diff -u -r samba-3.0.0beta3.orig/packaging/RedHat/samba.log samba-3.0.0beta3/packaging/RedHat/samba.log +--- samba-3.0.0beta3.orig/packaging/RedHat/samba.log 2003-07-28 17:27:06.000000000 -0400 ++++ samba-3.0.0beta3/packaging/RedHat/samba.log 2003-07-28 17:57:39.000000000 -0400 +@@ -1,10 +1,10 @@ +-/var/log/samba/log.nmbd { ++/var/log/samba/nmbd.log { + postrotate + /usr/bin/killall -HUP nmbd + endscript + } + +-/var/log/samba/log.smbd { ++/var/log/samba/smbd.log { + postrotate + /usr/bin/killall -HUP smbd + endscript +diff -u -r samba-3.0.0beta3.orig/source/lib/popt_common.c samba-3.0.0beta3/source/lib/popt_common.c +--- samba-3.0.0beta3.orig/source/lib/popt_common.c 2003-07-28 17:27:07.000000000 -0400 ++++ samba-3.0.0beta3/source/lib/popt_common.c 2003-07-28 17:56:28.000000000 -0400 +@@ -55,7 +55,7 @@ + pname++; + + if (reason == POPT_CALLBACK_REASON_PRE) { +- pstr_sprintf(logfile, "%s/log.%s", dyn_LOGFILEBASE, pname); ++ pstr_sprintf(logfile, "%s/%s.log", dyn_LOGFILEBASE, pname); + lp_set_logfile(logfile); + return; + } +@@ -93,7 +93,7 @@ + + case 'l': + if (arg) { +- pstr_sprintf(logfile, "%s/log.%s", arg, pname); ++ pstr_sprintf(logfile, "%s/%s.log", arg, pname); + lp_set_logfile(logfile); + } + break; +diff -u -r samba-3.0.0beta3.orig/source/nmbd/nmbd.c samba-3.0.0beta3/source/nmbd/nmbd.c +--- samba-3.0.0beta3.orig/source/nmbd/nmbd.c 2003-07-28 17:27:08.000000000 -0400 ++++ samba-3.0.0beta3/source/nmbd/nmbd.c 2003-07-28 17:56:47.000000000 -0400 +@@ -621,7 +621,7 @@ + + sys_srandom(time(NULL) ^ sys_getpid()); + +- slprintf(logfile, sizeof(logfile)-1, "%s/log.nmbd", dyn_LOGFILEBASE); ++ slprintf(logfile, sizeof(logfile)-1, "%s/nmbd.log", dyn_LOGFILEBASE); + lp_set_logfile(logfile); + + fault_setup((void (*)(void *))fault_continue ); +--- samba-3.0.0rc1/source/nsswitch/winbindd.c.logfiles 2003-08-15 16:39:57.000000000 -0400 ++++ samba-3.0.0rc1/source/nsswitch/winbindd.c 2003-08-18 09:24:51.000000000 -0400 +@@ -830,7 +830,7 @@ + exit(1); + } + +- pstr_sprintf(logfile, "%s/log.winbindd", dyn_LOGFILEBASE); ++ pstr_sprintf(logfile, "%s/winbindd.log", dyn_LOGFILEBASE); + lp_set_logfile(logfile); + setup_logging("winbindd", log_stdout); + reopen_logs(); +--- samba-3.0.3pre1/packaging/RedHat/smb.conf.logfiles 2004-03-19 11:26:16.000000000 -0500 ++++ samba-3.0.3pre1/packaging/RedHat/smb.conf 2004-03-22 11:54:14.000000000 -0500 +@@ -43,9 +43,9 @@ + + # this tells Samba to use a separate log file for each machine + # that connects +- # log file = /var/log/samba/log.%m ++ log file = /var/log/samba/%m.log + # all log information in one file +- log file = /var/log/samba/smbd.log ++# log file = /var/log/samba/smbd.log + + # Put a capping on the size of the log files (in Kb). + max log size = 50 +--- samba-3.0.6/docs/htmldocs/Samba-HOWTO-Collection/bugreport.html.logfiles 2004-08-19 10:29:26.000000000 -0400 ++++ samba-3.0.6/docs/htmldocs/Samba-HOWTO-Collection/bugreport.html 2004-08-20 10:48:31.000000000 -0400 +@@ -46,7 +46,7 @@ + + log level = 10 + +- log file = /usr/local/samba/lib/log.%m ++ log file = /usr/local/samba/lib/%m.log + + include = /usr/local/samba/lib/smb.conf.%m

+ and create a file /usr/local/samba/lib/smb.conf.machine where Added: tinysofa/releases/1.1/samba/current/sources/samba-3.0.6-pie.patch =================================================================== --- tinysofa/releases/1.1/samba/current/sources/samba-3.0.6-pie.patch 2004-08-26 14:31:42 UTC (rev 4195) +++ tinysofa/releases/1.1/samba/current/sources/samba-3.0.6-pie.patch 2004-08-26 15:24:01 UTC (rev 4196) @@ -0,0 +1,289 @@ +--- samba-3.0.6/source/Makefile.in.pie 2004-08-19 09:39:11.000000000 -0400 ++++ samba-3.0.6/source/Makefile.in 2004-08-20 10:55:32.000000000 -0400 +@@ -757,7 +757,7 @@ + @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ + dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi + @echo Compiling $*.c +- @$(CC) -I. -I$(srcdir) $(FLAGS) -c $< \ ++ @$(CC) -I. -I$(srcdir) $(FLAGS) -c -fPIE $< \ + -o $@ + @BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@ + +@@ -775,7 +775,7 @@ + + dynconfig.o: dynconfig.c Makefile + @echo Compiling $*.c +- @$(CC) $(FLAGS) $(PATH_FLAGS) -c $< -o $@ ++ @$(CC) $(FLAGS) $(PATH_FLAGS) -c -fPIE $< -o $@ + + dynconfig. at PICSUFFIX@: dynconfig.c Makefile + @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ +@@ -786,7 +786,7 @@ + + lib/version.o: lib/version.c include/version.h + @echo Compiling $*.c +- @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) -c $< -o $@ ++ @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) -c -fPIE $< -o $@ + + lib/version. at PICSUFFIX@: lib/version.c include/version.h + @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ +@@ -797,7 +797,7 @@ + + smbd/build_options.o: smbd/build_options.c Makefile include/config.h include/build_env.h include/proto.h + @echo Compiling $*.c +- @$(CC) $(FLAGS) $(PATH_FLAGS) -c $< -o $@ ++ @$(CC) $(FLAGS) $(PATH_FLAGS) -c -fPIE $< -o $@ + + smbd/build_options.c: include/config.h.in script/mkbuildoptions.awk + @echo Generating $@ +@@ -817,173 +817,173 @@ + + bin/smbd at EXEEXT@: $(SMBD_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBD_OBJ) $(LDFLAGS) $(LDAP_LIBS) \ ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBD_OBJ) $(LDFLAGS) $(LDAP_LIBS) \ + $(KRB5LIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) \ + $(ACL_LIBS) $(PASSDB_LIBS) $(LIBS) @POPTLIBS@ + + bin/nmbd at EXEEXT@: $(NMBD_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(NMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(NMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) + + bin/wrepld at EXEEXT@: $(WREPL_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(WREPL_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ ++ @$(CC) $(FLAGS) -pie -o $@ $(WREPL_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ + + bin/swat at EXEEXT@: $(SWAT_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SWAT_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINT_LIBS) \ ++ @$(CC) $(FLAGS) -pie -o $@ $(SWAT_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINT_LIBS) \ + $(AUTH_LIBS) $(LIBS) $(PASSDB_LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) + + bin/rpcclient at EXEEXT@: $(RPCCLIENT_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(LDFLAGS) $(PASSDB_LIBS) $(RPCCLIENT_OBJ) \ ++ @$(CC) $(FLAGS) -pie -o $@ $(LDFLAGS) $(PASSDB_LIBS) $(RPCCLIENT_OBJ) \ + $(DYNEXP) $(TERMLDFLAGS) $(TERMLIBS) $(LIBS) @POPTLIBS@ \ + $(KRB5LIBS) $(LDAP_LIBS) \ + $(XML_LIBS) $(MYSQL_LIBS) $(PGSQL_LIBS) + + bin/smbclient at EXEEXT@: $(CLIENT_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(CLIENT_OBJ) $(LDFLAGS) $(DYNEXP) $(TERMLDFLAGS) $(TERMLIBS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(CLIENT_OBJ) $(LDFLAGS) $(DYNEXP) $(TERMLDFLAGS) $(TERMLIBS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) + + bin/net at EXEEXT@: $(NET_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(NET_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) $(PASSDB_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(NET_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) $(PASSDB_LIBS) + + bin/profiles at EXEEXT@: $(PROFILES_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(PROFILES_OBJ) $(LDFLAGS) $(LIBS) @POPTLIBS@ ++ @$(CC) $(FLAGS) -pie -o $@ $(PROFILES_OBJ) $(LDFLAGS) $(LIBS) @POPTLIBS@ + + bin/editreg at EXEEXT@: $(EDITREG_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(EDITREG_OBJ) $(LDFLAGS) $(LIBS) @POPTLIBS@ ++ @$(CC) $(FLAGS) -pie -o $@ $(EDITREG_OBJ) $(LDFLAGS) $(LIBS) @POPTLIBS@ + + bin/smbspool at EXEEXT@: $(CUPS_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(CUPS_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(CUPS_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/smbmount at EXEEXT@: $(MOUNT_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(MOUNT_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(MOUNT_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/smbmnt at EXEEXT@: $(MNT_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(MNT_OBJ) $(LDFLAGS) ++ @$(CC) $(FLAGS) -pie -o $@ $(MNT_OBJ) $(LDFLAGS) + + bin/smbumount at EXEEXT@: $(UMOUNT_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(UMOUNT_OBJ) $(LDFLAGS) ++ @$(CC) $(FLAGS) -pie -o $@ $(UMOUNT_OBJ) $(LDFLAGS) + + bin/testparm at EXEEXT@: $(TESTPARM_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(TESTPARM_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ ++ @$(CC) $(FLAGS) -pie -o $@ $(TESTPARM_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ + + bin/testprns at EXEEXT@: $(TESTPRNS_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(TESTPRNS_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINT_LIBS) $(LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(TESTPRNS_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINT_LIBS) $(LIBS) + + bin/smbstatus at EXEEXT@: $(STATUS_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(STATUS_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) \ ++ @$(CC) $(FLAGS) -pie -o $@ $(STATUS_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) \ + @POPTLIBS@ + + bin/smbcontrol at EXEEXT@: $(SMBCONTROL_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) -DUSING_SMBCONTROL $(FLAGS) -o $@ $(SMBCONTROL_OBJ) $(DYNEXP) \ ++ @$(CC) -DUSING_SMBCONTROL $(FLAGS) -pie -o $@ $(SMBCONTROL_OBJ) $(DYNEXP) \ + $(LDFLAGS) $(LIBS) \ + @POPTLIBS@ + + bin/smbtree at EXEEXT@: $(SMBTREE_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBTREE_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBTREE_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) + + bin/smbpasswd at EXEEXT@: $(SMBPASSWD_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBPASSWD_OBJ) $(LDFLAGS) $(PASSDB_LIBS) \ ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBPASSWD_OBJ) $(LDFLAGS) $(PASSDB_LIBS) \ + $(DYNEXP) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/pdbedit at EXEEXT@: $(PDBEDIT_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(LDAP_LIBS) + + bin/smbget at EXEEXT@: $(SMBGET_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBGET_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBGET_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) + + bin/samtest at EXEEXT@: $(SAMTEST_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SAMTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(SAMTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/nmblookup at EXEEXT@: $(NMBLOOKUP_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(NMBLOOKUP_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(NMBLOOKUP_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(LDAP_LIBS) + + bin/smbtorture at EXEEXT@: $(SMBTORTURE_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBTORTURE_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBTORTURE_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) + + bin/talloctort at EXEEXT@: $(TALLOCTORT_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(TALLOCTORT_OBJ) $(LDFLAGS) $(LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(TALLOCTORT_OBJ) $(LDFLAGS) $(LIBS) + + bin/masktest at EXEEXT@: $(MASKTEST_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(MASKTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) ++ @$(CC) $(FLAGS) -pie -o $@ $(MASKTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) + + bin/msgtest at EXEEXT@: $(MSGTEST_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(MSGTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(MSGTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/smbcacls at EXEEXT@: $(SMBCACLS_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBCACLS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBCACLS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) + + bin/smbcquotas at EXEEXT@: $(SMBCQUOTAS_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBCQUOTAS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBCQUOTAS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) + + bin/locktest at EXEEXT@: $(LOCKTEST_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(LOCKTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(LOCKTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/nsstest at EXEEXT@: $(NSSTEST_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(NSSTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(NSSTEST_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/vfstest at EXEEXT@: $(VFSTEST_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) $(ACL_LIBS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) $(ACL_LIBS) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) + + bin/smbiconv at EXEEXT@: $(SMBICONV_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBICONV_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@ ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBICONV_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@ + + bin/log2pcap at EXEEXT@: $(LOG2PCAP_OBJ) @BUILD_POPT@ bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(LOG2PCAP_OBJ) $(LDFLAGS) @POPTLIBS@ $(LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(LOG2PCAP_OBJ) $(LDFLAGS) @POPTLIBS@ $(LIBS) + + bin/locktest2 at EXEEXT@: $(LOCKTEST2_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(LOCKTEST2_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(LOCKTEST2_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/rpctorture at EXEEXT@: $(RPCTORTURE_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(RPCTORTURE_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(RPCTORTURE_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/debug2html at EXEEXT@: $(DEBUG2HTML_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(DEBUG2HTML_OBJ) $(LDFLAGS) $(LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(DEBUG2HTML_OBJ) $(LDFLAGS) $(LIBS) + + bin/smbfilter at EXEEXT@: $(SMBFILTER_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBFILTER_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBFILTER_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/smbw_sample at EXEEXT@: $(SMBW_OBJ) utils/smbw_sample.o bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBW_OBJ) utils/smbw_sample.o $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBW_OBJ) utils/smbw_sample.o $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) + + bin/smbsh at EXEEXT@: $(SMBSH_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(SMBSH_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) ++ @$(CC) $(FLAGS) -pie -o $@ $(SMBSH_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) + + bin/smbwrapper. at SHLIBEXT@: $(PICOBJS) bin/.dummy + @echo Linking shared library $@ +@@ -1246,28 +1246,28 @@ + + bin/tdbbackup at EXEEXT@: $(TDBBACKUP_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(TDBBACKUP_OBJ) ++ @$(CC) $(FLAGS) -pie -o $@ $(TDBBACKUP_OBJ) + + bin/tdbdump at EXEEXT@: $(TDBDUMP_OBJ) bin/.dummy + @echo Linking $@ +- @$(CC) $(FLAGS) -o $@ $(TDBDUMP_OBJ) ++ @$(CC) $(FLAGS) -pie -o $@ $(TDBDUMP_OBJ) + + bin/t_strcmp at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_strcmp.o +- $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_strcmp.o -L ./bin -lbigballofmud ++ $(CC) $(FLAGS) -pie -o $@ $(LIBS) torture/t_strcmp.o -L ./bin -lbigballofmud + + bin/t_strstr at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_strstr.o +- $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_strstr.o -L ./bin -lbigballofmud ++ $(CC) $(FLAGS) -pie -o $@ $(LIBS) torture/t_strstr.o -L ./bin -lbigballofmud + + bin/t_stringoverflow at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_stringoverflow.o +- $(CC) $(FLAGS) -o $@ torture/t_stringoverflow.o -L./bin -lbigballofmud ++ $(CC) $(FLAGS) -pie -o $@ torture/t_stringoverflow.o -L./bin -lbigballofmud + + bin/t_doschar at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_doschar.o +- $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_doschar.o -L ./bin -lbigballofmud ++ $(CC) $(FLAGS) -pie -o $@ $(LIBS) torture/t_doschar.o -L ./bin -lbigballofmud + bin/t_push_ucs2 at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_push_ucs2.o +- $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_push_ucs2.o -L ./bin -lbigballofmud ++ $(CC) $(FLAGS) -pie -o $@ $(LIBS) torture/t_push_ucs2.o -L ./bin -lbigballofmud + + bin/t_snprintf at EXEEXT@: lib/snprintf.c +- $(CC) $(FLAGS) -o $@ -DTEST_SNPRINTF lib/snprintf.c -lm ++ $(CC) $(FLAGS) -pie -o $@ -DTEST_SNPRINTF lib/snprintf.c -lm + install: installbin installman installscripts installdat installswat installmodules @INSTALLCLIENT@ + + install-everything: install installmodules Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec =================================================================== --- tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-26 14:31:42 UTC (rev 4195) +++ tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-26 15:24:01 UTC (rev 4196) @@ -24,12 +24,14 @@ # generic patches Patch1: samba-2.2.0-smbw.patch Patch2: samba-3.0.0beta1-pipedir.patch -Patch3: samba-3.0.3-logfiles.patch -Patch4: samba-3.0.3pre1-pie.patch +Patch3: samba-3.0.6-logfiles.patch +Patch4: samba-3.0.6-pie.patch Patch5: samba-3.0.0rc3-nmbd-netbiosname.patch Patch6: samba-3.0.4-smb.conf.patch Patch7: samba-3.0.4-man.patch Patch8: samba-3.0.4-warning.patch +Patch9: samba-3.0.5rc1-passwd.patch +Patch10: samba-3.0.5pre1-smbclient-kerberos.patch Requires: pam >= 0:0.64 %{auth} samba-common = %{epoch}:%{version} Requires: logrotate >= 0:3.4 initscripts >= 0:5.54-1 @@ -112,6 +114,8 @@ %patch6 -p1 -b .upstream %patch7 -p1 -b .man %patch8 -p1 -b .warning +%patch9 -p1 -b .passwd +%patch10 -p1 -b .smbclient-kerberos # crap rm -f examples/VFS/.cvsignore @@ -132,7 +136,6 @@ autoconf EXTRA="-D_LARGEFILE64_SOURCE" %endif -export LDFLAGS="$LDFLAGS -pie" CFLAGS=-D_GNU_SOURCE %configure \ --with-acl-support \ --with-automount \ @@ -357,7 +360,6 @@ %{_bindir}/smbprint %{_bindir}/smbspool %{_bindir}/smbtar -%{_bindir}/net %{_bindir}/smbtree %{_mandir}/man1/findsmb.1* %{_mandir}/man1/nmblookup.1* @@ -366,7 +368,6 @@ %{_mandir}/man1/smbclient.1* %{_mandir}/man1/smbtar.1* %{_mandir}/man1/smbtree.1* -%{_mandir}/man8/net.8* #%{_mandir}/ja/man1/smbtar.1* #%{_mandir}/ja/man1/smbclient.1* #%{_mandir}/ja/man1/nmblookup.1* @@ -387,6 +388,7 @@ %{_libdir}/libsmbclient.so %{_libdir}/samba/charset/CP*.so %{_includedir}/libsmbclient.h +%{_bindir}/net %{_bindir}/testparm %{_bindir}/testprns %{_bindir}/smbpasswd @@ -419,6 +421,7 @@ %{_mandir}/man8/smbpasswd.8* %{_mandir}/man1/wbinfo.1* %{_mandir}/man8/winbindd.8* +%{_mandir}/man8/net.8* %{_mandir}/man1/vfstest.1* # #%lang(ja) %{_mandir}/ja/man1/make_smbcodepage.1* From svn at tinysofa.org Thu Aug 26 17:16:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 27 Aug 2004 03:16:13 +1000 (EST) Subject: [tinysofa-svn] r4197 - tinysofa/misc/comps/releases/1.1 Message-ID: <20040826171613.EBB7B4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-27 03:16:10 +1000 (Fri, 27 Aug 2004) New Revision: 4197 Modified: tinysofa/misc/comps/releases/1.1/comps Log: - mod_php4 -> php4 Modified: tinysofa/misc/comps/releases/1.1/comps =================================================================== --- tinysofa/misc/comps/releases/1.1/comps 2004-08-26 15:24:01 UTC (rev 4196) +++ tinysofa/misc/comps/releases/1.1/comps 2004-08-26 17:16:10 UTC (rev 4197) @@ -178,7 +178,8 @@ gdbm libpng mailcap - mod_php4 + php4 + php4-pear perl } @@ -293,8 +294,9 @@ gdbm libpng mailcap - mod_php4 - mod_php4-mysql + php4 + php4-pear + php4-mysql mysql-libs perl zlib-devel @@ -307,8 +309,9 @@ gdbm libpng mailcap - mod_php4 - mod_php4-pgsql + php4 + php4-pear + php4-pgsql perl postgresql-libs } From svn at tinysofa.org Thu Aug 26 18:31:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 27 Aug 2004 04:31:49 +1000 (EST) Subject: [tinysofa-svn] r4198 - in contrib/1.1: . xterm xterm/current xterm/current/sources xterm/current/specs Message-ID: <20040826183149.670654E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-27 04:31:46 +1000 (Fri, 27 Aug 2004) New Revision: 4198 Added: contrib/1.1/xterm/ contrib/1.1/xterm/current/ contrib/1.1/xterm/current/sources/ contrib/1.1/xterm/current/sources/xterm-179-ppc-fix-bug-101472.patch contrib/1.1/xterm/current/sources/xterm-192.tgz contrib/1.1/xterm/current/sources/xterm-can-2003-0063.patch contrib/1.1/xterm/current/sources/xterm-resources-redhat.patch contrib/1.1/xterm/current/specs/ contrib/1.1/xterm/current/specs/xterm.spec Log: new in contrib Added: contrib/1.1/xterm/current/sources/xterm-179-ppc-fix-bug-101472.patch =================================================================== --- contrib/1.1/xterm/current/sources/xterm-179-ppc-fix-bug-101472.patch 2004-08-26 17:16:10 UTC (rev 4197) +++ contrib/1.1/xterm/current/sources/xterm-179-ppc-fix-bug-101472.patch 2004-08-26 18:31:46 UTC (rev 4198) @@ -0,0 +1,28 @@ +Experimental patch for xterm bug #101472 on ppc/ppc64. +Author: Julie DeWandel + +https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101472 + +--- main.c.orig 2003-09-05 15:28:55.000000000 -0400 ++++ main.c 2003-09-05 15:29:15.000000000 -0400 +@@ -3394,8 +3394,18 @@ spawn(void) + HsSysError(cp_pipe[1], ERROR_TIOCLSET); + #endif /* TIOCLSET */ + #ifndef USE_POSIX_TERMIOS +- if (ioctl(tty, TCSETA, &tio) == -1) +- HsSysError(cp_pipe[1], ERROR_TIOCSETP); ++ if (ioctl(tty, TCSETA, &tio) == -1) { ++#if defined(linux) ++ if ((tio.c_cflag & CSIZE) == CS7) { ++ /* Retry with data size of 8 */ ++ tio.c_cflag = (tio.c_cflag & ~CSIZE) | CS8; ++ if (ioctl(tty, TCSETA, &tio) == -1) ++ HsSysError(cp_pipe[1], ERROR_TIOCSETP); ++ } ++ else ++#endif ++ HsSysError(cp_pipe[1], ERROR_TIOCSETP); ++ } + #else /* USE_POSIX_TERMIOS */ + if (tcsetattr(tty, TCSANOW, &tio) == -1) + HsSysError(cp_pipe[1], ERROR_TIOCSETP); Added: contrib/1.1/xterm/current/sources/xterm-192.tgz =================================================================== (Binary files differ) Property changes on: contrib/1.1/xterm/current/sources/xterm-192.tgz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/xterm/current/sources/xterm-can-2003-0063.patch =================================================================== --- contrib/1.1/xterm/current/sources/xterm-can-2003-0063.patch 2004-08-26 17:16:10 UTC (rev 4197) +++ contrib/1.1/xterm/current/sources/xterm-can-2003-0063.patch 2004-08-26 18:31:46 UTC (rev 4198) @@ -0,0 +1,16 @@ +--- charproc.c.can-2003-0063 2003-05-21 18:59:12.000000000 -0400 ++++ charproc.c 2003-05-26 06:10:23.000000000 -0400 +@@ -3956,8 +3956,13 @@ + break; + + case 21: /* Report the window's title */ ++/* This code block is disabled to fix a security issue reported ++ * in CAN-2003-0063 ++ */ ++#if 0 + report_win_label(screen, 'l', &text, + XGetWMName(screen->display, VShellWindow, &text)); ++#endif + break; + + default: /* DECSLPP (24, 25, 36, 48, 72, 144) */ Added: contrib/1.1/xterm/current/sources/xterm-resources-redhat.patch =================================================================== --- contrib/1.1/xterm/current/sources/xterm-resources-redhat.patch 2004-08-26 17:16:10 UTC (rev 4197) +++ contrib/1.1/xterm/current/sources/xterm-resources-redhat.patch 2004-08-26 18:31:46 UTC (rev 4198) @@ -0,0 +1,69 @@ +--- XTerm.ad.xtermresources Sat Jan 5 17:05:02 2002 ++++ XTerm.ad Wed Jan 23 14:51:59 2002 +@@ -112,11 +112,11 @@ + *VT100*dynamicColors: on + + ! Uncomment this to use color for underline attribute +-!*VT100*colorULMode: on +-!*VT100*underLine: off ++*VT100*colorULMode: on ++*VT100*underLine: off + + ! Uncomment this to use color for the bold attribute +-!*VT100*colorBDMode: on ++*VT100*colorBDMode: on + + ! Uncomment this to use the bold/underline colors in preference to other colors + !*VT100*colorAttrMode: on +@@ -137,5 +137,49 @@ + *VT100*color13: magenta + *VT100*color14: cyan + *VT100*color15: white +-*VT100*colorUL: yellow +-*VT100*colorBD: white ++*VT100*colorUL: green4 ++*VT100*colorBD: blue3 ++ ++! keyboard setup ++*VT100*backarrowKey: false ++ ++!This can be useful if you have an IntelliMouse. It maps the button ++!events generated by the wheel ++*VT100.translations: #override \ ++ Delete: string(0x1b) string("[3~") \n\ ++ Home: string(0x1b) string("[1~") \n\ ++ End: string(0x1b) string("[4~") \n\ ++~@Num_Lock KP_Home: string(0x1b) string("[1~") \n\ ++~@Num_Lock KP_End: string(0x1b) string("[4~") \n\ ++Shift F1: string(0x1b) string("[23~") \n\ ++Shift F2: string(0x1b) string("[24~") \n\ ++Shift F3: string(0x1b) string("[25~") \n\ ++Shift F4: string(0x1b) string("[26~") \n\ ++Shift F5: string(0x1b) string("[28~") \n\ ++Shift F6: string(0x1b) string("[29~") \n\ ++Shift F7: string(0x1b) string("[31~") \n\ ++Shift F8: string(0x1b) string("[32~") \n\ ++Shift F9: string(0x1b) string("[33~") \n\ ++Shift F10: string(0x1b) string("[34~") \n\ ++Alt Shift : string(0x1b) string("[5~") \n\ ++Alt Shift : string(0x1b) string("[6~") \n\ ++Alt Ctrl : string(0x1b) string("OA") \n\ ++Alt Ctrl : string(0x1b) string("OB") \n\ ++Alt : string(0x1b) string("OA") string(0x1b) string("OA") string(0x1b) string("OA") string(0x1b) string("OA") string(0x1b) string("OA") \n\ ++Alt : string(0x1b) string("OB") string(0x1b) string("OB") string(0x1b) string("OB") string(0x1b) string("OB") string(0x1b) string("OB") \n\ ++Shift : scroll-back(1,page) \n\ ++Shift : scroll-forw(1,page) \n\ ++Ctrl : scroll-back(1,line) \n\ ++Ctrl : scroll-forw(1,line) \n\ ++ : scroll-back(5,line) \n\ ++ : scroll-forw(5,line) ++ ++! Provide plenty of scrollback ++*VT100*saveLines: 2500 ++*VT100*scrollBar: true ++ ++! Bug fix for bugzilla bug #49315 ++*VT100*eightBitInput: false ++ ++ ++ Added: contrib/1.1/xterm/current/specs/xterm.spec =================================================================== --- contrib/1.1/xterm/current/specs/xterm.spec 2004-08-26 17:16:10 UTC (rev 4197) +++ contrib/1.1/xterm/current/specs/xterm.spec 2004-08-26 18:31:46 UTC (rev 4198) @@ -0,0 +1,140 @@ +%define _x11bindir /usr/X11R6/bin +%define _x11datadir /usr/X11R6/lib + +Summary: xterm terminal emulator for the X Window System +Name: xterm +Version: 192 +Release: 1gd +URL: http://dickey.his.com/xterm +License: MIT +Group: contrib +BuildRoot: %{_tmppath}/%{name}-root +Source0: ftp://dickey.his.com/xterm/%{name}-%{version}.tgz +Patch0: xterm-can-2003-0063.patch +Patch1: xterm-resources-redhat.patch +Patch2: xterm-179-ppc-fix-bug-101472.patch + +BuildRequires: xorg-x11-devel >= 4.3.0 + +%description +The xterm program is a terminal emulator for the X Window System. It +provides DEC VT102 and Tektronix 4014 compatible terminals for +programs that can't use the window system directly. + +%prep +%setup -q +# The xterm source code decompreses with all of the files read-only, which +# is totally retarded. +chmod -R u+w . +%patch0 -p0 -b .can-2003-0063 +#%patch1 -p0 -b .resources-redhat +%ifarch ppc ppc64 +%patch2 -p0 -b .ppc-fix-bug-101472 +%endif + +%build +%configure --enable-luit --enable-warnings --enable-wide-chars --with-utempter +%make + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +#install-ti + +mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 +mkdir -p $RPM_BUILD_ROOT/%{_x11datadir}/X11/app-defaults + +mv $RPM_BUILD_ROOT/%{_mandir}/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ +mv $RPM_BUILD_ROOT/usr/%{_lib}/X11/app-defaults/* $RPM_BUILD_ROOT/%{_x11datadir}/X11/app-defaults/ + +# Make a compatibility symlink for xterm, so that applications and scripts +# which invoke xterm explicitly as /usr/X11R6/bin/xterm, will continue to work +# correctly without surprises +{ + mkdir -p $RPM_BUILD_ROOT%{_x11bindir} + ln -sf ../../bin/xterm $RPM_BUILD_ROOT%{_x11bindir}/xterm +} + +%clean +%clean_buildroot + +%files +%defattr(-,root,root) +%{_bindir}/resize +%{_bindir}/uxterm +%{_bindir}/xterm +%{_mandir}/man1/resize.1* +%{_mandir}/man1/xterm.1* +%{_x11datadir}/X11/app-defaults/UXTerm +%{_x11datadir}/X11/app-defaults/XTerm +%{_x11datadir}/X11/app-defaults/XTerm-color +%{_x11bindir}/xterm + +%changelog +* Wed Aug 25 2004 Gerald Dachs 192-1gd +- New in tinysofa contrib + +* Fri Jul 13 2004 Mike A. Harris 192-1 +- Updated main tarball to xterm-192 for FC3 devel +- Resolved bugs #126569,127132 + +* Fri Jun 18 2004 Mike A. Harris 191-1 +- Updated main tarball to xterm-191 for FC3 devel +- Disabled xterm-resources-redhat.patch to see what if anything breaks, as + it no longer applies cleanly. Hopefully we can just ship stock xterm + resources now, although I realize that is more likely to be a pie in the + sky fantasy once the bug reports trickle in from this change. ;o) + +* Tue Jun 15 2004 Elliot Lee 179-8 +- rebuilt + +* Thu Jun 3 2004 Mike A. Harris 179-7 +- Rebuilt for FC3 devel + +* Fri Feb 13 2004 Elliot Lee 179-6.EL +- rebuilt + +* Mon Sep 8 2003 Mike A. Harris 179-5.EL +- Rebuilt 179-5 for Taroon + +* Mon Sep 8 2003 Mike A. Harris 179-5 +- Added xterm-179-ppc-fix-bug-101472.patch ifarch ppc ppc64 to fix bug (#101472) + +* Wed Aug 27 2003 Bill Nottingham 179-4.1 +- fix symlink +- rebuild + +* Wed Aug 13 2003 Mike A. Harris 179-3.EL +- Rebuilt for Taroon with symlink fixes. + +* Wed Aug 13 2003 Mike A. Harris 179-3 +- Added symlink /usr/X11R6/bin/xterm pointing to _bindir/xterm so that apps + and scripts which invoke xterm explicitly as /usr/X11R6/bin/xterm, will + continue to work correctly without surprises (#101994) + +* Wed Jun 04 2003 Elliot Lee 179-2.EL +- rebuilt + +* Fri May 30 2003 Mike A. Harris 179-1.EL +- Bump release to 1.EL for Red Hat Enterprise Linux build + +* Mon May 26 2003 Mike A. Harris 179-1 +- Updated to upstream xterm 179 +- [SECURITY] Added xterm-can-2003-0063.patch from XFree86 4.3.0-12 package +- Added Red Hat xterm-resources-redhat.patch from XFree86 4.3.0-12 package +- Added "chmod -R u+w *" after source is decompressed or else patches can not + be applied due to upstream source being read only files +- Built xterm 179-1 in rawhide + +* Mon May 5 2003 Mike A. Harris 177-2.0.EL +- Bump release to 2.0.EL for Red Hat Enterprise Linux build + +* Mon May 5 2003 Mike A. Harris 177-2 +- Build fix for lib64: _x11datadir == /usr/X11R6/lib +- Another lib64 build fix: xterm uses /usr/%%{_lib}/X11/app-defaults when it + should be using an arch-neutral dir {_x11datadir}/X11/app-defaults instead + +* Tue Apr 15 2003 Mike A. Harris 177-1 +- Call configure with "--enable-luit --enable-warnings --enable-wide-chars + --with-utempter" +- Initial build. From svn at tinysofa.org Thu Aug 26 20:02:40 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 27 Aug 2004 06:02:40 +1000 (EST) Subject: [tinysofa-svn] r4199 - tinysofa/releases/1.1/kernel/current/specs Message-ID: <20040826200240.4B2C84E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-27 06:02:37 +1000 (Fri, 27 Aug 2004) New Revision: 4199 Modified: tinysofa/releases/1.1/kernel/current/specs/kernel.spec Log: - build jfs as module - exclude /boot/vmlinux on x86 Modified: tinysofa/releases/1.1/kernel/current/specs/kernel.spec =================================================================== --- tinysofa/releases/1.1/kernel/current/specs/kernel.spec 2004-08-26 18:31:46 UTC (rev 4198) +++ tinysofa/releases/1.1/kernel/current/specs/kernel.spec 2004-08-26 20:02:37 UTC (rev 4199) @@ -126,7 +126,7 @@ Group: main License: GPLv2 Version: %{kversion} -Release: 3ts +Release: 4jh Epoch: 1 ExclusiveArch: %{all_x86} %{all_x86_64} s390 s390x %{all_ppc64} ia64 ExclusiveOS: Linux @@ -1722,7 +1722,9 @@ cp arch/*/boot/*mage.partial $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-partial-$KernelVer || : # make sure that we don't strip the partially linked vmlinuz for pSeries chmod 644 $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-partial-$KernelVer || : +%ifnarch %{x86} cp vmlinux $RPM_BUILD_ROOT/boot/vmlinux-$KernelVer +%endif mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer @@ -2079,7 +2081,9 @@ %if %{buildup} %files %defattr(-,root,root) +%ifnarch %{x86} /boot/vmlinux-%{KVERREL} +%endif /%{image_install_path}/vmlinu*-%{KVERREL} /boot/System.map-%{KVERREL} /boot/config-%{KVERREL} @@ -2180,6 +2184,10 @@ %endif %changelog +* Thu Aug 26 2004 Jaakko Heinonen 2.4.21-4jh +- build jfs as module +- exclude /boot/vmlinux on x86 + * Fri Aug 20 2004 tsintegrate 2.4.21-3ts - current (2.4.21-3jh) integrated as 2.4.21-3ts for release 1.1 From svn at tinysofa.org Fri Aug 27 06:02:13 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 27 Aug 2004 16:02:13 +1000 (EST) Subject: [tinysofa-svn] r4200 - in contrib/1.1: . alsa-lib alsa-lib/current alsa-lib/current/sources alsa-lib/current/specs alsa-utils alsa-utils/current alsa-utils/current/sources alsa-utils/current/specs Message-ID: <20040827060213.CC6614E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-27 16:02:11 +1000 (Fri, 27 Aug 2004) New Revision: 4200 Added: contrib/1.1/alsa-lib/ contrib/1.1/alsa-lib/current/ contrib/1.1/alsa-lib/current/sources/ contrib/1.1/alsa-lib/current/sources/alsa-lib-0.9.8-x86_64.patch contrib/1.1/alsa-lib/current/sources/alsa-lib-1.0.5.tar.bz2 contrib/1.1/alsa-lib/current/specs/ contrib/1.1/alsa-lib/current/specs/alsa-lib.spec contrib/1.1/alsa-lib/releases/ contrib/1.1/alsa-utils/ contrib/1.1/alsa-utils/current/ contrib/1.1/alsa-utils/current/sources/ contrib/1.1/alsa-utils/current/sources/alsa-utils-1.0.5.tar.bz2 contrib/1.1/alsa-utils/current/specs/ contrib/1.1/alsa-utils/current/specs/alsa-utils.spec contrib/1.1/alsa-utils/releases/ Log: - add alsa-lib package - add alsa-utils package Added: contrib/1.1/alsa-lib/current/sources/alsa-lib-0.9.8-x86_64.patch =================================================================== --- contrib/1.1/alsa-lib/current/sources/alsa-lib-0.9.8-x86_64.patch 2004-08-26 20:02:37 UTC (rev 4199) +++ contrib/1.1/alsa-lib/current/sources/alsa-lib-0.9.8-x86_64.patch 2004-08-27 06:02:11 UTC (rev 4200) @@ -0,0 +1,11 @@ +--- alsa-lib-0.9.8/configure.orig 2003-11-26 05:08:49.000000000 -0500 ++++ alsa-lib-0.9.8/configure 2003-11-26 05:19:51.000000000 -0500 +@@ -2747,7 +2747,7 @@ + # This must be Linux ELF. + linux*) + case $host_cpu in +- alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* | m68* | mips* ) ++ alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* | m68* | mips* | x86_64 ) + lt_cv_deplibs_check_method=pass_all ;; + *) + # glibc up to 2.1.1 does not perform some relocations on ARM Added: contrib/1.1/alsa-lib/current/sources/alsa-lib-1.0.5.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/alsa-lib/current/sources/alsa-lib-1.0.5.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/alsa-lib/current/specs/alsa-lib.spec =================================================================== --- contrib/1.1/alsa-lib/current/specs/alsa-lib.spec 2004-08-26 20:02:37 UTC (rev 4199) +++ contrib/1.1/alsa-lib/current/specs/alsa-lib.spec 2004-08-27 06:02:11 UTC (rev 4200) @@ -0,0 +1,110 @@ +Summary: The Advanced Linux Sound Architecture (ALSA) library. +Name: alsa-lib +Version: 1.0.5 +Release: 1jh +License: LGPL +Group: contrib +Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2 +Patch: alsa-lib-0.9.8-x86_64.patch +URL: http://www.alsa-project.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Prereq: /sbin/ldconfig + +%description +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +This package includes the ALSA runtime libraries to simplify application +programming and provide higher level functionality as well as support for +the older OSS API, providing binary compatibility for most OSS programs. + +%package devel +Summary: Static libraries and header files from the ALSA library. +Group: contrib +Requires: %{name} = %{version} +Requires: pkgconfig + +%description devel +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +This package includes the ALSA development libraries for developing +against the ALSA libraries and interfaces. + +%prep +%setup -q -n %{name}-%{version}%{?prever} +%patch -p1 -b x86_64 + +%build +%configure \ + --enable-static=yes \ + --program-prefix=%{?_program_prefix} +make %{?_smp_mflags} +#make doc + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-, root, root) +%doc COPYING ChangeLog TODO doc/asoundrc.txt +%{_bindir}/alsalisp +%{_bindir}/aserver +%{_libdir}/libasound.so.* +%{_datadir}/alsa + +%files devel +%defattr(-, root, root) +%doc NOTES doc/*.txt +%{_includedir}/alsa +%{_includedir}/sys/asoundlib.h +%{_libdir}/libasound.so +%{_libdir}/libasound.a +%exclude %{_libdir}/libasound.la +%{_libdir}/pkgconfig/alsa.pc +%{_datadir}/aclocal/alsa.m4 + +%changelog +* Fri Jul 2 2004 Bill Nottingham 1.0.5-1 +- update to 1.0.5 + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Mon May 17 2004 Colin Walters 1.0.4-1 +- New upstream version + +* Mon May 03 2004 Colin Walters 1.0.3a-2 +- Add patch to avoid assert()ing on errors + +* Thu Mar 11 2004 Bill Nottingham 1.0.3a-1 +- update to 1.0.3a + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Jan 28 2004 Bill Nottingham 1.0.2-1 +- update to 1.0.2 + +* Thu Dec 11 2003 Bill Nottingham 1.0.0rc2-1 +- update to 1.0.0rc2 + +* Mon Dec 1 2003 Bill Nottingham 0.9.8-3 +- fix various specfile issues, including License: tag (#111153) + +* Wed Nov 26 2003 Than Ngo 0.9.8-2 +- fixed dependant libraries check on x86_64 + +* Mon Nov 4 2003 Bill Nottingham - 0.9.8-1 +- initial build, modify spec file from Matthias Saou Added: contrib/1.1/alsa-utils/current/sources/alsa-utils-1.0.5.tar.bz2 =================================================================== (Binary files differ) Property changes on: contrib/1.1/alsa-utils/current/sources/alsa-utils-1.0.5.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/alsa-utils/current/specs/alsa-utils.spec =================================================================== --- contrib/1.1/alsa-utils/current/specs/alsa-utils.spec 2004-08-26 20:02:37 UTC (rev 4199) +++ contrib/1.1/alsa-utils/current/specs/alsa-utils.spec 2004-08-27 06:02:11 UTC (rev 4200) @@ -0,0 +1,77 @@ +Summary: Advanced Linux Sound Architecture (ALSA) utilities +Name: alsa-utils +Version: 1.0.5 +Release: 1jh +License: GPL +Group: contrib +URL: http://www.alsa-project.org/ +Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?prever}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: alsa-lib-devel >= %{version} +BuildRequires: ncurses-devel + + +%description +This package contains command line utilities for the Advanced Linux Sound +Architecture (ALSA). + +%prep +%setup -q -n %{name}-%{version}%{?prever} + +%build +%configure +%{__make} %{?_smp_mflags} + +%install +%{__rm} -rf ${RPM_BUILD_ROOT} +%makeinstall +%{__rm} -f $RPM_BUILD_ROOT%{_sbindir}/alsaconf \ + $RPM_BUILD_ROOT%{_mandir}/man*/alsaconf* + + +%clean +%{__rm} -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc COPYING ChangeLog README TODO +%{_bindir}/* +%{_sbindir}/* +%{_mandir}/man?/* + +%changelog +* Fri Jul 2 2004 Bill Nottingham 1.0.5-1 +- update to 1.0.5 + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Thu Mar 11 2004 Bill Nottingham 1.0.3-1 +- update to 1.0.3 + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Jan 28 2004 Bill Nottingham 1.0.2-1 +- update to 1.0.2 + +* Wed Dec 17 2003 Bill Nottingham 1.0.0-0.rc2 +- import fedora.us RPM, take out save-alsamixer & alsaconf for now + +* Thu Dec 11 2003 Thorsten Leemhuis 1.0.0-0.fdr.0.4.rc2 +- rename alsamixer-saver save-alsamixer + +* Mon Dec 8 2003 Thorsten Leemhuis 1.0.0-0.fdr.0.3.rc2 +- Integrate Michael Schwendt's script alsamixer-saver; Still not quite sure if + this script is the right way -- but mine didn't work... + +* Sat Dec 6 2003 Thorsten Leemhuis 1.0.0-0.fdr.0.2.rc2 +- Update to 1.0.0rc2 +- added alsamixer Script -- stores settings on shutdown, does nothing on startup +- some minor corrections in spec-file style + +* Wed Dec 3 2003 Thorsten Leemhuis 1.0.0-0.fdr.0.1.rc1 +- Update to 1.0.0rc1 + +* Wed Aug 6 2003 Dams 0:utils-0.fdr.1 +- Initial build. From svn at tinysofa.org Fri Aug 27 13:40:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 27 Aug 2004 23:40:55 +1000 (EST) Subject: [tinysofa-svn] r4201 - tinysofa/releases/1.1/python/current/specs Message-ID: <20040827134055.4D5444E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-27 23:40:51 +1000 (Fri, 27 Aug 2004) New Revision: 4201 Modified: tinysofa/releases/1.1/python/current/specs/python.spec Log: - exclude %{_libdir}/python%{pybasever}/config/Makefile in -devel Modified: tinysofa/releases/1.1/python/current/specs/python.spec =================================================================== --- tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-27 06:02:11 UTC (rev 4200) +++ tinysofa/releases/1.1/python/current/specs/python.spec 2004-08-27 13:40:51 UTC (rev 4201) @@ -294,6 +294,7 @@ %defattr(-,root,root) /usr/include/* %{_libdir}/python%{pybasever}/config +%exclude %{_libdir}/python%{pybasever}/config/Makefile %{_libdir}/python%{pybasever}/test %files tools From svn at tinysofa.org Fri Aug 27 13:50:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Fri, 27 Aug 2004 23:50:57 +1000 (EST) Subject: [tinysofa-svn] r4202 - tinysofa/releases/1.1/samba/current/specs Message-ID: <20040827135057.32C0A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-27 23:50:54 +1000 (Fri, 27 Aug 2004) New Revision: 4202 Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec Log: - nuke libsmbclient libfiles correctly Modified: tinysofa/releases/1.1/samba/current/specs/samba.spec =================================================================== --- tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-27 13:40:51 UTC (rev 4201) +++ tinysofa/releases/1.1/samba/current/specs/samba.spec 2004-08-27 13:50:54 UTC (rev 4202) @@ -237,7 +237,7 @@ # libsmbclient # make install puts libsmbclient.so in the wrong place on x86_64 -rm -f %{buildroot}/usr/lib/libsmbclient.so %{buildroot}/usr/lib/libsmbclient.a %{buildroot}/usr/lib || true +rm -f %{buildroot}/usr/lib*/samba/libsmbclient.so %{buildroot}/usr/lib*/samba/libsmbclient.a %{buildroot}/usr/lib || true mkdir -p %{buildroot}%{_libdir} %{buildroot}%{_includedir} install -m 755 source/bin/libsmbclient.so %{buildroot}%{_libdir}/libsmbclient.so install -m 644 source/bin/libsmbclient.a %{buildroot}%{_libdir}/libsmbclient.a From svn at tinysofa.org Fri Aug 27 16:33:57 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 02:33:57 +1000 (EST) Subject: [tinysofa-svn] r4203 - tinysofa/releases/1.1/gdb/current/specs Message-ID: <20040827163357.9BD474E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 02:33:54 +1000 (Sat, 28 Aug 2004) New Revision: 4203 Modified: tinysofa/releases/1.1/gdb/current/specs/gdb.spec Log: - clean up spec file Modified: tinysofa/releases/1.1/gdb/current/specs/gdb.spec =================================================================== --- tinysofa/releases/1.1/gdb/current/specs/gdb.spec 2004-08-27 13:50:54 UTC (rev 4202) +++ tinysofa/releases/1.1/gdb/current/specs/gdb.spec 2004-08-27 16:33:54 UTC (rev 4203) @@ -5,13 +5,10 @@ License: GPL Group: development Source0: ftp://ftp.gnu.org/gdb/gdb/gdb-%{version}/gdb-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-root - +BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: ncurses glibc +BuildRequires: ncurses-devel glibc-devel gcc make gzip gettext -Prereq: htmlinfo -BuildRequires: texinfo ncurses-devel glibc-devel gcc make gzip - %description The gdb package contains the GNU Debugger. @@ -19,42 +16,27 @@ %setup -q %build -%configure -make +%configure \ + --with-separate-debug-dir=/usr/lib/debug +%make %install -# Needed for shortcircuit -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT" - %makeinstall +%nuke_info +rm -rf $RPM_BUILD_ROOT/%{_libdir}/lib{bfd*,opcodes*,iberty*,mmalloc*} + %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT" +%clean_buildroot -%post -#/usr/sbin/htmlinfo_update.sh -%postun -#/usr/sbin/htmlinfo_update.sh - %files %defattr(-,root,root) %{_bindir}/gdb -%{_libdir}/libmmalloc.a - %{_mandir}/man1/gdb.1* -%{_mandir}/man1/gdbserver.1* - -# meh. -%exclude /usr/share/info - -# included in binutils %exclude /usr/share/locale -%exclude %{_includedir}/*.h -%exclude %{_libdir}/libopcodes* -%exclude %{_libdir}/libbfd* -%exclude %{_libdir}/libiberty* + %changelog * Thu Aug 05 2004 tsintegrate 6.0-3ts - current (6.0-3jh) integrated as 6.0-3ts for release 1.1 From svn at tinysofa.org Fri Aug 27 17:01:38 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 03:01:38 +1000 (EST) Subject: [tinysofa-svn] r4204 - tinysofa/releases/1.1/rpm/current/specs Message-ID: <20040827170138.6297C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 03:01:34 +1000 (Sat, 28 Aug 2004) New Revision: 4204 Modified: tinysofa/releases/1.1/rpm/current/specs/rpm.spec Log: - increase release number Modified: tinysofa/releases/1.1/rpm/current/specs/rpm.spec =================================================================== --- tinysofa/releases/1.1/rpm/current/specs/rpm.spec 2004-08-27 16:33:54 UTC (rev 4203) +++ tinysofa/releases/1.1/rpm/current/specs/rpm.spec 2004-08-27 17:01:34 UTC (rev 4204) @@ -21,7 +21,7 @@ %define version 4.3.2 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 2ts +Release: 3jh Group: main Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Source1: GROUPS From svn at tinysofa.org Fri Aug 27 17:10:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 03:10:53 +1000 (EST) Subject: [tinysofa-svn] r4205 - tinysofa/releases/1.1/apt/current/specs Message-ID: <20040827171053.106C04E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 03:10:49 +1000 (Sat, 28 Aug 2004) New Revision: 4205 Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec Log: - create gpg home directory Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec =================================================================== --- tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-27 17:01:34 UTC (rev 4204) +++ tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-27 17:10:49 UTC (rev 4205) @@ -206,6 +206,7 @@ # GPG keys mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/apt/gpg/ +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/apt/gpg/gnupg for gpgkey in %{SOURCE200} %{SOURCE201}; do install -p -m 644 $gpgkey $RPM_BUILD_ROOT%{_sysconfdir}/apt/gpg/ done @@ -303,6 +304,7 @@ %dir %{_sysconfdir}/apt/vendors.list.d %dir %{_sysconfdir}/apt/apt.conf.d %dir %{_sysconfdir}/apt/gpg +%attr(600,root,root) %dir %{_sysconfdir}/apt/gpg/gnupg %{_sysconfdir}/apt/gpg/gpg-pubkey* %config(noreplace) %{_sysconfdir}/apt/rpmpriorities %config(noreplace) %{_sysconfdir}/apt/preferences From svn at tinysofa.org Fri Aug 27 19:24:45 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 05:24:45 +1000 (EST) Subject: [tinysofa-svn] r4206 - tinysofa/releases/1.1/wget/current/specs Message-ID: <20040827192445.4D0354E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 05:24:42 +1000 (Sat, 28 Aug 2004) New Revision: 4206 Modified: tinysofa/releases/1.1/wget/current/specs/wget.spec Log: - increase release number due to recompile against new gettext Modified: tinysofa/releases/1.1/wget/current/specs/wget.spec =================================================================== --- tinysofa/releases/1.1/wget/current/specs/wget.spec 2004-08-27 17:10:49 UTC (rev 4205) +++ tinysofa/releases/1.1/wget/current/specs/wget.spec 2004-08-27 19:24:42 UTC (rev 4206) @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.9.1 -Release: 7ts +Release: 8jh License: GPL Group: extra URL: http://wget.sunsite.dk/ From svn at tinysofa.org Fri Aug 27 19:37:43 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 05:37:43 +1000 (EST) Subject: [tinysofa-svn] r4207 - projects/ts-anaconda/trunk Message-ID: <20040827193743.4C9344E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 05:37:40 +1000 (Sat, 28 Aug 2004) New Revision: 4207 Modified: projects/ts-anaconda/trunk/Makefile projects/ts-anaconda/trunk/Makefile.inc Log: - don't use bzip2 stub Modified: projects/ts-anaconda/trunk/Makefile =================================================================== --- projects/ts-anaconda/trunk/Makefile 2004-08-27 19:24:42 UTC (rev 4206) +++ projects/ts-anaconda/trunk/Makefile 2004-08-27 19:37:40 UTC (rev 4207) @@ -2,10 +2,10 @@ VERSION = $(ANACONDAVERSION) -ifneq (ia64, $(ARCH)) -MINISLANG=minislang -STUBS=stubs -endif +#ifneq (ia64, $(ARCH)) +#MINISLANG=minislang +#STUBS=stubs +#endif SUBDIRSHD = balkan isys collage $(MINISLANG) loader po text-help \ textw utils scripts bootdisk installclasses \ Modified: projects/ts-anaconda/trunk/Makefile.inc =================================================================== --- projects/ts-anaconda/trunk/Makefile.inc 2004-08-27 19:24:42 UTC (rev 4206) +++ projects/ts-anaconda/trunk/Makefile.inc 2004-08-27 19:37:40 UTC (rev 4207) @@ -24,4 +24,4 @@ # Define version string # -ANACONDAVERSION=1.1.4 +ANACONDAVERSION=1.1.6 From svn at tinysofa.org Fri Aug 27 19:41:53 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 05:41:53 +1000 (EST) Subject: [tinysofa-svn] r4208 - in tinysofa/releases/1.1/anaconda/current: sources specs Message-ID: <20040827194153.6F1544E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 05:41:49 +1000 (Sat, 28 Aug 2004) New Revision: 4208 Added: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.6.tar.bz2 Removed: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.5.tar.bz2 Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec Log: - 1.1.6 Deleted: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.5.tar.bz2 =================================================================== (Binary files differ) Added: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.6.tar.bz2 =================================================================== (Binary files differ) Property changes on: tinysofa/releases/1.1/anaconda/current/sources/ts-anaconda-1.1.6.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec =================================================================== --- tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-27 19:37:40 UTC (rev 4207) +++ tinysofa/releases/1.1/anaconda/current/specs/anaconda.spec 2004-08-27 19:41:49 UTC (rev 4208) @@ -1,7 +1,7 @@ # The modutils tarball should be kept in track with modutils.src.rpm ExclusiveArch: i386 i586 Name: anaconda -Version: 1.1.5 +Version: 1.1.6 Release: 1jh Epoch: 1 License: GPL From svn at tinysofa.org Fri Aug 27 20:57:35 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 06:57:35 +1000 (EST) Subject: [tinysofa-svn] r4209 - contrib/1.1/glib12/current/specs Message-ID: <20040827205735.DC3484E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 06:57:32 +1000 (Sat, 28 Aug 2004) New Revision: 4209 Modified: contrib/1.1/glib12/current/specs/glib12.spec Log: - make -devel require base package - use %_libdir insted of hardcoded /usr/lib Modified: contrib/1.1/glib12/current/specs/glib12.spec =================================================================== --- contrib/1.1/glib12/current/specs/glib12.spec 2004-08-27 19:41:49 UTC (rev 4208) +++ contrib/1.1/glib12/current/specs/glib12.spec 2004-08-27 20:57:32 UTC (rev 4209) @@ -1,7 +1,7 @@ Summary: A library of handy utility functions. Name: glib12 Version: 1.2.10 -Release: 1gd +Release: 2jh License: LGPL Group: contrib Source: ftp://ftp.gtk.org/pub/gtk/v2.1/glib-%{version}.tar.gz @@ -20,6 +20,7 @@ %package devel Summary: The GIMP ToolKit (GTK+) and GIMP Drawing Kit (GDK) support library. Group: contrib +Requires: %{name} = %{version}-%{release} %description devel The glib-devel package includes the static libraries and header files @@ -34,7 +35,7 @@ %build %configure -make +%make %install %makeinstall @@ -51,17 +52,21 @@ %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_prefix}/lib/*.so.* +%{_libdir}/*.so.* %files devel %defattr(-, root, root) -%{_prefix}/lib/lib*.so -%{_prefix}/lib/*a -%{_prefix}/lib/pkgconfig/* +%{_libdir}/lib*.so +%{_libdir}/*a +%{_libdir}/pkgconfig/* %{_prefix}/include/* %{_prefix}/share %{_prefix}/bin/* %changelog +* Fri Aug 27 2004 Jaakko Heinonen 1.2.10-2jh +- make -devel require base package +- use %_libdir insted of hardcoded /usr/lib + * Sat Aug 21 2004 Gerald Dachs 1.2.10-1gd - new in tinysofa contrib From svn at tinysofa.org Fri Aug 27 21:02:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 07:02:17 +1000 (EST) Subject: [tinysofa-svn] r4210 - contrib/1.1/gtk12+/current/specs Message-ID: <20040827210217.089514E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 07:02:14 +1000 (Sat, 28 Aug 2004) New Revision: 4210 Modified: contrib/1.1/gtk12+/current/specs/gtk12+.spec Log: - make -devel require base package Modified: contrib/1.1/gtk12+/current/specs/gtk12+.spec =================================================================== --- contrib/1.1/gtk12+/current/specs/gtk12+.spec 2004-08-27 20:57:32 UTC (rev 4209) +++ contrib/1.1/gtk12+/current/specs/gtk12+.spec 2004-08-27 21:02:14 UTC (rev 4210) @@ -1,7 +1,7 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X. Name: gtk12+ Version: 1.2.10 -Release: 1gd +Release: 2jh License: LGPL Group: contrib Source: ftp://ftp.gimp.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz @@ -24,6 +24,7 @@ Summary: Development tools for GTK+ (GIMP ToolKit) applications. Group: contrib Provides: gtk+-devel = %{version} +Requires: %{name} = %{version}-%{release} %description devel The libgtk+1.2-devel package contains the static libraries and header files @@ -40,7 +41,7 @@ %build %configure --with-glib-prefix=%{_prefix} -make +%make %install %makeinstall @@ -74,6 +75,9 @@ %changelog +* Sat Aug 28 2004 Jaakko Heinonen 1.2.10-2jh +- make -devel require base package + * Mon Mar 8 2004 Chr. Toldnes - Rebuilt for TSL 2.1 From svn at tinysofa.org Fri Aug 27 21:44:18 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 07:44:18 +1000 (EST) Subject: [tinysofa-svn] r4212 - contrib/1.1/xinitrc/current/specs Message-ID: <20040827214418.7DF264E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 07:44:16 +1000 (Sat, 28 Aug 2004) New Revision: 4212 Modified: contrib/1.1/xinitrc/current/specs/xinitrc.spec Log: - remove switchdesk requirement for now Modified: contrib/1.1/xinitrc/current/specs/xinitrc.spec =================================================================== --- contrib/1.1/xinitrc/current/specs/xinitrc.spec 2004-08-27 21:16:49 UTC (rev 4211) +++ contrib/1.1/xinitrc/current/specs/xinitrc.spec 2004-08-27 21:44:16 UTC (rev 4212) @@ -1,7 +1,7 @@ Summary: The default startup script for the X Window System. Name: xinitrc Version: 4.0.1 -Release: 1gd +Release: 2jh License: GPLv2, MIT/X11 Group: contrib Source: %{name}-%{version}.tar.bz2 @@ -25,7 +25,8 @@ # Xsetup_0 requires pidof and xsetroot Requires: sysvinit /usr/X11R6/bin/xsetroot -Requires: /bin/sh, /bin/bash, switchdesk >= 3.7 +Requires: /bin/sh, /bin/bash +#Requires: switchdesk >= 3.7 BuildArch: noarch %description @@ -59,5 +60,8 @@ /usr/X11R6/bin/RunWM %changelog +* Sat Aug 28 2004 Jaakko Heinonen 4.0.1-2jh +- remove switchdesk requirement for now + * Sun Aug 22 2004 Gerald Dachs 4.0.1-1gd - New in tinysofa contrib From svn at tinysofa.org Sat Aug 28 11:21:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 21:21:30 +1000 (EST) Subject: [tinysofa-svn] r4213 - contrib/1.1/gtk12+/current/specs Message-ID: <20040828112130.D596F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 21:21:26 +1000 (Sat, 28 Aug 2004) New Revision: 4213 Modified: contrib/1.1/gtk12+/current/specs/gtk12+.spec Log: - add BuildRequires: gettext Modified: contrib/1.1/gtk12+/current/specs/gtk12+.spec =================================================================== --- contrib/1.1/gtk12+/current/specs/gtk12+.spec 2004-08-27 21:44:16 UTC (rev 4212) +++ contrib/1.1/gtk12+/current/specs/gtk12+.spec 2004-08-28 11:21:26 UTC (rev 4213) @@ -6,7 +6,7 @@ Group: contrib Source: ftp://ftp.gimp.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: glib12-devel >= %{version}, xorg-x11-devel +BuildRequires: glib12-devel >= %{version}, xorg-x11-devel, gettext Requires: glib12, xorg-x11-libs Provides: gtk+ = %{version} %define libname libgtk+ @@ -77,6 +77,7 @@ %changelog * Sat Aug 28 2004 Jaakko Heinonen 1.2.10-2jh - make -devel require base package +- add BuildRequires: gettext * Mon Mar 8 2004 Chr. Toldnes - Rebuilt for TSL 2.1 From svn at tinysofa.org Sat Aug 28 11:31:12 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 21:31:12 +1000 (EST) Subject: [tinysofa-svn] r4214 - contrib/1.1/gtk12+/current/specs Message-ID: <20040828113112.686864E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 21:31:09 +1000 (Sat, 28 Aug 2004) New Revision: 4214 Modified: contrib/1.1/gtk12+/current/specs/gtk12+.spec Log: - BR: gettext-devel Modified: contrib/1.1/gtk12+/current/specs/gtk12+.spec =================================================================== --- contrib/1.1/gtk12+/current/specs/gtk12+.spec 2004-08-28 11:21:26 UTC (rev 4213) +++ contrib/1.1/gtk12+/current/specs/gtk12+.spec 2004-08-28 11:31:09 UTC (rev 4214) @@ -6,7 +6,7 @@ Group: contrib Source: ftp://ftp.gimp.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: glib12-devel >= %{version}, xorg-x11-devel, gettext +BuildRequires: glib12-devel >= %{version}, xorg-x11-devel, gettext-devel Requires: glib12, xorg-x11-libs Provides: gtk+ = %{version} %define libname libgtk+ @@ -77,7 +77,7 @@ %changelog * Sat Aug 28 2004 Jaakko Heinonen 1.2.10-2jh - make -devel require base package -- add BuildRequires: gettext +- add BuildRequires: gettext-devel * Mon Mar 8 2004 Chr. Toldnes - Rebuilt for TSL 2.1 From svn at tinysofa.org Sat Aug 28 13:37:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sat, 28 Aug 2004 23:37:17 +1000 (EST) Subject: [tinysofa-svn] r4215 - contrib/1.1/tcl/current/specs Message-ID: <20040828133717.9B84D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-28 23:37:15 +1000 (Sat, 28 Aug 2004) New Revision: 4215 Modified: contrib/1.1/tcl/current/specs/tcl.spec Log: - exclude Thread manual page Modified: contrib/1.1/tcl/current/specs/tcl.spec =================================================================== --- contrib/1.1/tcl/current/specs/tcl.spec 2004-08-28 11:31:09 UTC (rev 4214) +++ contrib/1.1/tcl/current/specs/tcl.spec 2004-08-28 13:37:15 UTC (rev 4215) @@ -136,6 +136,8 @@ %{_libdir}/lib%{name}stub%{majorver}.a %{_libdir}/lib%{name}.so %{_mandir}/man3/* +# conflicts with perl +%exclude %{_mandir}/man3/Thread.3* %{_mandir}/mann/* %files html From svn at tinysofa.org Sat Aug 28 14:42:17 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 29 Aug 2004 00:42:17 +1000 (EST) Subject: [tinysofa-svn] r4216 - contrib/1.1/xterm/current/specs Message-ID: <20040828144217.DFA8F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-29 00:42:16 +1000 (Sun, 29 Aug 2004) New Revision: 4216 Modified: contrib/1.1/xterm/current/specs/xterm.spec Log: - BR: libtermcap-devel Modified: contrib/1.1/xterm/current/specs/xterm.spec =================================================================== --- contrib/1.1/xterm/current/specs/xterm.spec 2004-08-28 13:37:15 UTC (rev 4215) +++ contrib/1.1/xterm/current/specs/xterm.spec 2004-08-28 14:42:16 UTC (rev 4216) @@ -14,7 +14,7 @@ Patch1: xterm-resources-redhat.patch Patch2: xterm-179-ppc-fix-bug-101472.patch -BuildRequires: xorg-x11-devel >= 4.3.0 +BuildRequires: xorg-x11-devel >= 4.3.0 libtermcap-devel %description The xterm program is a terminal emulator for the X Window System. It From svn at tinysofa.org Sat Aug 28 15:35:55 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 29 Aug 2004 01:35:55 +1000 (EST) Subject: [tinysofa-svn] r4217 - contrib/1.1/xorg-x11/current/specs Message-ID: <20040828153555.1853E4E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-29 01:35:51 +1000 (Sun, 29 Aug 2004) New Revision: 4217 Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec Log: cleanups; added xorgconfig, xorgcfg Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec =================================================================== --- contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-28 14:42:16 UTC (rev 4216) +++ contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-28 15:35:51 UTC (rev 4217) @@ -24,7 +24,7 @@ # Use very future proofed version number, until we know what upstream version # will really be. Version: 6.7.0 -Release: 5jh +Release: 6gd #.%{cvs_release} %define build_maintainer_mode %( hostname -f |grep -q capslock.lan && echo 1 || echo 0) @@ -175,24 +175,22 @@ %define with_docs 1 %endif -# xf86cfg only works on x86, and alpha, so we ifarch, however xf86cfg is now -# disabled, as we've moved to our own GTK+ config tool redhat-config-xfree86, -# which has been renamed to system-config-display in Fedora Core 2 +# xf86cfg only works on x86, and alpha, so we ifarch %ifarch %{ix86} alpha -%define with_xf86cfg 0 -%define with_xf86config 0 +%define with_xf86cfg 1 +%define with_xf86config 1 %else %define with_xf86cfg 0 %define with_xf86config 0 %endif %define with_xcalc 1 -%define with_xedit 0 -%define with_xman 0 -%define with_xmh 0 +%define with_xedit 1 +%define with_xman 1 +%define with_xmh 1 %define with_rstart 0 -%define with_xprint 0 +%define with_xprint 1 # Build restest X resource extension client %define with_restest 1 @@ -301,41 +299,7 @@ Requires: kernel-drm = 4.3.0 %endif -# Obsolete all old XFree86 3.3.x packages, and other legacy packages -Obsoletes: XFree86-ATI, XFree86-Alliance, XFree86-ChipsTechnologies -Obsoletes: XFree86-Cirrus, XFree86-Cyrix, XFree86-i740, XFree86-i810, XFree86-mga -Obsoletes: XFree86-NeoMagic, XFree86-NVidia, XFree86-Rage128, XFree86-Rendition -Obsoletes: XFree86-SiS, XFree86-3dfx, XFree86-Trident, XFree86-Tseng -Obsoletes: tdfx_dri, X11R6-contrib, XFree86-V4L, XFree86-Setup -Obsoletes: XFree86-3DLabs, XFree86-8514, XFree86-AGX, XFree86-FBDev -Obsoletes: XFree86-Mach32, XFree86-Mach64, XFree86-Mach8, XFree86-Mono -Obsoletes: XFree86-P9000, XFree86-S3, XFree86-S3V, XFree86-SVGA -Obsoletes: XFree86-VGA16, XFree86-W32, XFree86-compat-modules, XFree86-compat-libs -# This one was only on Alpha -Obsoletes: XFree86-TGA -# XFree86-{xtrap-clients,cursors} are integrated into other subpackages now -Obsoletes: XFree86-xtrap-clients, XFree86-cursors -%if ! %{with_xf86cfg} -Obsoletes: XFree86-xf86cfg -%endif -# This Obsoletes was added for ulT1mo latin2 fonts, subsequently removed for -# 4.2.0, and now added back to force any prior packages to be removed upon -# upgrade, since do not supply these fonts any longer, so Provides is not needed. -Obsoletes: XFree86-ISO8859-2-Type1-fonts - -Obsoletes: XFree86 - -Conflicts: XFree86-sdk < 4.2.99.3-20030115.0 - -# What archive format are we using? -%define zipext tar.gz - -%if %{cvs_build} -Source: %{name}-%{version}-%{cvs_date}.%{zipext} -%else -Source: %{name}-%{version}.%{zipext} -%endif - +Source: %{name}-%{version}.tar.gz Source3: xserver.pamd Source4: xdm.pamd Source5: xfs.init @@ -949,19 +913,15 @@ libGLU is a utility library used by a lot of OpenGL applications ###################################################################### %if %{with_xf86cfg} -%package xf86cfg +%package xorgcfg Summary: X server configuration program Group: contrib Obsoletes: XFree86-XF86Setup Requires: %{name} = %{version}-%{release} # Removed dep on Xconfigurator and changed to the actual Cards file instead Requires: %{_x11datadir}/X11/Cards -# /usr/X11R6/include/X11/pixmaps/* moved from XFree86-devel to XFree86-xf86cfg -# in 4.3.0-3.8 so we need a Conflicts, however we don't build or ship it anyway -Conflicts: XFree86-devel < 4.3.0-3.8 -Obsoletes: XFree86-xf86cfg -%description xf86cfg +%description xorgcfg X server configuration tool %endif ###################################################################### @@ -1813,12 +1773,12 @@ rm -f $RPM_BUILD_ROOT%{_x11mandir}/man1/xman.1* %endif %if ! %{with_xf86cfg} - rm -f $RPM_BUILD_ROOT%{_x11bindir}/xf86cfg - rm -f $RPM_BUILD_ROOT%{_x11mandir}/man1/xf86cfg.1* + rm -f $RPM_BUILD_ROOT%{_x11bindir}/xorgcfg + rm -f $RPM_BUILD_ROOT%{_x11mandir}/man1/xorgcfg.1* %endif %if ! %{with_xf86config} - rm -f $RPM_BUILD_ROOT%{_x11bindir}/xf86config - rm -f $RPM_BUILD_ROOT%{_x11mandir}/man1/xf86config.1* + rm -f $RPM_BUILD_ROOT%{_x11bindir}/xorgconfig + rm -f $RPM_BUILD_ROOT%{_x11mandir}/man1/xorgconfig.1* %endif %if ! %{with_xmh} rm -f $RPM_BUILD_ROOT%{_x11bindir}/xmh @@ -1917,50 +1877,8 @@ %define symlinkdirs lbxproxy proxymngr %endif -# Macro for adding the X11 lib dir to ld.so.conf -%define ld_so_conf_add_x11libdir ( grep -q "^%{_x11libdir}$" /etc/ld.so.conf || echo "%{_x11libdir}" >> /etc/ld.so.conf ) - %pre { - pushd /etc/X11 - - # Massage pre-existing config files to work properly with X.org X11 - # - Remove xie and pex5 modules from the config files, as they are long - # since obsolete, and not provided since XFree86 4.2.0 - # - Remove Option "XkbRules" "xfree86" to help work around upgrade problems - # such as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=120858 - { - for configfile in xorg.conf XF86Config XF86Config-4 ; do - # FIXME: rewrite this all to use perl, if the XkbRules stuff below works out ok. - if [ -e $configfile ]; then - SAVECONF=$(mktemp $configfile.XXXXXX) - cp -p $configfile $SAVECONF - grep -iv 'Load[[:space:]]*"\(pex5\|xie\)"' $SAVECONF > $configfile - fi - perl -p -i -e 's/^.*Option.*"XkbRules".*$//gi' $configfile - done - } - - # Migrate any pre-existing XFree86 4.x config file to xorg.conf if it - # doesn't already exist, and rename any remaining XFree86 4.x congig files - # to have .obsoleted file extensions, to help avoid end user confusion for - # people unaware of the config file name change between server - # implementations, and avoid bug reports. If this turns out to confuse - # users, I can modify it to add comments to the top of the obsoleted files - # to point users to xorg.conf - { - for configfile in XF86Config-4 XF86Config ; do - if [ -r $configfile ]; then - if [ -r xorg.conf]; then - mv -f $configfile $configfile.obsoleted - else - mv -f $configfile xorg.conf - fi - fi - done - } - popd - # Do this for upgrades or installs XKB_DIR=%{_x11datadir}/X11/xkb/compiled if [ ! -L $XKB_DIR -a -d $XKB_DIR ]; then @@ -1994,75 +1912,27 @@ fi } &> /dev/null || : -# Work around a bug in the XFree86-libs postun script, which results in the -# _x11libdir being removed from ld.so.conf when upgrading from XFree86 to -# xorg-x11. This trigger executes right after the XFree86-libs postun script -# and puts _x11libdir back in ld.so.conf (#118448,118851,118993) -%triggerpostun libs -- XFree86-libs -{ - %{ld_so_conf_add_x11libdir} - /sbin/ldconfig -} - %post libs { - %{ld_so_conf_add_x11libdir} + cat </etc/ld.so.conf.d/xorg-x11.conf +/usr/X11R6/lib +EOF /sbin/ldconfig } -%postun libs -{ - /sbin/ldconfig -} +%postun libs -p /sbin/ldconfig -%post Mesa-libGL -{ - %{ld_so_conf_add_x11libdir} - /sbin/ldconfig -} +%post devel -p /sbin/ldconfig -%postun Mesa-libGL -{ - /sbin/ldconfig -} +%postun devel -p /sbin/ldconfig -%post Mesa-libGLU -{ - %{ld_so_conf_add_x11libdir} - /sbin/ldconfig -} +%post Mesa-libGL -p /sbin/ldconfig -%postun Mesa-libGLU -{ - /sbin/ldconfig -} +%postun Mesa-libGL -p /sbin/ldconfig -%verifyscript libs -{ - echo -n "Looking for %{_x11libdir} in /etc/ld.so.conf... " - if ! grep "^%{_x11libdir}$" /etc/ld.so.conf > /dev/null; then - echo "missing" - echo "%{_x11libdir} missing from /etc/ld.so.conf" >&2 - else - echo "found" - fi -} +%post Mesa-libGLU -p /sbin/ldconfig -##### xfs scripts #################################################### -# Work around a bug in the XFree86-xfs postun script, which results in the -# special xfs user account being inadvertently removed, causing xfs to run as -# the root user, and also resulting in xfs not being activated by chkconfig, -# This trigger executes right after the XFree86-xfs postun script, and ensures -# that the xfs user exists, and that the xfs initscript is properly chkconfig -# activated (#118145,118818) -%triggerpostun xfs -- XFree86-xfs -{ - # Conditionalized to work on RHL 7.1 and 7.2 which do not have /sbin/nologin - LOGINSHELL=$([ -e /sbin/nologin ] && echo /sbin/nologin || echo /bin/false) - /usr/sbin/useradd -c "X Font Server" -r -s $LOGINSHELL -u 43 -d /etc/X11/fs xfs || : - /sbin/chkconfig --add xfs - /sbin/service xfs condrestart || : -} &> /dev/null || : +%postun Mesa-libGLU -p /sbin/ldconfig %pre xfs { @@ -2513,11 +2383,7 @@ %{_x11bindir}/xcutsel %{_x11bindir}/xdpyinfo %if %{with_xf86config} -# This has been removed from build 4.2.99.2-0.20021110.8 and later. The -# supported X configuration tool in Red Hat Linux is system-config-display -# now, and we expect people to use it, and report bugs if there are any, -# and make requests for any missing features. -%{_x11bindir}/xf86config +%{_x11bindir}/xorgconfig %endif %{_x11bindir}/xfindproxy %{_x11bindir}/xfwp @@ -2671,7 +2537,7 @@ %{_x11mandir}/man1/xcutsel.1* %{_x11mandir}/man1/xdpyinfo.1* %if %{with_xf86config} -%{_x11mandir}/man1/xf86config.1* +%{_x11mandir}/man1/xorgconfig.1* %endif %{_x11mandir}/man1/xfindproxy.1* %{_x11mandir}/man1/xfwp.1* @@ -3413,10 +3279,10 @@ %{_x11mandir}/man1/Xvfb.1* %if %{with_xf86cfg} -%files xf86cfg +%files xorgcfg %defattr(-,root,root) -%{_x11bindir}/xf86cfg -%{_x11mandir}/man1/xf86cfg.1* +%{_x11bindir}/xorgcfg +%{_x11mandir}/man1/xorgcfg.1* # FIXME: This stuff should not be in any include directory, that is stupid %dir %{_x11includedir}/X11/pixmaps %{_x11includedir}/X11/pixmaps/* @@ -3428,9 +3294,16 @@ %endif %clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +%clean_buildroot %changelog +* Sat Aug 27 2004 Gerald Dachs 6.7.0-6gd +- removed %trigger +- added %post %postun for devel +- /etc/ld.so.conf will not get changed anymore. Path to libs is now + in /etc/ld.so.conf.d/xorg-x11.conf +- enabled some more utilities + * Thu Aug 26 2004 Jaakko Heinonen 6.7.0-5jh - own basic X11 directory structure From svn at tinysofa.org Sat Aug 28 19:27:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Sun, 29 Aug 2004 05:27:02 +1000 (EST) Subject: [tinysofa-svn] r4218 - contrib/1.1/xorg-x11/current/specs Message-ID: <20040828192702.DA3A54E802F@minbar.tinysofa.org> Author: gda Date: 2004-08-29 05:26:59 +1000 (Sun, 29 Aug 2004) New Revision: 4218 Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec Log: more fixes Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec =================================================================== --- contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-28 15:35:51 UTC (rev 4217) +++ contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-28 19:26:59 UTC (rev 4218) @@ -553,8 +553,7 @@ %package devel Summary: X11R6 static libraries, headers and programming man pages. Group: contrib -Requires: %{name}-libs = %{version}-%{release} -Obsoletes: xpm-devel, Mesa-devel +Requires: %{name}-libs = %{version}-%{release} /sbin/ldconfig Obsoletes: Xft-devel Provides: xpm-devel, Mesa-devel %if %{build_maintainer} @@ -571,7 +570,6 @@ Requires: fontconfig-devel >= 2.1 %endif Requires: pkgconfig -Obsoletes: XFree86-devel Provides: XFree86-devel = 4.4.0 %description devel @@ -582,8 +580,6 @@ Summary: Font utilities required for installing fonts Group: contrib # mkfontdir, ttmkfdir and other util were moved here so this conflict is needed -Conflicts: XFree86 < 4.2.0-5.2, -Obsoletes: XFree86-font-utils Provides: XFree86-font-utils = 4.4.0 Provides: font-utils @@ -600,7 +596,6 @@ Requires: %{name}-libs = %{version}-%{release} # xfs rpm scripts that use /sbin/service Requires(preun,postun): /sbin/service -Obsoletes: XFree86-xfs Provides: xfs %description xfs @@ -618,8 +613,6 @@ Provides: windowmanager # The twm.1 manpage was moved from the XFree86 package to the twm package # to fix bug #70025 on July 29 2002 - Mike A. Harris -Conflicts: XFree86 <= 4.2.0-57.1 -Obsoletes: XFree86-twm Provides: twm %description twm @@ -631,7 +624,6 @@ # xinitrc requirement on 3.13 for user login shell enhancement to Xsession Requires: xinitrc >= 3.13 Group: contrib -Obsoletes: XFree86-xdm Provides: xdm %description xdm @@ -641,13 +633,11 @@ Summary: Shared libraries needed by the X Window System Group: contrib # Now that Xft2 is part of XFree86 4.3.0, we obsolete the old standalone one -Obsoletes: Xft %if ! %{build_maintainer} Requires: freetype >= 2.1.7 %else Requires: freetype >= 2.1.4 %endif -Obsoletes: xpm Provides: xpm %if %{build_maintainer} Provides: Xft @@ -662,7 +652,6 @@ Requires: %{name}-libs-data = %{version}-%{release} #Requires(post,postun,verify): /sbin/ldconfig grep textutils Prereq: /sbin/ldconfig grep textutils -Obsoletes: XFree86-libs # FIXME: Currently the same libs are present, but that's soon to change Provides: XFree86-libs = 4.4.0 @@ -673,10 +662,8 @@ %package libs-data Summary: Architecture independent data required by X Window System libraries Group: contrib -Obsoletes: XFree86-libs-data # Files moved from these packages to XFree86-libs-data, and now to # xorg-x11-libs-data, so we conflict them -Conflicts: XFree86 <= 4.2.99.2-0.20021105.0, XFree86-libs <= 4.2.99.2-0.20021105.0 %description libs-data Architecture independent data files required by XFree86-libs, including @@ -689,11 +676,6 @@ Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir # Required so upgrades work, since base fonts moved here from main pkg -Conflicts: XFree86 <= 4.2.0-3.1 -# The fonts.* files from truetype and syriac moved from those pkgs to base -Conflicts: XFree86-truetype-fonts < 4.2.99.901-20030209.2 -Conflicts: XFree86-syriac-fonts < 4.2.99.901-20030209.2 -Obsoletes: XFree86-base-fonts Provides: base-fonts %description base-fonts @@ -703,7 +685,6 @@ Summary: TrueType fonts provided by the X Window System Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir, %{_x11bindir}/mkfontscale -Obsoletes: XFree86-truetype-fonts %description truetype-fonts A collection of truetype fonts which are part of the core X Window System @@ -713,7 +694,6 @@ Summary: Syriac TrueType fonts by Beth Mardutho Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir, %{_x11bindir}/mkfontscale -Obsoletes: XFree86-syriac-fonts %description syriac-fonts A collection of Syriac truetype fonts from Beth Mardutho, which are part @@ -723,7 +703,6 @@ Summary: A set of 75dpi resolution fonts for the X Window System. Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-75dpi-fonts %description 75dpi-fonts A set of 75 dpi fonts used by the X window system. @@ -732,7 +711,6 @@ Summary: A set of 100dpi resolution fonts for the X Window System. Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-100dpi-fonts %description 100dpi-fonts A set of 100 dpi fonts used by the X window system. @@ -741,7 +719,6 @@ Summary: A set of 75dpi Central European language fonts for X. Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-ISO8859-2-75dpi-fonts %description ISO8859-2-75dpi-fonts Contains a set of 75dpi fonts for Central European languages. @@ -750,7 +727,6 @@ Summary: A set of 100dpi Central European language fonts for X. Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-ISO8859-2-100dpi-fonts %description ISO8859-2-100dpi-fonts Contains a set of 100dpi fonts for Central European languages. @@ -759,7 +735,6 @@ Summary: ISO8859-9-75dpi-fonts Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-ISO8859-9-75dpi-fonts %description ISO8859-9-75dpi-fonts Contains a set of 75dpi fonts for the Turkish language. @@ -768,7 +743,6 @@ Summary: ISO8859-9-100dpi-fonts Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-ISO8859-9-100dpi-fonts %description ISO8859-9-100dpi-fonts Contains a set of 100dpi fonts for the Turkish language. @@ -777,7 +751,6 @@ Summary: ISO8859-14-75dpi-fonts Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-ISO8859-14-75dpi-fonts %description ISO8859-14-75dpi-fonts Contains a set of 75dpi fonts in the ISO8859-14 encoding which @@ -787,7 +760,6 @@ Summary: ISO8859-14-100dpi-fonts Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-ISO8859-14-100dpi-fonts %description ISO8859-14-100dpi-fonts Contains a set of 100dpi fonts in the ISO8859-14 encoding which @@ -797,7 +769,6 @@ Summary: ISO8859-15-75dpi-fonts Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-ISO8859-15-75dpi-fonts %description ISO8859-15-75dpi-fonts Contains a set of 75dpi fonts in the ISO8859-15 encoding which @@ -807,7 +778,6 @@ Summary: ISO8859-15-100dpi-fonts Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-ISO8859-15-100dpi-fonts %description ISO8859-15-100dpi-fonts Contains a set of 100dpi fonts in the ISO8859-15 encoding which @@ -817,7 +787,6 @@ Summary: Cyrillic fonts for X. Group: contrib Prereq: /usr/sbin/chkfontpath, %{_x11bindir}/mkfontdir -Obsoletes: XFree86-cyrillic-fonts %description cyrillic-fonts Contains a set of Cyrillic fonts. @@ -828,7 +797,6 @@ %package doc Summary: Documentation on various X11 programming interfaces. Group: contrib -Obsoletes: XFree86-doc %description doc This package contains various documentation in PostScript format on @@ -842,7 +810,6 @@ Summary: A nested server. Group: contrib Requires: %{name} = %{version}-%{release} -Obsoletes: XFree86-Xnest Provides: Xnest %description Xnest @@ -855,9 +822,7 @@ %package tools Summary: Various X Window System tools Group: contrib -Obsoletes: X11R6-contrib Requires: %{name} -Obsoletes: XFree86-tools %description tools Various tools for X, including listres, xbiff, xeyes, xcalc, and xload @@ -869,10 +834,7 @@ %package xauth Summary: X authority file utility Group: contrib -Conflicts: XFree86 < 4.2.0-50.11 -Obsoletes: mkxauth Provides: mkxauth -Obsoletes: XFree86-xauth Provides: xauth %description xauth @@ -883,12 +845,9 @@ Summary: A 3D graphics library which uses an OpenGL-like API Group: contrib # FIXME: These should be versioned to the Mesa version -Obsoletes: Mesa Provides: Mesa -Obsoletes: XFree86-Mesa-libGL Provides: libGL -# Conflict is due to this package being split out from XFree86-libs a long time ago -Conflicts: XFree86-libs < 4.2.0-50.5 +Requires: /sbin/ldconfig %description Mesa-libGL The Mesa 3D graphics library is a powerful and generic toolset for @@ -904,10 +863,8 @@ %package Mesa-libGLU Summary: Commonly used GL utility library Group: contrib -Obsoletes: XFree86-Mesa-libGLU Provides: libGLU -# Conflict is due to this package being split out from XFree86-libs a long time ago -Conflicts: XFree86-libs < 4.2.0-50.5 +Requires: /sbin/ldconfig %description Mesa-libGLU libGLU is a utility library used by a lot of OpenGL applications @@ -916,7 +873,6 @@ %package xorgcfg Summary: X server configuration program Group: contrib -Obsoletes: XFree86-XF86Setup Requires: %{name} = %{version}-%{release} # Removed dep on Xconfigurator and changed to the actual Cards file instead Requires: %{_x11datadir}/X11/Cards @@ -929,7 +885,6 @@ Summary: A X Windows System virtual framebuffer X server. Group: contrib Requires: %{name} = %{version}-%{release} -Obsoletes: XFree86-Xvfb Provides: Xvfb %description Xvfb @@ -944,7 +899,6 @@ Summary: SDK for X server driver module development Group: contrib #Prereq: no idea what prereqs we need yet. -Obsoletes: XFree86-sdk #Provides: XFree86-sdk = 4.4.0 %description sdk @@ -1920,19 +1874,27 @@ /sbin/ldconfig } -%postun libs -p /sbin/ldconfig +%postun libs +/sbin/ldconfig -%post devel -p /sbin/ldconfig +%post devel +/sbin/ldconfig -%postun devel -p /sbin/ldconfig +%postun devel +rm -f /etc/ld.so.conf.d/xorg-x11.conf +/sbin/ldconfig -%post Mesa-libGL -p /sbin/ldconfig +%post Mesa-libGL +/sbin/ldconfig -%postun Mesa-libGL -p /sbin/ldconfig +%postun Mesa-libGL +/sbin/ldconfig -%post Mesa-libGLU -p /sbin/ldconfig +%post Mesa-libGLU +/sbin/ldconfig -%postun Mesa-libGLU -p /sbin/ldconfig +%postun Mesa-libGLU +/sbin/ldconfig %pre xfs { From svn at tinysofa.org Sun Aug 29 17:29:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 30 Aug 2004 03:29:49 +1000 (EST) Subject: [tinysofa-svn] r4219 - contrib/1.1/xorg-x11/current/specs Message-ID: <20040829172949.F3A7C4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-30 03:29:46 +1000 (Mon, 30 Aug 2004) New Revision: 4219 Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec Log: - PreReq ldconfig insted of Requires Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec =================================================================== --- contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-28 19:26:59 UTC (rev 4218) +++ contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-29 17:29:46 UTC (rev 4219) @@ -553,7 +553,8 @@ %package devel Summary: X11R6 static libraries, headers and programming man pages. Group: contrib -Requires: %{name}-libs = %{version}-%{release} /sbin/ldconfig +Requires: %{name}-libs = %{version}-%{release} +PreReq: /sbin/ldconfig Obsoletes: Xft-devel Provides: xpm-devel, Mesa-devel %if %{build_maintainer} @@ -847,7 +848,7 @@ # FIXME: These should be versioned to the Mesa version Provides: Mesa Provides: libGL -Requires: /sbin/ldconfig +PreReq: /sbin/ldconfig %description Mesa-libGL The Mesa 3D graphics library is a powerful and generic toolset for @@ -864,7 +865,7 @@ Summary: Commonly used GL utility library Group: contrib Provides: libGLU -Requires: /sbin/ldconfig +PreReq: /sbin/ldconfig %description Mesa-libGLU libGLU is a utility library used by a lot of OpenGL applications From svn at tinysofa.org Mon Aug 30 11:49:42 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Mon, 30 Aug 2004 21:49:42 +1000 (EST) Subject: [tinysofa-svn] r4220 - in contrib/1.1/xorg-x11/current: sources specs Message-ID: <20040830114942.3CDA74E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-30 21:49:38 +1000 (Mon, 30 Aug 2004) New Revision: 4220 Added: contrib/1.1/xorg-x11/current/sources/xorg-x11.csh contrib/1.1/xorg-x11/current/sources/xorg-x11.sh Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec Log: - add /etc/profile.d/xorg-x11.{csh,sh} to add x11bindir to PATH Added: contrib/1.1/xorg-x11/current/sources/xorg-x11.csh =================================================================== --- contrib/1.1/xorg-x11/current/sources/xorg-x11.csh 2004-08-29 17:29:46 UTC (rev 4219) +++ contrib/1.1/xorg-x11/current/sources/xorg-x11.csh 2004-08-30 11:49:38 UTC (rev 4220) @@ -0,0 +1 @@ +setenv PATH ${PATH}:/usr/X11R6/bin Property changes on: contrib/1.1/xorg-x11/current/sources/xorg-x11.csh ___________________________________________________________________ Name: svn:executable + * Added: contrib/1.1/xorg-x11/current/sources/xorg-x11.sh =================================================================== --- contrib/1.1/xorg-x11/current/sources/xorg-x11.sh 2004-08-29 17:29:46 UTC (rev 4219) +++ contrib/1.1/xorg-x11/current/sources/xorg-x11.sh 2004-08-30 11:49:38 UTC (rev 4220) @@ -0,0 +1,2 @@ +PATH="$PATH:/usr/X11R6/bin" +export PATH Property changes on: contrib/1.1/xorg-x11/current/sources/xorg-x11.sh ___________________________________________________________________ Name: svn:executable + * Modified: contrib/1.1/xorg-x11/current/specs/xorg-x11.spec =================================================================== --- contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-29 17:29:46 UTC (rev 4219) +++ contrib/1.1/xorg-x11/current/specs/xorg-x11.spec 2004-08-30 11:49:38 UTC (rev 4220) @@ -24,7 +24,7 @@ # Use very future proofed version number, until we know what upstream version # will really be. Version: 6.7.0 -Release: 6gd +Release: 7jh #.%{cvs_release} %define build_maintainer_mode %( hostname -f |grep -q capslock.lan && echo 1 || echo 0) @@ -313,6 +313,9 @@ Source24: mkxauth.1x Source25: restest.c +Source100: xorg-x11.sh +Source101: xorg-x11.csh + # X.org stable branch patch, created using: # FIXME: These instructions need to be updated to X.org relevance. # cvs rdiff -u -r xf-4_3_0 -r xf-4_3-branch xc > XFree86-4.3.0-xf-4_3-branch-$(/bin/date +"%Y-%m-%d").patch @@ -1663,6 +1666,8 @@ rmdir $RPM_BUILD_ROOT%{_x11libdir}/pkgconfig } +install -D -m 755 %{SOURCE100} %{buildroot}%{_sysconfdir}/profile.d/xorg-x11.sh +install -D -m 755 %{SOURCE101} %{buildroot}%{_sysconfdir}/profile.d/xorg-x11.csh ###################################################################### # STRIP SECTION - must come just before DELETE UNWANTED FILES section @@ -2573,6 +2578,9 @@ %{_x11icondir}/whiteglass/cursors/* %endif +%{_sysconfdir}/profile.d/* + + %files devel %defattr(-,root,root) # Changed GL include dir, on Mar 17, 2002 for 4.2.0-6.48 release @@ -3260,6 +3268,9 @@ %clean_buildroot %changelog +* Mon Aug 30 2004 Jaakko Heinonen 6.7.0-7jh +- add /etc/profile.d/xorg-x11.{csh,sh} to add x11bindir to PATH + * Sat Aug 27 2004 Gerald Dachs 6.7.0-6gd - removed %trigger - added %post %postun for devel From svn at tinysofa.org Mon Aug 30 20:32:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 31 Aug 2004 06:32:04 +1000 (EST) Subject: [tinysofa-svn] r4221 - tinysofa/releases/1.1 Message-ID: <20040830203204.A9E4F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-31 06:32:01 +1000 (Tue, 31 Aug 2004) New Revision: 4221 Added: tinysofa/releases/1.1/freetype/ Log: - copy freetype from contrib Copied: tinysofa/releases/1.1/freetype (from rev 4220, contrib/1.1/freetype) From svn at tinysofa.org Mon Aug 30 20:52:07 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 31 Aug 2004 06:52:07 +1000 (EST) Subject: [tinysofa-svn] r4222 - in contrib/1.1: . icewm icewm/current icewm/current/sources icewm/current/specs Message-ID: <20040830205207.BC8614E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-31 06:52:04 +1000 (Tue, 31 Aug 2004) New Revision: 4222 Added: contrib/1.1/icewm/ contrib/1.1/icewm/current/ contrib/1.1/icewm/current/sources/ contrib/1.1/icewm/current/sources/icewm-1.2.16.tar.gz contrib/1.1/icewm/current/specs/ contrib/1.1/icewm/current/specs/icewm.spec contrib/1.1/icewm/release/ Log: - add icewm to contrib Added: contrib/1.1/icewm/current/sources/icewm-1.2.16.tar.gz =================================================================== (Binary files differ) Property changes on: contrib/1.1/icewm/current/sources/icewm-1.2.16.tar.gz ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: contrib/1.1/icewm/current/specs/icewm.spec =================================================================== --- contrib/1.1/icewm/current/specs/icewm.spec 2004-08-30 20:32:01 UTC (rev 4221) +++ contrib/1.1/icewm/current/specs/icewm.spec 2004-08-30 20:52:04 UTC (rev 4222) @@ -0,0 +1,166 @@ +Summary: A fast, small X Window System window manager. +Name: icewm +Version: 1.2.16 +Release: 1jh +License: LGPL +Group: contrib +Source0: %{name}-%{version}.tar.gz +URL: http://icewm.sourceforge.net +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: pkgconfig font-utils gcc-c++ xorg-x11-devel gettext +BuildRequires: imlib-devel libjpeg-devel libtiff-devel libungif-devel +BuildRequires: libpng-devel +Requires: font-utils + +%description +Icewm emulates the look and feel of Windows95, OS/2 Warp 3 and 4, and +Motif. Icewm features include multiple workspaces, opaque +move/resize, a task bar, a window list, mailbox status, and a digital +clock. Almost all functions can be invoked both by keyboard and mouse +(except when using mouse focus). Note that extreme configurability +(like fvwm and other window managers) is not a feature of icewm. + + +%prep +%setup -q + + +%build +# ensure that X11 is in path (xft-config) +export PATH="$PATH:/usr/X11R6/bin" +%configure \ + --enable-i18n \ + --enable-xfreetype \ + --enable-antialiasing \ + --enable-corefonts \ + --with-docdir=%{_docdir} +%make + + +%install +%makeinstall \ + PREFIX=$RPM_BUILD_ROOT%{_prefix} \ + BINDIR=$RPM_BUILD_ROOT%{_bindir} \ + LIBDIR=$RPM_BUILD_ROOT%{_datadir}/icewm \ + LOCDIR=$RPM_BUILD_ROOT%{_datadir}/locale \ + CFGDIR=$RPM_BUILD_ROOT%{_sysconfdir}/icewm \ + DOCDIR=$RPM_BUILD_ROOT%{_docdir} \ + KDEDIR=$RPM_BUILD_ROOT%{_datadir} + +%find_lang %{name} + + +%clean +%clean_buildroot + + +%files -f %{name}.lang +%defattr(-,root,root) +%doc README COPYING CHANGES TODO BUGS doc/*.sgml +%{_datadir}/icewm +%{_bindir}/* + + +%changelog +* Mon Aug 30 2004 Jaakko Heinonen +- tinysofa +- enable anti-aliasing +- enable fonconfig rendering + +* Mon Nov 03 2003 Andy Shevchenko +- rebuild with new gdm + +* Fri Oct 31 2003 Andy Shevchenko +- build in new switchdesk environment +- go to icewm-session start (for KDE dock support) + +* Tue Oct 14 2003 Andy Shevchenko +- update to 1.2.13 + +* Mon Sep 01 2003 Alexandr D. Kanevskiy +- update to 1.2.12 +- default theme - metal2 + +* Thu Jul 31 2003 Andy Shevchenko +- update to 1.2.10pre9 (may be broken) + +* Fri Jun 20 2003 Andy Shevchenko +- remove icewm-menu-gnome2 script +- update to recent CVS snapshot + +* Thu Jun 19 2003 Andy Shevchenko +- build 1.2.9pre1 +- exclude xkb patch (not supported) + +* Tue Jun 10 2003 Andy Shevchenko 1.2.8-1asp +- update to new version + +* Wed Apr 09 2003 Andy Shevchenko +- add patch for new desktop file style + +* Tue Apr 08 2003 Andy Shevchenko +- add new patches + +* Tue Mar 25 2003 Andy Shevchenko +- update to new version + +* Tue Jan 28 2003 Andy Shevchenko 1.2.6-1asp +- update to new version + +* Tue Jan 14 2003 Andy Shevchenko 1.2.5-1.1asp +- add path patch (fix KDE and Gnome menu entries) + +* Mon Jan 13 2003 Andy Shevchenko 1.2.5-1.0asp +- update to new version +- remove default theme patch +- adjust spec for new pathes +- add utf8taskbar patch (fix aspbug:772) + +* Wed Oct 24 2001 Alexandr D. Kanevskiy +- fix ASPL#118 + +* Tue Oct 23 2001 Alexandr D. Kanevskiy +- update to 1.0.9-2 + +* Mon Oct 22 2001 Stanislav Rogin +- added gdm session + +* Mon Apr 23 2001 Alexandr D. Kanevskiy +- forgotten locale + +* Sat Mar 31 2001 Alexandr D. Kanevskiy +- default fonts +- change default theme to metal2 +- disable KDE menu + +* Wed Aug 2 2000 Tim Powers +- rebuilt against libpng-1.0.8 + +* Mon Jul 24 2000 Prospector +- rebuilt + +* Wed Jul 12 2000 Than Ngo +- add rm -rf $RPM_BUILD_ROOT in %%install section +- remove strip binaries from sepcfile. + +* Mon Jul 03 2000 Tim Powers +- fixed install routine so that regular users can build + +* Mon May 15 2000 Tim Powers +- update to 1.0.3 + +* Fri Nov 12 1999 Tim Powers +- update to 0.9.49 +- quiet setup +- strip binaries + +* Tue Aug 24 1999 Bill Nottingham +- update to 0.9.48 + +* Mon Aug 16 1999 Bill Nottingham +- update to 0.9.46 + +* Sat Jul 17 1999 Tim Powers +- start changelog +- changed buildroot path to /var/tmp instead of /tmp +- rebuilt for 6.1 From svn at tinysofa.org Mon Aug 30 20:52:33 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 31 Aug 2004 06:52:33 +1000 (EST) Subject: [tinysofa-svn] r4223 - tinysofa/releases/1.1/freetype/current/specs Message-ID: <20040830205233.4E1184E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-31 06:52:30 +1000 (Tue, 31 Aug 2004) New Revision: 4223 Modified: tinysofa/releases/1.1/freetype/current/specs/freetype.spec Log: - change groups Modified: tinysofa/releases/1.1/freetype/current/specs/freetype.spec =================================================================== --- tinysofa/releases/1.1/freetype/current/specs/freetype.spec 2004-08-30 20:52:04 UTC (rev 4222) +++ tinysofa/releases/1.1/freetype/current/specs/freetype.spec 2004-08-30 20:52:30 UTC (rev 4223) @@ -14,7 +14,7 @@ Version: 2.1.7 Release: 2gd License: BSD/GPL dual license -Group: contrib +Group: extra URL: http://www.freetype.org Source: freetype-%{version}.tar.bz2 Source1: ftdocs-%{version}.tar.bz2 @@ -46,7 +46,7 @@ %if %{with_freetype1} %package utils Summary: A collection of FreeType utilities. -Group: contrib +Group: extra Requires: %{name} = %{version}-%{release} %description utils @@ -60,7 +60,7 @@ %package demos Summary: A collection of FreeType demos. -Group: contrib +Group: extra Requires: %{name} = %{version}-%{release} %description demos @@ -74,7 +74,7 @@ %package devel Summary: FreeType development libraries and header files -Group: contrib +Group: development Requires: %{name} = %{version}-%{release} Requires: zlib-devel From svn at tinysofa.org Mon Aug 30 20:56:20 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Tue, 31 Aug 2004 06:56:20 +1000 (EST) Subject: [tinysofa-svn] r4224 - tinysofa/releases/1.1/php4/current/specs Message-ID: <20040830205620.DAB3A4E802F@minbar.tinysofa.org> Author: jh Date: 2004-08-31 06:56:17 +1000 (Tue, 31 Aug 2004) New Revision: 4224 Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec Log: - enable gd support Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec =================================================================== --- tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-30 20:52:30 UTC (rev 4223) +++ tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-30 20:56:17 UTC (rev 4224) @@ -7,7 +7,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php4 Version: 4.3.8 -Release: 4jh +Release: 5jh License: The PHP License Group: main URL: http://www.php.net/ @@ -52,7 +52,7 @@ BuildRequires: zlib-devel, pcre-devel, smtpdaemon BuildRequires: bzip2, perl, libtool >= 1.4.3 Obsoletes: php-dbg, mod_php, php3, phpfi, stronghold-php, mod_php4 -Obsoletes: mod_php4-cli mod_php4-openssl mod_php4-exif mod_php4-gd mod_php4-test mod_php4-domxml mod_php4-sysv +Obsoletes: mod_php4-cli mod_php4-openssl mod_php4-exif mod_php4-test mod_php4-domxml mod_php4-sysv # Enforce Apache module ABI compatibility Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn 2> /dev/null || echo missing-httpd-devel) Requires: %{name}-pear @@ -297,7 +297,6 @@ The php-mbstring package contains a dynamic shared object that will add support for using the ncurses terminal output interfaces. -%if 0 %package gd Summary: A module for PHP applications for using the gd graphics library Group: extra @@ -305,11 +304,11 @@ BuildRequires: gd-devel, freetype-devel Conflicts: php-gd >= 5.0.0 Obsoletes: php-gd < 5.0.0 +Obsoletes: mod_php4-gd %description gd The php-mbstring package contains a dynamic shared object that will add support for using the gd graphics library to PHP. -%endif %package openssl Summary: A module for PHP applications for using the OpenSSL toolkit @@ -410,10 +409,8 @@ --with-exec-dir=%{_bindir} \ --with-freetype-dir=%{_prefix} \ --with-png-dir=%{_prefix} \ -%if 0 --with-gd=shared \ --enable-gd-native-ttf \ -%endif --without-gdbm \ --with-gettext \ --with-ncurses=shared \ @@ -525,7 +522,7 @@ # Generate files lists and stub .ini files for each subpackage #for mod in pgsql mysql odbc ldap snmp domxml xmlrpc imap gd \ -for mod in pgsql mysql ldap xmlrpc imap \ +for mod in pgsql mysql ldap xmlrpc imap gd \ mbstring ncurses openssl \ %{?_with_oci8:oci8} %{?_with_mssql:mssql} %{?_with_mhash:mhash}; do cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${mod}.ini < 4.3.8-5jh +- enable gd support + * Thu Aug 05 2004 tsintegrate 4.3.8-2ts - current (4.3.8-2jh) integrated as 4.3.8-2ts for release 1.1 From svn at tinysofa.org Tue Aug 31 16:28:54 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 1 Sep 2004 02:28:54 +1000 (EST) Subject: [tinysofa-svn] r4225 - contrib/1.1/xmms/current/specs Message-ID: <20040831162854.396CE4E802F@minbar.tinysofa.org> Author: jh Date: 2004-09-01 02:28:53 +1000 (Wed, 01 Sep 2004) New Revision: 4225 Modified: contrib/1.1/xmms/current/specs/xmms.spec Log: - disable exec stack Modified: contrib/1.1/xmms/current/specs/xmms.spec =================================================================== --- contrib/1.1/xmms/current/specs/xmms.spec 2004-08-30 20:56:17 UTC (rev 4224) +++ contrib/1.1/xmms/current/specs/xmms.spec 2004-08-31 16:28:53 UTC (rev 4225) @@ -94,6 +94,7 @@ #%patch8 -p1 -b .ja %build +export CFLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack" %configure \ --enable-kanji \ --enable-texthack \ From svn at tinysofa.org Tue Aug 31 16:33:02 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 1 Sep 2004 02:33:02 +1000 (EST) Subject: [tinysofa-svn] r4226 - tinysofa/releases/1.1/kernel/current/specs Message-ID: <20040831163302.DB3F84E802F@minbar.tinysofa.org> Author: jh Date: 2004-09-01 02:33:02 +1000 (Wed, 01 Sep 2004) New Revision: 4226 Modified: tinysofa/releases/1.1/kernel/current/specs/kernel.spec Log: - fix macro x86 -> ix86 Modified: tinysofa/releases/1.1/kernel/current/specs/kernel.spec =================================================================== --- tinysofa/releases/1.1/kernel/current/specs/kernel.spec 2004-08-31 16:28:53 UTC (rev 4225) +++ tinysofa/releases/1.1/kernel/current/specs/kernel.spec 2004-08-31 16:33:02 UTC (rev 4226) @@ -1722,7 +1722,7 @@ cp arch/*/boot/*mage.partial $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-partial-$KernelVer || : # make sure that we don't strip the partially linked vmlinuz for pSeries chmod 644 $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-partial-$KernelVer || : -%ifnarch %{x86} +%ifnarch %{ix86} cp vmlinux $RPM_BUILD_ROOT/boot/vmlinux-$KernelVer %endif @@ -2081,7 +2081,7 @@ %if %{buildup} %files %defattr(-,root,root) -%ifnarch %{x86} +%ifnarch %{ix86} /boot/vmlinux-%{KVERREL} %endif /%{image_install_path}/vmlinu*-%{KVERREL} From svn at tinysofa.org Tue Aug 31 16:36:36 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 1 Sep 2004 02:36:36 +1000 (EST) Subject: [tinysofa-svn] r4227 - tinysofa/releases/1.1 Message-ID: <20040831163636.5DC1D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-09-01 02:36:36 +1000 (Wed, 01 Sep 2004) New Revision: 4227 Added: tinysofa/releases/1.1/symlinks/ Log: - copy symlinks from contrib Copied: tinysofa/releases/1.1/symlinks (from rev 4226, contrib/1.1/symlinks) From svn at tinysofa.org Tue Aug 31 16:36:58 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 1 Sep 2004 02:36:58 +1000 (EST) Subject: [tinysofa-svn] r4228 - tinysofa/releases/1.1/php4/current/specs Message-ID: <20040831163658.6893F4E802F@minbar.tinysofa.org> Author: jh Date: 2004-09-01 02:36:58 +1000 (Wed, 01 Sep 2004) New Revision: 4228 Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec Log: - adjust gd buildrequires Modified: tinysofa/releases/1.1/php4/current/specs/php4.spec =================================================================== --- tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-31 16:36:36 UTC (rev 4227) +++ tinysofa/releases/1.1/php4/current/specs/php4.spec 2004-08-31 16:36:58 UTC (rev 4228) @@ -301,7 +301,8 @@ Summary: A module for PHP applications for using the gd graphics library Group: extra Requires: %{name} = %{version}-%{release} -BuildRequires: gd-devel, freetype-devel +#BuildRequires: gd-devel, freetype-devel +BuildRequires: libpng-devel, libjpeg-devel, freetype-devel Conflicts: php-gd >= 5.0.0 Obsoletes: php-gd < 5.0.0 Obsoletes: mod_php4-gd From svn at tinysofa.org Tue Aug 31 16:44:04 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 1 Sep 2004 02:44:04 +1000 (EST) Subject: [tinysofa-svn] r4229 - tinysofa/releases/1.1/symlinks/current/specs Message-ID: <20040831164404.A9B0D4E802F@minbar.tinysofa.org> Author: jh Date: 2004-09-01 02:44:04 +1000 (Wed, 01 Sep 2004) New Revision: 4229 Modified: tinysofa/releases/1.1/symlinks/current/specs/symlinks.spec Log: - change group Modified: tinysofa/releases/1.1/symlinks/current/specs/symlinks.spec =================================================================== --- tinysofa/releases/1.1/symlinks/current/specs/symlinks.spec 2004-08-31 16:36:58 UTC (rev 4228) +++ tinysofa/releases/1.1/symlinks/current/specs/symlinks.spec 2004-08-31 16:44:04 UTC (rev 4229) @@ -2,13 +2,13 @@ Name: symlinks Version: 1.2 Release: 1ok -Group: contrib +Group: extra Copyright: distributable Source: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz Patch0: symlinks-1.2-nostatic.patch Patch1: symlinks-1.2-fixman.patch Patch2: symlinks-1.2-short.patch -Buildroot: %{_tmppath}/%{name}-root +Buildroot: %{_tmppath}/%{name}-%{version}-root %description The symlinks utility performs maintenance on symbolic links. Symlinks @@ -26,7 +26,7 @@ %patch2 -p1 %build -make +%make %install mkdir -p $RPM_BUILD_ROOT%{_bindir} @@ -35,7 +35,7 @@ install -m 644 symlinks.8 $RPM_BUILD_ROOT%{_mandir}/man8 %clean -rm -rf $RPM_BUILD_ROOT +%clean_buildroot %files %defattr(-,root,root) From svn at tinysofa.org Tue Aug 31 19:19:30 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 1 Sep 2004 05:19:30 +1000 (EST) Subject: [tinysofa-svn] r4230 - tinysofa/releases/1.1/sharutils/current/specs Message-ID: <20040831191930.9D6774E802F@minbar.tinysofa.org> Author: jh Date: 2004-09-01 05:19:30 +1000 (Wed, 01 Sep 2004) New Revision: 4230 Modified: tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec Log: - spec cleanup Modified: tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec =================================================================== --- tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec 2004-08-31 16:44:04 UTC (rev 4229) +++ tinysofa/releases/1.1/sharutils/current/specs/sharutils.spec 2004-08-31 19:19:30 UTC (rev 4230) @@ -1,7 +1,7 @@ Summary: The GNU shar utilities for packaging and unpackaging shell archives. Name: sharutils Version: 4.2.1 -Release: 21ts +Release: 22jh License: GPL Group: extra Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz @@ -12,10 +12,10 @@ Patch5: sharutils-4.2-uudecode.patch Patch6: sharutils-4.2.1-mktemp.patch Patch7: sharutils-4.2.1-uudecode.patch -BuildRoot: %{_tmppath}/%{name}-root - +BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gettext + %description The sharutils package contains the GNU shar utilities, a set of tools for encoding and decoding packages of files (in binary or text format) @@ -31,6 +31,7 @@ Install sharutils if you send binary files through e-mail. + %prep %setup -q %patch1 -p1 @@ -41,42 +42,38 @@ %patch6 -p1 %patch7 -p1 + %build %configure -make +%make -%install -rm -rf ${RPM_BUILD_ROOT} +%install %makeinstall install-man -#gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/{sharutils*,remsync*} # fix jp location mv ${RPM_BUILD_ROOT}%{_datadir}/locale/ja_JP.EUC \ ${RPM_BUILD_ROOT}%{_datadir}/locale/ja -rm -rf $RPM_BUILD_ROOT/usr/share/info +%nuke_info %find_lang %{name} -%post -#/sbin/install-info %{_infodir}/sharutils.info.gz %{_infodir}/dir ||: -%preun -#if [ $1 = 0 ]; then -# /sbin/install-info --delete %{_infodir}/sharutils.info.gz %{_infodir}/dir ||: -#fi - %clean -rm -rf ${RPM_BUILD_ROOT} +%clean_buildroot + %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/* -#%{_infodir}/*info* %{_mandir}/*/* + %changelog +* Tue Aug 31 2004 Jaakko Heinonen 4.2.1-22jh +- spec cleanup + * Thu Aug 05 2004 tsintegrate 4.2.1-21ts - current (4.2.1-21jh) integrated as 4.2.1-21ts for release 1.1 From svn at tinysofa.org Tue Aug 31 19:27:49 2004 From: svn at tinysofa.org (svn at tinysofa.org) Date: Wed, 1 Sep 2004 05:27:49 +1000 (EST) Subject: [tinysofa-svn] r4231 - tinysofa/releases/1.1/apt/current/specs Message-ID: <20040831192749.AE9624E802F@minbar.tinysofa.org> Author: jh Date: 2004-09-01 05:27:49 +1000 (Wed, 01 Sep 2004) New Revision: 4231 Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec Log: - trigger update Modified: tinysofa/releases/1.1/apt/current/specs/apt.spec =================================================================== --- tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-31 19:19:30 UTC (rev 4230) +++ tinysofa/releases/1.1/apt/current/specs/apt.spec 2004-08-31 19:27:49 UTC (rev 4231) @@ -351,7 +351,7 @@ %ghost %{_sysconfdir}/cron.weekly/apt.cron %triggerun -- apt = 0.5.15cnc6-3ts -if [ ! -e /etc/apt/gpg/gnupg ]; then +if [ ! -e /etc/apt/gpg/gnupg/pubring.gpg ]; then export GNUPGHOME="/etc/apt/gpg/gnupg" gpg --import /etc/apt/gpg/gpg-pubkey-* fi