#3 Update to 0.12.0
Closed 2 years ago by nonamedotc. Opened 3 years ago by nonamedotc.
rpms/ nonamedotc/qtkeychain master  into  rawhide

file modified
+1
@@ -8,3 +8,4 @@ 

  /qtkeychain-0.9.1.tar.gz

  /qtkeychain-0.10.0.tar.gz

  /qtkeychain-0.11.1.tar.gz

+ /qtkeychain-0.12.0.tar.gz

file modified
+8 -41
@@ -1,11 +1,6 @@ 

- %if 0%{?fedora}

- %bcond_without qt4

- %else

- %bcond_with qt4

- %endif

  

  Name:           qtkeychain

- Version:        0.11.1

+ Version:        0.12.0

  Release:        1%{?dist}

  Summary:        A password store library

  
@@ -15,10 +10,6 @@ 

  

  BuildRequires:  gcc-c++

  BuildRequires:  cmake

- %if %{with qt4}

- BuildRequires:  pkgconfig(QtCore)

- BuildRequires:  pkgconfig(QtDBus)

- %endif

  BuildRequires:  pkgconfig(libsecret-1)

  

  %description
@@ -37,6 +28,9 @@ 

  %package qt5

  Summary:        %{summary}

  

+ Provides:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}

+ Obsoletes:      %{name} < %{?epoch:%{epoch}:}%{version}-%{release}

+ 

  %description qt5

  The qt5keychain library allows you to store passwords easily and securely.

  
@@ -56,19 +50,8 @@ 

  %prep

  %autosetup -p1

  

- %if %{with qt4}

- mkdir %{_target_platform}-qt4

- %endif

  

  %build

- %if %{with qt4}

- %cmake -B %{_target_platform}-qt4 \

-   -DBUILD_WITH_QT4:BOOL=ON \

-   -DCMAKE_BUILD_TYPE=RelWithDebInfo

- 

- %make_build -C %{_target_platform}-qt4

- %endif

- 

  %cmake \

    -DBUILD_WITH_QT4:BOOL=OFF \

    -DCMAKE_BUILD_TYPE=RelWithDebInfo
@@ -76,34 +59,14 @@ 

  %cmake_build

  

  %install

- %if %{with qt4}

- %make_install -C %{_target_platform}-qt4

- %endif

  %cmake_install

  

  %find_lang %{name} --with-qt

  

- %if %{with qt4}

- grep %{_datadir}/%{name}/translations %{name}.lang > %{name}-qt4.lang

- %endif

  grep %{_datadir}/qt5keychain/translations %{name}.lang > %{name}-qt5.lang

  

- %if %{with qt4}

- %files -f %{name}-qt4.lang

- %doc ReadMe.txt

- %license COPYING

- %{_libdir}/libqtkeychain.so.1

- %{_libdir}/libqtkeychain.so.0*

- 

- %files devel

- %{_includedir}/qtkeychain/

- %{_libdir}/cmake/QtKeychain/

- %{_libdir}/libqtkeychain.so

- %{_libdir}/qt5/mkspecs/modules/qt_QtKeychain.pri

- %endif

  

  %files qt5 -f %{name}-qt5.lang

- %doc ReadMe.txt

  %license COPYING

  %{_libdir}/libqt5keychain.so.1

  %{_libdir}/libqt5keychain.so.0*
@@ -115,6 +78,10 @@ 

  %{_libdir}/qt5/mkspecs/modules/qt_Qt5Keychain.pri

  

  %changelog

+ * Tue Dec 22 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.12.0-1

+ - Update to 0.12.0

+ - Drop all qt4 bits - no longer supported

+ 

  * Tue Sep 08 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.11.1-1

  - Update to 0.11.1

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (qtkeychain-0.11.1.tar.gz) = 45551003000b8ed76d44767c54d18dcbb956d5aeb63d8bf2f0fc06c61eab4d7d2e70b894e9c0729722dfcb5004f818f4f4c9a413444fc2aebe0271f104b500e6

+ SHA512 (qtkeychain-0.12.0.tar.gz) = ad8f7b3e8f59894a09892aeb78118f5ed93aa4593eece782c1879a4f3c37d9d63e8d40ad4b2e6a2e286e0da39f45cd4ed46181a1a05c078a59134114b2456a03

Release 0.12.0 drops qt4 support. I have removed all qt4 bits from the package but I am not sure if I should add provides/obsoletes.

@tdawson Can you take a look? Thanks.

I stumbled over an issue in this package which was already fixed a while ago upstream. Could someone please review this PR to update it?

@nonamedotc could you update this PR for the latest upstream release, 0.13.2?

this is my PR and I am now a maintainer. :dizzy_face:

Can you send a PR with 0.13.2? It will help me.

If not, I will merge this now and then work on updating to 0.13.2

this is my PR and I am now a maintainer. :dizzy_face:

Can you send a PR with 0.13.2? It will help me.

If not, I will merge this now and then work on updating to 0.13.2

Are you still working on this package/update?

I will update this soon. Just tested this.

Pull-Request has been closed by nonamedotc

2 years ago

updated on rawhide. thanks for the reminders.