[vdr-xineliboutput/f23] Update to recent git version
by Martin Gansser
commit 2145baf65d2e53ad8ddbbf73419d2d07e2e298ab
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 2 14:28:55 2016 +0200
Update to recent git version
- Switched checkout command to git
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 23 +++++++++++++++--------
3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94edd73..0b890a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
vdr-xineliboutput-1.1.0-20150422.tgz
+/vdr-xineliboutput-1.1.0-9027ea1.tar.gz
diff --git a/sources b/sources
index 03f31f5..2cc5f86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9fe4516a5dda99be023286c1a0ed1332 vdr-xineliboutput-1.1.0-20150422.tgz
+f8e4b2a9845e6382b1281614bdde6b75 vdr-xineliboutput-1.1.0-9027ea1.tar.gz
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index ef1abda..8d21107 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -3,23 +3,26 @@
%global xinepluginver 2.0.0
%global pname xineliboutput
%global vdrver %(vdr-config --version 2>/dev/null || echo ERROR)
-%global cvsver 20150422
+%global gitrev 9027ea1
+%global gitdate 20160508
# build bluray support (disabled for now)
%global have_bluray 1
Name: vdr-%{pname}
Version: 1.1.0
-Release: 16%{?cvsver:.cvs%{cvsver}}%{?dist}
+Release: 17.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
Group: Applications/Multimedia
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
-# how to get the tarball
-# cvs -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co vdr-xineliboutput
-# mv vdr-xineliboutput vdr-xineliboutput-1.1.0-20150422
-# tar cfz vdr-xineliboutput-1.1.0-20150422.tgz vdr-xineliboutput-1.1.0-20150422
-Source0: %{name}-%{version}%{?cvsver:-%{cvsver}}.tgz
+# checkout instructions
+# git clone git://git.code.sf.net/p/xineliboutput/git vdr-xineliboutput
+# cd vdr-xineliboutput
+# git rev-parse --short HEAD
+# git archive --format=tar.gz --prefix=vdr-xineliboutput/ %{gitrev} \
+# -o vdr-xineliboutput-%{version}-%{gitrev}.tar.gz
+Source0: %{name}-%{version}-%{gitrev}.tar.gz
Source1: %{name}.conf
Source2: allowed_hosts.conf
@@ -68,7 +71,7 @@ VDR plugin: xine-lib based software output device for VDR
This package contain plugin for VDR
%prep
-%setup -q -n %{name}-%{version}%{?cvsver:-%{cvsver}}
+%setup -q -n %{name}
./configure \
--enable-x11 \
@@ -147,6 +150,10 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%changelog
+* Sat Jul 02 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-17.20160508git9027ea1
+- Update to recent git version
+- Switched checkout command to git
+
* Wed Apr 22 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-16.cvs20150422
- Update to recent cvs version
8 years, 4 months
[vdr-xineliboutput/f24] Update to recent git version
by Martin Gansser
commit a292fa3e41813085d7d75c5c7d18007041430559
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 2 14:28:15 2016 +0200
Update to recent git version
- Switched checkout command to git
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 23 +++++++++++++++--------
3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94edd73..0b890a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
vdr-xineliboutput-1.1.0-20150422.tgz
+/vdr-xineliboutput-1.1.0-9027ea1.tar.gz
diff --git a/sources b/sources
index 03f31f5..2cc5f86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9fe4516a5dda99be023286c1a0ed1332 vdr-xineliboutput-1.1.0-20150422.tgz
+f8e4b2a9845e6382b1281614bdde6b75 vdr-xineliboutput-1.1.0-9027ea1.tar.gz
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index ef1abda..8d21107 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -3,23 +3,26 @@
%global xinepluginver 2.0.0
%global pname xineliboutput
%global vdrver %(vdr-config --version 2>/dev/null || echo ERROR)
-%global cvsver 20150422
+%global gitrev 9027ea1
+%global gitdate 20160508
# build bluray support (disabled for now)
%global have_bluray 1
Name: vdr-%{pname}
Version: 1.1.0
-Release: 16%{?cvsver:.cvs%{cvsver}}%{?dist}
+Release: 17.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
Group: Applications/Multimedia
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
-# how to get the tarball
-# cvs -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co vdr-xineliboutput
-# mv vdr-xineliboutput vdr-xineliboutput-1.1.0-20150422
-# tar cfz vdr-xineliboutput-1.1.0-20150422.tgz vdr-xineliboutput-1.1.0-20150422
-Source0: %{name}-%{version}%{?cvsver:-%{cvsver}}.tgz
+# checkout instructions
+# git clone git://git.code.sf.net/p/xineliboutput/git vdr-xineliboutput
+# cd vdr-xineliboutput
+# git rev-parse --short HEAD
+# git archive --format=tar.gz --prefix=vdr-xineliboutput/ %{gitrev} \
+# -o vdr-xineliboutput-%{version}-%{gitrev}.tar.gz
+Source0: %{name}-%{version}-%{gitrev}.tar.gz
Source1: %{name}.conf
Source2: allowed_hosts.conf
@@ -68,7 +71,7 @@ VDR plugin: xine-lib based software output device for VDR
This package contain plugin for VDR
%prep
-%setup -q -n %{name}-%{version}%{?cvsver:-%{cvsver}}
+%setup -q -n %{name}
./configure \
--enable-x11 \
@@ -147,6 +150,10 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%changelog
+* Sat Jul 02 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-17.20160508git9027ea1
+- Update to recent git version
+- Switched checkout command to git
+
* Wed Apr 22 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-16.cvs20150422
- Update to recent cvs version
8 years, 4 months
[vdr-xineliboutput] Update to recent git version
by Martin Gansser
commit f57212c3d920a6bd0c1053346a75c4242deb007c
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 2 14:27:31 2016 +0200
Update to recent git version
- Switched checkout command to git
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 23 +++++++++++++++--------
3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94edd73..0b890a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
vdr-xineliboutput-1.1.0-20150422.tgz
+/vdr-xineliboutput-1.1.0-9027ea1.tar.gz
diff --git a/sources b/sources
index 03f31f5..2cc5f86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9fe4516a5dda99be023286c1a0ed1332 vdr-xineliboutput-1.1.0-20150422.tgz
+f8e4b2a9845e6382b1281614bdde6b75 vdr-xineliboutput-1.1.0-9027ea1.tar.gz
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index ef1abda..8d21107 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -3,23 +3,26 @@
%global xinepluginver 2.0.0
%global pname xineliboutput
%global vdrver %(vdr-config --version 2>/dev/null || echo ERROR)
-%global cvsver 20150422
+%global gitrev 9027ea1
+%global gitdate 20160508
# build bluray support (disabled for now)
%global have_bluray 1
Name: vdr-%{pname}
Version: 1.1.0
-Release: 16%{?cvsver:.cvs%{cvsver}}%{?dist}
+Release: 17.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
Group: Applications/Multimedia
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
-# how to get the tarball
-# cvs -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co vdr-xineliboutput
-# mv vdr-xineliboutput vdr-xineliboutput-1.1.0-20150422
-# tar cfz vdr-xineliboutput-1.1.0-20150422.tgz vdr-xineliboutput-1.1.0-20150422
-Source0: %{name}-%{version}%{?cvsver:-%{cvsver}}.tgz
+# checkout instructions
+# git clone git://git.code.sf.net/p/xineliboutput/git vdr-xineliboutput
+# cd vdr-xineliboutput
+# git rev-parse --short HEAD
+# git archive --format=tar.gz --prefix=vdr-xineliboutput/ %{gitrev} \
+# -o vdr-xineliboutput-%{version}-%{gitrev}.tar.gz
+Source0: %{name}-%{version}-%{gitrev}.tar.gz
Source1: %{name}.conf
Source2: allowed_hosts.conf
@@ -68,7 +71,7 @@ VDR plugin: xine-lib based software output device for VDR
This package contain plugin for VDR
%prep
-%setup -q -n %{name}-%{version}%{?cvsver:-%{cvsver}}
+%setup -q -n %{name}
./configure \
--enable-x11 \
@@ -147,6 +150,10 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%changelog
+* Sat Jul 02 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-17.20160508git9027ea1
+- Update to recent git version
+- Switched checkout command to git
+
* Wed Apr 22 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-16.cvs20150422
- Update to recent cvs version
8 years, 4 months
[moc/f24] Update to commit 2880
by Antonio
Summary of changes:
4a41799... Update to commit 2880 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[moc] Update to commit 2880
by Antonio
commit 4a4179974562295f81672340e8345d76fb75cbd3
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sat Jul 2 11:27:30 2016 +0200
Update to commit 2880
.gitignore | 1 +
moc.spec | 62 +++++++++++++++++++++++++++++++++-----------------------------
sources | 2 +-
3 files changed, 35 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e28a40f..6d62f38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
moc-2.6-0.5.alpha1.tar.xz
+/moc-git2880.tar.gz
diff --git a/moc.spec b/moc.spec
index e1617a9..bf01521 100644
--- a/moc.spec
+++ b/moc.spec
@@ -1,6 +1,4 @@
-%if 0%{?fedora} <= 22
-%global _hardened_build 1
-%endif
+%global checkout 2880
# Set up a new macro to define MOC's 'mocp' executable
%global exec mocp
@@ -8,16 +6,18 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.6.alpha1%{?dist}
+Release: 0.10.alpha2%{?dist}
License: GPLv2+ and GPLv3+
-URL: http://www.moc.daper.net
+URL: http://moc.daper.net
-## Source archive from svn #2770; obtained by:
-## svn co svn://daper.net/moc/trunk
-## tar -cJvf moc-2.6-0.4.alpha1.tar.xz trunk
-Source0: %{name}-%{version}-0.5.alpha1.tar.xz
+## Source archive made by using following commands
+## svn co svn://svn.daper.net/moc/trunk
+## rm -rf trunk/.svn
+## tar -cvzf moc-git%%{checkout}.tar.gz trunk
+Source0: moc-git%{checkout}.tar.gz
+#Source0: http://ftp.daper.net/pub/soft/moc/unstable/moc-#%{version}-alpha2.tar.xz
-BuildRequires: pkgconfig(ncurses)
+BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libcurl)
@@ -38,16 +38,13 @@ BuildRequires: gettext-devel
BuildRequires: pkgconfig(opus)
BuildRequires: libtool
BuildRequires: librcc-devel
-BuildRequires: libquvi-devel, popt-devel
+BuildRequires: popt-devel
BuildRequires: ffmpeg-devel
BuildRequires: libmad-devel
+BuildRequires: faad2-devel
BuildRequires: autoconf, automake
-Requires: ffmpeg
-Requires: opus
-Requires: libquvi, libquvi-scripts, popt
-
%description
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
@@ -58,20 +55,16 @@ files in this directory beginning from the chosen file.
%setup -q -n trunk
%build
-
-## Compilation files built temporary
-autoupdate -v
-mv configure.in configure.ac
autoreconf -ivf
-export CFLAGS="$RPM_OPT_FLAGS -Wl,-z,relro -Wl,-z,now"
-export CXXFLAGS="$RPM_OPT_FLAGS -Wl,-z,relro -Wl,-z,now"
-export LDFLAGS="$RPM_LD_FLAGS -Wl,-z,now"
+
%configure --disable-static --disable-silent-rules --disable-rpath --with-rcc \
--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
- --with-musepack --with-vorbis --with-flac --with-wavpack \
- --with-sndfile --with-modplug --with-ffmpeg --with-speex \
- --with-samplerate --with-curl --disable-debug --without-magic
-make %{?_smp_mflags}
+ --with-musepack --with-vorbis --with-flac --with-wavpack \
+ --with-sndfile --with-modplug --with-ffmpeg --with-speex \
+ --with-samplerate --with-curl --disable-debug --without-magic \
+ CPPFLAGS="-I%{_includedir}/libdb -fPIC"
+
+%make_build
%install
%make_install
@@ -79,9 +72,6 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
rm -f $RPM_BUILD_ROOT%_libdir/*.la
rm -f $RPM_BUILD_ROOT%_libdir/moc/decoder_plugins/*.la
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
%files
%doc README README_equalizer AUTHORS ChangeLog config.example keymap.example NEWS
%license COPYING
@@ -91,6 +81,20 @@ rm -f $RPM_BUILD_ROOT%_libdir/moc/decoder_plugins/*.la
%{_libdir}/%{name}/
%changelog
+* Sun Jun 05 2016 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.10.alpha2
+- Update to commit 2880
+- Rebuild for ffmpeg 2.8.7
+
+* Mon May 16 2016 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.9.alpha2
+- Fix faad2 dependencies
+
+* Mon Apr 25 2016 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.8.alpha2
+- ldconfig commands removed
+
+* Thu Jan 28 2016 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.7.alpha2
+- Force -fstack-protector-all
+- Tries upstream patch
+
* Sun Nov 01 2015 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.6.alpha1
- Hardened builds on <F23
diff --git a/sources b/sources
index 7b104a4..d959d44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f1816f6607e852db32c0048574ba728 moc-2.6-0.5.alpha1.tar.xz
+76ca1af4487ac559e4031d57bdd4fb5e moc-git2880.tar.gz
8 years, 4 months
[devede] Remove Requires: vcdimager ; package retired in F24
by Sérgio M. Basto
commit bea6d2ea8fa7fed4e24a80a1a93dbecb868ff28b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 2 00:59:28 2016 +0100
Remove Requires: vcdimager ; package retired in F24
.gitignore | 1 +
devede.spec | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3649508..e55bfd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
devede-3.23.0.tar.bz2
+/devede-3.23.0-858370b.tar.gz
diff --git a/devede.spec b/devede.spec
index 66b18d9..d479d2a 100644
--- a/devede.spec
+++ b/devede.spec
@@ -3,7 +3,7 @@
Name: devede
Version: 3.23.0
-Release: 5.20140821git%{?dist}
+Release: 6.20140821git%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3+
@@ -23,7 +23,6 @@ Requires: mplayer
Requires: mencoder
Requires: ffmpeg
Requires: dvdauthor
-Requires: vcdimager
Requires: mkisofs
Requires: brasero
Requires: ImageMagick
@@ -116,6 +115,9 @@ fi
%changelog
+* Fri Jul 01 2016 Sérgio Basto <sergio(a)serjux.com> - 3.23.0-6.20140821git
+- Remove Requires: vcdimager ; package retired in F24
+
* Tue Jan 05 2016 Andrea Musuruane <musuruan(a)gmail.com> - 3.23.0-5.20140821git
- Updated to 20140821 git snapshot
- Updated Source0 URL
8 years, 4 months
[vcdimager] check if fix permissions
by Sérgio M. Basto
commit f36baf49122470f15655f9cfb6f72cc1cb3e1486
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 2 00:43:31 2016 +0100
check if fix permissions
dead.package | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/dead.package b/dead.package
index 0f1b714..59424ae 100644
--- a/dead.package
+++ b/dead.package
@@ -1 +1,5 @@
VCD is a deprecated technology rfbz#4010
+dnf repoquery --whatrequires vcdimager --source --alldeps --available
+devede
+dnf repoquery --whatrequires vcdimager-libs --source --alldeps --available
+xine-lib
8 years, 4 months