Commit Graph

49 Commits

Author SHA256 Message Date
Ana Guerrero
b4f0e2fbac Accepting request 1175106 from network
- Update to 1.6.1:
  * Fix handling of XMPP redirects (introduced in aaa6497)
  * Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData
  * Fix OMEMO decryption of group chat messages (#617)
  * Fix stream resumption
    This has been an issue since the initial implementation of
    stream mangement. The xmlns was missing in the <resume/>
    element and the stream ID was not parsed in the <enabled/>
    element.

OBS-URL: https://build.opensuse.org/request/show/1175106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=23
2024-05-20 16:15:18 +00:00
Christophe Marin
94638e456c OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=46 2024-05-19 09:16:10 +00:00
Christophe Marin
d000a46755 Accepting request 1175105 from home:jubalh:branches:network
- Update to 1.6.1:
  * Fix handling of XMPP redirects (introduced in aaa6497)
  * Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData
  * Fix OMEMO decryption of group chat messages (#617)
  * Fix stream resumption
    This has been an issue since the initial implementation of
    stream mangement. The xmlns was missing in the <resume/>
    element and the stream ID was not parsed in the <enabled/>
    element.

OBS-URL: https://build.opensuse.org/request/show/1175105
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=45
2024-05-19 09:15:46 +00:00
Ana Guerrero
12fc2e7a74 Accepting request 1151219 from network
- Add build flavors to have both Qt5 and Qt6 variants available.
  The KDE CI and future packages require a qt6-based libqxmpp
- Enable the onemo build dependency on Leap 15.5/15.6
- Switch to the latest GCC version available in Leap for packages
  that can't build with the default compiler

OBS-URL: https://build.opensuse.org/request/show/1151219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=22
2024-02-26 18:46:26 +00:00
Christophe Marin
08cdc33813 OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=43 2024-02-26 11:27:34 +00:00
462164e850 Accepting request 1147528 from home:krop:branches:network
- Add build flavors to have both Qt5 and Qt6 variants available.
  The KDE CI and future packages require a qt6-based libqxmpp
- Enable the onemo build dependency on Leap 15.5/15.6
- Switch to the latest GCC version available in Leap for packages
  that can't build with the default compiler

OBS-URL: https://build.opensuse.org/request/show/1147528
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=42
2024-02-26 10:52:18 +00:00
Ana Guerrero
ba81d2cb00 Accepting request 1144832 from network
OBS-URL: https://build.opensuse.org/request/show/1144832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=21
2024-02-07 17:50:25 +00:00
ea29b5ffc1 Accepting request 1144768 from home:jubalh:branches:network
- Update to 1.6.0:
  * First QXmpp logo (#528)
  * Implement XEP-0215: External Service Discovery (#542)
  * Implement XEP-0353: Jingle Message Initiation (#570)
  * Implement XEP-0482: Call Invites (#575)
  * Implement XEP-0191: Blocking Command (#577)
  * Client: New constructor for creating without any extensions

OBS-URL: https://build.opensuse.org/request/show/1144768
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=40
2024-02-07 08:49:03 +00:00
Ana Guerrero
d05c263d2a Accepting request 1144498 from network
OBS-URL: https://build.opensuse.org/request/show/1144498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=20
2024-02-06 15:35:25 +00:00
39f5ad7c40 Accepting request 1144105 from home:jubalh:branches:network
- Update to 1.5.6:
  * Behaviour change: sendIq() automatically parses stanza errors (returned as QXmppError)
  * CMake: "QXmpp" legacy cmake package is now only installed for Qt 5 builds
  * Fix unit tests with Qt 6!
  * EncryptedFileSharingProvider: Fix wrong cipher set in sent file share element
  * Fix SCE parsing mode when parsing encrypted messages
  * Fix file encryption with QCA issues
  * Fix picking by strength of hashing algorithms
  * Fix github ci
  * Add unit tests for all file encryption ciphers

- Update to 1.5.5:
  * Fix dependencies in generated pkg-config files
  * Fix compilation with android/clang

- Update to 1.5.4:
  * OMEMO fixes
  * Fix use-after-move in EntityTimeManager
  * EME: Always send encryption name text
  * Fix interpretation of empty to/from address in the client
  * MSVC related build fixes
  * Support installing QXmpp with Qt 5 and Qt 6 in parallel
  * Support building QXmppOmemo statically

OBS-URL: https://build.opensuse.org/request/show/1144105
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=38
2024-02-06 08:35:11 +00:00
Dominique Leuenberger
0f5d29a436 Accepting request 1071800 from network
- remove baselibs, not sure if we need 32bit libs anymore.

- Update to 1.5.3
  * MAM: Fix task is never finished when none of the messages is
    encrypted but e2ee is enabled
  * SaslDigestMd5: Fix undefined behaviour with Qt 6 when parsing
    empty property at the end of the input
  * CarbonManagerV2: Fix enable IQ sending
  * Fix various OMEMO issues and update to libomemo-c 0.5
  * Add CMake option to manually specify Qt major version
  * Readd old PubSubIq and PubSubItem after justified complaints

- Update to 1.5.2
  * Fix undefined behaviour in OmemoManager and FileSharingManager
  * STUN: Fix nonce attribute is not padded
  Changes in 1.5.1:
  * Fix build with clang (usage of auto in template argument)
  Changes in 1.5.0:
  * New QXmppTask/Promise for asynchronous APIs
  * Packet sending result reporting (sent, stream management acks)
  * IQ response recognition and mapping to requests via QXmppTask
  * Add QXmppTask-based APIs to most of the managers
  * Implement XEP-0060: Publish-Subscribe (nearly complete)
  * Implement XEP-0118: User Tune
  * Implement XEP-0080: User Location
  * Rewrite MIX items with new PubSubItem
  * Add specified data forms parsing utilities
  * Implement XEP-0384: OMEMO Encryption
  * Implement XEP-0434: Trust Messages (TM)
  * Implement XEP-0450: Automatic Trust Management (ATM)

OBS-URL: https://build.opensuse.org/request/show/1071800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=19
2023-03-14 17:16:27 +00:00
518b2de33a - remove baselibs, not sure if we need 32bit libs anymore.
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=36
2023-03-14 14:25:25 +00:00
edcf41dd98 * library now major version 4
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=35
2023-03-13 14:08:37 +00:00
c8acb612a8 OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=34 2023-03-13 14:07:52 +00:00
778a81bc27 Accepting request 1070852 from home:krop:branches:network
Update to  1.5.3

OBS-URL: https://build.opensuse.org/request/show/1070852
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=33
2023-03-13 13:54:01 +00:00
Dominique Leuenberger
0816566ada Accepting request 909704 from network
OBS-URL: https://build.opensuse.org/request/show/909704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=18
2021-08-02 10:05:13 +00:00
Andrey Karepin
bae8818b3e Accepting request 909677 from home:DarkSS:branches:network
- update to 1.4.0:
  * Qt 6 port, including many undeprecations and some refactoring
  * Add XEP-0224: Attention manager
  * Implement MIX-MISC XEP-0407: Invitation message extension
  * New SCRAM-SHA3-512 and SCRAM-SHA-512 SASL algorithms
  * Client: Advertise stream management state
  * RosterManager: Cache roster if stream can be resumed
  * RosterManager: Enable MIX annotation for roster items
  * Bind IQ errors are now handled properly
  * Fix cached stream management packets are resent with the wrong account
  * TransferManager: Fix undefined behaviour when parsing features
  * OutgoingServer: Add missing 'to' and 'from' stream attributes

OBS-URL: https://build.opensuse.org/request/show/909677
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=32
2021-08-02 09:11:12 +00:00
Dominique Leuenberger
9728ce431b Accepting request 833762 from network
OBS-URL: https://build.opensuse.org/request/show/833762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=17
2020-09-11 22:11:48 +00:00
92c3b7541f Accepting request 833518 from home:alois:branches:network
- Enable gstreamer (required by leechcraft)

OBS-URL: https://build.opensuse.org/request/show/833518
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=30
2020-09-11 11:34:23 +00:00
Dominique Leuenberger
c5329bd679 Accepting request 830985 from network
OBS-URL: https://build.opensuse.org/request/show/830985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=16
2020-09-01 18:10:20 +00:00
e2c8849551 Accepting request 830069 from home:dirkmueller:branches:network
- update to 1.3.1:
  * The most important change of this release is the fix of CVE-2017-5603. QXmpp is
not vulnerable to roster push attacks (CVE-2016-9928).
 - QXmppRosterIq: Set subscriptionType to NotSet correctly (#293, @melvo)
 - Fix `QXMPP_EXPORT` define when linking statically (#299, @leobasilio)
 - QXmppMessageReceiptManager: Ignore all error messages (#300, @lnjX)
 - QXmppCarbonManager: Fix CVE-2017-5603 (missing sender check) (#304, @lnjX)
QXmpp complys with the XMPP Compliance Suites 2020 (XEP-0423) for client
development in the Core, IM and Advanced Mobile suites now. For this prupose it
has been updated to RFC6120 and RFC6121. ABI compatibility was kept with this
release (apart from classes marked as 'NOT FINALIZED').
 - Port QXmppCallManager to GStreamer (#207, @olesalscheider)
 - Add XEP-0245: The /me Command (#276, @lnjX)
 - Add XEP-0357: Push Notifications: Enable/disable IQ (#271, @jbbgameich,
   @zatroxde)
 - Add XEP-0359: Unique and Stable Stanza IDs (#256, @lnjX)
 - Add XEP-0428: Fallback Indication (#253, @lnjX)
 - Update from RFC3920 to RFC6120:
   * Deprecate PaymentRequired stanza error condition as it was not adopted in
     RFC6120 (#277, @lnjX)
   * Add PolicyViolation stanza error condition added in RFC6120 (#279, @lnjX)
   * Add redirection URI from RFC6120 for Gone and Redirect conditions (#280,
     @lnjX)
   * Add 'by' attribute to QXmppStanza::Error from RFC6120 (#283, @lnjX)
 - Update from RFC3921 to RFC6121:
   * Add pre-approved presence subscriptions (#285, @lnjX):
     - Add 'approved' attribute to QXmppRosterIq
     - Add stream feature for pre-approved presence subscriptions
   * Add stream feature for roster versioning (#286, @lnjX)
 - Use QUuid by default to generate unique stanza IDs (#255, @lnjX)

OBS-URL: https://build.opensuse.org/request/show/830069
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=28
2020-09-01 07:49:56 +00:00
Dominique Leuenberger
1b5fa811ff Accepting request 807967 from network
OBS-URL: https://build.opensuse.org/request/show/807967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=15
2020-06-02 12:34:07 +00:00
e8806456b1 Accepting request 807185 from home:wolfi323:branches:network
- Fix baselibs.conf following the sover bump

OBS-URL: https://build.opensuse.org/request/show/807185
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=26
2020-05-21 11:05:11 +00:00
Tomáš Chvátal
63442f4e11 Accepting request 791849 from home:vinzv:branches:network
- Update to 1.2.1. Changes since 1.1.0:
  * QXmppRegistrationManager: Fix failed and succeeded signals are both emitted
    on success
  * QXmppMessageReceiptManager: Fix receipts are sent on error messages
  * QXmppVCardManager: Fix clientVCardReceived() not emitted when IQ is from the
    bare JID of the user
  * QXmppRosterManager: Fix 'ask' attribute is included when renaming item
  * QXmppRosterIq: Add missing implementation of the copy constructor
  * Implement XEP-0077: In-band registration:
    * Add registration manager with full unit tests
    * Add `registered` and `remove` to the IQ
  * Implement XEP-0231: Bits of Binary
  * Add `QXmppClient::indexOfExtension<T>()`
  * Add QXmppStartTlsPacket to replace fixed XML data
  * Move TLS code to private QXmppTlsManager
  * Add private QXmppInternalClientExtensions to access private part of the
    client
  * Add utility methods to QXmppRegisterIq to create common requests
  * QXmppMucManager: Make it possible to handle stanzas not handled by the
    manager
  * Only send Client State Indication (CSI) states when connected
  * Fix no documentation is generated for QXmppStanza::Error and
    QXmppStreamFeatures
  * Fix some doxygen warnings and undocumented Q_PROPERTYs
  * Replace deprecated Q_FOREACH
  * Replace deprecated Q_ENUMS with Q_ENUM
  * Replace deprecated signal/slots syntax
  * Switch to Ubuntu Bionic for Travis-CI builds
  * Use QSharedDataPointers for QXmppRegisterIq, QXmppPubSubIq,
    QXmppDiscoveryIq, QXmppMam{Query,Result}Iq, QXmppStreamFeatures
  * Refactor QXmppPubSubIq and add missing tests
  * Refactor QXmppPresence and add missing tests
  * Replace manual xmlns writing by writeDefaultNamespace()
  * Use QT_VERSION_CHECK to generate QXMPP_VERSION
  * Add clang-format file
- Fixed shlib-policy-name-error libqxmpp2 (sover bump up to 3).

OBS-URL: https://build.opensuse.org/request/show/791849
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=25
2020-04-07 06:12:45 +00:00
Dominique Leuenberger
853a5af6fe Accepting request 749185 from network
- Update to 1.1.0. Changes since 1.0.0:
  * Add support for SCRAM-SHA-1 and SCRAM-SHA-256;
  * Order SASL mechanisms to prefer the most secure;
  * Add XEP-0334, -0363, -0367, -0369 (partially), -0380, -0382;
  * Do not accept receipts from other resources of the used account;
  * cmake: Set minimum version before creating project() and bump to 3.3;
  * Deprecate QXmppClient extension getters;
  * Refactor data form media element, deprecate `QXmppDataForm::Media;
  * Replace deprecated `qSort()` by `std::sort()`;
  * Do not use deprecated `QSslSocket::setCaCertificates()`;
  * Modernize code by using `nullptr`, `override`, etc.;
  * Move attributes into private d-pointer for future ABI compatibility;
  * Use raw literals, range based loops and `auto`;
  * Fix potential SEGFAULT on connection error;
  * Fix `SO_VERSION` to 1: ABI has changed since last minor release;
  * Add CMake option for internal tests (`BUILD_INTERNAL_TESTS`).
- Disable tests needing a network connection += qxmppuploadrequestmanager.
- Fixed shlib-policy-name-error libqxmpp2 (sover bump up to 2).

OBS-URL: https://build.opensuse.org/request/show/749185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=14
2019-11-18 19:09:16 +00:00
Tomáš Chvátal
13fd633760 OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=23 2019-11-18 07:49:41 +00:00
Tomáš Chvátal
b70d4732a1 Accepting request 749176 from home:DarkSS:branches:network
- Update to 1.1.0. Changes since 1.0.0:
  * Add support for SCRAM-SHA-1 and SCRAM-SHA-256;
  * Order SASL mechanisms to prefer the most secure;
  * Add XEP-0334, -0363, -0367, -0369 (partially), -0380, -0382;
  * Do not accept receipts from other resources of the used account;
  * cmake: Set minimum version before creating project() and bump to 3.3;
  * Deprecate QXmppClient extension getters;
  * Refactor data form media element, deprecate `QXmppDataForm::Media;
  * Replace deprecated `qSort()` by `std::sort()`;
  * Do not use deprecated `QSslSocket::setCaCertificates()`;
  * Modernize code by using `nullptr`, `override`, etc.;
  * Move attributes into private d-pointer for future ABI compatibility;
  * Use raw literals, range based loops and `auto`;
  * Fix potential SEGFAULT on connection error;
  * Fix `SO_VERSION` to 1: ABI has changed since last minor release;
  * Add CMake option for internal tests (`BUILD_INTERNAL_TESTS`).
- Disable tests needing a network connection += qxmppuploadrequestmanager.
- Fixed shlib-policy-name-error libqxmpp2 (sover bump up to 2).

OBS-URL: https://build.opensuse.org/request/show/749176
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=22
2019-11-18 07:43:19 +00:00
Dominique Leuenberger
8fa148d195 Accepting request 701209 from network
OBS-URL: https://build.opensuse.org/request/show/701209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=13
2019-05-07 21:19:13 +00:00
Tomáš Chvátal
ff9080ea13 Accepting request 701207 from home:jengelh:branches:network
- Fix SRPM group.

OBS-URL: https://build.opensuse.org/request/show/701207
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=20
2019-05-07 06:46:31 +00:00
Tomáš Chvátal
d746ccdac6 Accepting request 700435 from home:cgiboudeaux:noqt4
- Update to 1.0.0. Changes since 0.8.3:
  * Drop Qt4 support
  * Fix phone numbers incorrectly read from / written to vCard
  * Make QXmppStream handle end of incoming stream
  * Allow QXmppJingleIq to have multiple contents.
  * Fix QXmppTransferManagerFix convering filename to a QUrl.
  * Do not ignore SSL errors by default
  * CMake based build system
  * Use C++11 compiler standard
  Check the CHANGELOG.md file for the complete list of changes
- Drop libqxmpp-qt5
- Run spec-cleaner
- Drop obsolete patch: libqxmpp-qt5.patch
- Trim marketing filler wording from description.
- Update the license tag to LGPL-2.1-or-later

OBS-URL: https://build.opensuse.org/request/show/700435
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=19
2019-05-04 06:57:08 +00:00
Dominique Leuenberger
fce8311ffc Accepting request 291080 from network
1

OBS-URL: https://build.opensuse.org/request/show/291080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=12
2015-03-18 12:06:17 +00:00
Andrey Karepin
6214ad49a7 Accepting request 290780 from home:DarkSS
- update to 0.8.3
  * Add a QXmppClient::sslErrors signal to report SSL errors.
  * Handle broken servers which send "bad-auth"
    instead of "not-authorized".
  * Fix a compilation issue with Qt 5.5 due to a missing include.
  * Do not install test cases.
  * Remove trailing comma after last item in enums.

OBS-URL: https://build.opensuse.org/request/show/290780
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=17
2015-03-16 19:22:21 +00:00
Dominique Leuenberger
0ee0538bb6 Accepting request 280770 from network
0.8.0→0.8.2;
Qt5 alternative.

OBS-URL: https://build.opensuse.org/request/show/280770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=11
2015-01-20 11:28:06 +00:00
Andrey Karepin
cfaa02dd54 Accepting request 280652 from home:DarkSS
Please add a link from network/libqxmpp to network/libqxmpp-qt5 to make Qt5 build.

OBS-URL: https://build.opensuse.org/request/show/280652
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=16
2015-01-11 08:30:55 +00:00
Stephan Kulow
c29d3e3e8a Accepting request 227820 from network
- update to 0.8.0
  * Add organizations info interface to QXmppVCardIq.
  * Remove deprecated QXmppPresence::Status type.
- Source URL was put back.
- Url tag and Source URL were updated to qxmpp.org. (forwarded request 227810 from DarkSS)

OBS-URL: https://build.opensuse.org/request/show/227820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=9
2014-03-28 12:16:40 +00:00
58da0884d2 Accepting request 227810 from home:DarkSS
- update to 0.8.0
  * Add organizations info interface to QXmppVCardIq.
  * Remove deprecated QXmppPresence::Status type.
- Source URL was put back.
- Url tag and Source URL were updated to qxmpp.org.

OBS-URL: https://build.opensuse.org/request/show/227810
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=14
2014-03-27 19:09:54 +00:00
Stephan Kulow
d616e8c19c Accepting request 225609 from network
Source URL was temporary deleted to pass factory-auto: https://build.opensuse.org/request/show/225213 (forwarded request 225214 from DarkSS)

OBS-URL: https://build.opensuse.org/request/show/225609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=8
2014-03-14 14:16:42 +00:00
Andrey Karepin
30facf198d Accepting request 225214 from home:DarkSS:branches:network
Source URL was temporary deleted to pass factory-auto: https://build.opensuse.org/request/show/225213

OBS-URL: https://build.opensuse.org/request/show/225214
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=12
2014-03-11 14:47:21 +00:00
Andrey Karepin
809bc7b6e7 Accepting request 225211 from home:DarkSS
- update to 0.7.6+git.2014.03.09
  * Added QPair include just in case.
  * Avoid keeping the source QDomDocument in QXmppElement.
    Serialize the node instead of keeping QDomElement
    with a ref to the original QDomDOcument.
  * QXmppElement::sourceDomElement().
  * Namespace-based matching for known elements.
  * Cover non-'x' extensions in tests.
  * Support other extensions besides 'x' in QXmppMessage.
  * Fixes to support Qt5.
  * Re-order member initialization (silences GCC warning).
  * Fixed possible memory leak in QXmppTransferManager.
  * Added missing assert for connecting signal in QXmppStream.
  * Fixed C-style pointer cast.
  * Fixed uninitialized pointers in QXmppOutgoingClientPrivate.
  * Fixed uninitialized pointer in QXmppCallPrivate.
  * Fixed uninitialized pointer in QXmppRtpAudioChannelPrivate.
  * Fixed uninitialized member in QXmppOutgoingClient.
  * Fix QXmppServer incoming connections with Qt5 (issue 175).

OBS-URL: https://build.opensuse.org/request/show/225211
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=11
2014-03-09 14:01:40 +00:00
Tomáš Chvátal
fa5538c39b Accepting request 195825 from network
- Full VoIP support was enabled.
- Spec was fixed up via spec-cleaner. (forwarded request 195622 from DarkSS)

OBS-URL: https://build.opensuse.org/request/show/195825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=6
2013-08-22 07:23:16 +00:00
Andrey Karepin
adebeec7ea Accepting request 195622 from home:DarkSS
- Full VoIP support was enabled.
- Spec was fixed up via spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/195622
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=9
2013-08-21 15:34:14 +00:00
Stephan Kulow
85c98d4f93 Accepting request 160666 from network
- Override LIBDIR instead of moving the library manually (forwarded request 160574 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/160666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=5
2013-03-24 20:57:13 +00:00
56afa4cba8 Accepting request 160574 from devel:ARM:AArch64:Factory
- Override LIBDIR instead of moving the library manually

OBS-URL: https://build.opensuse.org/request/show/160574
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=7
2013-03-23 08:19:36 +00:00
Stephan Kulow
15d43aad25 Accepting request 158784 from network
Ver. 0.7.6 with gtalk fixed and doc-subpackage description fixed up.

OBS-URL: https://build.opensuse.org/request/show/158784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=4
2013-03-15 09:41:26 +00:00
Ismail Dönmez
63ed52a415 Accepting request 158771 from home:DarkSS:stuff
Ver. 0.7.6 with gtalk fixed and doc-subpackage description fixed up.

OBS-URL: https://build.opensuse.org/request/show/158771
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=5
2013-03-12 21:58:11 +00:00
Ismail Dönmez
efa683066f Accepting request 146606 from network
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/146606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=2
2013-01-02 11:59:12 +00:00
4a5cd9c630 Accepting request 146331 from home:DarkSS:stuff
Update to 0.7.4.

OBS-URL: https://build.opensuse.org/request/show/146331
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=3
2012-12-26 15:49:15 +00:00
Ismail Dönmez
b48c4b53fa Accepting request 133648 from network
rename of libqxmpp1

OBS-URL: https://build.opensuse.org/request/show/133648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=1
2012-09-12 22:04:17 +00:00
Ismail Dönmez
44090449cc Accepting request 133396 from home:Reki:submits
rename of libqxmpp1

OBS-URL: https://build.opensuse.org/request/show/133396
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=1
2012-09-09 21:51:59 +00:00