qt6-keychain cfitsio ver. bump

This commit is contained in:
Rmys
2026-05-01 10:54:12 +03:00
parent f9a4334282
commit ed7046c8b9
3 changed files with 21 additions and 7 deletions
+8 -1
View File
@@ -11,7 +11,7 @@
<License>BSD</License> <License>BSD</License>
<Summary>Provides support for secure credentials storage</Summary> <Summary>Provides support for secure credentials storage</Summary>
<Description>Qt5-Keychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform</Description> <Description>Qt5-Keychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform</Description>
<Archive sha1sum="58388b28ec0f6e2504e0c168c2fed9bd63dd7221" type="targz">https://github.com/frankosterfeld/qtkeychain/archive/refs/tags/0.15.0.tar.gz</Archive> <Archive sha1sum="4cf693c93bc3797bbf1f563f5fbdc9ae241fd997" type="targz">https://github.com/frankosterfeld/qtkeychain/archive/refs/tags/0.16.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
@@ -50,6 +50,13 @@
</Package> </Package>
<History> <History>
<Update release="25">
<Date>2026-04-30</Date>
<Version>0.16.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="24"> <Update release="24">
<Date>2026-04-02</Date> <Date>2026-04-02</Date>
<Version>0.15.0</Version> <Version>0.15.0</Version>
+2 -2
View File
@@ -15,7 +15,7 @@ def setup():
autotools.configure("--enable-reentrant") autotools.configure("--enable-reentrant")
def build(): def build():
autotools.make("shared") autotools.make()
for t in ("fpack", "funpack", "imcopy", "fitscopy"): for t in ("fpack", "funpack", "imcopy", "fitscopy"):
autotools.make(t) autotools.make(t)
@@ -37,4 +37,4 @@ def install():
pisitools.dosym("libcfitsio.so.0.0", "/usr/lib/libcfitsio.so.0") pisitools.dosym("libcfitsio.so.0.0", "/usr/lib/libcfitsio.so.0")
pisitools.dosym("libcfitsio.so.0.0", "/usr/lib/libcfitsio.so") pisitools.dosym("libcfitsio.so.0.0", "/usr/lib/libcfitsio.so")
pisitools.dodoc("*.txt", "README") pisitools.dodoc("*.txt", "README*")
+11 -4
View File
@@ -13,17 +13,17 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>C and Fortran library for manipulating FITS files</Summary> <Summary>C and Fortran library for manipulating FITS files</Summary>
<Description>CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format.</Description> <Description>CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format.</Description>
<Archive sha1sum="408338bad82ba30942e74d13ae29a4e00d05e26a" type="targz">https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.3.1.tar.gz</Archive> <Archive sha1sum="cf3ba3f14f63ddc6d22ae88fbd226163b7547292" type="targz">https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.6.4.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>bzip2</Dependency> <Dependency>bzip2</Dependency>
<Dependency>curl-devel</Dependency> <Dependency>curl-devel</Dependency>
<Dependency>zlib-devel</Dependency> <Dependency>zlib-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">fedora/cfitsio-ldflags.patch</Patch> <!-- <Patch level="1">fedora/cfitsio-ldflags.patch</Patch> -->
<Patch level="1">fedora/cfitsio-pkgconfig.patch</Patch> <Patch level="1">fedora/cfitsio-pkgconfig.patch</Patch>
<Patch level="1">fedora/cfitsio-remove-rpath.patch</Patch> <!-- <Patch level="1">fedora/cfitsio-remove-rpath.patch</Patch> -->
<Patch level="1">fedora/cfitsio-zlib.patch</Patch> <!-- <Patch level="1">fedora/cfitsio-zlib.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -54,6 +54,13 @@
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2026-04-29</Date>
<Version>4.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2023-11-23</Date> <Date>2023-11-23</Date>
<Version>4.3.1</Version> <Version>4.3.1</Version>