[compat-ffmpeg28] Rebuild for new libass version
by Leigh Scott
commit 13fe3ae0079d801e2e0acb978b1af9f4f132593f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 16 12:21:28 2018 +0100
Rebuild for new libass version
compat-ffmpeg28.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/compat-ffmpeg28.spec b/compat-ffmpeg28.spec
index fe9dab7..2173dc4 100644
--- a/compat-ffmpeg28.spec
+++ b/compat-ffmpeg28.spec
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: compat-ffmpeg28
Version: 2.8.14
-Release: 2%{?dist}
+Release: 3%{?dist}
%if 0%{?!_without_amr:1}
License: GPLv3+
%else
@@ -229,6 +229,9 @@ fi
%changelog
+* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.8.14-3
+- Rebuild for new libass version
+
* Tue May 08 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.8.14-2
- Drop supplements for firefox
6 years, 5 months
[ffmpeg] Rebuild for new libass version
by Leigh Scott
commit 10bcebed04005b33a94e5bc7fab99686252751a5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 16 12:19:39 2018 +0100
Rebuild for new libass version
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 17806f1..c6ba5ce 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -72,7 +72,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.0
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -405,6 +405,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0-2
+- Rebuild for new libass version
+
* Fri Apr 20 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0-1
- Update to 4.0 release
6 years, 5 months
[snes9x] Updated to 1.56.1 Removed obsolete scriptlets
by Andrea Musuruane
commit aceaf9856836273aa6669f8a3e1ff963051bbc0d
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Jun 16 11:47:24 2018 +0200
Updated to 1.56.1
Removed obsolete scriptlets
.gitignore | 1 +
...x_flags.patch => snes9x-1.56.1-unix_flags.patch | 20 +++------------
snes9x.spec | 30 +++++++---------------
sources | 2 +-
4 files changed, 15 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2786012..dbbc567 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
snes9x-1.53-src.tar.bz2
/snes9x-1.54.1.tar.gz
/snes9x-1.55.tar.gz
+/snes9x-1.56.1.tar.gz
diff --git a/snes9x-1.55-unix_flags.patch b/snes9x-1.56.1-unix_flags.patch
similarity index 68%
rename from snes9x-1.55-unix_flags.patch
rename to snes9x-1.56.1-unix_flags.patch
index cf6f66f..62c4128 100644
--- a/snes9x-1.55-unix_flags.patch
+++ b/snes9x-1.56.1-unix_flags.patch
@@ -1,22 +1,10 @@
-diff -urN snes9x-1.55/unix/configure.ac snes9x-1.55-patched/unix/configure.ac
---- snes9x-1.55/unix/configure.ac 2017-11-20 04:16:36.000000000 +1000
-+++ snes9x-1.55-patched/unix/configure.ac 2017-11-21 23:18:19.902227796 +1000
-@@ -56,49 +56,6 @@
+diff -durN snes9x-1.56.1.orig/unix/configure.ac snes9x-1.56.1/unix/configure.ac
+--- snes9x-1.56.1.orig/unix/configure.ac 2018-06-07 23:31:51.000000000 +0200
++++ snes9x-1.56.1/unix/configure.ac 2018-06-10 10:15:14.526524953 +0200
+@@ -56,37 +56,6 @@
# *** Execution begins here ***
# *****************************
--# Remove -g and -O2 flags manually.
--
--if test "x$CFLAGS" != "x"; then
-- CFLAGS="`echo \"$CFLAGS\" | sed -e 's/-g//'`"
-- CFLAGS="`echo \"$CFLAGS\" | sed -e 's/-O2//'`"
--fi
--
--if test "x$CXXFLAGS" != "x"; then
-- CXXFLAGS="`echo \"$CXXFLAGS\" | sed -e 's/-g//'`"
-- CXXFLAGS="`echo \"$CXXFLAGS\" | sed -e 's/-O2//'`"
--fi
--
-# Test what compiler flags we should use.
-
-AC_ARG_ENABLE([debug],
diff --git a/snes9x.spec b/snes9x.spec
index 33bae30..37d2665 100644
--- a/snes9x.spec
+++ b/snes9x.spec
@@ -1,13 +1,13 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
-Version: 1.55
-Release: 2%{?dist}
+Version: 1.56.1
+Release: 1%{?dist}
License: Other
URL: http://www.snes9x.com/
Source0: https://github.com/snes9xgit/snes9x/archive/%{version}.tar.gz#/%{name}-%{...
Source1: %{name}.appdata.xml
# Fix CFLAGS usage in CLI version
-Patch0: %{name}-1.55-unix_flags.patch
+Patch0: %{name}-1.56.1-unix_flags.patch
BuildRequires: gcc-c++
BuildRequires: autoconf
BuildRequires: zlib-devel
@@ -17,7 +17,7 @@ BuildRequires: libXrandr-devel
BuildRequires: libGL-devel
BuildRequires: nasm
BuildRequires: intltool
-BuildRequires: gtk2-devel
+BuildRequires: gtk3-devel
BuildRequires: libglade2-devel
BuildRequires: SDL-devel
BuildRequires: libxml2-devel
@@ -91,23 +91,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%find_lang snes9x-gtk
-%post gtk
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
-
-
-%postun gtk
-if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-update-desktop-database &> /dev/null || :
-
-
-%posttrans gtk
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-
%files
%license docs/snes9x-license.txt
%doc docs/changes.txt
@@ -122,12 +105,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%doc docs/changes.txt
%doc gtk/doc/README
%{_bindir}/snes9x-gtk
+%{_datadir}/%{name}
%{_datadir}/metainfo/snes9x.appdata.xml
%{_datadir}/applications/snes9x.desktop
%{_datadir}/icons/hicolor/*/apps/snes9x.*
%changelog
+* Sat Jun 16 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.56.1-1
+- Updated to 1.56.1
+- Removed obsolete scriptlets
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.55-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 5ccc93b..1b1d445 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01cf5f01291ea683f52932bf7eb595a7 snes9x-1.55.tar.gz
+c0693887e54e775a4f971a27fb4975ab snes9x-1.56.1.tar.gz
6 years, 5 months
[chromium-freeworld/el7] (10 commits) ...Merge Fedora, chromium-67.0.3396.79-1
by Miro Hrončok
Summary of changes:
afb86c1... 67 (*)
169992d... 67 patches (*)
02b89a3... fixup spec (*)
3bfff4f... fix sources (*)
022abfe... fix crashpad issue on aarch64 (*)
27ff9a9... fix epel fonts (*)
0b37303... work around bug in RHEL7 python exec (*)
91e89ca... Merge Fedora, chromium-67.0.3396.62-1 (*)
9cdea2b... update to 67.0.3396.79 (*)
33889a4... Merge Fedora, chromium-67.0.3396.79-1 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 5 months
[mixxx/f27] (13 commits) ...Update to upstream release 2.1.1
by Uwe Klotz
Summary of changes:
4421f90... Update to 2.1 snapshot (*)
a29bc45... rename patch (*)
3235e3e... add br upower-devel (*)
2b11987... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
61c3c47... Update to 2.1 snapshot (*)
0c28438... Disable FFmpeg (*)
fa5d31b... Re-add missing dist macro (*)
38a8b52... Update to (inofficial) 2.1.0-rc1 snapshot (*)
9b3db1d... Update to 2.1.0-rc1 pre-release version (*)
4d28d09... Update build requirements and options (*)
557ed59... Re-add missing install option (*)
8b263e3... Initial release of Mixxx 2.1.0 (*)
d7e3aff... Update to upstream release 2.1.1 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 5 months
[mixxx] Update to upstream release 2.1.1
by Uwe Klotz
commit d7e3affb9c221669ae282efe380420ae4171ce96
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Thu Jun 14 15:08:19 2018 +0200
Update to upstream release 2.1.1
- Use system library SoundTouch v2.0+ if available
.gitignore | 1 +
mixxx.spec | 10 +++++++---
sources | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afb473e..3b87783 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ mixxx-1.11.0-src.tar.gz
/mixxx-66028ddb1a16722285fcc999c2e7170c446b7c03.tar.gz
/mixxx-release-2.1.0-rc1.tar.gz
/mixxx-release-2.1.0.tar.gz
+/mixxx-release-2.1.1.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 0726e6a..e70ced5 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -16,8 +16,8 @@
%endif
Name: mixxx
-Version: 2.1.0
-Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Version: 2.1.1
+Release: 2%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -57,6 +57,7 @@ BuildRequires: portmidi-devel
BuildRequires: protobuf-devel
BuildRequires: qt4-devel
BuildRequires: rubberband-devel
+BuildRequires: soundtouch-devel
BuildRequires: sqlite-devel
BuildRequires: taglib-devel
BuildRequires: upower-devel
@@ -67,7 +68,6 @@ BuildRequires: wavpack-devel
# currently bundled and statically linked to avoid unexpected
# behavior due to version differences.
#BuildRequires: libebur128-devel
-#BuildRequires: soundtouch-devel
#BuildRequires: vamp-plugin-sdk-devel
@@ -154,6 +154,10 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Thu Jun 14 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.1.1-2
+- Update to upstream release 2.1.1
+- Use system library SoundTouch v2.0+ if available
+
* Sun Apr 15 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.1.0-1
- Initial release of Mixxx 2.1.0
diff --git a/sources b/sources
index fbecaab..a9dfaa3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d266cb04ee6589ce7ecc806f5266b0e5 mixxx-release-2.1.0.tar.gz
+6336d6568bbf860c4e03295ae51ee286 mixxx-release-2.1.1.tar.gz
6 years, 5 months
[mp3fs] mp3fs moved to Fedora
by Sérgio M. Basto
commit 7a1a53e8407663ace656ed9aa2465337c74f5c3a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jun 14 02:57:30 2018 +0100
mp3fs moved to Fedora
.gitignore | 1 -
dead.package | 1 +
mp3fs.spec | 85 ------------------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 87 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..030eb93
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+mp3fs moved to Fedora
6 years, 5 months
[mp3fs] Revert "Retiring mp3fs from rpmfusion after moving to Fedora"
by Sérgio M. Basto
commit 4f8ce099e9cfd65274c7b3fb1df5fc27903eeacd
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jun 14 02:57:18 2018 +0100
Revert "Retiring mp3fs from rpmfusion after moving to Fedora"
This reverts commit 5321ece666325464424b965b5845a30342f80ad9.
dead.package | 3 ---
1 file changed, 3 deletions(-)
6 years, 5 months