Hello community,

here is the log from the commit of package AusweisApp2 for openSUSE:Factory 
checked in at 2020-12-04 21:29:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/AusweisApp2 (Old)
 and      /work/SRC/openSUSE:Factory/.AusweisApp2.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "AusweisApp2"

Fri Dec  4 21:29:29 2020 rev:7 rq:853120 version:1.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/AusweisApp2/AusweisApp2.changes  2020-09-04 
11:14:15.839095624 +0200
+++ /work/SRC/openSUSE:Factory/.AusweisApp2.new.5913/AusweisApp2.changes        
2020-12-04 21:29:34.730216124 +0100
@@ -1,0 +2,37 @@
+Wed Dec  2 18:09:47 UTC 2020 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 1.22.0
+    * PIN management has been revised.
+    * App navigation on iOS and Android harmonized. The sidebar on Android has
+      been removed and replaced with a bar at the bottom of the screen.
+    * The "Help" area has been revised and restructured on all platforms.
+      The software licenses can now be viewed within the application.
+    * A new start page has been added on Android and iOS.
+    * A function test can now be carried out on Android and iOS via the
+      entry "Check device and ID card" on the start page.
+    * Auxiliary animations have been added to Android and iOS to
+      clarify possible positions for placing the ID card.
+    * The one-off notice that the transport PIN must be changed
+      has been added to Android and iOS.
+    * Option entry and query for the permission "local network access" has been
+      added on iOS 14. This is necessary for using a smartphone as a card 
reader.
+    * AusweisAppp2 can now be installed on macOS via the App Store. Updates 
that
+      appear in the future can be obtained automatically through the store.
+    * The update mechanism on Windows has been revised. The download of the 
update
+      and the start of the installation are now carried out automatically when 
an
+      update is started.
+    * Support for the German eID card for Union citizens has been added.
+    * Support for macOS Sierra 10.12 has been discontinued.
+    * Support for Bluetooth card readers has been discontinued.
+    * Minor bug fixes.
+    * The SDK now supports changing the PIN.
+    * The SDK now supports displaying the permissions "PinManagement" and 
"CanAllowed".
+    * Update of OpenSSL to version 1.1.1h.
+    * Update of Qt to version 5.15.2.
+- Add libQt5QuickTemplates2-devel to BuildRequires
+- Add manpage to %files section
+- Add patch to fix manpage installation path
+  + 0001-fix-manpage-path.patch
+
+-------------------------------------------------------------------

Old:
----
  1.20.2.tar.gz

New:
----
  0001-fix-manpage-path.patch
  1.22.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ AusweisApp2.spec ++++++
--- /var/tmp/diff_new_pack.OUioIx/_old  2020-12-04 21:29:35.614217122 +0100
+++ /var/tmp/diff_new_pack.OUioIx/_new  2020-12-04 21:29:35.614217122 +0100
@@ -17,13 +17,14 @@
 
 
 Name:           AusweisApp2
-Version:        1.20.2
+Version:        1.22.0
 Release:        0
 Summary:        Official authentication app for German ID cards and residence 
permits
 License:        EUPL-1.2
 Group:          Productivity/Security
 URL:            https://www.ausweisapp.bund.de
 Source0:        
https://github.com/Governikus/AusweisApp2/archive/%{version}.tar.gz
+Patch0:         0001-fix-manpage-path.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -31,6 +32,7 @@
 BuildRequires:  libQt5Core-devel
 BuildRequires:  libQt5Network-devel
 BuildRequires:  libQt5QuickControls2-devel
+BuildRequires:  libQt5QuickTemplates2-devel
 BuildRequires:  libQt5Svg-devel
 BuildRequires:  libQt5Xml-devel
 BuildRequires:  libopenssl-1_1-devel
@@ -54,6 +56,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -fPIC"
@@ -78,5 +81,6 @@
 %{_datadir}/metainfo
 %{_datadir}/applications/com.governikus.ausweisapp2.desktop
 %{_datadir}/icons/hicolor
+%{_mandir}/man1/%{name}.1.gz
 
 %changelog

++++++ 0001-fix-manpage-path.patch ++++++
diff -Nru AusweisApp2-1.22.0.orig/cmake/Install.cmake 
AusweisApp2-1.22.0/cmake/Install.cmake
--- AusweisApp2-1.22.0.orig/cmake/Install.cmake 2020-12-01 11:14:21.000000000 
+0100
+++ AusweisApp2-1.22.0/cmake/Install.cmake      2020-12-02 13:48:07.406405781 
+0100
@@ -268,7 +268,7 @@
        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${BUNDLE_IDENTIFIER}.desktop 
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications COMPONENT Application)
        install(FILES ${RESOURCES_DIR}/images/npa.svg DESTINATION 
${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps COMPONENT Application 
RENAME AusweisApp2.svg)
        install(FILES ${RESOURCES_DIR}/images/npa.png DESTINATION 
${CMAKE_INSTALL_DATADIR}/icons/hicolor/96x96/apps COMPONENT Application RENAME 
AusweisApp2.png)
-       install(FILES ${DOCS_DIR}/AusweisApp2.1 DESTINATION 
${CMAKE_INSTALL_MANDIR}/ COMPONENT Application)
+       install(FILES ${DOCS_DIR}/AusweisApp2.1 DESTINATION 
${CMAKE_INSTALL_MANDIR}/man1 COMPONENT Application)
 endif()
 
 
++++++ 1.20.2.tar.gz -> 1.22.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/AusweisApp2/1.20.2.tar.gz 
/work/SRC/openSUSE:Factory/.AusweisApp2.new.5913/1.22.0.tar.gz differ: char 12, 
line 1
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to