rpms/libaacs/devel sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 libaacs.spec, 1.4, 1.5

Xavier Bachelot xavierb at rpmfusion.org
Mon Sep 3 21:36:57 CEST 2012


Author: xavierb

Update of /cvs/free/rpms/libaacs/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31058

Modified Files:
	sources .cvsignore libaacs.spec 
Log Message:
0.5.0


Index: sources
===================================================================
RCS file: /cvs/free/rpms/libaacs/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	21 May 2012 19:47:49 -0000	1.5
+++ sources	3 Sep 2012 19:36:57 -0000	1.6
@@ -1 +1 @@
-928c977f5df3b59278c85d1186d3b148  libaacs-0.4.0.tar.bz2
+64c315bfcdcb8ce04d358873b7c7185e  libaacs-0.5.0.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libaacs/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	21 May 2012 19:47:49 -0000	1.5
+++ .cvsignore	3 Sep 2012 19:36:57 -0000	1.6
@@ -1 +1 @@
-libaacs-0.4.0.tar.bz2
+libaacs-0.5.0.tar.bz2


Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/devel/libaacs.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libaacs.spec	21 May 2012 19:47:49 -0000	1.4
+++ libaacs.spec	3 Sep 2012 19:36:57 -0000	1.5
@@ -4,7 +4,7 @@
 %global git_short %(echo '%{git_hash}' | cut -c -13)
 
 Name:           libaacs
-Version:        0.4.0
+Version:        0.5.0
 %if %{snapshot}
 Release:        0.3.%{tarball_date}git%{git_short}%{?dist}
 %else
@@ -33,7 +33,7 @@
 
 BuildRequires:  libgcrypt-devel
 BuildRequires:  flex
-BuildRequires:  bison
+BuildRequires:  byacc
 
 
 %description
@@ -97,6 +97,10 @@
 
 
 %changelog
+* Mon Sep 03 2012 Xavier Bachelot <xavier at bachelot.org> 0.5.0-1
+- Update to 0.5.0.
+- Use byacc instead of bison, libaacs doesn't build with bison 2.6.1.
+
 * Mon May 07 2012 Xavier Bachelot <xavier at bachelot.org> 0.4.0-1
 - Update to 0.4.0.
 


More information about the rpmfusion-commits mailing list