Author: xavierb
Update of /cvs/free/rpms/libaacs/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17513/F-18
Modified Files:
.cvsignore libaacs.spec sources
Log Message:
0.7.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-18/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 3 Sep 2012 20:38:47 -0000 1.6
+++ .cvsignore 22 Dec 2013 11:54:54 -0000 1.7
@@ -1 +1 @@
-libaacs-0.5.0.tar.bz2
+libaacs-0.7.0.tar.bz2
Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-18/libaacs.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libaacs.spec 8 Sep 2013 20:18:15 -0000 1.7
+++ libaacs.spec 22 Dec 2013 11:54:55 -0000 1.8
@@ -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(a)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(a)bachelot.org> 0.7.0-1
+- Update to 0.7.0.
+
+* Mon Sep 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.0-4
+- Rebuilt
+
* Sun Sep 08 2013 Xavier Bachelot <xavier(a)bachelot.org> 0.6.0-3
- Better rpath fix.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-18/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 23 Aug 2013 13:53:16 -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
Show replies by date