rpms/sap/devel .cvsignore,1.2,1.3 sap.spec,1.1,1.2 sources,1.2,1.3

julian julian at fedoraproject.org
Sun Feb 14 14:38:42 UTC 2010


Author: julian

Update of /cvs/pkgs/rpms/sap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32524

Modified Files:
	.cvsignore sap.spec sources 
Log Message:
updating to upstream snapshot as package FTBFS and alpha freeze is approaching



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sap/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	26 Jul 2009 20:28:17 -0000	1.2
+++ .cvsignore	14 Feb 2010 14:38:42 -0000	1.3
@@ -1 +1 @@
-sap.tar.gz
+sap-0.5.0-20100214.tar.gz


Index: sap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sap/devel/sap.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sap.spec	26 Jul 2009 20:28:17 -0000	1.1
+++ sap.spec	14 Feb 2010 14:38:42 -0000	1.2
@@ -1,15 +1,13 @@
 Name:		sap
-Version:	0.4.4
-#Note on version numbers: The upstream author tracks version numbers only
-#on his launchpad page https://launchpad.net/sap+
-#I already asked him to create a CHANGELOG file with the latest version number.
-Release:	7%{?dist}
+Version:	0.5.0
+#checked out on 2010/02/14 13:54 UTC with "bzr branch lp:sap+"
+Release:	1.20100214bzr%{?dist}
 Summary:	A small CLI audio player
 
 Group:		Applications/Multimedia
 License:	GPLv3+
 URL:		http://www.jezra.net/projects/sap
-Source0:	http://www.jezra.net/downloads/sap.tar.gz
+Source0:	sap-0.5.0-20100214.tar.gz
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -22,13 +20,13 @@ supports many file formats through the g
 
 
 %prep
-%setup -q -n sap
+%setup -q -n sap-0.5.0-20100214
 
 
 %build
-valac --thread --pkg curses --pkg gstreamer-0.10 curses_ui.vala audioplayer.vala main_controller.vala -C
+valac --thread --pkg curses --pkg gstreamer-0.10 curses_ui.vala audioplayer.vala main_controller.vala tracklist.vala -C
 
-gcc %{optflags} `pkg-config glib-2.0 --cflags --libs`  `pkg-config gstreamer-0.10 --cflags --libs` -lncurses  audioplayer.c curses_ui.c main_controller.c -o sap
+gcc %{optflags} `pkg-config glib-2.0 --cflags --libs`  `pkg-config gstreamer-0.10 --cflags --libs` -lncurses  audioplayer.c curses_ui.c main_controller.c tracklist.c -o sap
 
 
 %install
@@ -43,12 +41,16 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README gpl.txt
+%doc README gpl.txt CHANGELOG
 %{_mandir}/man1/sap.1.*
 %{_bindir}/sap
 
 
 %changelog
+* Sun Feb 14 2010 Julian Aloofi <julian at, fedoraproject.org> 0.5.0-1.20100214bzr
+- checking out the latest upstream version because package fails to build from source for rawhide and alpha freeze is approaching (cf. BZ 539031)
+
+
 * Sat Jul 18 2009 Julian Aloofi <julian at, fedoraproject.org> 0.4.4-7
 - We just need vala, no vala-devel
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sap/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	26 Jul 2009 20:28:17 -0000	1.2
+++ sources	14 Feb 2010 14:38:42 -0000	1.3
@@ -1 +1 @@
-91b3e9e2e34211c0715b739eab48743d  sap.tar.gz
+2da84382049ba939c5f72e87bf8b7c84  sap-0.5.0-20100214.tar.gz



More information about the scm-commits mailing list