rpms/asunder/F-8 .cvsignore, 1.2, 1.3 asunder.spec, 1.3, 1.4 sources, 1.4, 1.5

Marcin Zajaczkowski (szpak) fedora-extras-commits at redhat.com
Wed May 7 19:25:04 UTC 2008


Author: szpak

Update of /cvs/pkgs/rpms/asunder/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv307

Modified Files:
	.cvsignore asunder.spec sources 
Log Message:
Updated to 1.5.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/asunder/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	18 Dec 2007 22:19:59 -0000	1.2
+++ .cvsignore	7 May 2008 19:24:26 -0000	1.3
@@ -1 +1 @@
-asunder-1.0.tar.bz2
+asunder-1.5.tar.bz2


Index: asunder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asunder/F-8/asunder.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- asunder.spec	12 Feb 2008 20:19:17 -0000	1.3
+++ asunder.spec	7 May 2008 19:24:26 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		asunder
 Summary:	A graphical Audio CD ripper and encoder
-Version:	1.0.2
+Version:	1.5
 Release:	1%{?dist}
 License:	GPLv2
 Group: 		Applications/File
@@ -16,6 +16,8 @@
 Requires:	flac
 #for mp3 encoding (due to Fedora's patent policy available only from rpm.livna.org repository)
 #Requires:	lame
+#additional runtime dependency (lossy and lossless hybrid compression mode)
+#Requires:	wavpack
 #version was taken from the program's website
 BuildRequires:	libcddb-devel >= 0.9.5
 BuildRequires: 	gtk2-devel >= 2.4
@@ -23,7 +25,7 @@
 BuildRequires:	gettext
 
 %description
-It allows to save tracks from an Audio CD as WAV, MP3, OGG, and/or FLAC.
+It allows to save tracks from an Audio CD as WAV, MP3, OGG, FLAC and/or Wavpack.
 
 %prep
 %setup -q
@@ -34,6 +36,10 @@
 
 %install
 rm -fr %{buildroot}
+#remove sv locales with broken encoding in 1.5
+mv asunder.desktop asunder.desktop.org
+cat asunder.desktop.org  | grep -v "Comment\[sv\]" > asunder.desktop
+
 make install DESTDIR=%{buildroot}
 
 %find_lang %{name}
@@ -56,6 +62,10 @@
 #%{_mandir}/man1/asunder.1*
 
 %changelog
+* Sun May 4 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.5-1
+- updated to 1.5
+- added (commented for now) wavpack dependency
+
 * Mon Feb 4 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.0.2-1
 - updated to 1.0.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asunder/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Feb 2008 20:19:17 -0000	1.4
+++ sources	7 May 2008 19:24:26 -0000	1.5
@@ -1 +1 @@
-b4cc0b9e2b1a96ce5e20cc1ba944d7d0  asunder-1.0.2.tar.bz2
+253efecd76bc019ab8a70352b368671f  asunder-1.5.tar.bz2




More information about the scm-commits mailing list