Sync from SUSE:SLFO:Main libqt5-qtremoteobjects revision 6b2a11e81340d7fe01958a5790ff402c
This commit is contained in:
commit
1825962edd
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">5.15.11+kde@TAG_OFFSET@</param>
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtremoteobjects.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">qtremoteobjects-everywhere-src</param>
|
||||
<param name="revision">kde/5.15</param>
|
||||
<param name="parent-tag">v5.15.11-lts-lgpl</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtremoteobjects.git</param>
|
||||
<param name="changesrevision">bdc316aca82769b43cb7821c10d80a1ca02b846e</param></service></servicedata>
|
3
baselibs.conf
Normal file
3
baselibs.conf
Normal file
@ -0,0 +1,3 @@
|
||||
libQt5RemoteObjects5
|
||||
libqt5-qtremoteobjects-devel
|
||||
requires "libQt5RemoteObjects5-<targettype> = <version>"
|
537
libqt5-qtremoteobjects.changes
Normal file
537
libqt5-qtremoteobjects.changes
Normal file
@ -0,0 +1,537 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 06:42:24 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.11+kde0, rebased upstream:
|
||||
* tst_restart: add -nocrashhandler option for ServerRestartFatal mode
|
||||
* tst_restart: increase waiting timeout in test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 12:59:20 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.10+kde0, rebased upstream:
|
||||
* Regenerate certs
|
||||
* Use QTRY_COMPARE in ModelreplicaTest::basicFunctions() test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 10:00:56 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.8+kde4, rebased upstream:
|
||||
* qconnection_qnx_global_p.h: add missing Qt namespace
|
||||
* Check nullptr before using pointer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 09:23:07 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.8+kde0, rebased upstream:
|
||||
* Fix reconnect to replaced server node
|
||||
* Fix header change replication
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 08:56:18 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.7+kde0, rebased upstream:
|
||||
* Fix crash when remoting QML objects with sub-objects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 10:34:30 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.6+kde0, rebased upstream:
|
||||
* Remove dead code in serializeDefinition()
|
||||
* Remove dead code in qt_metacall()
|
||||
* CMake: Don't claim we have qt6_generate_repc in Qt6
|
||||
* Fix "Failed to create a timer" issue on Windows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 13:10:12 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.5+kde0, rebased upstream:
|
||||
* Update the replica when the layoutChanged signal is emitted
|
||||
* Simplify the FetchData test-helper class
|
||||
* Fix an error in TestModelView::testDataRemoval test
|
||||
* Simplify the WaitForDataChanged test-helper class
|
||||
* Refactor the TestModelView test
|
||||
* Add a helper class for waiting for model changes in tests
|
||||
* Revert "Update commercial license headers"
|
||||
* ExternalIODevice fixes
|
||||
* Document the QtRemoteObjects namespace
|
||||
* Regenerate certificates to match new macOS 10.15 restrictions
|
||||
* Attempt to fix flaky test
|
||||
* Try to stabilize flaky tests
|
||||
* Migrate from old signal/slot connection syntax (part 2)
|
||||
* Fix prefetching data for QAIM when no roles hint is provided
|
||||
* Document the QtRemoteObjects::InitialAction enum and its usage
|
||||
* Migrate from old signal/slot connection syntax
|
||||
* tst_external_IODevice: skip the test for macOS 10.15
|
||||
* Update commercial license headers
|
||||
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 26 13:36:57 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Fix requirement in baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 22 19:34:00 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Switch to KDE's maintenance branch
|
||||
- Update to version 5.15.2+kde3:
|
||||
* Add changes file for Qt 5.15.2
|
||||
* Improve stability of tst_proxy
|
||||
* Bump version
|
||||
- Add patch to reset version to 5.15.2:
|
||||
* 0001-Revert-Bump-version.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 12:09:33 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.2:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.15.2/?h=5.15.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 07:57:22 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.1:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.15.1/?h=5.15.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 10:20:12 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
- Update to version 5.15.0:
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 16:41:20 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
- Update to version 5.15.0-rc2:
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 11:37:57 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.0-rc:
|
||||
* New bugfix release
|
||||
* For the changes between 5.14.2 and 5.15.0 please see:
|
||||
http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.15.0/?h=5.15.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 07:11:27 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.0-beta4:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 06:47:44 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.0-beta3:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 12:13:51 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.0-beta2:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 09:59:07 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.0-beta1:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 10:16:41 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.0-alpha:
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
https://wiki.qt.io/New_Features_in_Qt_5.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 13:14:30 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.14.1:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.14.1/?h=v5.14.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 10:28:08 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update the license tags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 12:54:25 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.14.0:
|
||||
* New bugfix release
|
||||
* For the changes between 5.13.2 and 5.14.0 please see:
|
||||
https://code.qt.io/cgit/qt/qtremoteobjects.git/tree/dist/changes-5.14.0?h=v5.14.0
|
||||
* For the changes between 5.13.1 and 5.13.2 please see:
|
||||
https://code.qt.io/cgit/qt/qtremoteobjects.git/tree/dist/changes-5.13.2?h=v5.14.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 14:38:01 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.14.0-rc:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
* For more details please see:
|
||||
* For more details about Qt 5.14 please see:
|
||||
https://wiki.qt.io/New_Features_in_Qt_5.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 13:02:22 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.14.0-beta3:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 13:22:57 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.14.0-beta2:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 12:34:43 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.14.0-beta1:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:30:29 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.14.0-alpha:
|
||||
* New feature release
|
||||
* No changelog available
|
||||
* For more details about Qt 5.14 please see:
|
||||
https://wiki.qt.io/New_Features_in_Qt_5.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 08:04:25 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.13.1:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.13.1/?h=v5.13.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 22:42:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Add some new files to the devel package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 11:24:19 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.0:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
* For more details about Qt 5.13 please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.13.0/?h=5.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 07:24:59 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.0-rc:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 09:16:49 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.0-beta2:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 07:27:25 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.3:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.12.3/?h=v5.12.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 10:26:06 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.0-beta1:
|
||||
* New feature release
|
||||
* For more details about Qt 5.13 please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.13.0/?h=5.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:51:40 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.2:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.12.2/?h=5.12.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 08:40:10 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.1:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.12.1/?h=v5.12.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 13:36:53 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0:
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.12.0/?h=v5.12.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 08:16:55 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-rc2:
|
||||
* New bugfix release
|
||||
* Only important bugfixes
|
||||
- Changelog for Qt 5.12.0:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.12.0/?h=5.12.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 13:39:36 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-rc:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 15:25:17 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-beta4:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 26 07:20:56 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-beta3:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 08:23:40 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-beta2:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 19:24:29 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-beta1:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 07:34:11 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-alpha:
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* http://wiki.qt.io/New_Features_in_Qt_5.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 07:59:27 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.2
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.11.2/?h=v5.11.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 09:32:01 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Use %license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 19 10:50:54 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.11.1/?h=v5.11.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 16:09:35 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.11.0/?h=v5.11.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 11:01:30 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0-rc
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 08:57:46 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0-beta4
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 09:14:50 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0-beta3
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 28 09:17:42 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0-beta2
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 13:40:45 UTC 2018 - christophe@krop.fr
|
||||
|
||||
- Fix the license tag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 1 09:55:40 CET 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0-beta1
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.11.0-beta1/?h=v5.11.0-beta1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 14:29:15 CET 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0-alpha
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://wiki.qt.io/New_Features_in_Qt_5.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 15:46:50 CET 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtremoteobjects.git/plain/dist/changes-5.10.1/?h=v5.10.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 23:13:03 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update the license tag (boo#967696)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 12:18:11 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 final
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 14:12:55 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 2
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 09:47:16 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 1
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 12:46:42 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.9.3
|
||||
* New bugfix release
|
||||
* For more details, see:
|
||||
http://code.qt.io/cgit/qt/qtremoteobjects.git/tree/dist/changes-5.9.3/?h=v5.9.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 11:41:49 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 4
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 07:22:37 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 3
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 16:19:32 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 2
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 16:17:32 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 1
|
||||
- For more information visit:
|
||||
https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 14:07:45 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.9.2
|
||||
* For more details please see:
|
||||
https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 14:42:37 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Alpha 1
|
||||
- For more information visit:
|
||||
https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 17:22:50 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Run spec cleaner, add %doc LICENSE*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 21:38:41 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 08:15:22 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.9.1
|
||||
* For more details please see:
|
||||
http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 07:05:18 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.9.0 final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 19:16:41 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.9.0 RC:
|
||||
* For more details please see:
|
||||
http://lists.qt-project.org/pipermail/announce/2017-May/000115.html
|
||||
and https://wiki.qt.io/New_Features_in_Qt_5.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 18:23:50 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Initial packaging
|
||||
|
161
libqt5-qtremoteobjects.spec
Normal file
161
libqt5-qtremoteobjects.spec
Normal file
@ -0,0 +1,161 @@
|
||||
#
|
||||
# spec file for package libqt5-qtremoteobjects
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define qt5_snapshot 1
|
||||
%define libname libQt5RemoteObjects5
|
||||
%define base_name libqt5
|
||||
%define real_version 5.15.11
|
||||
%define so_version 5.15.11
|
||||
%define tar_version qtremoteobjects-everywhere-src-%{version}
|
||||
Name: libqt5-qtremoteobjects
|
||||
Version: 5.15.11+kde0
|
||||
Release: 0
|
||||
Summary: Qt 5 RemoteObjects Library
|
||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||
Group: Development/Libraries/X11
|
||||
Url: http://qt.io
|
||||
Source: %{tar_version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: libQt5Core-private-headers-devel >= %{real_version}
|
||||
BuildRequires: libqt5-qtbase-devel >= %{real_version}
|
||||
BuildRequires: xz
|
||||
%if %{qt5_snapshot}
|
||||
#to create the forwarding headers
|
||||
BuildRequires: perl
|
||||
%endif
|
||||
|
||||
%description
|
||||
Qt Remote Objects (QtRO) is an inter-process communication (IPC)
|
||||
processes or computers.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{tar_version}
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Qt 5 RemoteObjects Library
|
||||
Group: System/Libraries
|
||||
%requires_ge libQt5Core5
|
||||
|
||||
%description -n %{libname}
|
||||
Qt Remote Objects (QtRO) is an inter-process communication (IPC)
|
||||
processes or computers.
|
||||
|
||||
%package tools
|
||||
Summary: Qt 5 RemoteObjects Tools
|
||||
Group: Development/Tools/Debuggers
|
||||
License: GPL-3.0-with-Qt-Company-Qt-exception-1.1
|
||||
|
||||
%description tools
|
||||
Qt Remote Objects (QtRO) is an inter-process communication (IPC)
|
||||
processes or computers.
|
||||
|
||||
This package contains REPC, a compiler for Qt RemoteObjects API definition files.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the Qt5 RemoteObjects library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: %{name}-tools = %{version}
|
||||
|
||||
%description devel
|
||||
Qt Remote Objects (QtRO) is an inter-process communication (IPC)
|
||||
processes or computers.
|
||||
|
||||
You need this package if you want to compile programs with QtRemoteObjects.
|
||||
|
||||
%package private-headers-devel
|
||||
Summary: Non-ABI stable experimental API for the Qt5 RemoteObjects library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-devel = %{version}
|
||||
Requires: libQt5Core-private-headers-devel >= %{real_version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description private-headers-devel
|
||||
This package provides private headers of libqt5-qtremoteobjects that are normally
|
||||
not used by application development and that do not have any ABI or
|
||||
API guarantees. The packages that build against these have to require
|
||||
the exact Qt version.
|
||||
|
||||
%package examples
|
||||
Summary: Qt5 remoteobjects examples
|
||||
Group: Development/Libraries/X11
|
||||
License: BSD-3-Clause
|
||||
Recommends: %{name}-devel
|
||||
|
||||
%description examples
|
||||
Examples for the libqt5-qtremoteobjects module.
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%build
|
||||
%if %{qt5_snapshot}
|
||||
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
||||
mkdir .git
|
||||
%endif
|
||||
%qmake5
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%qmake5_install
|
||||
|
||||
# kill .la files
|
||||
rm -f %{buildroot}%{_libqt5_libdir}/*.la
|
||||
|
||||
# put all the binaries to %%_bindir and symlink them back to %%_qt5_bindir
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
pushd %{buildroot}%{_libqt5_bindir}
|
||||
for i in * ; do
|
||||
mv $i ../../../bin/
|
||||
ln -s ../../../bin/$i .
|
||||
done
|
||||
popd
|
||||
|
||||
%files -n %{libname}
|
||||
%license LICENSE*
|
||||
%{_libqt5_libdir}/libQt5RemoteObjects.so.*
|
||||
|
||||
%files tools
|
||||
%license LICENSE*
|
||||
%{_bindir}/repc
|
||||
%{_libqt5_bindir}/repc
|
||||
|
||||
%files private-headers-devel
|
||||
%license LICENSE*
|
||||
%{_libqt5_includedir}/QtRemoteObjects/%{so_version}
|
||||
|
||||
%files devel
|
||||
%license LICENSE*
|
||||
%exclude %{_libqt5_includedir}/QtRemoteObjects/%{so_version}
|
||||
%{_libqt5_archdatadir}/mkspecs/features/*.prf
|
||||
%{_libqt5_archdatadir}/mkspecs/features/*.pri
|
||||
%{_libqt5_archdatadir}/mkspecs/modules/*.pri
|
||||
%{_libqt5_includedir}/QtRemoteObjects/
|
||||
%{_libqt5_includedir}/QtRepParser/
|
||||
%{_libqt5_libdir}/cmake/Qt5RemoteObjects/
|
||||
%{_libqt5_libdir}/cmake/Qt5RepParser/
|
||||
%{_libqt5_libdir}/libQt5RemoteObjects.prl
|
||||
%{_libqt5_libdir}/libQt5RemoteObjects.so
|
||||
%{_libqt5_libdir}/libQt5RepParser.prl
|
||||
%{_libqt5_libdir}/pkgconfig/Qt5RemoteObjects.pc
|
||||
%{_libqt5_libdir}/pkgconfig/Qt5RepParser.pc
|
||||
|
||||
%files examples
|
||||
%{_libqt5_examplesdir}/
|
||||
|
||||
%changelog
|
BIN
qtremoteobjects-everywhere-src-5.15.11+kde0.obscpio
(Stored with Git LFS)
Normal file
BIN
qtremoteobjects-everywhere-src-5.15.11+kde0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
4
qtremoteobjects-everywhere-src.obsinfo
Normal file
4
qtremoteobjects-everywhere-src.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: qtremoteobjects-everywhere-src
|
||||
version: 5.15.11+kde0
|
||||
mtime: 1686319749
|
||||
commit: bdc316aca82769b43cb7821c10d80a1ca02b846e
|
Loading…
Reference in New Issue
Block a user