rpms/abcde/devel abcde-2.3.99-conf.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 abcde.spec, 1.7, 1.8 sources, 1.6, 1.7

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Dec 10 13:10:32 UTC 2005


Author: scop

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

Modified Files:
	.cvsignore abcde.spec sources 
Added Files:
	abcde-2.3.99-conf.patch 
Log Message:
* Sat Dec 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99-1
- 2.3.99, minor config file fixes.


abcde-2.3.99-conf.patch:

--- NEW FILE abcde-2.3.99-conf.patch ---
--- abcde.conf~	2005-12-10 13:38:05.000000000 +0200
+++ abcde.conf	2005-12-10 13:44:45.000000000 +0200
@@ -40,12 +40,12 @@
 # so they can be reused when ripping CDs.
 #CDDBUSELOCAL="n"
 
-# List, separated with a coma, the fields we want the parsing function to
+# List, separated with a comma, the fields we want the parsing function to
 # output. Defaults to YEAR and GENRE, for a complete list of fields provided by
 # CDDB.
 # The fields are not case sensitive. Actually, "y,g" will work as fine as "Y,G"
 # or "YEAR, GENRE"
-#SHOWPARSEDFIELDS=year,genre
+#SHOWCDDBFIELDS=year,genre
 
 # Specify the style of encoder to use here - 
 # oggenc, vorbize - for OGGENCODERSYNTAX
@@ -271,7 +271,7 @@
 # * Translate spaces and forward slashes to underscores
 # * Translate stars into pluses.
 # To change that, redefine the mungefilename function.
-# mungefilename recieves the CDDB data (artist, track, title, whatever)
+# mungefilename receives the CDDB data (artist, track, title, whatever)
 # as $1 and outputs it on stdout.
 #mungefilename ()
 #{
@@ -280,7 +280,7 @@
 
 # Custom genre munging:
 # By default we just transform uppercase to lowercase. Not much of a fancy
-# function, with not much use, but one can disable it ot just turn the first
+# function, with not much use, but one can disable it or just turn the first
 # Uppercase.
 #mungegenre ()
 #{
@@ -290,7 +290,7 @@
 
 # Custom pre-read function
 # By default it does nothing.
-# You can set some things to get abcde funtion in better ways:
+# You can set some things to get abcde function in better ways:
 # * Close the CD tray using eject -t (if available in eject and supported by 
 #   your CD device.
 # * Set the CD speed. You can also use the built-in options, but you can also 
@@ -305,7 +305,7 @@
 
 # Custom post-read function
 # By default it does nothing.
-# You can set some things to get abcde funtion in better ways:
+# You can set some things to get abcde function in better ways:
 # * Store a copy of the CD TOC.
 # KEEP IN MIND that executables included in post_read must be in your $PATH or
 # you have to define them with full /path/to/binary
@@ -325,5 +325,5 @@
 #REMOTEHOSTS=foo,bar,baz,quux,qiix
 
 # Set to obtain some information about actions happening in the background
-# Usefull if you have a slow network or CDDB servers seem irresponsive.
+# Useful if you have a slow network or CDDB servers seem irresponsive.
 #EXTRAVERBOSE=n


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/abcde/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	6 Sep 2005 15:28:45 -0000	1.6
+++ .cvsignore	10 Dec 2005 13:10:30 -0000	1.7
@@ -1 +1 @@
-abcde_2.3.4.orig.tar.gz
+abcde_2.3.99.orig.tar.gz


Index: abcde.spec
===================================================================
RCS file: /cvs/extras/rpms/abcde/devel/abcde.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- abcde.spec	6 Sep 2005 15:28:45 -0000	1.7
+++ abcde.spec	10 Dec 2005 13:10:30 -0000	1.8
@@ -1,5 +1,5 @@
 Name:           abcde
-Version:        2.3.4
+Version:        2.3.99
 Release:        1%{?dist}
 Summary:        A Better CD Encoder
 
@@ -7,7 +7,8 @@
 License:        GPL or Artistic
 URL:            http://www.hispalinux.es/~data/abcde.php
 Source0:        http://ftp.debian.org/debian/pool/main/a/abcde/%{name}_%{version}.orig.tar.gz
-Patch0:         abcde-2.1.19-inst.patch
+Patch0:         %{name}-2.1.19-inst.patch
+Patch1:         %{name}-2.3.99-conf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -27,8 +28,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 sed -i 's/normalize-audio/normalize/g' abcde*
-iconv -f iso-8859-1 -t utf-8 abcde.1 > abcde.1.utf8 ; mv abcde.1.utf8 abcde.1
 
 
 %install
@@ -44,7 +45,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc changelog COPYING README TODO FAQ examples/
+%doc COPYING FAQ README TODO USEPIPES changelog examples/
 %config(noreplace) %{_sysconfdir}/abcde.conf
 %{_bindir}/abcde
 %{_bindir}/cddb-tool
@@ -53,6 +54,9 @@
 
 
 %changelog
+* Sat Dec 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99-1
+- 2.3.99, minor config file fixes.
+
 * Mon Sep  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.4-1
 - 2.3.4.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abcde/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	6 Sep 2005 15:28:45 -0000	1.6
+++ sources	10 Dec 2005 13:10:30 -0000	1.7
@@ -1 +1 @@
-fc7e2364c8e25af34e5721ba9e2eda46  abcde_2.3.4.orig.tar.gz
+1310c7d2319dbee4baa27e8deeedc776  abcde_2.3.99.orig.tar.gz




More information about the scm-commits mailing list