[rfpkg-minimal] Update to 0.2.2.
by Ben Rosser
commit b949a416650b45f6e9e782fd3a6f7c31e22abda0
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Tue Aug 23 22:51:17 2016 -0400
Update to 0.2.2.
rfpkg-minimal.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
index 6753291..2cd531e 100644
--- a/rfpkg-minimal.spec
+++ b/rfpkg-minimal.spec
@@ -1,5 +1,5 @@
Name: rfpkg-minimal
-Version: 0.2.1
+Version: 0.2.2
Release: 1%{?dist}
Summary: Fork of fedpkg-minimal for RPM Fusion
@@ -37,6 +37,10 @@ install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
%license LICENSE
%changelog
+* Tue Aug 23 2016 Ben Rosser <rosser.bjr(a)gmail.com> 0.2.2-1
+- Update to 0.2.2, with a fix for EL6 and EL5
+- The generated checksum lines now use two spaces as a delimiter, not just one.
+
* Sat Aug 20 2016 Ben Rosser <rosser.bjr(a)gmail.com> 0.2.1-1
- Update to 0.2.1.
- If downloading MD5-summed file fails, we fall back to using the old style URLs.
8 years
[ffmpegthumbnailer] Update ffmpegthumbnailer to 2.1.2
by Sérgio M. Basto
commit cd56bf7d2ff646d69f6972ab2ed75336d395309b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 24 03:30:23 2016 +0100
Update ffmpegthumbnailer to 2.1.2
- Clean up spec, add license tag.
- Fix changelog dates.
.gitignore | 1 +
ffmpegthumbnailer.spec | 29 ++++++++++++++---------------
sources | 2 +-
3 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61bd5fd..0ab9a3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
ffmpegthumbnailer-2.0.9.tar.gz
/ffmpegthumbnailer-2.1.1.tar.gz
+/ffmpegthumbnailer-2.1.2.tar.gz
diff --git a/ffmpegthumbnailer.spec b/ffmpegthumbnailer.spec
index fc3eaaf..bfeead6 100644
--- a/ffmpegthumbnailer.spec
+++ b/ffmpegthumbnailer.spec
@@ -1,13 +1,12 @@
Name: ffmpegthumbnailer
-Version: 2.1.1
-Release: 2%{?dist}
+Version: 2.1.2
+Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
License: GPLv2+
URL: http://code.google.com/p/ffmpegthumbnailer/
-Source0: https://github.com/dirkvdb/%{name}/archive/%{version}.tar.gz#/%{name}-%{v...
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0: https://github.com/dirkvdb/%{name}/archive/%{version}/%{name}-%{version}....
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
BuildRequires: chrpath, cmake, gcc-c++
@@ -31,24 +30,20 @@ chmod -x README INSTALL COPYING AUTHORS
%build
%cmake -DENABLE_GIO=ON -DENABLE_THUMBNAILER=ON .
-make %{?_smp_mflags}
+%make_build
%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
#chrpath --delete $RPM_BUILD_ROOT%%{_bindir}/ffmpegthumbnailer
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 README COPYING AUTHORS
+%doc README AUTHORS
+%license COPYING
%{_bindir}/ffmpegthumbnailer
%{_libdir}/libffmpegthumbnailer.so.4*
%{_mandir}/man1/ffmpegthumbnailer.1.gz
@@ -57,13 +52,17 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/thumbnailers/ffmpegthumbnailer.thumbnailer
%files devel
-%defattr(-,root,root,-)
%{_libdir}/libffmpegthumbnailer.so
%{_libdir}/pkgconfig/libffmpegthumbnailer.pc
%{_includedir}/libffmpegthumbnailer/
%changelog
+* Wed Aug 24 2016 Sérgio Basto <sergio(a)serjux.com> - 2.1.2-1
+- Update ffmpegthumbnailer to 2.1.2
+- Clean up spec, add license tag.
+- Fix changelog dates.
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.1.1-2
- Rebuilt for ffmpeg-3.1.1
@@ -125,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
* Sun Feb 13 2011 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.6-2
- patch NULL reference to make rawhide build
-* Fri Jan 04 2011 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.6-1
+* Fri Feb 04 2011 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.6-1
- version bump
- patch libdl link issue
- add BR: automake and autoconf
@@ -143,7 +142,7 @@ rm -rf $RPM_BUILD_ROOT
* Sun May 16 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.2-1
- version bump
-* Sat Apr 19 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.1-1
+* Mon Apr 19 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.1-1
- version bump
- libspatch.patch merged upstream, issue 59
diff --git a/sources b/sources
index 347cba7..6dbae01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a306a06dc546eae16af247e489de52da ffmpegthumbnailer-2.1.1.tar.gz
+560a0e7b98a7c6f5b88a5fcbcc7288ff ffmpegthumbnailer-2.1.2.tar.gz
8 years
[x265/el7: 13/13] Merge branch 'master' into el7
by Orion Poplawski
commit 31cf191572d7c02275535d2f59eef2ca14a58a31
Merge: 24e34e2 35be212
Author: Orion Poplawski <orion(a)cora.nwra.com>
Date: Tue Aug 23 14:00:02 2016 -0600
Merge branch 'master' into el7
Conflicts:
sources
x265-pic.patch
x265-test-shared.patch
x265.spec
.gitignore | 2 ++
sources | 2 +-
x265-detect_cpu_armhfp.patch | 17 ++++++++++
x265-fix-soname.patch | 30 ------------------
x265-pic.patch | 40 ++++++++++++++----------
x265-test-shared.patch | 15 +++++----
x265.spec | 74 ++++++++++++++++++++++++++------------------
7 files changed, 95 insertions(+), 85 deletions(-)
---
8 years
[x265/el7] (13 commits) ...Merge branch 'master' into el7
by Orion Poplawski
Summary of changes:
ec50c9c... - initial import (*)
9068270... - fix build on armv7l arch (partially fix rfbz#3361, patch (*)
38f3e9a... update to 1.6 (ABI bump, rfbz#3593) (*)
710c6f5... Update patches for 1.8 (*)
7d6654c... Avoid tests for now (*)
6ae556a... fix build (*)
ae884c7... Update to 1.9 (fix for F24) (*)
0011923... Add missing source (*)
46433b5... use https for source URL (*)
64bad53... rfpkg new-sources x265_1.9.tar.gz (*)
3542971... enable NUMA support (*)
35be212... Clean spec, Vascom patches series, rfbz #4199, add license (*)
31cf191... Merge branch 'master' into el7
(*) This commit already existed in another branch; no separate mail sent
8 years
[live555/el7] (8 commits) ...Bump
by nchauvet
Summary of changes:
d075076... Update to live555 snapshot (*)
e26c735... Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mas (*)
bd59902... Update to 2014.10.21 (*)
9513bab... Fix for rhbz#3673 (*)
45a4ea9... Update to 2015.10.12 (*)
86aca27... Update to 2016.05.20 (*)
3381e5d... Update to 2016.07.19 (*)
5f3fb0b... Bump (*)
(*) This commit already existed in another branch; no separate mail sent
8 years