[xedit/f19: 3/3] Update to latest upstream release (#1120191).

pcpa pcpa at fedoraproject.org
Wed Jul 16 14:45:47 UTC 2014


commit 704ec2df3571697b8768d85b425befcd0f134b42
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Wed Jul 16 11:44:31 2014 -0300

    Update to latest upstream release (#1120191).

 .gitignore                                         |    1 +
 ...back-implementation-of-missing-libc-funct.patch |  934 --------------------
 ...ect-64-bit-overflow-check-and-bignum-code.patch |  216 -----
 ...pointer-when-computing-realpath-of-a-new-.patch |   30 -
 ...ems-with-builds-with-Werror-format-securi.patch |   41 -
 sources                                            |    2 +-
 xedit.spec                                         |   17 +-
 7 files changed, 8 insertions(+), 1233 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1735fd1..81fb240 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /xedit-1.2.0.tar.bz2
+/xedit-1.2.1.tar.bz2
diff --git a/sources b/sources
index 62308f8..b8f9c98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f55e84713542a36887e966fc0648dd7b  xedit-1.2.0.tar.bz2
+89b0800691feabe1c8a28554c3f73164  xedit-1.2.1.tar.bz2
diff --git a/xedit.spec b/xedit.spec
index 081e6dc..357e25a 100644
--- a/xedit.spec
+++ b/xedit.spec
@@ -1,6 +1,6 @@
 Name:		xedit
-Version:	1.2.0
-Release:	7%{?dist}
+Version:	1.2.1
+Release:	1%{?dist}
 Summary:	Simple text editor for X
 Group:		Applications/Editors
 URL:		http://xorg.freedesktop.org
@@ -19,21 +19,12 @@ Requires:	ctags
 Requires:	xorg-x11-fonts-misc
 Requires:	xorg-x11-fonts-75dpi
 Requires:	xorg-x11-fonts-100dpi
-# Submited upstream https://bugs.freedesktop.org/show_bug.cgi?id=50320
-Patch0:		0001-Update-fallback-implementation-of-missing-libc-funct.patch
-Patch1:		0002-Correct-64-bit-overflow-check-and-bignum-code.patch
-Patch2:		0003-Use-proper-pointer-when-computing-realpath-of-a-new-.patch
-Patch3:		0004-Avoid-problems-with-builds-with-Werror-format-securi.patch
 
 %description
 Xedit provides a simple text editor for X.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %configure --with-lispdir=%{_datadir}/X11/%{name}
@@ -56,6 +47,10 @@ make check
 %{_mandir}/man1/xedit.1*
 
 %changelog
+* Wed Jul 16 2014 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 1.2.1-1
+- Update to latest upstream release.
+- Remove patches already in upstream.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list