besser82 pushed to dnfdragora (master). "Replace and obsolete
Yumex-DNF (..more)"
by notifications@fedoraproject.org
From 8dc5e159587872bdf5d8abe88446aea2f422337b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82(a)fedoraproject.org>
Date: Sat, 1 Apr 2017 01:09:53 +0200
Subject: Replace and obsolete Yumex-DNF See:
https://pagure.io/fesco/issue/1690#comment-434558
---
dnfdragora.spec | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/dnfdragora.spec b/dnfdragora.spec
index f8b2283..85ae0de 100644
--- a/dnfdragora.spec
+++ b/dnfdragora.spec
@@ -14,7 +14,7 @@
Name: dnfdragora
Version: 1.0.0
-Release: 8%{?git_rel}%{?dist}
+Release: 9%{?git_rel}%{?dist}
Summary: DNF package-manager based on libYui abstraction
License: GPLv3+
@@ -62,9 +62,11 @@ Requires: %{name} == %{version}-%{release}
Requires: yui-mga-gui
# Yumex-DNF is dead. Let's use dnfdragora-gui as drop-in replacement.
-#if (0%%{?fedora} >= 27 && 0%%{?fedora} <= 30) || (0%%{?rhel} >=8 && 0%%{?rhel} <= 11)
-#Obsoletes: yumex-dnf <= 4.3.3-100
-#endif # (0%%{?fedora} >= 27 && 0%%{?fedora} <= 30) || (0%%{?rhel} >=8 && 0%%{?rhel} <= 11)
+# See: https://pagure.io/fesco/issue/1690#comment-434558
+%if (0%{?fedora} >= 27 && 0%{?fedora} <= 30)
+Obsoletes: yumex-dnf <= 4.3.3-4
+Provides: yumex-dnf == 4.3.3-5
+%endif # (0%%{?fedora} >= 27 && 0%%{?fedora} <= 30)
%description gui
%{name} is a DNF frontend, based on rpmdragora from Mageia
@@ -156,6 +158,10 @@ fi
%changelog
+* Fri Mar 31 2017 Björn Esser <besser82(a)fedoraproject.org> - 1.0.0-9.git20170330.f30c75c
+- Replace and obsolete Yumex-DNF
+ See: https://pagure.io/fesco/issue/1690#comment-434558
+
* Thu Mar 30 2017 Björn Esser <besser82(a)fedoraproject.org> - 1.0.0-8.git20170330.f30c75c
- Updated to snapshot fixing a missing comma
- Pick up desktop-file for installing local rpms
--
cgit v1.1
https://src.fedoraproject.org/cgit/dnfdragora.git/commit/?h=master&id=8dc...
5 years, 10 months
besser82 pushed to yumex-dnf (master). "Upstream is dead. Replaced
with dnfdragora.\nSee: https://pagure.io/fesco/issue/1690#comment-434558"
by notifications@fedoraproject.org
From 38608c02b2ce7802ff83c0fd0cb53e638e4940b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82(a)fedoraproject.org>
Date: Sat, 1 Apr 2017 01:01:59 +0200
Subject: Upstream is dead. Replaced with dnfdragora.\nSee:
https://pagure.io/fesco/issue/1690#comment-434558
---
.gitignore | 8 ---
dead.package | 1 +
sources | 1 -
yumex-dnf.spec | 152 ---------------------------------------------------------
4 files changed, 1 insertion(+), 161 deletions(-)
delete mode 100644 .gitignore
create mode 100644 dead.package
delete mode 100644 sources
delete mode 100644 yumex-dnf.spec
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1cae61f..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/yumex-dnf-4.1.0.tar.gz
-/yumex-dnf-4.1.1.tar.gz
-/yumex-dnf-4.1.2.tar.gz
-/yumex-dnf-4.1.3.tar.gz
-/yumex-dnf-4.1.4.tar.gz
-/yumex-dnf-4.1.5.tar.gz
-/yumex-dnf-4.1.6.tar.gz
-/yumex-dnf-4.3.3.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..0bcd69f
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Upstream is dead. Replaced with dnfdragora.\nSee: https://pagure.io/fesco/issue/1690#comment-434558
diff --git a/sources b/sources
deleted file mode 100644
index 3abb388..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-acacdde76207dc13123b1fb42b2f52ff yumex-dnf-4.3.3.tar.gz
diff --git a/yumex-dnf.spec b/yumex-dnf.spec
deleted file mode 100644
index f9e5377..0000000
--- a/yumex-dnf.spec
+++ /dev/null
@@ -1,152 +0,0 @@
-%global appname yumex
-
-Name: %{appname}-dnf
-Version: 4.3.3
-Release: 4%{?dist}
-Summary: Yum Extender graphical package management tool
-
-Group: Applications/System
-License: GPLv2+
-URL: http://yumex.dk
-Source0: https://github.com/timlau/yumex-dnf/releases/download/%{name}-%{version}/...
-
-BuildArch: noarch
-BuildRequires: desktop-file-utils
-BuildRequires: gettext
-BuildRequires: intltool
-BuildRequires: python3-devel
-
-Requires: python3-dnfdaemon >= 0.3.10
-Requires: python3-gobject >= 3.10
-Requires: python3-pyxdg
-Requires: python3-dbus
-Requires: python3-cairo
-Requires: libnotify
-
-%description
-Graphical package tool for maintain packages on the system
-
-
-%prep
-%setup -q
-
-
-%build
-make %{?_smp_mflags}
-
-
-%install
-make install PYTHON=%{__python3} DESTDIR=%{buildroot} DATADIR=%{_datadir}
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop
-
-%find_lang %name
-
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database %{_datadir}/applications &> /dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-update-desktop-database %{_datadir}/applications &> /dev/null || :
-
-%posttrans
-/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
-
-%files -f %{name}.lang
-%doc README.md COPYING
-%{_datadir}/%{name}
-%{_bindir}/%{name}*
-%{python3_sitelib}/*
-%{_datadir}/applications/*.desktop
-%{_datadir}/icons/hicolor/
-%{_datadir}/appdata/*.xml
-
-%changelog
-* Sat Feb 11 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.3.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Mon Dec 19 2016 Miro Hrončok <mhroncok(a)redhat.com> - 4.3.3-3
-- Rebuild for Python 3.6
-
-* Tue Jul 19 2016 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.3.3-2
-- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_...
-
-
-* Wed May 11 2016 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.3-1
-- bumped release to 4.3.3 (dev)
-
-* Tue Apr 26 2016 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.2-1
-- bumped release to 4.3.2 (dev)
-
-* Wed Dec 9 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.1-1
-- bumped release to 4.3.1 (dev)
-
-* Tue Dec 1 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.0-1
-- bumped release to 4.3.0 (dev)
-
-* Wed Sep 30 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.4-1
-- bumped release to 4.1.4
-- need python3-dnfdaemon >= 0.3.10
-
-* Wed May 27 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.3-1
-- bumped release to 4.1.3
-- need python3-dnfdaemon >= 0.3.9
-
-* Sun Apr 26 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.2-1
-- bumped release to 4.1.2
-- need python3-dnfdaemon >= 0.3.8
-
-* Sun Apr 26 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.1-1
-- bumped release to 4.1.1
-
-* Thu Apr 16 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.0-2
-- require python3-dnfdaemon >= 0.3.6
-
-* Sun Apr 12 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.0-1
-- bumped release to 4.1.0
-
-* Sat Apr 11 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.10-3
-- fixed changelog versioning
-
-* Thu Apr 9 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.10-1
-- bumped release to 4.0.10
-
-* Tue Apr 7 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.9-1
-- bumped release to 4.0.9
-
-* Tue Oct 21 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.8-1
-- bumped release to 4.0.8
-- require python3-dnfdaemon >= 0.3.3
-
-* Sun Sep 21 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.7-1
-- bumped release to 4.0.7
-
-* Tue Sep 02 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.6-1
-- bumped release to 4.0.6
-
-* Fri Jun 06 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.5-1
-- bumped release to 4.0.5
-- Requires: python3-dnfdaemon-client >= 0.2.2
-
-* Fri May 09 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.4-1
-- bumped release to 4.0.4
-- Requires: python3-dnfdaemon-client >= 0.2.0
-
-* Sat May 03 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.3-1
-- bumped release to 4.0.3
-- Requires: python3-dnfdaemon >= 0.1.5
-
-* Tue Apr 01 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.2-1
-- bumped release to 4.0.2
-- Requires: python3-dnfdaemon >= 0.1.4
-
-* Sat Mar 29 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.1-1
-- bumped release to 4.0.1
-
-* Sun Sep 15 2013 Tim Lauridsen <timlau(a)fedoraproject.org> 3.99.1-1
-- Initial rpm build
-
--
cgit v1.1
https://src.fedoraproject.org/cgit/yumex-dnf.git/commit/?h=master&id=3860...
5 years, 10 months
merlinm pushed to python-avocado (master). "python-avocado.spec: be a
little more forgiven about the selftests errors (..more)"
by notifications@fedoraproject.org
From 0e403cc25955ee3fb62649e749c0d01ca6bf8889 Mon Sep 17 00:00:00 2001
From: Cleber Rosa <crosa(a)redhat.com>
Date: Fri, 31 Mar 2017 17:32:05 -0400
Subject: python-avocado.spec: be a little more forgiven about the selftests
errors
We've spent quite some time trying to identify the ones that are
sensitive to time and resources, so let's document what (usually)
causes failures at package build time.
Also, let's make it clearer that they are run by default.
Signed-off-by: Cleber Rosa <crosa(a)redhat.com>
---
python-avocado.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/python-avocado.spec b/python-avocado.spec
index 7a9b64c..0068081 100644
--- a/python-avocado.spec
+++ b/python-avocado.spec
@@ -18,8 +18,10 @@
%global gittar %{srcname}-%{shortcommit}.tar.gz
%endif
-# selftests are provided but skipped because many contain race conditions
-# causing random build failures
+# selftests are provided but may need to skipped because many of
+# functional tests are time and resource sensitive and can
+# cause race conditions and random build failures. they are
+# enabled by default.
%global with_tests 1
Name: python-%{srcname}
--
cgit v1.1
https://src.fedoraproject.org/cgit/python-avocado.git/commit/?h=master&id...
5 years, 10 months
kkofler pushed to qupzilla (master). "rebuild against Qt 5.8 to pick
up spell checking from QtWebEngine 5.8 (..more)"
by notifications@fedoraproject.org
From a8162894d2d1259dc7707605ca305fd3b666a156 Mon Sep 17 00:00:00 2001
From: Kevin Kofler <Kevin(a)tigcc.ticalc.org>
Date: Sat, 1 Apr 2017 00:19:13 +0200
Subject: rebuild against Qt 5.8 to pick up spell checking from QtWebEngine 5.8
* Fri Mar 31 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 2.1.2-2
- rebuild against Qt 5.8 to pick up spell checking from QtWebEngine 5.8
---
qupzilla.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/qupzilla.spec b/qupzilla.spec
index b84cff2..d3b1eac 100644
--- a/qupzilla.spec
+++ b/qupzilla.spec
@@ -3,7 +3,7 @@
Name: qupzilla
Version: 2.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Modern web browser
# Files in src/lib/opensearch and src/lib/3rdparty are GPLv2+
@@ -164,6 +164,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Fri Mar 31 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 2.1.2-2
+- rebuild against Qt 5.8 to pick up spell checking from QtWebEngine 5.8
+
* Fri Mar 24 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 2.1.2-1
- update to 2.1.2 (bugfix release)
- reenable native scrollbars by default (upstream disabled them in 2.1.2)
--
cgit v1.1
https://src.fedoraproject.org/cgit/qupzilla.git/commit/?h=master&id=a8162...
5 years, 10 months
orion pushed to ccache (epel7). "clang tests fail on EL7,
ignore for now"
by notifications@fedoraproject.org
From bebb2b51709366a828abf0b98e9b75d7a155bc22 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)cora.nwra.com>
Date: Fri, 31 Mar 2017 15:58:41 -0600
Subject: clang tests fail on EL7, ignore for now
---
ccache.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ccache.spec b/ccache.spec
index 29a100c..3c2de53 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -92,7 +92,8 @@ find $RPM_BUILD_ROOT%{_libdir}/ccache -type l | \
%check
make check
-make check CC=clang
+# Fails with clang 3.4.2 in EL7
+make check CC=clang %{?el7:|| :}
%define ccache_trigger(p:) \
--
cgit v1.1
https://src.fedoraproject.org/cgit/ccache.git/commit/?h=epel7&id=bebb2b51...
5 years, 10 months
orion pushed to ccache (epel7). "Update to 3.3.2"
by notifications@fedoraproject.org
From 59519dfb90bf3066834c5f1a72d00aebe8a22526 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta(a)iki.fi>
Date: Thu, 29 Sep 2016 07:20:51 +0300
Subject: Update to 3.3.2
---
ccache.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ccache.spec b/ccache.spec
index b085470..0833cce 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -12,7 +12,7 @@
%global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
Name: ccache
-Version: 3.3.1
+Version: 3.3.2
Release: 1%{?dist}
Summary: C/C++ compiler cache
@@ -210,6 +210,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%changelog
+* Thu Sep 29 2016 Ville Skyttä <ville.skytta(a)iki.fi> - 3.3.2-1
+- Update to 3.3.2
+
* Thu Sep 8 2016 Ville Skyttä <ville.skytta(a)iki.fi> - 3.3.1-1
- Update to 3.3.1, fixes #1373295
diff --git a/sources b/sources
index d3f9154..17c641f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72a3db9788bcb615b251b4bde7247598 ccache-3.3.1.tar.xz
+2767d8f88f5ec218983a2f05c9e20df2 ccache-3.3.2.tar.xz
--
cgit v1.1
https://src.fedoraproject.org/cgit/ccache.git/commit/?h=epel7&id=59519dfb...
5 years, 10 months
orion pushed to ccache (epel7). "Update to 3.3.4"
by notifications@fedoraproject.org
From 1378d94b18ddef5b252d2eeefc18b68d75b9087a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta(a)iki.fi>
Date: Sat, 18 Feb 2017 20:45:53 +0200
Subject: Update to 3.3.4
---
ccache.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/ccache.spec b/ccache.spec
index fe43df3..29a100c 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -12,8 +12,8 @@
%global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
Name: ccache
-Version: 3.3.3
-Release: 2%{?dist}
+Version: 3.3.4
+Release: 1%{?dist}
Summary: C/C++ compiler cache
License: GPLv3+
@@ -210,6 +210,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%changelog
+* Sat Feb 18 2017 Ville Skyttä <ville.skytta(a)iki.fi> - 3.3.4-1
+- Update to 3.3.4
+
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 0b4a027..b6775e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6918b36301a0b8ffdc96549f609a4ebc ccache-3.3.3.tar.xz
+SHA512 (ccache-3.3.4.tar.xz) = 891bcf11b27fa20a250bc86d182663e46af450a3a807b6cab502f202cd57123ce93bcb1fe5e48866feecda76912a5f742efa5869df9117d81624ba185dd4e02c
--
cgit v1.1
https://src.fedoraproject.org/cgit/ccache.git/commit/?h=epel7&id=1378d94b...
5 years, 10 months