Compare commits
76 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a70537ddb6 | ||
|
|
532dcd989a | ||
|
|
940d973c11 | ||
|
|
b6e91440af | ||
|
|
77e3c26541 | ||
|
|
929cbe911d | ||
|
|
d338df0b51 | ||
|
|
fedd6ce4b6 | ||
|
|
ac62a1ce13 | ||
|
|
0c4858fdbd | ||
|
|
1f63d78ef0 | ||
|
|
5e78481890 | ||
|
|
f0d42d310c | ||
|
|
91149fab97 | ||
|
|
315f47de29 | ||
|
|
e7ca747bfe | ||
|
|
a58135f2ed | ||
|
|
545e7ca0d5 | ||
|
|
fba8c1833b | ||
|
|
d236d8a5ff | ||
|
|
e5b6bc2a4f | ||
|
|
664cd96bbd | ||
|
|
51194bae7a | ||
|
|
59f65b2839 | ||
|
|
5e302aaa84 | ||
|
|
8dc1cf931b | ||
|
|
52e0f1d818 | ||
|
|
08f0fa1f52 | ||
|
|
5b8aef1339 | ||
|
|
8ae406323f | ||
|
|
b34b6fd97d | ||
|
|
1d99d12873 | ||
|
|
cdb6363b4c | ||
|
|
55b5bbe5b5 | ||
|
|
3403c0a2ae | ||
|
|
d9ea42bb65 | ||
| 5195066bdb | |||
| 7a28aecff0 | |||
|
|
5fc02b7022 | ||
|
|
6b62b6c77b | ||
|
7ca9c31311 |
|||
|
|
a476aa94c8 | ||
|
|
849a5f3e12 | ||
|
|
fd205ae6e1 | ||
|
|
f1869f4b11 | ||
|
|
cbb9a9fa1d | ||
|
|
68824a2433 | ||
|
|
8b234edb0e | ||
|
|
375413bc76 | ||
|
|
80a0fc2b19 | ||
| 6ea4092714 | |||
|
|
831abe76d5 | ||
|
|
3265d00ec0 | ||
|
|
f797977e51 | ||
|
|
d58e3b50f7 | ||
|
|
fbf04f4493 | ||
|
|
ac9960b13e | ||
|
|
6fb1c1ad0b | ||
|
|
947fa838aa | ||
|
|
c492cf4b6c | ||
|
|
3765512a9c | ||
|
|
f1f7706496 | ||
|
|
45bce915b9 | ||
|
|
f673b79d5a | ||
|
|
27bbf98d4e | ||
|
|
685c6dabe8 | ||
|
|
f248c76ac8 | ||
|
|
988fa7ee4e | ||
|
|
1783f93eea | ||
|
|
2e0967b93d | ||
|
|
e66532a845 | ||
|
|
aebe39f246 | ||
|
|
fed1a0a364 | ||
|
|
d813d21ccf | ||
|
|
9e64b8914f | ||
|
|
d792720855 |
10 changed files with 333 additions and 90 deletions
|
|
@ -1 +0,0 @@
|
|||
xlog-1.8.1.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xlog-*.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xlog
|
||||
# $Id$
|
||||
NAME := xlog
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
30
org.nongnu.Xlog.metainfo.xml
Normal file
30
org.nongnu.Xlog.metainfo.xml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>org.nongnu.Xlog</id>
|
||||
<launchable type="desktop-id">xlog.desktop</launchable>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<provides>
|
||||
<binary>xlog</binary>
|
||||
</provides>
|
||||
<name>Xlog</name>
|
||||
<summary>Logging program for Amateur Radio Operators</summary>
|
||||
<description>
|
||||
<p>
|
||||
Xlog is a logging program for Amateur Radio Operators which can be used for daily logging and contest. Logs are stored into a text file.
|
||||
You can open, close and create logs as you need them. Xlog supports cabrillo, ADIF, trlog, and EDI and can import twlog, editest and OH1AA logbook files.
|
||||
</p>
|
||||
<p>
|
||||
QSO's are presented in a list. Items in the list can be added, deleted or updated. For each contact, DXCC information is displayed and bearings and distance is calculated, both short and long path.
|
||||
When hamlib is enabled through the menu, you can retrieve frequency, mode and signal-strength from your rig over the serial port.
|
||||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image type="source">https://xlog.nongnu.org/xlog.jpg</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://xlog.nongnu.org</url>
|
||||
<url type="bugtracker">https://savannah.nongnu.org/bugs/?group=xlog</url>
|
||||
<content_rating type="oars-1.1"/>
|
||||
</component>
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
df1b8bf7bc88cf8273936a13ace8bc0d xlog-1.8.1.tar.gz
|
||||
SHA512 (xlog-2.0.25.tar.gz) = 3ce5b27a0529885862a8c5256162068504e05cbbca6e0fc6cf492bfabbb2aa84b82a54502319646ee49e78aac6cd2b685877ec3687fb962c59c8648e0be4e121
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
--- xlog-1.8.1/data/Makefile.am 2007-03-29 18:29:40.000000000 +0300
|
||||
+++ xlog-1.8.1-mod/data/Makefile.am 2008-07-17 16:15:39.000000000 +0300
|
||||
@@ -1 +1 @@
|
||||
-SUBDIRS = desktop doc dxcc glabels images man maps mime pixmaps remote utils
|
||||
+SUBDIRS = desktop dxcc images man maps mime pixmaps remote utils
|
||||
--- xlog-1.8.1/Makefile.am 2007-12-08 15:28:59.000000000 +0200
|
||||
+++ xlog-1.8.1-mod/Makefile.am 2008-07-17 16:22:59.000000000 +0300
|
||||
@@ -11,13 +11,9 @@
|
||||
|
||||
install-data-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
- $(INSTALL_DATA) AUTHORS $(DESTDIR)$(pkgdatadir)
|
||||
- $(INSTALL_DATA) ChangeLog $(DESTDIR)$(pkgdatadir)
|
||||
- $(INSTALL_DATA) BUGS $(DESTDIR)$(pkgdatadir)
|
||||
|
||||
rpm: Makefile
|
||||
make dist
|
||||
$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
|
||||
rm $(PACKAGE)-$(VERSION).tar.gz
|
||||
|
||||
-ACLOCAL_AMFLAGS = -I m4
|
||||
21
xlog-2.0.19-no-error.patch
Normal file
21
xlog-2.0.19-no-error.patch
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
Index: xlog-2.0.22/configure.ac
|
||||
===================================================================
|
||||
--- xlog-2.0.22.orig/configure.ac
|
||||
+++ xlog-2.0.22/configure.ac
|
||||
@@ -22,11 +22,11 @@ dnl if test "${ac_cv_c_compiler_gnu}" =
|
||||
dnl CFLAGS="${CFLAGS} -Wno-deprecated-declarations -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Werror"
|
||||
dnl fi
|
||||
|
||||
-AX_CHECK_COMPILE_FLAG([-Werror], [CFLAGS="$CFLAGS -Werror"], [], [])
|
||||
-AX_CHECK_COMPILE_FLAG([-Wno-deprecated-declarations], [CFLAGS="$CFLAGS -Wno-deprecated-declarations"], [], [])
|
||||
-AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"], [], [])
|
||||
-AX_CHECK_COMPILE_FLAG([-Wno-stringop-truncation], [CFLAGS="$CFLAGS -Wno-stringop-truncation"], [], [])
|
||||
-AX_CHECK_COMPILE_FLAG([-Wno-unused-but-set-variable], [CFLAGS="$CFLAGS -Wno-unused-but-set-variable"], [], [])
|
||||
+dnl AX_CHECK_COMPILE_FLAG([-Werror], [CFLAGS="$CFLAGS -Werror"], [], [])
|
||||
+dnl AX_CHECK_COMPILE_FLAG([-Wno-deprecated-declarations], [CFLAGS="$CFLAGS -Wno-deprecated-declarations"], [], [])
|
||||
+dnl AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"], [], [])
|
||||
+dnl AX_CHECK_COMPILE_FLAG([-Wno-stringop-truncation], [CFLAGS="$CFLAGS -Wno-stringop-truncation"], [], [])
|
||||
+dnl AX_CHECK_COMPILE_FLAG([-Wno-unused-but-set-variable], [CFLAGS="$CFLAGS -Wno-unused-but-set-variable"], [], [])
|
||||
|
||||
dnl end - see xlog bug #60003 - AndyS 15-Feb-2021
|
||||
|
||||
12
xlog-2.0.25-aclocal.patch
Normal file
12
xlog-2.0.25-aclocal.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -up a/Makefile.am b/Makefile.am
|
||||
--- a/Makefile.am 2021-02-15 20:37:54.000000000 -0500
|
||||
+++ b/Makefile.am 2025-10-19 01:05:33.816651640 -0400
|
||||
@@ -6,7 +6,7 @@ EXTRA_DIST = config.rpath mkinstalldirs
|
||||
|
||||
CLEANFILES = *~
|
||||
|
||||
-ACLOCAL_AMFLAGS = -I /usr/share/aclocal
|
||||
+ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
dist-hook:
|
||||
rm -f AUTHORS ChangeLog
|
||||
22
xlog-2.0.25-hamlib42.patch
Normal file
22
xlog-2.0.25-hamlib42.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
--- xlog-2.0.25.orig/src/hamlib-utils.c 2021-10-03 14:38:22.000000000 -0300
|
||||
+++ xlog-2.0.25/src/hamlib-utils.c 2024-12-25 19:12:18.209526859 -0300
|
||||
@@ -49,6 +49,10 @@
|
||||
#define FILPATHLEN 150
|
||||
#endif
|
||||
|
||||
+#ifndef HAMLIB_FILPATHLEN
|
||||
+#define HAMLIB_FILPATHLEN FILEPATHLEN
|
||||
+#endif
|
||||
+
|
||||
struct rig_id {
|
||||
const gint modelnr;
|
||||
const gchar *modelname;
|
||||
@@ -173,7 +177,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
- strncpy (myrig->state.rigport.pathname, device, FILPATHLEN);
|
||||
+ strncpy (myrig->state.rigport.pathname, device, HAMLIB_FILPATHLEN);
|
||||
retcode = rig_open (myrig);
|
||||
|
||||
if (retcode != RIG_OK)
|
||||
290
xlog.spec
290
xlog.spec
|
|
@ -1,22 +1,32 @@
|
|||
Name: xlog
|
||||
Version: 1.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Logging program for Hamradio Operators
|
||||
Name: xlog
|
||||
Version: 2.0.25
|
||||
Release: 7%{?dist}
|
||||
Summary: Logging program for Hamradio Operators
|
||||
|
||||
Group: Applications/Communications
|
||||
License: GPLv3
|
||||
URL: http://pg4i.chronos.org.uk/linux/%{name}.html
|
||||
Source0: http://pg4i.chronos.org.uk/download/%{name}-%{version}.tar.gz
|
||||
Patch0: xlog-1.8.1-doc.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
#BuildRequires: pkgconfig
|
||||
# Automatically converted from old format: GPLv3 - review is highly recommended.
|
||||
License: GPL-3.0-only
|
||||
URL: http://www.nongnu.org/xlog/
|
||||
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: org.nongnu.Xlog.metainfo.xml
|
||||
|
||||
Patch0: %{name}-2.0.19-no-error.patch
|
||||
Patch1: xlog-%{version}-hamlib42.patch
|
||||
Patch2: %{name}-2.0.25-aclocal.patch
|
||||
|
||||
ExcludeArch: i686
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libgnomeprint22-devel
|
||||
BuildRequires: hamlib-devel
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
%description
|
||||
xlog is a logging program for amateur radio operators. The log is stored
|
||||
into a text file. QSO's are presented in a list. Items in the list can be
|
||||
|
|
@ -25,61 +35,251 @@ and bearings and distance is calculated, both short and long path.
|
|||
xlog supports trlog, adif, cabrillo, edit, twlog and editest files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b doc
|
||||
%autosetup -p1
|
||||
#fix bogus .desktop file
|
||||
sed -i -e "s/ApplicationHamRadio/Application/g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.desktop
|
||||
sed -i -e "s/Utility;Database;HamRadio;GTK/HamRadio/g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.desktop
|
||||
sed -i -e "s/Utility;Database;HamRadio;GTK/Network;HamRadio;GTK/g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.desktop
|
||||
sed -i -e "s/.png//g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.desktop
|
||||
|
||||
%build
|
||||
#missing directory from package
|
||||
mkdir m4
|
||||
autoreconf -i -f
|
||||
%configure --enable-hamlib
|
||||
make %{?_smp_mflags}
|
||||
|
||||
autoreconf -vif
|
||||
%configure CFLAGS="%{optflags} -lm" --enable-hamlib --docdir=%{_docdir}/%{name}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%make_install
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/mimeinfo.cache
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
# Install desktop file
|
||||
desktop-file-install \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/xlog.desktop
|
||||
desktop-file-edit --set-key=Icon --set-value=%{name} $RPM_BUILD_ROOT%{_datadir}/applications/xlog.desktop
|
||||
|
||||
%post
|
||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
# Install svg icon
|
||||
install -D -p -m644 data/pixmaps/xlog.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
|
||||
%postun
|
||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
# Install AppStream metainfo file
|
||||
install -D -p -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_metainfodir}/org.nongnu.Xlog.metainfo.xml
|
||||
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS BUGS ChangeLog COPYING NEWS README data/doc/manual data/doc/manual.tex data/glabels/qsllabels.glabels
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS data/doc/BUGS ChangeLog COPYING NEWS README data/doc/TODO data/doc/manual data/doc/KEYS data/glabels
|
||||
%{_bindir}/%{name}
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/dxcc
|
||||
%{_datadir}/%{name}/maps
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/icons/gnome-mime-text-x-%{name}.png
|
||||
%{_datadir}/icons/%{name}-icon.png
|
||||
%{_datadir}/applications/mimeinfo.cache
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/mime/packages/*
|
||||
%{_metainfodir}/org.nongnu.Xlog.metainfo.xml
|
||||
%{_datadir}/mime/packages/*.xml
|
||||
%{_mandir}/man?/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Feb 06 2025 Richard Shaw <hobbes1069@gmail.com> - 2.0.25-4
|
||||
- Rebuild for hamlib 4.6.
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Tue Dec 31 2024 Richard Shaw <hobbes1069@gmail.com> - 2.0.25-2
|
||||
- Rebuild for Hamlib 4.6.
|
||||
|
||||
* Wed Dec 25 2024 Filipe Rosset <rosset.filipe@gmail.com> - 2.0.25-1
|
||||
- Updated to 2.0.25 fixes rhbz#1947630
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 2.0.22-15
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.22-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.22-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.22-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jun 29 2023 Daniel Rusek <mail@asciiwolf.com> - 2.0.22-11
|
||||
- Add AppStream metadata, svg icon
|
||||
Resolves: rhbz#1792728
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.22-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Nov 08 2022 Richard Shaw <hobbes1069@gmail.com> - 2.0.22-9
|
||||
- Rebuild for updated hamlib 4.5.
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.22-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.22-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Dec 23 2021 Richard Shaw <hobbes1069@gmail.com> - 2.0.22-6
|
||||
- Rebuild for hamlib 4.4.
|
||||
|
||||
* Thu Dec 23 2021 Richard Shaw <hobbes1069@gmail.com> - 2.0.22-5
|
||||
- 36-build-side-49086
|
||||
|
||||
* Tue Oct 12 2021 Richard Shaw <hobbes1069@gmail.com> - 2.0.22-4
|
||||
- Rebuild for hamlib 4.3.1.
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.22-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sun May 30 2021 Richard Shaw <hobbes1069@gmail.com> - 2.0.22-2
|
||||
- Rebuild for hamlib 4.2.
|
||||
|
||||
* Mon May 10 2021 Richard Shaw <hobbes1069@gmail.com> - 2.0.22-1
|
||||
- Update to 2.0.22.
|
||||
|
||||
* Tue Feb 02 2021 Richard Shaw <hobbes1069@gmail.com> - 2.0.19-5
|
||||
- Rebuild for hamlib 4.1.
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.19-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.19-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu May 14 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.19-1
|
||||
- New version
|
||||
Resolves: rhbz#1834548
|
||||
|
||||
* Tue Mar 31 2020 Richard Shaw <hobbes1069@gmail.com> - 2.0.13-11
|
||||
- Rebuild for hamlib 4.
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Jan 05 2017 Richard Shaw <hobbes1069@gmail.com> - 2.0.13-2
|
||||
- Rebuild for hamlib 3.1.
|
||||
|
||||
* Mon Feb 15 2016 Lucian Langa <lucilanga@gnome.eu.org> - 2.0.13-1
|
||||
- cadd patch to deactivate Werror
|
||||
- doc files packaging fixes
|
||||
- drop gnomeprint BR
|
||||
- update to latest upstream
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.11-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Oct 02 2014 Rex Dieter <rdieter@fedoraproject.org> 2.0.11-4
|
||||
- update mime scriptlets
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri Jan 24 2014 Lucian Langa <cooly@gnome.eu.org> - 2.0.11-1
|
||||
- update to latest upstream
|
||||
- specfile cleanup
|
||||
|
||||
* Tue Aug 06 2013 Lucian Langa <cooly@gnome.eu.org> - 2.0.6-3
|
||||
- use unversioned doc directory
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat Mar 02 2013 Lucian Langa <cooly@gnome.eu.org> - 2.0.6-1
|
||||
- fix bogus log entries
|
||||
- drop missing files
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 2.0.5-2
|
||||
- Rebuild for new libpng
|
||||
|
||||
* Sat Mar 05 2011 Lucian Langa <cooly@gnome.eu.org> - 2.0.5-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sat Oct 30 2010 Lucian Langa <cooly@gnome.eu.org> - 2.0.4-1
|
||||
- update source and URL
|
||||
- new upstream release
|
||||
|
||||
* Sun Oct 25 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0.3-3
|
||||
- fix desktop file #530845
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Jul 20 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jun 25 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0.2-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Mar 09 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Tue Feb 17 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0-1
|
||||
- add --docdir option
|
||||
- remove m4 creation
|
||||
- drop patch0 (fixed upstream)
|
||||
- new upstream release
|
||||
|
||||
* Wed Dec 10 2008 Lucian Langa <cooly@gnome.eu.org> - 1.8.1-3
|
||||
- modify patch to correctly display documentation
|
||||
|
||||
* Sun Nov 23 2008 Lucian Langa <cooly@gnome.eu.org> - 1.8.1-2
|
||||
- fix for RH #472619: drop mimeinfo.cache
|
||||
|
||||
* Mon Sep 22 2008 Lucian Langa <cooly@gnome.eu.org> - 1.8.1-1
|
||||
- new upstream versuion
|
||||
- change category to HamRadio
|
||||
|
|
@ -104,10 +304,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
* Mon Dec 10 2007 Robert 'Bob' Jensen 1.6.2-1
|
||||
- Upstream Version bump
|
||||
|
||||
* Thu Nov 28 2007 Robert 'Bob' Jensen 1.6.1-2
|
||||
* Wed Nov 28 2007 Robert 'Bob' Jensen 1.6.1-2
|
||||
- License update
|
||||
|
||||
* Thu Nov 28 2007 Robert 'Bob' Jensen 1.6.1-1
|
||||
* Wed Nov 28 2007 Robert 'Bob' Jensen 1.6.1-1
|
||||
- Upstream Version bump to solve License issue in wwl.c
|
||||
|
||||
* Thu Nov 22 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> 1.6-3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue