public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsdist <cvsdist@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xfig] epel10.2: auto-import changelog data from xfig-3.2.4-2.src.rpm
Date: Sat, 30 May 2026 14:27:45 GMT	[thread overview]
Message-ID: <178015126526.1.2193537757475958459.rpms-xfig-6e2b1b46e7ee@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xfig
            Branch : epel10.2
            Commit : 6e2b1b46e7eeb6db8cbaeee8d32cc2b9ef76b718
            Author : cvsdist <cvsdist@fedoraproject.org>
            Date   : 2004-09-09T14:49:08+00:00
            Stats  : +50/-18 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/xfig/c/6e2b1b46e7eeb6db8cbaeee8d32cc2b9ef76b718?branch=epel10.2

            Log:
            auto-import changelog data from xfig-3.2.4-2.src.rpm
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
Tue May 06 2003 Than Ngo <than@redhat.com> 3.2.4-1
- 3.2.4

---
diff --git a/.cvsignore b/.cvsignore
index bd97913..202ecfb 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-xfig.3.2.3d.full.tar.gz
+xfig.3.2.4.full.tar.gz

diff --git a/sources b/sources
index 2881ca2..acb2073 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6321efc1e2796e111b250c58de2f2e0  xfig.3.2.3d.full.tar.gz
+1911fc0f733cb2f40336a8d0e82513de  xfig.3.2.4.full.tar.gz

diff --git a/xfig-3.2.4-redhat.patch b/xfig-3.2.4-redhat.patch
new file mode 100644
index 0000000..094b41b
--- /dev/null
+++ b/xfig-3.2.4-redhat.patch
@@ -0,0 +1,31 @@
+--- xfig.3.2.4/Fig.ad.redhat	2002-12-19 01:05:41.000000000 +0100
++++ xfig.3.2.4/Fig.ad	2003-05-06 11:45:15.000000000 +0200
+@@ -11,7 +11,7 @@
+ Fig*AllowShellResize: false
+ 
+ ! Image editor - can edit imported image
+-Fig.image_editor:		xv
++Fig.image_editor:		display
+ 
+ ! name of ghostscript (not ghostview)
+ Fig.ghostscript:		gs
+@@ -20,16 +20,16 @@
+ ! 		This is for viewing the xfig html reference.
+ ! For netscape, this command will open the help pages in a running netscape,
+ !     or start a new netscape if one isn't already running
+-Fig.browser:	netscape -remote 'openFile(%f)' || netscape %f
++Fig.browser:	htmlview %f
+ 
+ ! pdfviewer - put your favorite pdf viewer here.  
+ !		This is for viewing the xfig how-to guide and man pages
+-Fig.pdfviewer:			acroread %f
++Fig.pdfviewer:			/usr/bin/xpdf %f
+ 
+ ! Spell check program - put your favorite spelling check program here.
+ !		It must write the misspelled words to standard output.
+ 
+-Fig.spellcheckcommand:	spell %f
++Fig.spellcheckcommand:	aspell %f
+ 
+ ! delay before spinner automatically counts when pressed (milliseconds)
+ Fig.spinner_delay:		1000

diff --git a/xfig.spec b/xfig.spec
index c7508af..84fb2d3 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -3,24 +3,20 @@
 
 Summary: An X Window System tool for drawing basic vector graphics.
 Name: xfig
-Version: 3.2.3d
-Release: 12
+Version: 3.2.4
+Release: 2
 License: Freeware
 Group: Applications/Multimedia
 Source0: http://www.xfig.org/xfigdist/xfig.%{version}.full.tar.gz
 Source1: xfig.png
 Source2: xfig.desktop
 
-Patch0: xfig.3.2.3c-redhat.patch
-Patch1: xfig.3.2.3c-i18n.patch
-Patch2: xfig.3.2.3c-browser.patch
-Patch3: xfig.3.2.3d-fhs.patch
-Patch4: xfig.3.2.3d-misc.patch
-Patch5: xfig.3.2.3d-imake.patch
-Patch6: xfig-3.2.3d-mkstemp.diff
+Patch0: xfig-3.2.4-redhat.patch
+Patch1: xfig-3.2.4-fhs.patch
+Patch2: xfig-3.2.4-mkstemp.diff
 URL: http://www.xfig.org/
 
-Requires: transfig >= 3.2.3d
+Requires: transfig >= 1:3.2.4
 Requires: xpdf
 Requires: ImageMagick
 Requires: aspell
@@ -49,12 +45,8 @@ graphics.
 %prep
 %setup -q -n xfig.%{version}
 %patch0 -p1 -b .redhat
-%patch1 -p1 -b .i18n
-%patch2 -p1 -b .browser
-%patch3 -p1 -b .fhs
-%patch4 -p1 -b .misc
-%patch5 -p1 -b .imake
-%patch6 -p1 -b .mkstemp
+%patch1 -p1 -b .fhs
+%patch2 -p1 -b .mkstemp
 
 %build
 export PATH=$PATH:/usr/X11R6/bin
@@ -96,6 +88,15 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
+- add explicit epoch's where needed.
+
+* Tue May  6 2003 Than Ngo <than@redhat.com> 3.2.4-1
+- 3.2.4
+
 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
 - rebuilt
 

                 reply	other threads:[~2026-05-30 14:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178015126526.1.2193537757475958459.rpms-xfig-6e2b1b46e7ee@fedoraproject.org \
    --to=cvsdist@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox