forked from pool/libimobiledevice
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:
committed by
Git OBS Bridge
parent
27a98bdc19
commit
6b52189f04
20
_service
20
_service
@@ -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>
|
||||
|
Reference in New Issue
Block a user