[vlc/f26] update for libplacebo v0.4.0 API changes
by Nicolas Chauvet
commit c3d89f1d972e7bdcfd4b88b501fa80b3343b2dc0
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Feb 27 08:40:45 2018 +0000
update for libplacebo v0.4.0 API changes
...es_video_output_opengl_fragment_shaders.c.patch | 40 ++++++++++++++++++++++
vlc.spec | 6 ++--
2 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/modules_video_output_opengl_fragment_shaders.c.patch b/modules_video_output_opengl_fragment_shaders.c.patch
new file mode 100644
index 0000000..6e0ffc6
--- /dev/null
+++ b/modules_video_output_opengl_fragment_shaders.c.patch
@@ -0,0 +1,40 @@
+X-Git-Url: https://git.videolan.org/?p=vlc%2Fvlc-3.0.git;a=blobdiff_plain;f=modules%...
+
+diff --git a/modules/video_output/opengl/fragment_shaders.c b/modules/video_output/opengl/fragment_shaders.c
+index f959d9a69c..0c91a4db76 100644
+--- a/modules/video_output/opengl/fragment_shaders.c
++++ b/modules/video_output/opengl/fragment_shaders.c
+@@ -399,11 +399,18 @@ tc_base_prepare_shader(const opengl_tex_converter_t *tc,
+ continue;
+
+ struct pl_shader_var sv = res->variables[i];
++#if PL_API_VER >= 4
++ struct pl_var var = sv.var;
++ // libplacebo doesn't need anything else anyway
++ if (var.type != PL_VAR_FLOAT)
++ continue;
++#else
+ struct ra_var var = sv.var;
+-
+ // libplacebo doesn't need anything else anyway
+ if (var.type != RA_VAR_FLOAT)
+ continue;
++#endif
++
+ if (var.dim_m > 1 && var.dim_m != var.dim_v)
+ continue;
+
+@@ -657,7 +664,12 @@ opengl_fragment_shader_init_impl(opengl_tex_converter_t *tc, GLenum tex_target,
+ tc->uloc.pl_vars = calloc(res->num_variables, sizeof(GLint));
+ for (int i = 0; i < res->num_variables; i++) {
+ struct pl_shader_var sv = res->variables[i];
+- ADDF("uniform %s %s;\n", ra_var_glsl_type_name(sv.var), sv.var.name);
++#if PL_API_VER >= 4
++ const char *glsl_type_name = pl_var_glsl_type_name(sv.var);
++#else
++ const char *glsl_type_name = ra_var_glsl_type_name(sv.var);
++#endif
++ ADDF("uniform %s %s;\n", glsl_type_name, sv.var.name);
+ }
+
+ // We can't handle these yet, but nothing we use requires them, either
diff --git a/vlc.spec b/vlc.spec
index 32f0ad9..eb557d9 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -48,8 +48,9 @@ License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_rc:%{vlc_vers}/}vlc-%{vlc_vers}%{?vlc_tag}.tar.xz
-# Missing file from tarball
-Source1: asm.S
+# opengl: update for libplacebo v0.4.0 API changes
+# https://git.videolan.org/?p=vlc/vlc-3.0.git;a=commit;h=f33a7b19f0a55e70f1...
+Patch0: modules_video_output_opengl_fragment_shaders.c.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@@ -269,6 +270,7 @@ VLC media player extras modules.
%prep
%setup -q -n %{name}-%{vlc_vers}%{?vlc_rc:-%{vlc_rc}}
+%patch0 -p1
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
6 years, 7 months
[vlc/f26] Update for libplacebo
by Nicolas Chauvet
commit 3f097a80a9f015f178f68499eeff7207f8ad1aae
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 26 23:08:08 2018 +0100
Update for libplacebo
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 003e2ea..32f0ad9 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -43,7 +43,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: %{vlc_vers}
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
6 years, 7 months
[vlc/f26] Enable microdns (rfbz#4793)
by Nicolas Chauvet
commit 716c24cb035038339512042ee46d41713f44c04c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Feb 18 14:08:02 2018 +0000
Enable microdns (rfbz#4793)
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 529ee40..003e2ea 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -43,7 +43,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: %{vlc_vers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
6 years, 7 months
[vlc/f27] (13 commits) ...Remove previous hack
by Nicolas Chauvet
Summary of changes:
a71e0a6... Rebuilt (*)
619bcc4... - Rebuilt for new ffmpeg snapshot (*)
80ff953... Patch for fribidi version 1.0 (*)
a5e56c2... Fix url (*)
156b471... Rebuilt (*)
efef6f5... Update version field (*)
febeeb0... Fixup (*)
b2dbd2e... Add ldconfig_scriptlets (*)
8a19313... Update changelog (*)
9b9a7dc... fixup ldconfig call (*)
c12b53e... Rebuilt for libupnp (*)
49631e8... Update to 3.0.2 (*)
06598eb... Remove previous hack (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[moc] Use %%{?_isa} on 'Requires' package
by Antonio
commit c1e20ce483dd65186e868eba8d83f2684f1401b7
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Apr 24 18:04:29 2018 +0200
Use %%{?_isa} on 'Requires' package
moc-r2961+lt_init-1.patch | 21 +++++++++++++++++++++
moc.spec | 11 +++++++++--
2 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/moc-r2961+lt_init-1.patch b/moc-r2961+lt_init-1.patch
new file mode 100644
index 0000000..098f928
--- /dev/null
+++ b/moc-r2961+lt_init-1.patch
@@ -0,0 +1,21 @@
+diff --git a/configure.in b/configure.in
+index 3e3b11d..b1c974b 100644
+--- a/configure.in
++++ b/configure.in
+@@ -3,6 +3,8 @@ AC_INIT([Music On Console],[2.6-alpha3],[mocmaint(a)daper.net],[moc],
+ AC_CONFIG_SRCDIR([main.c])
+ AC_CONFIG_HEADERS([config.h])
+
++LT_INIT
++
+ AM_INIT_AUTOMAKE([dist-xz no-dist-gzip])
+
+ AC_PREREQ([2.64])
+@@ -34,7 +36,6 @@ AC_PROG_AWK
+ AC_LIBTOOL_DLOPEN
+ AC_DISABLE_STATIC
+ AC_ENABLE_SHARED
+-AC_PROG_LIBTOOL
+ AC_LIB_LTDL
+
+ AC_SUBST([EXTRA_OBJS])
diff --git a/moc.spec b/moc.spec
index 9b7b6c9..b25083d 100644
--- a/moc.spec
+++ b/moc.spec
@@ -10,7 +10,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.25.alpha3%{?dist}
+Release: 0.26.alpha3%{?dist}
License: GPLv3+
URL: http://moc.daper.net
@@ -22,6 +22,7 @@ URL: http://moc.daper.net
Source0: http://ftp.daper.net/pub/soft/moc/unstable/moc-%{version}-alpha3.tar.xz
Patch0: %{name}-ffmpeg35_buildfix.patch
Patch1: %{name}-r2961+timidity_sint8-1.patch
+Patch2: %{name}-r2961+lt_init-1.patch
BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(alsa)
@@ -50,7 +51,7 @@ BuildRequires: libmad-devel
BuildRequires: faad2-devel
BuildRequires: autoconf, automake
-Requires: ffmpeg
+Requires: ffmpeg%{?_isa}
%description
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
@@ -64,8 +65,11 @@ files in this directory beginning from the chosen file.
%patch0 -p1
%endif
%patch1 -p1
+%patch2 -p1
%build
+mv configure.in configure.ac
+libtoolize -ivfc
autoreconf -ivf
%configure --disable-static --disable-silent-rules --disable-rpath --with-rcc \
@@ -92,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/moc/decoder_plugins/*.la
%{_libdir}/%{name}/
%changelog
+* Sun Apr 22 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.26.alpha3
+- Use %%{?_isa} on 'Requires' package
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 2.6-0.25.alpha3
- Rebuilt for new ffmpeg snapshot
6 years, 7 months
[vdr-tvguideng] Rebuilt for vdr-2.4.0 Add tvguideng-vdr_2.4.0_compat.patch
by Martin Gansser
commit fdda60d56fcd2e9c8a47b2a19a8673c1616ea102
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Apr 24 17:25:52 2018 +0200
Rebuilt for vdr-2.4.0
Add tvguideng-vdr_2.4.0_compat.patch
clog | 2 -
tvguideng-vdr_2.4.0_compat.patch | 233 +++++++++++++++++++++++++++++++++++++++
vdr-tvguideng.spec | 8 +-
3 files changed, 240 insertions(+), 3 deletions(-)
---
diff --git a/tvguideng-vdr_2.4.0_compat.patch b/tvguideng-vdr_2.4.0_compat.patch
new file mode 100644
index 0000000..afc2eb5
--- /dev/null
+++ b/tvguideng-vdr_2.4.0_compat.patch
@@ -0,0 +1,233 @@
+diff -ruN vdr-plugin-tvguideng-0.3.0.orig/channelepg.c vdr-plugin-tvguideng-0.3.0/channelepg.c
+--- vdr-plugin-tvguideng-0.3.0.orig/channelepg.c 2018-03-26 08:59:59.461144936 +0200
++++ vdr-plugin-tvguideng-0.3.0/channelepg.c 2018-03-26 03:22:10.000000000 +0200
+@@ -466,11 +466,21 @@
+ }
+ }
+
+-void cChannelEpg::SetTimer()
+-{
++void cChannelEpg::SetTimer() {
+ #if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
++ const cSchedule *Schedule = NULL;
++ LOCK_SCHEDULES_READ;
++ const cSchedules* schedules = Schedules;
++ if (!schedules)
++ hasTimer = false;
++ else {
++ Schedule = schedules->GetSchedule(channel);
++ if (!Schedule)
++ hasTimer = false;
++ else
++ hasTimer = Schedule->HasTimer();
++ }
+ #else
+- hasTimer = channel->HasTimer();
++ hasTimer = channel->HasTimer();
+ #endif
+-
+-};
++}
+diff -ruN vdr-plugin-tvguideng-0.3.0.orig/recmanager.c vdr-plugin-tvguideng-0.3.0/recmanager.c
+--- vdr-plugin-tvguideng-0.3.0.orig/recmanager.c 2018-03-26 08:59:59.465144917 +0200
++++ vdr-plugin-tvguideng-0.3.0/recmanager.c 2018-03-26 11:03:02.000000000 +0200
+@@ -169,15 +169,25 @@
+
+ void cRecManager::DeleteTimer(int timerID) {
+ #if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+- LOCK_TIMERS_READ;
+- const cTimer *t = Timers->Get(timerID);
+-#else
+- const cTimer *t = Timers.Get(timerID);
+-#endif
++ LOCK_TIMERS_WRITE;
++ cTimer *t = Timers->Get(timerID);
++
++ if (!t)
++ return;
+
++ if (t->Recording()) {
++ t->Skip();
++ cRecordControls::Process(Timers, time(NULL));
++ }
++
++ isyslog("deleting timer %s", *t->ToDescr());
++ Timers->Del(t, true);
++#else
++ cTimer *t = Timers.Get(timerID);
+ if (!t)
+ return;
+ DeleteTimer(t);
++#endif
+ }
+
+ void cRecManager::DeleteTimer(const cEvent *event) {
+@@ -192,39 +202,50 @@
+
+ void cRecManager::DeleteLocalTimer(const cEvent *event) {
+ #if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+- LOCK_TIMERS_READ;
+- const cTimer *t = Timers->GetMatch(event);
+-#else
+- const cTimer *t = Timers.GetMatch(event);
+-#endif
++ LOCK_TIMERS_WRITE;
++ cTimer *t = Timers->GetMatch(event);
+
+ if (!t)
+ return;
+- DeleteTimer(t);
+-}
+
+-
+-void cRecManager::DeleteTimer(const cTimer *timer) {
+-#if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+- LOCK_TIMERS_WRITE;
+- cTimers* timers = Timers;
++ if (t->Recording()) {
++ t->Skip();
++ cRecordControls::Process(Timers, time(NULL));
++ }
++
++ isyslog("deleting timer %s", *t->ToDescr());
++ Timers->Del(t, true);
+ #else
+- cTimers* timers = &Timers;
++ cTimer *t = Timers.GetMatch(event);
++ if (!t)
++ return;
++ DeleteTimer(t);
+ #endif
++}
+
+- cTimer* t = timers->GetTimer((cTimer*)timer); // #TODO dirty cast
+-
+- if (t->Recording()) {
+- t->Skip();
++void cRecManager::DeleteTimer(const cTimer *timer) {
+ #if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+- cRecordControls::Process(timers, time(NULL));
++ LOCK_TIMERS_WRITE;
++ cTimer *t = Timers->GetTimer(timer);
++ if (!t)
++ return;
++
++ if (t->Recording()) {
++ t->Skip();
++ cRecordControls::Process(Timers, time(NULL));
++ }
++
++ isyslog("deleting timer %s", *t->ToDescr());
++ Timers->Del(t, true);
+ #else
+- cRecordControls::Process(time(NULL));
+-#endif
+- }
++ if (timer->Recording()) {
++ timer->Skip();
++ cRecordControls::Process(time(NULL));
++ }
+ isyslog("timer %s deleted", *timer->ToDescr());
+- timers->Del(t, true);
+- timers->SetModified();
++ Timers.Del(timer, true);
++ Timers.SetModified();
++#endif
+ }
+
+ void cRecManager::DeleteRemoteTimer(const cEvent *event) {
+@@ -275,10 +296,10 @@
+ RefreshRemoteTimers();
+ } else {
+ #if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+- LOCK_TIMERS_WRITE;
+- Timers->SetModified();
++ LOCK_TIMERS_WRITE;
++ Timers->SetModified();
+ #else
+- Timers.SetModified();
++ Timers.SetModified();
+ #endif
+ }
+ }
+@@ -287,6 +308,7 @@
+ bool cRecManager::IsRecorded(const cEvent *event) {
+ #if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+ LOCK_TIMERS_WRITE;
++ Timers->SetExplicitModify();
+ cTimers* timers = Timers;
+ #else
+ cTimers* timers = &Timers;
+@@ -326,14 +348,13 @@
+ RefreshRemoteTimers();
+ } else {
+ #if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+- LOCK_TIMERS_WRITE;
+- cTimers* timers = Timers;
++ LOCK_TIMERS_WRITE;
++ cTimers* timers = Timers;
++ timers->Add(seriesTimer);
+ #else
+- cTimers* timers = &Timers;
++ Timers.Add(seriesTimer);
++ Timers.SetModified();
+ #endif
+-
+- timers->Add(seriesTimer);
+- timers->SetModified();
+ }
+ }
+
+@@ -515,6 +536,7 @@
+ if (delTimers) {
+ #if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+ LOCK_TIMERS_WRITE;
++ Timers->SetExplicitModify();
+ cTimers* timers = Timers;
+ #else
+ cTimers* timers = &Timers;
+--- vdr-plugin-tvguideng-0.3.0/channelgroups.h.orig 2018-04-19 08:29:00.966067416 +0200
++++ vdr-plugin-tvguideng-0.3.0/channelgroups.h 2018-04-19 08:29:56.075762715 +0200
+@@ -16,6 +16,19 @@
+ int channelStop;
+ string name;
+ public:
++ cChannelGroup(const cChannelGroup &ChannelGroup)
++ {
++ *this = ChannelGroup;
++ };
++ cChannelGroup& operator= (const cChannelGroup &ChannelGroup)
++ {
++ this->id = ChannelGroup.id;
++ this->channelStart = ChannelGroup.channelStart;
++ this->channelStop = ChannelGroup.channelStop;
++ this->name = ChannelGroup.name;
++
++ return *this;
++ };
+ cChannelGroup(string name, int id);
+ virtual ~cChannelGroup(void);
+ int GetId(void) { return id; };
+--- vdr-plugin-tvguideng-0.3.0/switchtimer.h.orig 2018-04-19 08:30:20.386220404 +0200
++++ vdr-plugin-tvguideng-0.3.0/switchtimer.h 2018-04-19 08:30:58.775449554 +0200
+@@ -11,6 +11,20 @@
+ tChannelID channelID;
+ int switchMinsBefore;
+ int announceOnly;
++ cSwitchTimer(const cSwitchTimer &SwitchTimer)
++ {
++ *this = SwitchTimer;
++ };
++ cSwitchTimer& operator= (const cSwitchTimer &SwitchTimer)
++ {
++ this->eventID = SwitchTimer.eventID;
++ this->startTime = SwitchTimer.startTime;
++ this->channelID = SwitchTimer.channelID;
++ this->switchMinsBefore = SwitchTimer.switchMinsBefore;
++ this->announceOnly = SwitchTimer.announceOnly;
++
++ return *this;
++ };
+ cSwitchTimer(void);
+ cSwitchTimer(const cEvent* Event);
+ bool Parse(const char *s);
diff --git a/vdr-tvguideng.spec b/vdr-tvguideng.spec
index e83ff34..5d2562c 100644
--- a/vdr-tvguideng.spec
+++ b/vdr-tvguideng.spec
@@ -2,7 +2,7 @@
Name: vdr-%{pname}
Version: 0.3.0
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: TvGuideNG is a highly customizable 2D EPG viewer plugin
Group: Applications/Multimedia
License: GPLv2+
@@ -10,6 +10,7 @@ URL: http://projects.vdr-developer.org/projects/plg-tvguideng
Source0: https://projects.vdr-developer.org/git/vdr-plugin-tvguideng.git/snapshot/...
# https://projects.vdr-developer.org/issues/2427
Patch0: %{pname}-gcc6.patch
+Patch1: tvguideng-vdr_2.4.0_compat.patch
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: libskindesignerapi-devel
@@ -26,6 +27,7 @@ timers in an convenient way.
%prep
%setup -qn vdr-plugin-%{pname}-%{version}
%patch0 -p1
+%patch1 -p1
# std::auto_ptr deprecation warning in libstdc++ 5.1
sed -i -e 's| std::auto_ptr| std::unique_ptr|g' services/epgsearch.h
@@ -44,6 +46,10 @@ make install DESTDIR=%{buildroot}
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Thu Apr 19 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-6
+- Rebuilt for vdr-2.4.0
+- Add tvguideng-vdr_2.4.0_compat.patch
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 7 months
[vdr-weatherforecast] Rebuilt for vdr-2.4.0
by Martin Gansser
commit 13634c20c7477bfc644095ad5bcf05c6758cc38d
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Apr 24 17:15:41 2018 +0200
Rebuilt for vdr-2.4.0
clog | 2 --
sources | 1 -
vdr-weatherforecast.spec | 5 ++++-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index 6a66171..a3be3f8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
e28456a1b475fc2ba31b2ecc373634d6 vdr-plugin-weatherforecast-0.2.0.tar.bz2
-51647e27184a5a264792c3d26282740d vdr-weatherforecast.conf
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
index 465a929..160b907 100644
--- a/vdr-weatherforecast.spec
+++ b/vdr-weatherforecast.spec
@@ -2,7 +2,7 @@
Name: vdr-weatherforecast
Version: 0.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A VDR plugin which provides a weather forecast
Group: Applications/Multimedia
@@ -44,6 +44,9 @@ install -Dpm 644 %{SOURCE1} \
%changelog
+* Wed Apr 18 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-5
+- Rebuilt for vdr-2.4.0
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 7 months
[vdr-plex] Rebuilt for vdr-2.4.0
by Martin Gansser
commit 7f85f8eb92faa7af340d1d1ff87992ac567c61f9
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Apr 24 16:38:51 2018 +0200
Rebuilt for vdr-2.4.0
vdr-plex.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-plex.spec b/vdr-plex.spec
index 6c12ad6..055bb4b 100644
--- a/vdr-plex.spec
+++ b/vdr-plex.spec
@@ -1,6 +1,6 @@
Name: vdr-plex
Version: 0.4.0
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A Plex Client for the VDR
Group: Applications/Multimedia
@@ -42,6 +42,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Wed Apr 18 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-6
+- Rebuilt for vdr-2.4.0
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 7 months
[rpmfusion-nonfree-release/f28] Update for Final
by Nicolas Chauvet
commit 5005616630da6857a0bb85f86156d0dc5bb9c1ea
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Apr 24 13:32:36 2018 +0200
Update for Final
rpmfusion-nonfree-release.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 979974f..75cd6e7 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -4,7 +4,7 @@
Name: rpmfusion-%{repo}-release
Version: 28
-Release: 0.7
+Release: 1
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -110,6 +110,9 @@ ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
%changelog
+* Tue Apr 24 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 28-1
+- Release for f28
+
* Tue Apr 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 28-0.7
- Fix compatibility symlink
6 years, 7 months
[rpmfusion-nonfree-release/f28] Switch to release
by Nicolas Chauvet
commit 72b46a38f99cb1331e7d881530e00c414b096c77
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Apr 24 13:32:20 2018 +0200
Switch to release
rpmfusion-nonfree-updates-testing.repo | 3 ++-
rpmfusion-nonfree-updates.repo | 3 ++-
rpmfusion-nonfree.repo | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/rpmfusion-nonfree-updates-testing.repo b/rpmfusion-nonfree-updates-testing.repo
index 36e4d55..498d504 100644
--- a/rpmfusion-nonfree-updates-testing.repo
+++ b/rpmfusion-nonfree-updates-testing.repo
@@ -2,7 +2,8 @@
name=RPM Fusion for Fedora $releasever - Nonfree - Test Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/testing/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updat...
-enabled=1
+enabled=0
+enabled_metadata=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
diff --git a/rpmfusion-nonfree-updates.repo b/rpmfusion-nonfree-updates.repo
index f41d15e..6d4d825 100644
--- a/rpmfusion-nonfree-updates.repo
+++ b/rpmfusion-nonfree-updates.repo
@@ -2,7 +2,8 @@
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updat...
-enabled=0
+enabled=1
+enabled_metadata=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
diff --git a/rpmfusion-nonfree.repo b/rpmfusion-nonfree.repo
index bd5b47a..dfb5110 100644
--- a/rpmfusion-nonfree.repo
+++ b/rpmfusion-nonfree.repo
@@ -4,7 +4,7 @@ name=RPM Fusion for Fedora $releasever - Nonfree
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-$rele...
enabled=1
enabled_metadata=1
-#metadata_expire=14d
+metadata_expire=14d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
6 years, 7 months