rpms/mgetty/devel mgetty-1.1.33-turn.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 mgetty.spec, 1.46, 1.47 sources, 1.8, 1.9

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Wed Mar 5 17:29:28 UTC 2008


Author: mnagy

Update of /cvs/extras/rpms/mgetty/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28738

Modified Files:
	.cvsignore mgetty.spec sources 
Added Files:
	mgetty-1.1.33-turn.patch 
Log Message:
* Wed Mar 05 2008 Martin Nagy <mnagy at redhat.com> - 1.1.33-16
- fix -t option of g32pbm (#188028)
- move g32pbm and g3cat from mgetty-sendfax to mgetty (#190179)
- some whitespace changes (#263641)
- added faxq-helper man page (#243293)


mgetty-1.1.33-turn.patch:

--- NEW FILE mgetty-1.1.33-turn.patch ---
diff -up mgetty-1.1.33/g3/g32pbm.c.turn mgetty-1.1.33/g3/g32pbm.c
--- mgetty-1.1.33/g3/g32pbm.c.turn	2008-03-05 15:25:12.000000000 +0100
+++ mgetty-1.1.33/g3/g32pbm.c	2008-03-05 15:27:42.000000000 +0100
@@ -194,7 +194,8 @@ int byte, bit;
     *rows = nr;
     *cols = nc;
     *bperrow = newbperrow;
-    return newmap;
+    o_turn--;
+    return turnbm( cols, rows, newmap, bperrow );
 }
 
 int main _P2( (argc, argv), int argc, char ** argv )


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mgetty/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	18 Feb 2008 15:23:21 -0000	1.9
+++ .cvsignore	5 Mar 2008 17:28:42 -0000	1.10
@@ -1,2 +1,3 @@
+faxq-helper.8
 mgetty1.1.33-Apr10.tar.gz
 mgetty1.1.33-Apr10.tar.gz.asc


Index: mgetty.spec
===================================================================
RCS file: /cvs/extras/rpms/mgetty/devel/mgetty.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- mgetty.spec	18 Feb 2008 15:23:21 -0000	1.46
+++ mgetty.spec	5 Mar 2008 17:28:42 -0000	1.47
@@ -1,13 +1,14 @@
 Summary: A getty replacement for use with data and fax modems
 Name: mgetty
 Version: 1.1.33
-Release: 15%{?dist}
+Release: 16%{?dist}
 Source: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Apr10.tar.gz
 Source1: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Apr10.tar.gz.asc
 Source2: logrotate.mgetty
 Source3: logrotate.sendfax
 Source4: logrotate.vgetty
 Source5: logrotate.vm
+Source6: faxq-helper.8
 Patch0: mgetty-1.1.29-config.patch
 Patch1: mgetty-1.1.26-policy.patch
 #Patch2: mgetty-1.1.25-faxprint.patch
@@ -29,6 +30,7 @@
 Patch18: mgetty-1.1.33-bug_63843.patch
 Patch19: mgetty-1.1.33-167830_tty_access.patch
 Patch20: mgetty-1.1.33-167830.patch
+Patch21: mgetty-1.1.33-turn.patch
 
 License: GPLv2+
 Group: Applications/Communications
@@ -59,18 +61,18 @@
 
 %description
 The mgetty package contains a "smart" getty which allows logins over a
-serial line (i.e., through a modem).  If you're using a Class 2 or 2.0
-modem, mgetty can receive faxes.  If you also need to send faxes,
+serial line (i.e., through a modem). If you're using a Class 2 or 2.0
+modem, mgetty can receive faxes. If you also need to send faxes,
 you'll need to install the sendfax program.
 
 If you'll be dialing in to your system using a modem, you should
-install the mgetty package.  If you'd like to send faxes using mgetty
-and your modem, you'll need to install the mgetty-sendfax program.  If
+install the mgetty package. If you'd like to send faxes using mgetty
+and your modem, you'll need to install the mgetty-sendfax program. If
 you need a viewer for faxes, you'll also need to install the
 mgetty-viewfax package.
 
 %description sendfax
-Sendfax is a standalone backend program for sending fax files.  The
+Sendfax is a standalone backend program for sending fax files. The
 mgetty program (a getty replacement for handling logins over a serial
 line) plus sendfax will allow you to send faxes through a Class 2
 modem.
@@ -80,8 +82,8 @@
 
 %description voice
 The mgetty-voice package contains the vgetty system, which enables
-mgetty and your modem to support voice capabilities.  In simple terms,
-vgetty lets your modem act as an answering machine.  How well the
+mgetty and your modem to support voice capabilities. In simple terms,
+vgetty lets your modem act as an answering machine. How well the
 system will work depends upon your modem, which may or may not be able
 to handle this kind of implementation.
 
@@ -118,6 +120,7 @@
 %patch18 -p1 -b .bug_63843
 %patch19 -p1 -b .167830_tty_access
 %patch20 -p1 -b .167830
+%patch21 -p1 -b .turn
 
 %build
 %define makeflags CFLAGS="$RPM_OPT_FLAGS -Wall -DAUTO_PPP -D_FILE_OFFSET_BITS=64" prefix=%{_prefix} spool=%{_var}/spool BINDIR=%{_bindir} SBINDIR=%{_sbindir} LIBDIR=%{_libdir}/mgetty+sendfax HELPDIR=%{_libdir}/mgetty+sendfax CONFDIR=%{_sysconfdir}/mgetty+sendfax MANDIR=%{_mandir} MAN1DIR=%{_mandir}/man1 MAN4DIR=%{_mandir}/man4 MAN5DIR=%{_mandir}/man5 MAN8DIR=%{_mandir}/man8 INFODIR=%{_infodir} ECHO='"echo -e"' INSTALL=%{__install}
@@ -167,6 +170,9 @@
 install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/vgetty
 install -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/vm
 
+# add missing man page
+install -m 0644 %{SOURCE6} $RPM_BUILD_ROOT%{_mandir}/man8/faxq-helper.8
+
 # remove file droppings from $RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_bindir}/cutbl
 
@@ -186,14 +192,18 @@
 
 %pre sendfax
 /usr/sbin/useradd -c "mgetty fax spool user" -u 78 \
-	-s /sbin/nologin -r -d /var/spool/fax fax 2> /dev/null || :
+        -s /sbin/nologin -r -d /var/spool/fax fax 2> /dev/null || :
 
 %files
 %defattr(-,root,root)
-%doc BUGS ChangeLog README.1st Recommend THANKS doc/modems.db samples 
+%doc BUGS ChangeLog README.1st Recommend THANKS doc/modems.db samples
 %doc doc/mgetty.ps doc/*.txt
+%{_bindir}/g3cat
+%{_bindir}/g32pbm
 /sbin/mgetty
 %{_sbindir}/callback
+%{_mandir}/man1/g32pbm.1*
+%{_mandir}/man1/g3cat.1*
 %{_mandir}/man4/mgettydefs.4*
 %{_mandir}/man8/mgetty.8*
 %{_mandir}/man8/callback.8*
@@ -214,8 +224,6 @@
 %{_bindir}/faxrm
 %{_bindir}/faxrunq
 %{_bindir}/faxspool
-%{_bindir}/g3cat
-%{_bindir}/g32pbm
 %{_bindir}/kvg
 %{_bindir}/newslock
 %{_bindir}/pbm2g3
@@ -226,9 +234,7 @@
 %{_libdir}/mgetty+sendfax/cour25.pbm
 %{_libdir}/mgetty+sendfax/cour25n.pbm
 %attr(04711,fax,root) %{_libdir}/mgetty+sendfax/faxq-helper
-%{_mandir}/man1/g32pbm.1*
 %{_mandir}/man1/pbm2g3.1*
-%{_mandir}/man1/g3cat.1*
 %{_mandir}/man1/mgetty_fax.1*
 %{_mandir}/man1/faxspool.1*
 %{_mandir}/man1/faxrunq.1*
@@ -237,6 +243,7 @@
 %{_mandir}/man1/coverpg.1*
 %{_mandir}/man1/sff2g3.1*
 %{_mandir}/man5/faxqueue.5*
+%{_mandir}/man8/faxq-helper.8*
 %{_mandir}/man8/faxrunqd.8*
 %{_mandir}/man8/sendfax.8*
 %dir %{_sysconfdir}/mgetty+sendfax
@@ -319,6 +326,12 @@
 %{_mandir}/man1/viewfax.1*
 
 %changelog
+* Wed Mar 05 2008 Martin Nagy <mnagy at redhat.com> - 1.1.33-16
+- fix -t option of g32pbm (#188028)
+- move g32pbm and g3cat from mgetty-sendfax to mgetty (#190179)
+- some whitespace changes (#263641)
+- added faxq-helper man page (#243293)
+
 * Mon Feb 18 2008 Jindrich Novy <jnovy at redhat.com> - 1.1.33-15
 - fix BuildRoot, License tag
 - fix policy and issue patches
@@ -370,8 +383,8 @@
 * Fri Jul 22 2005 Jason Vas Dias <jvdias at redhat.com> 1.1.33-3_FC5
 - fix bug 162174: prevent uninterruptable hang on exit() when
                   direct line disconnected (kernel bug 164002)
-		  do tcflush(1,TCOFLUSH) before exit() in sig_goodbye()
-	  	  block signals before entering syslog()
+                  do tcflush(1,TCOFLUSH) before exit() in sig_goodbye()
+                  block signals before entering syslog()
   workaround build system 'buffer overflow checks' bug:
                   use memcpy instead of sprintf in record.c, line 53
 
@@ -611,7 +624,7 @@
 * Fri Apr 10 1998 Cristian Gafton <gafton at redhat.com>
 - updated to 1.1.14
 - AutoPPP patch
- 
+
 * Thu Dec 18 1997 Mike Wangsmo <wanger at redhat.com>
 - added more of the documentation files to the rpm
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mgetty/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	25 Apr 2005 18:54:17 -0000	1.8
+++ sources	5 Mar 2008 17:28:42 -0000	1.9
@@ -1,2 +1,3 @@
+3765cb20a2a17d388096b232c1e29046  faxq-helper.8
 d61a2bd343111be35250496710393bd5  mgetty1.1.33-Apr10.tar.gz
 06d71de7d8c95a521f8e7e5fa872998c  mgetty1.1.33-Apr10.tar.gz.asc




More information about the fedora-extras-commits mailing list