public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/supernovas] epel10: Merge branch 'rawhide' into epel10
@ 2026-06-16 8:27 Attila Kovacs
0 siblings, 0 replies; 3+ messages in thread
From: Attila Kovacs @ 2026-06-16 8:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/supernovas
Branch : epel10
Commit : 1be0e78ca3586a65e0516423a19151a4d326800a
Author : Attila Kovacs <attipaci@gmail.com>
Date : 2026-06-16T10:27:23+02:00
Stats : +11/-36 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/supernovas/c/1be0e78ca3586a65e0516423a19151a4d326800a?branch=epel10
Log:
Merge branch 'rawhide' into epel10
---
diff --git a/install-examples.patch b/install-examples.patch
deleted file mode 100644
index 2c3128b..0000000
--- a/install-examples.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index dc110026..159a388a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -225,13 +225,22 @@ install(FILES CHANGELOG.md CONTRIBUTING.md
- )
-
- # For examples/ dir, list just the directory, not the individual files installed.
--install(CODE "message(STATUS \"Installing: <prefix>/${CMAKE_INSTALL_DOCDIR}/examples/\")")
--install(DIRECTORY ${PROJECT_SOURCE_DIR}/examples
-- TYPE DOC
-+install(CODE "message(STATUS \"Installing: <prefix>/${CMAKE_INSTALL_DOCDIR}/examples/c99\")")
-+install(DIRECTORY ${PROJECT_SOURCE_DIR}/examples/c99
- MESSAGE_NEVER
- COMPONENT Development
-+ DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples
- )
-
-+install(CODE "message(STATUS \"Installing: <prefix>/${CMAKE_INSTALL_DOCDIR}/examples/cpp\")")
-+if(ENABLE_CPP)
-+ install(DIRECTORY ${PROJECT_SOURCE_DIR}/examples/cpp
-+ MESSAGE_NEVER
-+ COMPONENT Development
-+ DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples
-+ )
-+endif()
-+
- # For legacy/ dir, list just the directory, not the individual files installed.
- install(CODE "message(STATUS \"Installing: <prefix>/${CMAKE_INSTALL_DOCDIR}/legacy/*\")")
- install(DIRECTORY ${PROJECT_SOURCE_DIR}/legacy
diff --git a/sources b/sources
index 93ecb21..c5eb4cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.6.0.tar.gz) = 0f5bd64966e441779c99ef7195c0f0365ad19d5b684e9b8a1dd478b05052e3f7c54a50e87a30e424f25fd847dca4fea4c152bbf18129d286794fb05cb804b668
+SHA512 (v1.7.0.tar.gz) = d45c26ec24b74a0565304f7d8bd254fea66e2ea31e39a7e3e32554e4e06a725592258dcf1b5c630eb9a196b568fe5f079302773c1989e089a18cb1a5aca76e60
diff --git a/supernovas.spec b/supernovas.spec
index 687b543..4b69d9d 100644
--- a/supernovas.spec
+++ b/supernovas.spec
@@ -1,13 +1,12 @@
-%global upstream_version 1.6.0
+%global upstream_version 1.7.0
Name: supernovas
-Version: 1.6.0
+Version: 1.7.0
Release: %autorelease
Summary: The Naval Observatory's NOVAS C astronomy library, made better
License: Unlicense
URL: https://sigmyne.github.io/SuperNOVAS
Source0: https://github.com/Sigmyne/SuperNOVAS/archive/refs/tags/v%{upstream_version}.tar.gz
-Patch0: install-examples.patch
# No i686 calceph package to build against
ExcludeArch: %{ix86}
@@ -16,7 +15,9 @@ BuildRequires: calceph-devel%{_isa} >= 4.0.0
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake
+BuildRequires: libcurl-devel
BuildRequires: doxygen >= 1.13.0
+BuildRequires: fdupes
# Starting with v1.5.0, we no longer need or package cio-data
Obsoletes: %{name}-cio-data < %{version}-%{release}
@@ -63,6 +64,7 @@ development, which requires use of precise Solar-system data.
%package devel
Summary: C development files for the SuperNOVAS C/C++ astronomy library
+Requires: lubcurl-devel%{?_isa}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-c++ = %{version}-%{release}
Requires: %{name}-solsys-calceph%{?_isa} = %{version}-%{release}
@@ -82,7 +84,7 @@ This package provides HTML documentation, examples, and legacy adapter
templates for the SuperNOVAS C/C++ astronomy library.
%prep
-%autosetup -p1 -n SuperNOVAS-%{upstream_version}
+%autosetup -n SuperNOVAS-%{upstream_version}
%build
%cmake \
@@ -96,6 +98,10 @@ templates for the SuperNOVAS C/C++ astronomy library.
%install
%cmake_install
+# Replace documentation dupes with hard links.
+# (Not needed starting f44...)
+hardlink --ignore-time --reflink=never $RPM_BUILD_ROOT/%{_docdir}/%{name}/html
+
%check
%ctest
@@ -116,7 +122,6 @@ templates for the SuperNOVAS C/C++ astronomy library.
%{_libdir}/cmake
%{_libdir}/pkgconfig
%doc %{_docdir}/%{name}/*.md
-%dir %{_docdir}/%{name}/examples
%doc %{_docdir}/%{name}/examples
%doc %{_docdir}/%{name}/legacy
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [rpms/supernovas] epel10: Merge branch 'rawhide' into epel10
@ 2026-06-17 11:00 Attila Kovacs
0 siblings, 0 replies; 3+ messages in thread
From: Attila Kovacs @ 2026-06-17 11:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/supernovas
Branch : epel10
Commit : 4f43af70985ebfd599e50637db87d2de23e812d8
Author : Attila Kovacs <attipaci@gmail.com>
Date : 2026-06-17T13:00:41+02:00
Stats : +3/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/supernovas/c/4f43af70985ebfd599e50637db87d2de23e812d8?branch=epel10
Log:
Merge branch 'rawhide' into epel10
---
diff --git a/sources b/sources
index c5eb4cb..9547f87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.7.0.tar.gz) = d45c26ec24b74a0565304f7d8bd254fea66e2ea31e39a7e3e32554e4e06a725592258dcf1b5c630eb9a196b568fe5f079302773c1989e089a18cb1a5aca76e60
+SHA512 (v1.7.1.tar.gz) = ae74ec6969c2902c53e5f1cc9bf66f41e97a838c7c0c0e6167a3f24050676a22f9ebd67f0b90a11105790b45166e3d1e79a4e9e264ccf68d4fb330785090f409
diff --git a/supernovas.spec b/supernovas.spec
index 343f841..29ccf2c 100644
--- a/supernovas.spec
+++ b/supernovas.spec
@@ -1,7 +1,7 @@
-%global upstream_version 1.7.0
+%global upstream_version 1.7.1
Name: supernovas
-Version: 1.7.0
+Version: 1.7.1
Release: %autorelease
Summary: The Naval Observatory's NOVAS C astronomy library, made better
License: Unlicense
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [rpms/supernovas] epel10: Merge branch 'rawhide' into epel10
@ 2026-06-16 9:11 Attila Kovacs
0 siblings, 0 replies; 3+ messages in thread
From: Attila Kovacs @ 2026-06-16 9:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/supernovas
Branch : epel10
Commit : 9f72f0c855358a3d97cd095ca457865fbba19173
Author : Attila Kovacs <attipaci@gmail.com>
Date : 2026-06-16T11:11:30+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/supernovas/c/9f72f0c855358a3d97cd095ca457865fbba19173?branch=epel10
Log:
Merge branch 'rawhide' into epel10
---
diff --git a/supernovas.spec b/supernovas.spec
index 4b69d9d..343f841 100644
--- a/supernovas.spec
+++ b/supernovas.spec
@@ -64,7 +64,7 @@ development, which requires use of precise Solar-system data.
%package devel
Summary: C development files for the SuperNOVAS C/C++ astronomy library
-Requires: lubcurl-devel%{?_isa}
+Requires: libcurl-devel%{?_isa}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-c++ = %{version}-%{release}
Requires: %{name}-solsys-calceph%{?_isa} = %{version}-%{release}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-17 11:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 8:27 [rpms/supernovas] epel10: Merge branch 'rawhide' into epel10 Attila Kovacs
2026-06-16 9:11 Attila Kovacs
2026-06-17 11:00 Attila Kovacs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox