1
0

Accepting request 791482 from home:pluskalm:branches:hardware

- Update to version 1.2.0+git.20200330:
  * Add idevicesetlocation tool
  * debugserver: Fix argv encoding
  * Update debug.c to consistently output to stderr
  * idevicedebug: Rename name-colliding debug_info() to log_debug()
  * debugserver: Fix whitespace error
  * debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT
  * introduces optional `idevice_connection_disable_ssl` with ability not to send  SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things
  * Increase timeout for service receive methods
  * idevicesyslog: Make sure CTRL+C works when waiting for passcode entry
  * configure.ac: Add checks to ensure libusbmuxd is up-to-date

OBS-URL: https://build.opensuse.org/request/show/791482
OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=17
This commit is contained in:
Martin Pluskal
2020-04-05 08:26:14 +00:00
committed by Git OBS Bridge
parent 27a98bdc19
commit 6b52189f04
7 changed files with 41 additions and 18 deletions

View File

@@ -1,17 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/libimobiledevice/libimobiledevice</param>
<service mode="disabled" name="obs_scm">
<param name="url">git@github.com:libimobiledevice/libimobiledevice.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">libimobiledevice</param>
<param name="exclude">.git</param>
<param name="versionformat">1.2.0+git%cd.%h</param>
<param name="revision">master</param>
<param name="versionformat">1.2.0+git.%cd</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libimobiledevice-*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">libimobiledevice</param>
<service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>