[xorg-x11-drv-nvidia] Update to 375.10 beta release
by Leigh Scott
commit 2e7b89b0f669688e16215ca83c532dba2af9e50c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Oct 22 01:06:02 2016 +0100
Update to 375.10 beta release
.gitignore | 3 +++
sources | 6 +++---
xorg-x11-drv-nvidia.spec | 11 ++++++++---
3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9a0fbf..b18a86c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,6 @@ NVIDIA-Linux-x86_64-358.16.run
/NVIDIA-Linux-armv7l-gnueabihf-370.28.run
/NVIDIA-Linux-x86-370.28.run
/NVIDIA-Linux-x86_64-370.28.run
+/NVIDIA-Linux-x86-375.10.run
+/NVIDIA-Linux-x86_64-375.10.run
+/NVIDIA-Linux-armv7l-gnueabihf-375.10.run
diff --git a/sources b/sources
index d79d988..ead69c6 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-6cbd700d92e702923a332bff9491592a NVIDIA-Linux-armv7l-gnueabihf-370.28.run
-7d3e1c691cd53852f422a93169268178 NVIDIA-Linux-x86-370.28.run
-95a6401db6576eaeea6ba4bc06fb61d2 NVIDIA-Linux-x86_64-370.28.run
+8414d40bd101272ce082e204a7d032b2 NVIDIA-Linux-x86-375.10.run
+f3d5b040f3698181f25c484c5b7d0b31 NVIDIA-Linux-x86_64-375.10.run
+3ec5d77c343b53364ea58e654ef37f0d NVIDIA-Linux-armv7l-gnueabihf-375.10.run
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 65c7eb9..7fa77ac 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -8,8 +8,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 370.28
-Release: 5%{?dist}
+Version: 375.10
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -176,7 +176,8 @@ install -m 0755 -d $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d/
install -p -m 0644 %{SOURCE6} $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d/
# GLVND
-rm libGL.so.%{version}
+rm libGL.so*
+rm libEGL.so*
# Simple wildcard install of libs
install -m 0755 -d $RPM_BUILD_ROOT%{_nvidia_libdir}
@@ -549,6 +550,10 @@ fi ||:
%{_nvidia_libdir}/libGLX_nvidia.so
%changelog
+* Fri Oct 21 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:375.10-1
+- Update to 375.10 beta release
+- Clean up more libglvnd provided libs
+
* Wed Oct 12 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:370.28-5
- Add libglvnd path to ld.so.conf.d conf file
8 years, 2 months
[get-flash-videos] Specify all dependencies
by Paul Howarth
commit 75ccf313cdb0f191af3a787215b84ce61d0c0d01
Author: Paul Howarth <paul(a)city-fan.org>
Date: Fri Oct 21 16:14:43 2016 +0100
Specify all dependencies
get-flash-videos.spec | 95 ++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 79 insertions(+), 16 deletions(-)
---
diff --git a/get-flash-videos.spec b/get-flash-videos.spec
index b44fc63..d62e5c4 100644
--- a/get-flash-videos.spec
+++ b/get-flash-videos.spec
@@ -1,7 +1,7 @@
%global rel_tag 20131203git2d46d08
Name: get-flash-videos
Version: 1.24
-Release: 11.%{?rel_tag}%{?dist}
+Release: 12.%{?rel_tag}%{?dist}
Summary: CLI tool to download flash video from websites
Group: Applications/Communications
# License breakdown in README.fedora
@@ -16,30 +16,88 @@ Source0: get-flash-videos-%{rel_tag}.tar.gz
Source1: README.fedora
BuildArch: noarch
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
+# Modules
+BuildRequires: perl(Carp)
BuildRequires: perl(Compress::Zlib)
+BuildRequires: perl(constant)
+BuildRequires: perl(Crypt::Blowfish_PP)
BuildRequires: perl(Crypt::Rijndael)
-BuildRequires: perl(XML::Parser::PerlSAX)
-BuildRequires: perl(Module::Find)
-BuildRequires: perl(LWP::UserAgent::Determined)
+BuildRequires: perl(Data::AMF::Packet)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(DBI)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Digest::SHA)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(Fcntl)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Copy)
+BuildRequires: perl(File::Path)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(File::stat)
+BuildRequires: perl(File::Temp)
+BuildRequires: perl(HTML::Entities)
+BuildRequires: perl(HTML::TokeParser)
+BuildRequires: perl(HTML::Tree)
+BuildRequires: perl(integer)
+BuildRequires: perl(IPC::Open3)
+BuildRequires: perl(List::Util)
BuildRequires: perl(LWP::Protocol::https)
-Buildrequires: perl(Test::Simple)
-BuildRequires: perl(Tie::IxHash)
+BuildRequires: perl(LWP::Simple)
+BuildRequires: perl(Memoize)
+BuildRequires: perl(MIME::Base64)
+BuildRequires: perl(Module::Find)
+BuildRequires: perl(Net::Netrc)
+BuildRequires: perl(POSIX)
+BuildRequires: perl(Storable)
+BuildRequires: perl(strict)
+BuildRequires: perl(Symbol)
+BuildRequires: perl(Term::ReadKey)
+BuildRequires: perl(Time::HiRes)
+BuildRequires: perl(Time::localtime)
BuildRequires: perl(URI)
+BuildRequires: perl(URI::Escape)
+BuildRequires: perl(URI::Find)
+BuildRequires: perl(URI::QueryParam)
+BuildRequires: perl(warnings)
BuildRequires: perl(WWW::Mechanize)
+BuildRequires: perl(WWW::Mechanize::Link)
BuildRequires: perl(XML::Simple)
-
+# Scripts
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Getopt::Long)
+BuildRequires: perl(Text::Wrap)
+# Tests
+BuildRequires: perl(lib)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Tie::IxHash)
+BuildRequires: perl(utf8)
+# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Compress::Zlib)
Requires: perl(Crypt::Rijndael)
-Requires: perl(Data::AMF)
-Requires: perl(Module::Find)
-Requires: perl(LWP::Protocol::https)
-Requires: perl(LWP::UserAgent::Determined)
-Requires: perl(Tie::IxHash)
+Requires: perl(Cwd)
+Requires: perl(Data::AMF::Packet)
+Requires: perl(Digest::MD5)
+Requires: perl(Digest::SHA)
+Requires: perl(File::Copy)
+Requires: perl(File::Path)
+Requires: perl(File::Spec)
+Requires: perl(Net::Netrc)
+Requires: perl(Term::ReadKey)
+Requires: perl(URI::Find)
Requires: perl(XML::Simple)
Requires: rtmpdump
-
+Recommends: perl(DBI)
+Recommends: perl(LWP::Simple)
+Recommends: perl(Memoize)
%{?perl_default_filter}
@@ -66,7 +124,6 @@ rm t/google_video_search.t
make pure_install DESTDIR=$RPM_BUILD_ROOT
cp -a utils/ff-get-flash-video $RPM_BUILD_ROOT%{_bindir}
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
%{_fixperms} $RPM_BUILD_ROOT/*
@@ -75,7 +132,8 @@ make test
%files
-%doc README README.fedora LICENSE
+%license LICENSE README.fedora
+%doc README
%{perl_vendorlib}/*
%{_bindir}/get_flash_videos
%{_bindir}/ff-get-flash-video
@@ -83,6 +141,11 @@ make test
%changelog
+* Fri Oct 21 2016 Paul Howarth <paul(a)city-fan.org> - 1.24-12.20131203git2d46d08
+- Specify all dependencies
+- Don't need to remove empty directories from the buildroot
+- Use %%license
+
* Fri Dec 27 2013 leamas(a)nowhere.net - 1.24-11.20131203git2d46d08
- Rebuild after F20 branching
@@ -122,5 +185,5 @@ make test
* Sun Feb 05 2012 Alec Leamas <alec(a)nowhere.com> 1.24-2.20120205git8abc6c6
- Moving to latest git
-* Sat Jan 31 2012 Alec Leamas <alec(a)nowhere.com> 1.24-1
+* Tue Jan 31 2012 Alec Leamas <alec(a)nowhere.com> 1.24-1
- Intial packaging
8 years, 2 months
[perl-PGPLOT] Specify all build requirements
by Paul Howarth
commit 7b59dfefc9d9262ae71e6cb02e3008c8453f0807
Author: Paul Howarth <paul(a)city-fan.org>
Date: Fri Oct 21 14:46:40 2016 +0100
Specify all build requirements
perl-PGPLOT.spec | 30 +++++++++++++++++++++++++-----
1 file changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/perl-PGPLOT.spec b/perl-PGPLOT.spec
index b8a0ce7..54faf1a 100644
--- a/perl-PGPLOT.spec
+++ b/perl-PGPLOT.spec
@@ -1,13 +1,28 @@
Name: perl-PGPLOT
Version: 2.21
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Perl extension for using the pgplot library
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/PGPLOT/
Source0: http://search.cpan.org/CPAN/authors/id/K/KG/KGB/PGPLOT-%{version}.tar.gz
-BuildRequires: perl(ExtUtils::MakeMaker)
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::F77)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(IO::File)
+BuildRequires: perl(lib)
+BuildRequires: perl(strict)
BuildRequires: pgplot-devel
+# Runtime
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(Exporter)
+# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
@@ -27,21 +42,26 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
-#%check
+%check
#works locally
#make test
%files
-%doc CHANGES HELP LICENSE README
+%license LICENSE
+%doc CHANGES HELP README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto/
%{_mandir}/man3/*
%changelog
+* Fri Oct 21 2016 Paul Howarth <paul(a)city-fan.org> - 2.21-4
+- Specify all build requirements
+- Don't need to remove empty directories from the buildroot
+- Use %%license
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 2.21-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 2 months
[mpv/f23] (2 commits) ...Fix rfbz#3853
by Sérgio M. Basto
Summary of changes:
8cbad0f... up to 0.21.0 (*)
08c4484... Fix rfbz#3853 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[mpv/f24] (2 commits) ...Fix rfbz#3853
by Sérgio M. Basto
Summary of changes:
8cbad0f... up to 0.21.0 (*)
08c4484... Fix rfbz#3853 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[ffmpeg/f24] Updated to 3.0.4
by Julian Sikorski
commit 5f66aea3765725d8fe4c11d2abb9f9a4890e5173
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Thu Oct 20 23:43:16 2016 +0200
Updated to 3.0.4
.gitignore | 1 +
ffmpeg.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index edf874d..2c65d76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
ffmpeg-2.8.7.tar.xz
/ffmpeg-3.0.3.tar.xz
+/ffmpeg-3.0.4.tar.xz
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c2bd166..b531a13 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -12,8 +12,8 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 3.0.3
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 3.0.4
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
@@ -322,6 +322,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Thu Oct 20 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.0.4-1
+- Updated to 3.0.4
+
* Sat Oct 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.3-2
- Fix missing libxvid (rfbz#4274)
diff --git a/sources b/sources
index 15ff4ea..257b4c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57c01cf7a625cfc92136c2f8c47ac5c4 ffmpeg-3.0.3.tar.xz
+c362e73204491ec36b0be084b28aaf63 ffmpeg-3.0.4.tar.xz
8 years, 2 months