rpms/libaacs/F-19 .cvsignore, 1.7, 1.8 libaacs.spec, 1.8, 1.9 sources, 1.7, 1.8

Xavier Bachelot xavierb at rpmfusion.org
Sun Dec 22 12:55:25 CET 2013


Author: xavierb

Update of /cvs/free/rpms/libaacs/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17513/F-19

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


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-19/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	4 Mar 2013 22:13:23 -0000	1.7
+++ .cvsignore	22 Dec 2013 11:54:55 -0000	1.8
@@ -1 +1 @@
-libaacs-0.6.0.tar.bz2
+libaacs-0.7.0.tar.bz2


Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-19/libaacs.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libaacs.spec	8 Sep 2013 20:18:14 -0000	1.8
+++ libaacs.spec	22 Dec 2013 11:54:55 -0000	1.9
@@ -4,11 +4,11 @@
 %global git_short %(echo '%{git_hash}' | cut -c -13)
 
 Name:           libaacs
-Version:        0.6.0
+Version:        0.7.0
 %if %{snapshot}
-Release:        0.3.%{tarball_date}git%{git_short}%{?dist}
+Release:        0.4.%{tarball_date}git%{git_short}%{?dist}
 %else
-Release:        3%{?dist}
+Release:        2%{?dist}
 %endif
 Summary:        Open implementation of AACS specification
 Group:          System Environment/Libraries
@@ -40,6 +40,15 @@
 This library is an open implementation of the AACS specification.
 
 
+%package utils
+Summary:        Test utilities for %{name}
+Group:          Development/Libraries
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description utils
+The %{name}-utils package contains test utilities for %{name}.
+
+
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
@@ -88,8 +97,10 @@
 %defattr(-,root,root,-)
 %doc COPYING KEYDB.cfg ChangeLog README.txt
 %{_libdir}/*.so.*
-%{_bindir}/aacs_info
 
+%files utils
+%defattr(-,root,root,-)
+%{_bindir}/aacs_info
 
 %files devel
 %defattr(-,root,root,-)
@@ -99,6 +110,15 @@
 
 
 %changelog
+* Thu Dec 19 2013 Xavier Bachelot <xavier at bachelot.org> 0.7.0-2
+- Move test utilities to their own subpackage to avoid potential multilib conflict.
+
+* Thu Dec 19 2013 Xavier Bachelot <xavier at bachelot.org> 0.7.0-1
+- Update to 0.7.0.
+
+* Mon Sep 30 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.6.0-4
+- Rebuilt
+
 * Sun Sep 08 2013 Xavier Bachelot <xavier at bachelot.org> 0.6.0-3
 - Better rpath fix.
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-19/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	4 Mar 2013 22:13:23 -0000	1.7
+++ sources	22 Dec 2013 11:54:55 -0000	1.8
@@ -1 +1 @@
-13602038b8257ccddb7363422d19edc1  libaacs-0.6.0.tar.bz2
+8da0da893d1f266b31bf8a8fc7c84a84  libaacs-0.7.0.tar.bz2


More information about the rpmfusion-commits mailing list