[vlc] Rebuild for new protobuf version
by Leigh Scott
commit cbc2f707d5786af45fa23011003f307443694f9c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Nov 16 10:24:21 2017 +0000
Rebuild for new protobuf version
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 24ee9ee..6e74f32 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -39,7 +39,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.39%{?vlc_date:.git%{vlc_date}}%{?dist}
+Release: 0.40%{?vlc_date:.git%{vlc_date}}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -551,6 +551,9 @@ fi || :
%changelog
+* Thu Nov 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-0.40.git20171103
+- Rebuild for new protobuf version
+
* Fri Nov 03 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.39.git20171103
- Update to 20171103 snapshoot
7 years
[smplayer] Update smplayer to 17.11.2
by Sérgio M. Basto
commit bda4a472f6ed211b1a8422db1f3e53aad644bc00
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Nov 16 00:07:44 2017 +0000
Update smplayer to 17.11.2
.gitignore | 1 +
smplayer.spec | 5 ++++-
sources | 2 +-
update_smplayer.txt | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9604ea0..cc3a6c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ smtube-16.3.0.tar.bz2
/smplayer-17.10.0.tar.bz2
/smplayer-17.10.2.tar.bz2
/smplayer-17.11.0.tar.bz2
+/smplayer-17.11.2.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 23de366..a270afa 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,5 +1,5 @@
Name: smplayer
-Version: 17.11.0
+Version: 17.11.2
%global smtube_ver 17.5.0
%global smplayer_themes_ver 17.3.0
%global smplayer_skins_ver 15.2.0
@@ -208,6 +208,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Thu Nov 16 2017 Sérgio Basto <sergio(a)serjux.com> - 17.11.2-1
+- Update smplayer to 17.11.2
+
* Sun Nov 05 2017 Sérgio Basto <sergio(a)serjux.com> - 17.11.0-1
- Update smplayer to 17.11.0
diff --git a/sources b/sources
index 3e44626..e66f897 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-33c00fd550dc3fc4646e2a09e82b2155 smplayer-17.11.0.tar.bz2
+6912e7c098b1b1e93a20aa093a05b641 smplayer-17.11.2.tar.bz2
edfc9a47bb302b4af6089b152f815d15 smtube-17.5.0.tar.bz2
33c063c5a80c5b1625f51ddbb7bfd3a1 smplayer-themes-17.3.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.txt b/update_smplayer.txt
index 3c1a81f..6cc20be 100755
--- a/update_smplayer.txt
+++ b/update_smplayer.txt
@@ -1,4 +1,4 @@
-version=17.11.0
+version=17.11.2
stube_ver=17.5.0
themes_ver=17.3.0
skins_ver=15.2.0
7 years
[amule] Add obsoletes/provides
by Nicolas Chauvet
Summary of changes:
b7de23a... Add obsoletes/provides (*)
(*) This commit already existed in another branch; no separate mail sent
7 years
[amule/f27] Add obsoletes/provides
by Nicolas Chauvet
commit b7de23a51b6ab4000f12e718bbcdb7f730d0e242
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 15 18:46:00 2017 +0100
Add obsoletes/provides
amule.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/amule.spec b/amule.spec
index af94c95..652bb8a 100644
--- a/amule.spec
+++ b/amule.spec
@@ -7,7 +7,7 @@
Name: amule
Version: 2.3.2
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
@@ -33,6 +33,8 @@ following platforms: Linux, *BSD and MacOS X.
%package nogui
Summary: Components of aMule which don't require a GUI (for servers)
Group: Applications/Internet
+Obsoletes: xchat-amule < 2.3.2-7
+Provides: xchat-amule = 2.3.2-7
%description nogui
This package contains the aMule components which don't require a GUI.
@@ -143,7 +145,8 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/INSTALL
%changelog
-* Wed Nov 15 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.2-6
+* Wed Nov 15 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.2-7
+- Add obsoletes/provides
- Disable xchat-amule
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.3.2-5
7 years
[amule/f27] (2 commits) ...Update changelog
by Nicolas Chauvet
Summary of changes:
a0be9aa... Disable xchat amule (*)
f75a6f0... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
7 years
[amule] Update changelog
by Nicolas Chauvet
commit f75a6f0a0c31fee1b3c11118d213999cea6db824
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 15 17:35:01 2017 +0100
Update changelog
amule.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/amule.spec b/amule.spec
index 433774f..af94c95 100644
--- a/amule.spec
+++ b/amule.spec
@@ -7,7 +7,7 @@
Name: amule
Version: 2.3.2
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
@@ -143,6 +143,9 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/INSTALL
%changelog
+* Wed Nov 15 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.2-6
+- Disable xchat-amule
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.3.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years