[nx-libs] Update to 3.5.0.23

Orion Poplawski orion at fedoraproject.org
Tue May 6 17:47:30 UTC 2014


commit fbec2e5cdda97d37454ee3b7b5106e5b47c402b0
Author: Orion Poplawski <orion at nwra.com>
Date:   Tue May 6 11:47:53 2014 -0600

    Update to 3.5.0.23
    
    - Drop ppc64 and imake patches applied upstream

 .gitignore          |    1 +
 nx-libs-imake.patch | 1088 ---------------------------------------------------
 nx-libs-ppc64.patch |   12 -
 nx-libs.spec        |   18 +-
 sources             |    2 +-
 5 files changed, 9 insertions(+), 1112 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7487a2f..bbb1804 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /nx-libs-3.5.0.21-full.tar.gz
 /nx-libs-3.5.0.22-full.tar.gz
+/nx-libs-3.5.0.23-full.tar.gz
diff --git a/nx-libs.spec b/nx-libs.spec
index 116344b..53936f0 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -3,8 +3,8 @@
 %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro -Wl,-z,now}
 
 Name:           nx-libs
-Version:        3.5.0.22
-Release:        3%{?dist}
+Version:        3.5.0.23
+Release:        1%{?dist}
 Summary:        NX X11 protocol compression libraries
 
 Group:          System Environment/Libraries
@@ -16,15 +16,9 @@ Source0:        http://code.x2go.org/releases/source/%{name}/%{name}-%{version}-
 # debian/roll-tarballs.sh HEAD server
 # mv _releases_/source/nx-libs/nx-libs-HEAD-full.tar.gz .
 #Source0:       ns-libs-HEAD-full.tar.gz
-# Fix ppc64 build by undefining pixel macro
-# http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=411
-Patch0:         nx-libs-ppc64.patch
-# Patch imake.c to be able to compile with -Werror-format
-# http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=412
-Patch1:         nx-libs-imake.patch
 # Fix -Werror=format-security errors
 # http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=423
-Patch2:		nx-libs-format.patch
+Patch2:                nx-libs-format.patch
 
 BuildRequires:  autoconf
 BuildRequires:  expat-devel
@@ -495,8 +489,6 @@ information on NX.
 
 %prep
 %setup -q
-%patch0 -p1 -b .ppc64
-%patch1 -p1 -b .imake
 %patch2 -p1 -b .format
 # Install into /usr
 sed -i -e 's,/usr/local,/usr,' nx-X11/config/cf/site.def
@@ -902,6 +894,10 @@ rm -r %{buildroot}%{_includedir}/nx/X11/Xtrans
 
 
 %changelog
+* Tue May 6 2014 Orion Poplawski <orion at cora.nwra.com> - 3.5.0.23-1
+- Update to 3.5.0.23
+- Drop ppc64 and imake patches applied upstream
+
 * Fri Jan 24 2014 Orion Poplawski <orion at cora.nwra.com> - 3.5.0.22-3
 - Add patch to fix imake build
 - Add patch to fix -Werror=format-security build
diff --git a/sources b/sources
index 743691f..c6855ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-739c7a28f3bb6d5f957e6cec9168335d  nx-libs-3.5.0.22-full.tar.gz
+a47bd2960c87a1fb2532900645853842  nx-libs-3.5.0.23-full.tar.gz


More information about the scm-commits mailing list