[nas] 1.9.3 bump

Petr Pisar ppisar at fedoraproject.org
Fri Sep 2 12:19:18 UTC 2011


commit 97a5e19e9063d4061cc6c8a64d295e62ebb2dbbb
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Sep 1 17:06:44 2011 +0200

    1.9.3 bump

 .gitignore                                         |    1 +
 nas-1.9.2-asneeded.patch                           |   13 -------------
 ...h => nas-1.9.3-Move-AuErrorDB-to-SHAREDIR.patch |    8 ++++----
 nas.spec                                           |   13 +++++++------
 sources                                            |    2 +-
 5 files changed, 13 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e3236b..eb1a020 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 nas-1.9.1.src.tar.gz
 nas-1.9.2.src.tar.gz
+/nas-1.9.3.src.tar.gz
diff --git a/nas-1.9.2-Move-AuErrorDB-to-SHAREDIR.patch b/nas-1.9.3-Move-AuErrorDB-to-SHAREDIR.patch
similarity index 92%
rename from nas-1.9.2-Move-AuErrorDB-to-SHAREDIR.patch
rename to nas-1.9.3-Move-AuErrorDB-to-SHAREDIR.patch
index cbd2bda..ae0703d 100644
--- a/nas-1.9.2-Move-AuErrorDB-to-SHAREDIR.patch
+++ b/nas-1.9.3-Move-AuErrorDB-to-SHAREDIR.patch
@@ -1,4 +1,4 @@
-From 6b273c6e18623a89bebfd2780c37552c8226eb19 Mon Sep 17 00:00:00 2001
+From 335e238a611c3c9796e14e1bff968ea519703f7c Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
 Date: Tue, 10 Aug 2010 14:01:55 +0200
 Subject: [PATCH] Move AuErrorDB to SHAREDIR
@@ -37,7 +37,7 @@ index 157423a..f5e8ea7 100644
  
  #include "Alibint.h"
 diff --git a/lib/audio/Imakefile b/lib/audio/Imakefile
-index da34db3..e273db3 100644
+index db73732..2f2e740 100644
 --- a/lib/audio/Imakefile
 +++ b/lib/audio/Imakefile
 @@ -79,7 +79,7 @@ XCOMM JET - see if we should avoid streams
@@ -62,7 +62,7 @@ index da34db3..e273db3 100644
 +InstallNonExec(AuErrorDB,$(SHAREDIR))
  #endif
  
- #if defined(HPArchitecture) && !defined(LinuxArchitecture) && !defined(GNUArchitecture)
+ #if defined(HPArchitecture) && !defined(LinuxArchitecture) && !defined(GNUArchitecture) && !defined(DarwinArchitecture)
 -- 
-1.7.2.1
+1.7.6.1
 
diff --git a/nas.spec b/nas.spec
index 5b73cb1..01d0025 100644
--- a/nas.spec
+++ b/nas.spec
@@ -1,7 +1,7 @@
 Name:       nas 
 Summary:    The Network Audio System (NAS)
-Version:    1.9.2
-Release:    2%{?dist}
+Version:    1.9.3
+Release:    1%{?dist}
 URL:        http://radscan.com/nas.html
 License:    Public Domain
 Group:      Development/Libraries
@@ -10,8 +10,7 @@ Group:      Development/Libraries
 Source0:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz
 Source1:    %{daemon}.init
 Source2:    %{daemon}.sysconfig
-Patch0:     %{name}-1.9.2-asneeded.patch
-Patch1:     %{name}-1.9.2-Move-AuErrorDB-to-SHAREDIR.patch
+Patch0:     %{name}-1.9.3-Move-AuErrorDB-to-SHAREDIR.patch
 
 Buildroot:  %{_tmppath}/NAS-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -62,8 +61,7 @@ Development files and the documentation.
 
 %prep
 %setup -q
-%patch0 -p0 -b .asneeded
-%patch1 -p1 -b .move_AuErrorDB
+%patch0 -p1 -b .move_AuErrorDB
 for F in HISTORY; do
     iconv --from-code=ISO_8859-15 --to-code=UTF-8 "$F" > "${F}.tmp"
     touch -r "$F" "${F}.tmp"
@@ -142,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 01 2011 Petr Pisar <ppisar at redhat.com> - 1.9.3-1
+- 1.9.3 bump
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e9803a8..3c14007 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed7864f55b384452167959022cfb403b  nas-1.9.2.src.tar.gz
+ecd01a3b4e17a9d464efa83a03618025  nas-1.9.3.src.tar.gz


More information about the scm-commits mailing list