[qarte] Update 4.1.0
by Sérgio M. Basto
commit f838d6e25da46fea509b2205af1d5e3953fe54f8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Apr 29 21:36:26 2018 +0100
Update 4.1.0
.gitignore | 1 +
qarte.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8be9c47..c4cafe2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ qarte-2.6.0.tar.gz
qarte-2.8.0.tar.gz
/qarte-3.2.0.tar.gz
/qarte-4.0.0.tar.gz
+/qarte-4.1.0.tar.gz
diff --git a/qarte.spec b/qarte.spec
index 48b462b..b2169db 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -2,8 +2,8 @@
%global __python %{__python3}
Name: qarte
-Version: 4.0.0
-Release: 3%{dist}
+Version: 4.1.0
+Release: 1%{?dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
@@ -48,6 +48,9 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
%changelog
+* Sun Apr 29 2018 Sérgio Basto <sergio(a)serjux.com> - 4.1.0-1
+- Update 4.1.0
+
* Sat Mar 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-3
- Remove RR qt5-qtmultimedia, depends on python3-qt5
- Re-add RR python3-qt5
diff --git a/sources b/sources
index 62b40c3..7f373c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b91e30a279ed651c2cae934a8919caf qarte-4.0.0.tar.gz
+97d908a8963fe10bce6ddb34d3e9f320 qarte-4.1.0.tar.gz
6 years, 6 months
[dvd-slideshow] Fix typo in changelog
by Sérgio M. Basto
commit 496594b475f1f35ee39bd7d289499610630be3ee
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Apr 29 20:33:08 2018 +0100
Fix typo in changelog
dvd-slideshow.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dvd-slideshow.spec b/dvd-slideshow.spec
index 4a1479c..32b80e2 100644
--- a/dvd-slideshow.spec
+++ b/dvd-slideshow.spec
@@ -58,7 +58,7 @@ install -m0755 dir2slideshow %{buildroot}%{_bindir}
%changelog
* Sun Apr 29 2018 Sérgio Basto <sergio(a)serjux.com> - 0.8.6.1-1
-- Modify version to reflet it on repology.org
+- Modify version to reflect it on repology.org
* Wed Feb 28 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.8.6-1.1.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 6 months
[dvd-slideshow] Modify version to reflet it on repology.org
by Sérgio M. Basto
commit 2d14b572896ac851be87bc1170bd8a02297509e0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Apr 29 20:29:44 2018 +0100
Modify version to reflet it on repology.org
dvd-slideshow.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/dvd-slideshow.spec b/dvd-slideshow.spec
index c60be09..4a1479c 100644
--- a/dvd-slideshow.spec
+++ b/dvd-slideshow.spec
@@ -1,7 +1,8 @@
Name: dvd-slideshow
-Version: 0.8.6
+%global realversion 0.8.6
%global revision 1
-Release: %{revision}.1%{?dist}.3
+Version: %{realversion}.%{revision}
+Release: 1%{?dist}
Summary: Command line programs for creating slideshow style DVDs
Group: Applications/Multimedia
License: GPLv2
@@ -56,6 +57,9 @@ install -m0755 dir2slideshow %{buildroot}%{_bindir}
%changelog
+* Sun Apr 29 2018 Sérgio Basto <sergio(a)serjux.com> - 0.8.6.1-1
+- Modify version to reflet it on repology.org
+
* Wed Feb 28 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.8.6-1.1.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 6 months
[libmpeg2] Add patch to fix inline warnings
by Leigh Scott
commit b96b299a0e806128938d161183e97d891b78bc6b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Apr 29 10:18:57 2018 +0100
Add patch to fix inline warnings
libmpeg2-inline.patch | 10 +++++++++
libmpeg2.spec | 59 +++++++++++++++++++++++----------------------------
2 files changed, 36 insertions(+), 33 deletions(-)
---
diff --git a/libmpeg2-inline.patch b/libmpeg2-inline.patch
new file mode 100644
index 0000000..c80ced7
--- /dev/null
+++ b/libmpeg2-inline.patch
@@ -0,0 +1,10 @@
+--- libmpeg2/configure.ac 2016-01-20 15:31:37.933547037 +0100
++++ libmpeg2.new/configure.ac 2016-01-20 15:05:40.931231465 +0100
+@@ -149,7 +149,6 @@
+
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST
+-AC_C_ALWAYS_INLINE
+ AC_C_RESTRICT
+ AC_C_BUILTIN_EXPECT
+ AC_C_BIGENDIAN
diff --git a/libmpeg2.spec b/libmpeg2.spec
index 6f858da..239dc75 100644
--- a/libmpeg2.spec
+++ b/libmpeg2.spec
@@ -1,17 +1,20 @@
Name: libmpeg2
Version: 0.5.1
-Release: 14%{?dist}
+Release: 15%{?dist}
Summary: MPEG-2 decoder libraries
-Group: System Environment/Libraries
License: GPLv2+
-URL: http://libmpeg2.sourceforge.net/
-Source0: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: http://libmpeg2.sourceforge.net
+Source0: %{url}/files/libmpeg2-%{version}.tar.gz
+# https://github.com/videolan/vlc/blob/master/contrib/src/libmpeg2/libmpeg2...
+Patch0: libmpeg2-inline.patch
BuildRequires: SDL-devel
BuildRequires: libXt-devel
BuildRequires: libXv-devel
+# bootstrap deps
+BuildRequires: automake
+BuildRequires: libtool
%description
@@ -20,8 +23,7 @@ streams. It is released under the terms of the GPL license.
%package -n mpeg2dec
Summary: MPEG-2 decoder program
-Group: Applications/Multimedia
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n mpeg2dec
The %{name}-devel package contains libraries and header files for
@@ -29,12 +31,8 @@ developing applications that use %{name}.
%package devel
Summary: Development files for %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
-# Introducted in F-10 Can be dropped in F-12
-Provides: mpeg2dec-devel = %{version}-%{release}
-Obsoletes: mpeg2dec-devel < %{version}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
%description devel
The %{name}-devel package contains libraries and header files for
@@ -43,6 +41,9 @@ developing applications that use %{name}.
%prep
%setup -q
+%patch0 -p1
+autoreconf -fiv
+
iconv -f ISO-8859-1 -t UTF-8 AUTHORS > AUTHORS.tmp
touch -r AUTHORS AUTHORS.tmp
cp -p -f AUTHORS.tmp AUTHORS
@@ -63,7 +64,7 @@ sed -i -e 's/powerpc-/nopowerpc64-/' configure.ac configure
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-make %{?_smp_mflags} \
+%{make_build} \
%ifarch %{ix86}
OPT_CFLAGS="-fPIC -DPIC" \
%else
@@ -72,40 +73,28 @@ make %{?_smp_mflags} \
%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+%{make_install}
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
#Fix datatype internal definitions
install -pm 0644 libmpeg2/mpeg2_internal.h \
- $RPM_BUILD_ROOT%{_includedir}/mpeg2dec/
-
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+ %{buildroot}%{_includedir}/mpeg2dec/
+%ldconfig_scriptlets
%files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README TODO
+%license COPYING
%{_libdir}/*.so.*
%files -n mpeg2dec
-%defattr(-,root,root,-)
%{_bindir}/corrupt_mpeg2
%{_bindir}/extract_mpeg2
%{_bindir}/mpeg2dec
%{_mandir}/man1/*.1*
%files devel
-%defattr(-,root,root,-)
%doc CodingStyle doc/libmpeg2.txt doc/sample*.c
%{_includedir}/mpeg2dec/
%{_libdir}/*.so
@@ -114,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Apr 29 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.5.1-15
+- Add patch to fix inline warnings
+- Spec file clean up
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.5.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@@ -147,7 +140,7 @@ rm -rf $RPM_BUILD_ROOT
- Provides internal definitions mpeg2_internal.h
- Disable ppc altivec optim (TODO improve asm optim later)
-* Fri Oct 4 2008 kwizart < kwizart at gmail.com > - 0.5.1-3
+* Sat Oct 4 2008 kwizart < kwizart at gmail.com > - 0.5.1-3
- Fix CFLAGS on x86 producing selinux denials.
* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.5.1-2
6 years, 7 months
[discord/f28] Added libatomic requirement.
by seancallaway
commit 743e155bd6f25fe8368d4124babe4f52c8de058e
Author: Sean Callaway <seancallawy(a)rpmfusion.org>
Date: Fri Apr 27 13:16:19 2018 -0700
Added libatomic requirement.
discord.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/discord.spec b/discord.spec
index ddd2991..9057508 100644
--- a/discord.spec
+++ b/discord.spec
@@ -4,7 +4,7 @@
Name: discord
Version: 0.0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -26,6 +26,7 @@ Requires: libX11%{_isa} >= 1.6
Requires: libXtst%{_isa} >= 1.2
Requires: libappindicator%{_isa}
Requires: libcxx%{_isa}
+Requires: libatomic%{_isa}
%description
Linux Release for Discord, a free proprietary VoIP application designed for
@@ -59,6 +60,9 @@ discord.desktop
%changelog
+* Fri Apr 27 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.4-3
+- Added libatomic requirement.
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 7 months
[discord/f26] Added libatomic requirement.
by seancallaway
commit 8a27e9a73e70656d72eff17d3d44f37d2fe29767
Author: Sean Callaway <seancallawy(a)rpmfusion.org>
Date: Fri Apr 27 13:04:20 2018 -0700
Added libatomic requirement.
discord.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/discord.spec b/discord.spec
index ddce3c1..9057508 100644
--- a/discord.spec
+++ b/discord.spec
@@ -4,7 +4,7 @@
Name: discord
Version: 0.0.4
-Release: 1%{?dist}
+Release: 3%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -26,6 +26,7 @@ Requires: libX11%{_isa} >= 1.6
Requires: libXtst%{_isa} >= 1.2
Requires: libappindicator%{_isa}
Requires: libcxx%{_isa}
+Requires: libatomic%{_isa}
%description
Linux Release for Discord, a free proprietary VoIP application designed for
@@ -59,6 +60,12 @@ discord.desktop
%changelog
+* Fri Apr 27 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.4-3
+- Added libatomic requirement.
+
+* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.0.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
* Wed Jan 31 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.4-1
- Update to 0.0.4
6 years, 7 months
[discord/f27] Added libatomic requirement.
by seancallaway
commit e28af6880c7c36afe55660b1b136ff1448232c8a
Author: Sean Callaway <seancallawy(a)rpmfusion.org>
Date: Fri Apr 27 12:56:24 2018 -0700
Added libatomic requirement.
discord.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/discord.spec b/discord.spec
index ddce3c1..9057508 100644
--- a/discord.spec
+++ b/discord.spec
@@ -4,7 +4,7 @@
Name: discord
Version: 0.0.4
-Release: 1%{?dist}
+Release: 3%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -26,6 +26,7 @@ Requires: libX11%{_isa} >= 1.6
Requires: libXtst%{_isa} >= 1.2
Requires: libappindicator%{_isa}
Requires: libcxx%{_isa}
+Requires: libatomic%{_isa}
%description
Linux Release for Discord, a free proprietary VoIP application designed for
@@ -59,6 +60,12 @@ discord.desktop
%changelog
+* Fri Apr 27 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.4-3
+- Added libatomic requirement.
+
+* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.0.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
* Wed Jan 31 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.4-1
- Update to 0.0.4
6 years, 7 months
[discord] Added libatomic requirement.
by seancallaway
commit 4349fe2acb242dbda00b2aee0ad7b0e344da9f89
Author: Sean Callaway <seancallawy(a)rpmfusion.org>
Date: Fri Apr 27 12:45:29 2018 -0700
Added libatomic requirement.
discord.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/discord.spec b/discord.spec
index ddd2991..9057508 100644
--- a/discord.spec
+++ b/discord.spec
@@ -4,7 +4,7 @@
Name: discord
Version: 0.0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -26,6 +26,7 @@ Requires: libX11%{_isa} >= 1.6
Requires: libXtst%{_isa} >= 1.2
Requires: libappindicator%{_isa}
Requires: libcxx%{_isa}
+Requires: libatomic%{_isa}
%description
Linux Release for Discord, a free proprietary VoIP application designed for
@@ -59,6 +60,9 @@ discord.desktop
%changelog
+* Fri Apr 27 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.4-3
+- Added libatomic requirement.
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 7 months