rpms/buildsys-build-rpmfusion/F-19 buildsys-build-rpmfusion-kerneldevpkgs-current, 1.75, 1.76 buildsys-build-rpmfusion.spec, 1.99, 1.100
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3407
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion.spec
Log Message:
* Sun Jun 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:19-60
- rebuild for kernel 3.14.6-100.fc19
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-19/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- buildsys-build-rpmfusion-kerneldevpkgs-current 2 Jun 2014 20:05:21 -0000 1.75
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 8 Jun 2014 12:19:42 -0000 1.76
@@ -1,4 +1,4 @@
-3.14.5-100.fc19
-3.14.5-100.fc19smp
-3.14.5-100.fc19PAE
-3.14.5-100.fc19lpae
+3.14.6-100.fc19
+3.14.6-100.fc19smp
+3.14.6-100.fc19PAE
+3.14.6-100.fc19lpae
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-19/buildsys-build-rpmfusion.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- buildsys-build-rpmfusion.spec 2 Jun 2014 20:05:21 -0000 1.99
+++ buildsys-build-rpmfusion.spec 8 Jun 2014 12:19:42 -0000 1.100
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 19
-Release: 59
+Release: 60
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Sun Jun 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:19-60
+- rebuild for kernel 3.14.6-100.fc19
+
* Mon Jun 02 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:19-59
- rebuild for kernel 3.14.5-100.fc19
10 years, 5 months
rpms/buildsys-build-rpmfusion/F-20 buildsys-build-rpmfusion-kerneldevpkgs-current, 1.51, 1.52 buildsys-build-rpmfusion.spec, 1.71, 1.72
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3217
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion.spec
Log Message:
* Sun Jun 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:20-26
- rebuild for kernel 3.14.6-200.fc20
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-20/buildsys-build-rpmfusion.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- buildsys-build-rpmfusion.spec 2 Jun 2014 20:05:40 -0000 1.71
+++ buildsys-build-rpmfusion.spec 8 Jun 2014 12:18:56 -0000 1.72
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 20
-Release: 25
+Release: 26
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Sun Jun 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:20-26
+- rebuild for kernel 3.14.6-200.fc20
+
* Mon Jun 02 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:20-25
- rebuild for kernel 3.14.5-200.fc20
10 years, 5 months
rpms/pithos/devel pithos-pylast.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 pithos.spec, 1.3, 1.4 sources, 1.2, 1.3 pithos-buffer.patch, 1.1, NONE
by Patrick Griffis
Author: tingping
Update of /cvs/free/rpms/pithos/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3932
Modified Files:
.cvsignore pithos.spec sources
Added Files:
pithos-pylast.patch
Removed Files:
pithos-buffer.patch
Log Message:
* Sat Jun 7 2014 TingPing <tingping(a)tingping.se> - 1.0.0-1
- Bump version to 1.0.0
pithos-pylast.patch:
pithos/plugins/scrobble.py | 2 +-
pithos/plugins/scrobble.py~ |only
setup.py | 1 -
setup.py~ |only
4 files changed, 1 insertion(+), 2 deletions(-)
--- NEW FILE pithos-pylast.patch ---
diff -ur pithos-1.0.0.orig/pithos/plugins/scrobble.py pithos-1.0.0/pithos/plugins/scrobble.py
--- pithos-1.0.0.orig/pithos/plugins/scrobble.py 2014-05-01 18:33:16.000000000 -0400
+++ pithos-1.0.0/pithos/plugins/scrobble.py 2014-06-07 22:42:25.380387459 -0400
@@ -14,7 +14,7 @@
#with this program. If not, see <http://www.gnu.org/licenses/>.
### END LICENSE
-import pylast
+import pithos.pylast
import logging
from pithos.gobject_worker import GObjectWorker
from pithos.plugin import PithosPlugin
Only in pithos-1.0.0/pithos/plugins: scrobble.py~
diff -ur pithos-1.0.0.orig/setup.py pithos-1.0.0/setup.py
--- pithos-1.0.0.orig/setup.py 2014-05-01 18:33:16.000000000 -0400
+++ pithos-1.0.0/setup.py 2014-06-07 22:40:15.051748082 -0400
@@ -74,7 +74,6 @@
]
},
install_requires=[
- 'pylast'
],
packages=find_packages(),
include_package_data=True,
Only in pithos-1.0.0: setup.py~
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 29 Mar 2014 11:18:03 -0000 1.2
+++ .cvsignore 8 Jun 2014 02:54:12 -0000 1.3
@@ -1 +1 @@
-pithos-0.3.18.tar.gz
+pithos-1.0.0.tar.gz
Index: pithos.spec
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/pithos.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pithos.spec 18 Apr 2014 23:12:55 -0000 1.3
+++ pithos.spec 8 Jun 2014 02:54:12 -0000 1.4
@@ -1,28 +1,26 @@
Name: pithos
-Version: 0.3.18
-Release: 2%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
Summary: A Pandora client for the GNOME Desktop
Group: Applications/File
License: GPLv3
URL: http://pithos.github.io/
Source0: https://github.com/pithos/pithos/archive/%{version}.tar.gz#/%{name}-%{ver...
-Patch0: https://github.com/pithos/pithos/commit/df24f173c7dde3a1b3631b50366757ba5...
+Patch0: pithos-pylast.patch
BuildArch: noarch
-BuildRequires: python2-devel python-setuptools desktop-file-utils
+BuildRequires: python3-devel python3-setuptools desktop-file-utils
-Requires: python-setuptools
-Requires: dbus-python
-Requires: gstreamer-plugins-bad
-Requires: gstreamer-plugins-good
-Requires: gstreamer-python
-Requires: notify-python
-Requires: python-keybinder
-Requires: pygobject2
-Requires: pygtk2
+Requires: python3-setuptools
+Requires: gstreamer1-plugins-good
+Requires: gstreamer1-plugins-ugly
+Requires: gstreamer1-plugins-bad-freeworld
+Requires: libnotify keybinder3 gtk3
+Requires: python3-dbus
+Requires: python3-gobject
Requires: pylast
-Requires: pyxdg
+Requires: python3-pyxdg
Requires: hicolor-icon-theme
%description
@@ -36,7 +34,14 @@
%patch0 -p1
%install
-%{__python2} setup.py install --root=%{buildroot}
+%{__python3} setup.py install --root=%{buildroot}
+
+# Remove Unity specific icons
+rm -rf %{buildroot}%{_datadir}/icons/ubuntu*
+
+# Terrible workaround for no python3 pylast package
+# (it is the same file for py2 and py3 upstream)
+ln -s %{python2_sitelib}/pylast.py %{buildroot}%{python3_sitelib}/%{name}/pylast.py
%post
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
@@ -49,12 +54,15 @@
%files
%doc README.md
%{_bindir}/%{name}
-%{python_sitelib}/%{name}/
-%{python_sitelib}/%{name}-*.egg-info/
+%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{name}-*.egg-info/
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/scalable/apps/
+%{_datadir}/icons/hicolor/
%changelog
+* Sat Jun 7 2014 TingPing <tingping(a)tingping.se> - 1.0.0-1
+- Bump version to 1.0.0
+
* Fri Apr 18 2014 TingPing <tingping(a)tingping.se> - 0.3.18-2
- Fix dependency issue
Index: sources
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 29 Mar 2014 11:18:03 -0000 1.2
+++ sources 8 Jun 2014 02:54:12 -0000 1.3
@@ -1 +1 @@
-44d0d81a1318a8bd5754c39b1f765e8b pithos-0.3.18.tar.gz
+d20901f4e6d06aa729b5dfb6436b230d pithos-1.0.0.tar.gz
--- pithos-buffer.patch DELETED ---
10 years, 5 months
rpms/minidlna/F-19 .cvsignore, 1.10, 1.11 minidlna.spec, 1.14, 1.15 sources, 1.10, 1.11
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/minidlna/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32045
Modified Files:
.cvsignore minidlna.spec sources
Log Message:
* Sat Jun 07 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.3-1
- Updated to upstream 1.1.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/minidlna/F-19/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 8 Mar 2014 11:17:48 -0000 1.10
+++ .cvsignore 7 Jun 2014 08:16:14 -0000 1.11
@@ -1 +1 @@
-minidlna-1.1.2.tar.gz
+minidlna-1.1.3.tar.gz
Index: minidlna.spec
===================================================================
RCS file: /cvs/free/rpms/minidlna/F-19/minidlna.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- minidlna.spec 8 Mar 2014 11:17:48 -0000 1.14
+++ minidlna.spec 7 Jun 2014 08:16:14 -0000 1.15
@@ -1,5 +1,5 @@
Name: minidlna
-Version: 1.1.2
+Version: 1.1.3
Release: 1%{?dist}
Summary: Lightweight DLNA/UPnP-AV server targeted at embedded systems
@@ -132,6 +132,12 @@
%changelog
+* Sat Jun 07 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.3-1
+- Updated to upstream 1.1.3
+
+* Sat Mar 29 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.2-2
+- Rebuilt for new ffmpeg
+
* Sat Mar 08 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.2-1
- Updated to upstream 1.1.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/minidlna/F-19/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 8 Mar 2014 11:17:48 -0000 1.10
+++ sources 7 Jun 2014 08:16:14 -0000 1.11
@@ -1 +1 @@
-65cebffaf9b57bf30fbfcf2a3a3253e6 minidlna-1.1.2.tar.gz
+879027192c89e5376cdd2ae2d1aa33b4 minidlna-1.1.3.tar.gz
10 years, 5 months
rpms/minidlna/F-20 .cvsignore, 1.10, 1.11 minidlna.spec, 1.16, 1.17 sources, 1.10, 1.11
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/minidlna/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31591
Modified Files:
.cvsignore minidlna.spec sources
Log Message:
* Sat Jun 07 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.3-1
- Updated to upstream 1.1.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/minidlna/F-20/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 8 Mar 2014 11:17:18 -0000 1.10
+++ .cvsignore 7 Jun 2014 08:05:57 -0000 1.11
@@ -1 +1 @@
-minidlna-1.1.2.tar.gz
+minidlna-1.1.3.tar.gz
Index: minidlna.spec
===================================================================
RCS file: /cvs/free/rpms/minidlna/F-20/minidlna.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- minidlna.spec 8 Mar 2014 11:17:18 -0000 1.16
+++ minidlna.spec 7 Jun 2014 08:05:57 -0000 1.17
@@ -1,5 +1,5 @@
Name: minidlna
-Version: 1.1.2
+Version: 1.1.3
Release: 1%{?dist}
Summary: Lightweight DLNA/UPnP-AV server targeted at embedded systems
@@ -132,6 +132,12 @@
%changelog
+* Sat Jun 07 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.3-1
+- Updated to upstream 1.1.3
+
+* Sat Mar 29 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.2-2
+- Rebuilt for new ffmpeg
+
* Sat Mar 08 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.2-1
- Updated to upstream 1.1.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/minidlna/F-20/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 8 Mar 2014 11:17:18 -0000 1.10
+++ sources 7 Jun 2014 08:05:57 -0000 1.11
@@ -1 +1 @@
-65cebffaf9b57bf30fbfcf2a3a3253e6 minidlna-1.1.2.tar.gz
+879027192c89e5376cdd2ae2d1aa33b4 minidlna-1.1.3.tar.gz
10 years, 5 months
rpms/minidlna/devel .cvsignore, 1.10, 1.11 minidlna.spec, 1.17, 1.18 sources, 1.10, 1.11
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/minidlna/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31461
Modified Files:
.cvsignore minidlna.spec sources
Log Message:
* Sat Jun 07 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.3-1
- Updated to upstream 1.1.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/minidlna/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 8 Mar 2014 11:16:45 -0000 1.10
+++ .cvsignore 7 Jun 2014 08:05:16 -0000 1.11
@@ -1 +1 @@
-minidlna-1.1.2.tar.gz
+minidlna-1.1.3.tar.gz
Index: minidlna.spec
===================================================================
RCS file: /cvs/free/rpms/minidlna/devel/minidlna.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- minidlna.spec 29 Mar 2014 08:09:05 -0000 1.17
+++ minidlna.spec 7 Jun 2014 08:05:17 -0000 1.18
@@ -1,6 +1,6 @@
Name: minidlna
-Version: 1.1.2
-Release: 2%{?dist}
+Version: 1.1.3
+Release: 1%{?dist}
Summary: Lightweight DLNA/UPnP-AV server targeted at embedded systems
Group: System Environment/Daemons
@@ -132,6 +132,9 @@
%changelog
+* Sat Jun 07 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.3-1
+- Updated to upstream 1.1.3
+
* Sat Mar 29 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.1.2-2
- Rebuilt for new ffmpeg
Index: sources
===================================================================
RCS file: /cvs/free/rpms/minidlna/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 8 Mar 2014 11:16:45 -0000 1.10
+++ sources 7 Jun 2014 08:05:17 -0000 1.11
@@ -1 +1 @@
-65cebffaf9b57bf30fbfcf2a3a3253e6 minidlna-1.1.2.tar.gz
+879027192c89e5376cdd2ae2d1aa33b4 minidlna-1.1.3.tar.gz
10 years, 5 months
rpms/libbdplus/F-19 .cvsignore, 1.2, 1.3 libbdplus.spec, 1.1, 1.2 sources, 1.2, 1.3
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/libbdplus/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30498
Modified Files:
.cvsignore libbdplus.spec sources
Log Message:
merge with devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libbdplus/F-19/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 11 Jan 2014 15:18:30 -0000 1.2
+++ .cvsignore 6 Jun 2014 21:31:10 -0000 1.3
@@ -1 +1 @@
-libbdplus-0.1.0.tar.bz2
+libbdplus-0.1.1.tar.bz2
Index: libbdplus.spec
===================================================================
RCS file: /cvs/free/rpms/libbdplus/F-19/libbdplus.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libbdplus.spec 11 Jan 2014 15:18:30 -0000 1.1
+++ libbdplus.spec 6 Jun 2014 21:31:10 -0000 1.2
@@ -1,6 +1,6 @@
Name: libbdplus
-Version: 0.1.0
-Release: 2%{?dist}
+Version: 0.1.1
+Release: 1%{?dist}
Summary: Open implementation of BD+ protocol
License: LGPLv2+
URL: http://www.videolan.org/developers/libbdplus.html
@@ -55,6 +55,15 @@
%changelog
+* Wed Jun 04 2014 Xavier Bachelot <xavier(a)bachelot.org> - 0.1.1-1
+- Update to 0.1.1.
+
+* Sat Apr 26 2014 Xavier Bachelot <xavier(a)bachelot.org> - 0.1.0-4
+- Add patch for libgcrypt 1.6 support.
+
+* Sat Apr 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.0-3
+- Rebuilt for libgcrypt
+
* Wed Jan 08 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.1.0-2
- Add version to libaacs BuildRequires:.
- Remove Group: tags.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libbdplus/F-19/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 11 Jan 2014 15:18:30 -0000 1.2
+++ sources 6 Jun 2014 21:31:10 -0000 1.3
@@ -1 +1 @@
-4cf74020b91aafa33075e8ceef4d0e40 libbdplus-0.1.0.tar.bz2
+1c7135d9a58372f15a28a5437e7e7bb8 libbdplus-0.1.1.tar.bz2
10 years, 5 months
rpms/libbdplus/F-20 .cvsignore, 1.2, 1.3 libbdplus.spec, 1.1, 1.2 sources, 1.2, 1.3
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/libbdplus/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30391
Modified Files:
.cvsignore libbdplus.spec sources
Log Message:
merge with devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libbdplus/F-20/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 11 Jan 2014 15:18:30 -0000 1.2
+++ .cvsignore 6 Jun 2014 21:30:40 -0000 1.3
@@ -1 +1 @@
-libbdplus-0.1.0.tar.bz2
+libbdplus-0.1.1.tar.bz2
Index: libbdplus.spec
===================================================================
RCS file: /cvs/free/rpms/libbdplus/F-20/libbdplus.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libbdplus.spec 11 Jan 2014 15:18:30 -0000 1.1
+++ libbdplus.spec 6 Jun 2014 21:30:40 -0000 1.2
@@ -1,6 +1,6 @@
Name: libbdplus
-Version: 0.1.0
-Release: 2%{?dist}
+Version: 0.1.1
+Release: 1%{?dist}
Summary: Open implementation of BD+ protocol
License: LGPLv2+
URL: http://www.videolan.org/developers/libbdplus.html
@@ -55,6 +55,15 @@
%changelog
+* Wed Jun 04 2014 Xavier Bachelot <xavier(a)bachelot.org> - 0.1.1-1
+- Update to 0.1.1.
+
+* Sat Apr 26 2014 Xavier Bachelot <xavier(a)bachelot.org> - 0.1.0-4
+- Add patch for libgcrypt 1.6 support.
+
+* Sat Apr 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.0-3
+- Rebuilt for libgcrypt
+
* Wed Jan 08 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.1.0-2
- Add version to libaacs BuildRequires:.
- Remove Group: tags.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libbdplus/F-20/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 11 Jan 2014 15:18:30 -0000 1.2
+++ sources 6 Jun 2014 21:30:40 -0000 1.3
@@ -1 +1 @@
-4cf74020b91aafa33075e8ceef4d0e40 libbdplus-0.1.0.tar.bz2
+1c7135d9a58372f15a28a5437e7e7bb8 libbdplus-0.1.1.tar.bz2
10 years, 5 months
rpms/libaacs/F-19 .cvsignore, 1.8, 1.9 libaacs.spec, 1.9, 1.10 sources, 1.8, 1.9
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/libaacs/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30342
Modified Files:
.cvsignore libaacs.spec sources
Log Message:
merge with devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-19/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 22 Dec 2013 11:54:55 -0000 1.8
+++ .cvsignore 6 Jun 2014 21:30:26 -0000 1.9
@@ -1 +1 @@
-libaacs-0.7.0.tar.bz2
+libaacs-0.7.1.tar.bz2
Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-19/libaacs.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libaacs.spec 22 Dec 2013 11:54:55 -0000 1.9
+++ libaacs.spec 6 Jun 2014 21:30:27 -0000 1.10
@@ -1,20 +1,16 @@
-%global snapshot 0
+#global snapshot 1
%global tarball_date 20111105
%global git_hash 876f45a3f727eb6f06cdb2b0128f857226346e59
%global git_short %(echo '%{git_hash}' | cut -c -13)
Name: libaacs
-Version: 0.7.0
-%if %{snapshot}
-Release: 0.4.%{tarball_date}git%{git_short}%{?dist}
-%else
-Release: 2%{?dist}
-%endif
+Version: 0.7.1
+Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Summary: Open implementation of AACS specification
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.videolan.org/developers/libaacs.html
-%if %{snapshot}
+%if 0%{?snapshot}
# Use the commands below to generate a tarball.
# git clone git://git.videolan.org/libaacs.git
# cd libaacs
@@ -23,9 +19,8 @@
%else
Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}...
%endif
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-%if %{snapshot}
+%if 0%{?snapshot}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@@ -60,7 +55,7 @@
%prep
-%if %{snapshot}
+%if 0%{?snapshot}
%setup -q -n %{name}
%else
%setup -q
@@ -69,7 +64,7 @@
%build
-%if %{snapshot}
+%if 0%{?snapshot}
autoreconf -vif
%endif
%configure --disable-static
@@ -79,37 +74,40 @@
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
%doc COPYING KEYDB.cfg ChangeLog README.txt
%{_libdir}/*.so.*
%files utils
-%defattr(-,root,root,-)
%{_bindir}/aacs_info
%files devel
-%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libaacs.pc
%changelog
+* Wed Jun 04 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.7.1-1
+- Update to 0.7.1.
+
+* Sat Apr 26 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.7.0-4
+- Add patch for libgcrypt 1.6 support.
+- Tweak the Release: tag to accomodate rpmdev-bumpspec.
+- Modernize specfile.
+
+* Sat Apr 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.0-3
+- Rebuilt for libgcrypt
+
* 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.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-19/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 22 Dec 2013 11:54:55 -0000 1.8
+++ sources 6 Jun 2014 21:30:27 -0000 1.9
@@ -1 +1 @@
-8da0da893d1f266b31bf8a8fc7c84a84 libaacs-0.7.0.tar.bz2
+3f475fa71352b454a62bcde860e8681c libaacs-0.7.1.tar.bz2
10 years, 5 months
rpms/libaacs/F-20 .cvsignore, 1.8, 1.9 libaacs.spec, 1.11, 1.12 sources, 1.8, 1.9
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/libaacs/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30109
Modified Files:
.cvsignore libaacs.spec sources
Log Message:
merge with devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-20/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 19 Dec 2013 17:57:33 -0000 1.8
+++ .cvsignore 6 Jun 2014 21:28:07 -0000 1.9
@@ -1 +1 @@
-libaacs-0.7.0.tar.bz2
+libaacs-0.7.1.tar.bz2
Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-20/libaacs.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libaacs.spec 22 Dec 2013 11:54:55 -0000 1.11
+++ libaacs.spec 6 Jun 2014 21:28:07 -0000 1.12
@@ -1,20 +1,16 @@
-%global snapshot 0
+#global snapshot 1
%global tarball_date 20111105
%global git_hash 876f45a3f727eb6f06cdb2b0128f857226346e59
%global git_short %(echo '%{git_hash}' | cut -c -13)
Name: libaacs
-Version: 0.7.0
-%if %{snapshot}
-Release: 0.4.%{tarball_date}git%{git_short}%{?dist}
-%else
-Release: 2%{?dist}
-%endif
+Version: 0.7.1
+Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Summary: Open implementation of AACS specification
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.videolan.org/developers/libaacs.html
-%if %{snapshot}
+%if 0%{?snapshot}
# Use the commands below to generate a tarball.
# git clone git://git.videolan.org/libaacs.git
# cd libaacs
@@ -23,9 +19,8 @@
%else
Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}...
%endif
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-%if %{snapshot}
+%if 0%{?snapshot}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@@ -60,7 +55,7 @@
%prep
-%if %{snapshot}
+%if 0%{?snapshot}
%setup -q -n %{name}
%else
%setup -q
@@ -69,7 +64,7 @@
%build
-%if %{snapshot}
+%if 0%{?snapshot}
autoreconf -vif
%endif
%configure --disable-static
@@ -79,37 +74,40 @@
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
%doc COPYING KEYDB.cfg ChangeLog README.txt
%{_libdir}/*.so.*
%files utils
-%defattr(-,root,root,-)
%{_bindir}/aacs_info
%files devel
-%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libaacs.pc
%changelog
+* Wed Jun 04 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.7.1-1
+- Update to 0.7.1.
+
+* Sat Apr 26 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.7.0-4
+- Add patch for libgcrypt 1.6 support.
+- Tweak the Release: tag to accomodate rpmdev-bumpspec.
+- Modernize specfile.
+
+* Sat Apr 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.0-3
+- Rebuilt for libgcrypt
+
* 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.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-20/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 19 Dec 2013 17:57:33 -0000 1.8
+++ sources 6 Jun 2014 21:28:07 -0000 1.9
@@ -1 +1 @@
-8da0da893d1f266b31bf8a8fc7c84a84 libaacs-0.7.0.tar.bz2
+3f475fa71352b454a62bcde860e8681c libaacs-0.7.1.tar.bz2
10 years, 5 months