public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: Orphaned for 6+ weeks
Date: Tue, 04 Aug 2026 19:44:45 GMT	[thread overview]
Message-ID: <178587268550.1.12931474924116786763.rpms-kig-457c3bda3c21@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kig
Branch : epel10
Commit : 457c3bda3c2136409fb3d69411205db2583852b4
Author : Miro Hrončok <miro@hroncok.cz>
Date   : 2019-10-17T13:10:16+02:00
Stats  : +1/-605 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/kig/c/457c3bda3c2136409fb3d69411205db2583852b4?branch=epel10

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 5119563..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,24 +0,0 @@
-/kig-16.12.3.tar.xz
-/kig-17.08.1.tar.xz
-/kig-17.08.2.tar.xz
-/kig-17.08.3.tar.xz
-/kig-17.12.0.tar.xz
-/kig-17.12.1.tar.xz
-/kig-17.12.2.tar.xz
-/kig-17.12.3.tar.xz
-/kig-18.03.90.tar.xz
-/kig-18.04.0.tar.xz
-/kig-18.04.1.tar.xz
-/kig-18.04.2.tar.xz
-/kig-18.04.3.tar.xz
-/kig-18.08.1.tar.xz
-/kig-18.08.2.tar.xz
-/kig-18.08.3.tar.xz
-/kig-18.12.0.tar.xz
-/kig-18.12.1.tar.xz
-/kig-18.12.2.tar.xz
-/kig-18.12.3.tar.xz
-/kig-19.04.2.tar.xz
-/kig-19.04.3.tar.xz
-/kig-19.08.0.tar.xz
-/kig-19.08.1.tar.xz

diff --git a/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch b/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
deleted file mode 100644
index 50c11b5..0000000
--- a/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 068bf7f9bf8f34a9f14ed026e6c5c993b7cc80c7 Mon Sep 17 00:00:00 2001
-From: Rex Dieter <rdieter@math.unl.edu>
-Date: Mon, 28 Dec 2015 11:29:59 -0600
-Subject: [PATCH] explicitly use QLibrary to load libpython (like pykde)
-
-BUG: 335965
----
- CMakeLists.txt               | 3 +++
- scripting/python_scripter.cc | 7 +++++++
- 2 files changed, 10 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d7fffcd..7b93833 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -57,6 +57,9 @@ add_subdirectory( pykig )
- if(BoostPython_FOUND)
-   add_subdirectory( scripting )
-   add_definitions(-DKIG_ENABLE_PYTHON_SCRIPTING)
-+  get_filename_component(PYTHON_LIBRARY_REALPATH "${PYTHON_LIBRARY}" REALPATH)
-+  get_filename_component(LIB_PYTHON ${PYTHON_LIBRARY_REALPATH} NAME)
-+  add_definitions(-DLIB_PYTHON="${LIB_PYTHON}")
- endif(BoostPython_FOUND)
- 
- set_package_properties(
-diff --git a/scripting/python_scripter.cc b/scripting/python_scripter.cc
-index e60a90c..99c1f1c 100644
---- a/scripting/python_scripter.cc
-+++ b/scripting/python_scripter.cc
-@@ -23,6 +23,8 @@
- #include <Python.h>
- #include "python_scripter.h"
- 
-+#include <QLibrary>
-+
- #include <iostream>
- #include <string>
- 
-@@ -398,6 +400,11 @@ PythonScripter::PythonScripter()
-   // don't do it..
-   //delete [] s;
- 
-+  QLibrary *pythonLib = new QLibrary();
-+  pythonLib->setLoadHints(QLibrary::ExportExternalSymbolsHint);
-+  pythonLib->setFileName(LIB_PYTHON);
-+  pythonLib->load();
-+
-   Py_Initialize();
- 
-   s = newstring( "import math; from math import *;" );
--- 
-2.5.0
-

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks

diff --git a/kig.spec b/kig.spec
deleted file mode 100644
index 63feb70..0000000
--- a/kig.spec
+++ /dev/null
@@ -1,527 +0,0 @@
-
-Name:    kig
-Summary: Interactive Geometry 
-Version: 19.08.1
-Release: 1%{?dist}
-
-License: GPLv2+
-URL:     https://cgit.kde.org/%{name}.git
-
-%global revision %(echo %{version} | cut -d. -f3)
-%if %{revision} >= 50
-%global stable unstable
-%else
-%global stable stable
-%endif
-Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
-
-## upstreamable patches
-# https://bugzilla.redhat.com/show_bug.cgi?id=1238113
-# https://bugs.kde.org/show_bug.cgi?id=335965#c23
-# https://git.reviewboard.kde.org/r/126549/
-Patch1: 0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
-
-BuildRequires: boost-devel
-%if 0%{?fedora} > 28 && 0%{?fedora} < 30
-# requires newer/fixed FindBoost.cmake
-%global boost 1
-BuildRequires: boost-python2-devel
-%endif
-BuildRequires: python2
-BuildRequires: python2-rpm-macros
-
-BuildRequires: desktop-file-utils
-BuildRequires: gettext
-BuildRequires: libappstream-glib
-
-BuildRequires: extra-cmake-modules
-BuildRequires: kf5-rpm-macros
-
-BuildRequires: cmake(KF5DocTools)
-BuildRequires: cmake(KF5Parts)
-BuildRequires: cmake(KF5I18n)
-BuildRequires: cmake(KF5TextEditor)
-BuildRequires: cmake(KF5ConfigWidgets)
-BuildRequires: cmake(KF5IconThemes)
-BuildRequires: cmake(KF5Archive)
-BuildRequires: cmake(KF5XmlGui)
-BuildRequires: cmake(KF5Crash)
-BuildRequires: cmake(KF5CoreAddons)
-
-BuildRequires: pkgconfig(Qt5PrintSupport)
-BuildRequires: pkgconfig(Qt5Svg)
-BuildRequires: pkgconfig(Qt5XmlPatterns)
-
-# when split occurred
-Conflicts: kdeedu-math < 4.7.0-10
-
-%description
-%{summary}.
-
-
-%prep
-%autosetup -p1
-
-sed -ie "s|^#!/usr/bin/env python|#!%{__python2}|" pykig/pykig.py
-
-
-%build
-mkdir %{_target_platform}
-pushd %{_target_platform}
-%{cmake_kf5} .. \
-  -DPYTHON_EXECUTABLE:PATH=%{__python2}
-popd
-
-%make_build -C %{_target_platform}
-
-
-%install
-make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
-
-%find_lang %{name} --all-name --with-html --with-man
-
-
-%check
-appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
-desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop
-
-
-%files -f %{name}.lang
-%license COPYING*
-%{_kf5_bindir}/%{name}*
-%{_kf5_bindir}/pykig.*
-#{_sysconfdir}/xdg/%{name}.knsrc
-%{_kf5_datadir}/applications/org.kde.%{name}.desktop
-%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
-%{_kf5_datadir}/icons/hicolor/*/apps/%{name}.*
-%{_kf5_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.*
-%{_kf5_datadir}/%{name}/
-#{_kf5_datadir}/kconf_update/%{name}*
-#{_kf5_datadir}/knotifications5/%{name}.notifyrc
-%{_kf5_datadir}/kservices5/kig_part.desktop
-%{_kf5_datadir}/kxmlgui5/%{name}/
-#{_kf5_datadir}/sounds/%{name}*
-%{_kf5_qtplugindir}/kigpart.so
-%if 0%{?boost}
-%{_kf5_datadir}/katepart5/syntax/python-kig.xml
-%endif
-%{_mandir}/man1/kig.1*
-
-
-%changelog
-* Sun Sep 29 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.1-1
-- 19.08.1
-
-* Thu Sep 05 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.0-2
-- drop BR: python2-devel (use python2-rpm-macros instead)
-
-* Tue Aug 20 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.0-1
-- 19.08.0
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 19.04.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Jul 11 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.04.3-1
-- 19.04.3
-
-* Tue Jun 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.04.2-1
-- 19.04.2
-
-* Fri Mar 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.3-1
-- 18.12.3
-
-* Tue Feb 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.2-1
-- 18.12.2
-- disable boost-python support on f30+ (for now, requires newer cmake)
-
-* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18.12.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Tue Jan 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.1-1
-- 18.12.1
-
-* Sat Dec 15 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.12.0-1
-- 18.12.0
-
-* Tue Nov 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.08.3-1
-- 18.08.3
-
-* Wed Oct 10 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.08.2-1
-- 18.08.2
-
-* Sun Sep 16 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.08.1-1
-- 18.08.1
-
-* Thu Jul 12 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.04.3-1
-- 18.04.3
-
-* Wed Jun 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.04.2-1
-- 18.04.2
-
-* Tue May 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.04.1-1
-- 18.04.1
-
-* Tue May 01 2018 Jonathan Wakely <jwakely@redhat.com> - 18.04.0-2
-- Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29
-
-* Fri Apr 13 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.04.0-1
-- 18.04.0
-
-* Mon Apr 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.03.90-1
-- 18.03.90
-
-* Tue Mar 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 17.12.3-1
-- 17.12.3
-
-* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 17.12.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Tue Feb 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 17.12.2-1
-- 17.12.2
-
-* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 17.12.1-2
-- Rebuilt for Boost 1.66
-
-* Thu Jan 11 2018 Rex Dieter <rdieter@fedoraproject.org> - 17.12.1-1
-- 17.12.1
-
-* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.12.0-2
-- Remove obsolete scriptlets
-
-* Thu Dec 28 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.12.0-1
-- 17.12.0
-
-* Wed Nov 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.3-1
-- 17.08.3
-
-* Wed Oct 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.2-1
-- 17.08.2
-
-* Wed Sep 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.1-1
-- 17.08.1
-
-* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.12.3-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.12.3-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Wed Jul 19 2017 Jonathan Wakely <jwakely@redhat.com> - 16.12.3-4
-- Rebuilt for s390x binutils bug
-
-* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 16.12.3-3
-- Rebuilt for Boost 1.64
-
-* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 16.12.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
-
-* Fri Mar 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1
-- 16.12.3, update URL
-
-* Thu Feb 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.2-1
-- 16.12.2
-
-* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 16.12.1-2
-- Rebuilt for Boost 1.63
-
-* Wed Jan 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.1-1
-- 16.12.1
-
-* Mon Dec 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.3-1
-- 16.08.3
-
-* Thu Oct 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.2-1
-- 16.08.2
-
-* Wed Sep 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.1-1
-- 16.08.1
-
-* Fri Aug 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-1
-- 16.08.0
-
-* Sat Aug 06 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.07.90-1
-- 16.07.90
-
-* Sat Jul 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.07.80-1
-- 16.07.80
-
-* Sat Jul 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.3-1
-- 16.04.3
-
-* Sun Jun 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.2-1
-- 16.04.2
-
-* Sun May 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.1-1
-- 16.04.1
-
-* Fri Apr 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.0-1
-- 16.04.0
-
-* Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-1
-- 15.12.3
-
-* Wed Feb 24 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.2-2
-- kig is missing python scripting support (#1311500)
-
-* Sun Feb 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.2-1
-- 15.12.2
-
-* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.12.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Mon Jan 25 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.1-1
-- 15.12.1
-
-* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 15.12.0-2
-- Rebuilt for Boost 1.60
-
-* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 15.12.0-1
-- 15.12.0
-
-* Mon Nov 30 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.08.3-1
-- 15.08.3
-
-* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 15.08.0-2
-- Rebuilt for Boost 1.59
-
-* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 15.08.0-1
-- 15.08.0
-
-* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.04.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
-
-* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 15.04.3-2
-- rebuild for Boost 1.58
-
-* Wed Jul 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.3-1
-- 15.04.3
-- fix kig/python integration (#1238113,kde#335965)
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.04.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Wed Jun 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.2-1
-- 15.04.2
-
-* Thu May 28 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.1-1
-- 15.04.1
-
-* Fri Apr 17 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.0-1
-- 15.04.0
-
-* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 4.14.3-5
-- Bump for rebuild.
-
-* Sat Jan 31 2015 Rex Dieter <rdieter@fedoraproject.org> 4.14.3-4
-- Requires: kate4-part
-
-* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 4.14.3-3
-- Rebuild for boost 1.57.0
-
-* Sat Jan 17 2015 Rex Dieter <rdieter@fedoraproject.org> 4.14.3-2
-- kde-applications fixes, cleanup
-
-* Sun Nov 09 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.14.3-1
-- 4.14.3
-
-* Sun Oct 12 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.14.2-1
-- 4.14.2
-
-* Tue Sep 16 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.14.1-1
-- 4.14.1
-
-* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Fri Aug 15 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.14.0-1
-- 4.14.0
-
-* Mon Aug 11 2014 Rex Dieter <rdieter@fedoraproject.org> 4.13.97-2
-- %%check: appdata validation
-
-* Tue Aug 05 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.13.97-1
-- 4.13.97
-
-* Tue Jul 15 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.13.3-1
-- 4.13.3
-
-* Mon Jun 09 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.13.2-1
-- 4.13.2
-
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 4.13.1-2
-- rebuild for boost 1.55.0
-
-* Sun May 11 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.13.1-1
-- 4.13.1
-
-* Sat Apr 12 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.13.0-1
-- 4.13.0
-
-* Fri Apr 04 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.12.97-1
-- 4.12.97
-
-* Sun Mar 23 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.12.95-1
-- 4.12.95
-
-* Wed Mar 19 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.12.90-1
-- 4.12.90
-
-* Sun Mar 02 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.12.3-1
-- 4.12.3
-
-* Fri Jan 31 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.12.2-1
-- 4.12.2
-
-* Fri Jan 10 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.12.1-1
-- 4.12.1
-
-* Thu Dec 19 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.12.0-1
-- 4.12.0
-
-* Sun Dec 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.11.97-1
-- 4.11.97
-
-* Thu Nov 21 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.11.95-1
-- 4.11.95
-
-* Sat Nov 16 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.11.90-1
-- 4.11.90
-
-* Sat Nov 02 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.11.3-1
-- 4.11.3
-
-* Sat Sep 28 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.11.2-1
-- 4.11.2
-
-* Wed Sep 04 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.11.1-1
-- 4.11.1
-
-* Thu Aug 08 2013 Than Ngo <than@redhat.com> - 4.11.0-1
-- 4.11.0
-
-* Sat Jul 27 2013 pmachata@redhat.com - 4.10.97-2
-- Rebuild for boost 1.54.0
-
-* Thu Jul 25 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.97-1
-- 4.10.97
-
-* Tue Jul 23 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.95-1
-- 4.10.95
-
-* Fri Jun 28 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.90-1
-- 4.10.90
-
-* Sat Jun 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.4-1
-- 4.10.4
-
-* Mon May 06 2013 Than Ngo <than@redhat.com> - 4.10.3-1
-- 4.10.3
-
-* Thu Apr 25 2013 Rex Dieter <rdieter@fedoraproject.org> 4.10.2-2
-- Requires: kde-runtime
-
-* Mon Apr 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.2-1
-- 4.10.2
-
-* Sat Mar 02 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.1-1
-- 4.10.1
-
-* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.10.0-3
-- Rebuild for Boost-1.53.0
-
-* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.10.0-2
-- Rebuild for Boost-1.53.0
-
-* Fri Feb 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.0-1
-- 4.10.0
-
-* Tue Jan 22 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.9.98-1
-- 4.9.98
-
-* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.9.97-1
-- 4.9.97
-
-* Thu Dec 20 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.95-1
-- 4.9.95
-
-* Tue Dec 04 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.90-1
-- 4.9.90
-
-* Mon Dec 03 2012 Than Ngo <than@redhat.com> - 4.9.4-1
-- 4.9.4
-
-* Sat Nov 03 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.3-1
-- 4.9.3
-
-* Sat Sep 29 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.2-1
-- 4.9.2
-
-* Mon Sep 03 2012 Than Ngo <than@redhat.com> - 4.9.1-1
-- 4.9.1
-
-* Thu Aug 09 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.0-2
-- rebuild (boost)
-
-* Thu Jul 26 2012 Lukas Tinkl <ltinkl@redhat.com> - 4.9.0-1
-- 4.9.0
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.97-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Thu Jul 12 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.97-1
-- 4.8.97
-
-* Thu Jun 28 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.95-1
-- 4.8.95
-
-* Sun Jun 10 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.90-1
-- 4.8.90
-
-* Sun Jun 03 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.80-1
-- 4.8.80
-
-* Mon Apr 30 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.3-1
-- 4.8.3
-
-* Fri Mar 30 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.2-1
-- 4.8.2
-
-* Mon Mar 05 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.1-1
-- 4.8.1
-
-* Sun Jan 22 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.0-1
-- 4.8.0
-
-* Wed Jan 04 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.7.97-1
-- 4.7.97
-
-* Thu Dec 22 2011 Radek Novacek <rnovacek@redhat.com> - 4.7.95-1
-- 4.7.95
-
-* Sun Dec 04 2011 Rex Dieter <rdieter@fedoraproject.org> - 4.7.90-1
-- 4.7.90
-
-* Fri Nov 25 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.80-1
-- 4.7.80
-
-* Sat Oct 29 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-1
-- 4.7.3
-
-* Sat Oct 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-2
-- Requires: kate-part
-
-* Wed Oct 05 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-1
-- 4.7.2
-
-* Wed Sep 21 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-2
-- License: GPLv2+
-
-* Sat Sep 17 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-1
-- 4.7.1
-
-* Tue Aug 30 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-10
-- first try
-

diff --git a/sources b/sources
deleted file mode 100644
index f8140f7..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (kig-19.08.1.tar.xz) = a5a63cead1fd5e1231a17b1ad205daa681ca4c1281ae88de813e4827166198e8a47901e0b774c1939b647331acfedcc0ea0ccd4169ea7ffbf213f2829d00354a

                 reply	other threads:[~2026-08-04 19:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178587268550.1.12931474924116786763.rpms-kig-457c3bda3c21@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox