From 4d9ffe1a973883475f88fae33b4afef90b2f0f04 Mon Sep 17 00:00:00 2001
From: Christian Dersch <lupinix(a)mailbox.org>
Date: Feb 28 2018 23:48:31 +0000
Subject: new version
---
diff --git a/.gitignore b/.gitignore
index 8c7e7e5..ff70db0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/kstars-2.8.9.tar.xz
/kstars-2.9.1.tar.xz
/kstars-2.9.2.tar.xz
+/kstars-2.9.3.tar.xz
diff --git a/kstars.spec b/kstars.spec
index e833d4e..bb6344d 100644
--- a/kstars.spec
+++ b/kstars.spec
@@ -1,7 +1,7 @@
Name: kstars
Summary: Desktop Planetarium
-Version: 2.9.2
-Release: 3%{?dist}
+Version: 2.9.3
+Release: 1%{?dist}
# We have to use epoch now, KStars is no longer part of KDE Applications and
# uses its own (lower) version now
@@ -159,6 +159,9 @@ fi
%changelog
+* Wed Feb 28 2018 Christian Dersch <lupinix(a)mailbox.org> - 1:2.9.3-1
+- new version
+
* Fri Feb 23 2018 Christian Dersch <lupinix(a)mailbox.org> - 1:2.9.2-3
- rebuilt for cfitsio 3.420 (so version bump)
diff --git a/sources b/sources
index e10309c..885391a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kstars-2.9.2.tar.xz) = e0fdf5bf267ddea2480466296fc93b2cc587f4caf07ab9d99c3537b2aad69637be1c7f2b661df7c86f775d34f4f457f6d01cc863c7c06ff80146fd5d3bbbdab5
+SHA512 (kstars-2.9.3.tar.xz) = 25f6f2eb2ccb770d17d69d437c6a64564047b92efcca6dfb5bb393f144b8ccb9bd6b704e6468ae005c2af0125998db5d6417bc0c375cf2d6c74b1c8e8ba70190
https://src.fedoraproject.org/rpms/kstars/c/4d9ffe1a973883475f88fae33b4afef…
From 3f8dfea58dc1b6c11c0358d63ce313569a77ba11 Mon Sep 17 00:00:00 2001
From: Patrick Uiterwijk <puiterwijk(a)redhat.com>
Date: Feb 28 2018 23:35:27 +0000
Subject: Revert "Add dependency on authselect-compat"
This was based on a mistaken interpretation of runtime vs disc-time.
This reverts commit 02cae85d20496a5baebbda1d3a3deb7d2946d9d0.
---
diff --git a/anaconda.spec b/anaconda.spec
index faec1dc..5be9d24 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -7,7 +7,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 29.1
-Release: 2%{?dist}
+Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
URL: http://fedoraproject.org/wiki/Anaconda
@@ -88,7 +88,6 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
-Requires: authselect-compat
Requires: python3-libs
Requires: python3-dnf >= %{dnfver}
Requires: python3-blivet >= 1:3.0.0-0.1.b1
@@ -337,9 +336,6 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
-* Wed Feb 28 2018 Patrick Uiterwijk <puiterwijk(a)redhat.com> - 29.1-2
-- Add dependency on authselect-compat
-
* Wed Feb 28 2018 Martin Kolman <mkolman(a)redhat.com> - 29.1-1
- Use observers to access the hostname service (vponcova)
- Make safe to observe services on buses that don't have to run (vponcova)
https://src.fedoraproject.org/rpms/anaconda/c/3f8dfea58dc1b6c11c0358d63ce31…