39 Commits

Author SHA256 Message Date
6601a1ae7b Accepting request 1255234 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1255234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=16
2025-03-24 12:30:08 +00:00
01845a935c Accepting request 1255155 from home:sfalken:branches:X11:XOrg
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section
- Remove Group: definitions, no longer used

OBS-URL: https://build.opensuse.org/request/show/1255155
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=37
2025-03-22 10:09:08 +00:00
ed6ad61aca Accepting request 1148039 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1148039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=15
2024-02-21 16:56:18 +00:00
62962558fa Accepting request 1148009 from home:dimstar:rpm4.20:v
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1148009
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=35
2024-02-20 13:46:10 +00:00
50c621d681 Accepting request 1076736 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1076736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=14
2023-04-02 17:18:44 +00:00
123cc50c71 Accepting request 1076674 from home:iznogood:branches:X11:XOrg
- u_Fix-missing-include.patch
  * Fix missing #include <cstdint> exposed by gcc 13.
- Rebase n_disable_mit_shm.patch with quilt.

OBS-URL: https://build.opensuse.org/request/show/1076674
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=33
2023-04-02 13:47:25 +00:00
dfb214d591 Accepting request 953006 from X11:XOrg
- u_Fix-Tight-Encoding-not-processing-pixel-format-prope.patch
  * Consider different pixel format depths on Tight Encoding.
    TightPixel was considering only pixels defined with 3 bytes.
    (bsc#1189247)

- added pkgconfig BuildRequires for zlib and bzip2 in order to fix
  build against Tumbleweed/factory

OBS-URL: https://build.opensuse.org/request/show/953006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=13
2022-02-09 21:04:13 +00:00
834c56e2b9 - u_Fix-Tight-Encoding-not-processing-pixel-format-prope.patch
* Consider different pixel format depths on Tight Encoding.
    TightPixel was considering only pixels defined with 3 bytes.
    (bsc#1189247)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=32
2022-02-09 14:11:34 +00:00
2c05b22f2e removed broken bugnumber of latest changelog
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=31
2021-01-04 16:31:10 +00:00
afd5b8eb84 - added pkgconfig BuildRequires for zlib and bzip2 in order to fix
build against Tumbleweed/factory (boo#20201222)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=30
2021-01-04 15:47:13 +00:00
d1948d7580 Accepting request 831454 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/831454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=12
2020-09-02 23:18:36 +00:00
5a0550e881 Accepting request 831447 from home:dimstar:Factory
- Update n_use_with_vnc_key_wrapper.patch: use libexecdir as the
  path to with-vnc-key.sh (boo#1176064).

After a local build, the resulting .seervice file looks like this now:

[Unit]
Description=VNC manager
After=network.target
Before=xvnc.target
Wants=xvnc.target

[Service]
User=vnc
ExecStart=/usr/libexec/vnc/with-vnc-key.sh /usr/bin/vncmanager

[Install]
WantedBy=multi-user.target

OBS-URL: https://build.opensuse.org/request/show/831447
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=28
2020-09-02 12:30:00 +00:00
4abfc1a6b9 Accepting request 819750 from X11:XOrg
- n_use_port_5901.patch
  * changed port number also in code, which sets the default, not
    only in config file (boo#1173047)

OBS-URL: https://build.opensuse.org/request/show/819750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=11
2020-07-09 15:44:30 +00:00
eb6256dcfd - n_use_port_5901.patch
* changed port number also in code, which sets the default, not
    only in config file (boo#1173047)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=26
2020-07-09 14:55:59 +00:00
a7ad29ea4b Accepting request 819018 from X11:XOrg
- added n_UsrEtc.patch (boo#1173047)
  * no longer install vncmanager.conf sample as config file
  * added description of how to make use of vncmanager.conf sample
    to README.md
- added README.md as %doc (boo#1173047)

OBS-URL: https://build.opensuse.org/request/show/819018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=10
2020-07-07 10:58:55 +00:00
f4ddd56d56 - added n_UsrEtc.patch (boo#1173047)
* no longer install vncmanager.conf sample as config file
  * added description of how to make use of vncmanager.conf sample
    to README.md
- added README.md as %doc (boo#1173047)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=24
2020-07-06 15:18:38 +00:00
48683f350f Accepting request 807979 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/807979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=9
2020-05-26 15:19:47 +00:00
a528069e23 Accepting request 807949 from home:ptesarik:branches:X11:XOrg
- Adjust upstream project URL.
- u_Fix-TightCompressionControl-definition-for-big-endian.patch
  * Fix tight compression decoder on big-endian systems
    (bsc#1171344).
- u_Fix_tight_decoder_on_888_encodings.patch
  * Fix tight decoder with 888 pixel encodings. (bsc#1169732)
- u_Fix-PixelFormat-ntoh-and-PixelFormat-hton.patch
  * Fix PixelFormat::ntoh() and PixelFormat::hton(). (bsc#1169732)

OBS-URL: https://build.opensuse.org/request/show/807949
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=22
2020-05-21 11:40:09 +00:00
eb2e762fc0 Accepting request 760839 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/760839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=8
2020-01-05 14:21:30 +00:00
b04d89e503 Accepting request 758268 from home:dimstar:Factory
Allow systemd-mini

OBS-URL: https://build.opensuse.org/request/show/758268
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=20
2020-01-04 20:56:12 +00:00
4285199e2f Accepting request 627669 from X11:XOrg
- n_vncmanager-add-target-to-service.patch
  * Declare the service as part of xvnc.target so it can be used as
    dependency for xvnc-novnc.service. (bnc#1103552)

OBS-URL: https://build.opensuse.org/request/show/627669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=7
2018-08-07 07:43:20 +00:00
Michal Srb
b87d9b5736 Mention added patch.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=18
2018-08-06 12:34:03 +00:00
Michal Srb
fb9ecf618b Accepting request 627666 from home:michalsrb:branches:X11:XOrg
- Declare the service as part of xvnc.target so it can be used as
  dependency for xvnc-novnc.service. (bnc#1103552)

OBS-URL: https://build.opensuse.org/request/show/627666
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=17
2018-08-06 12:24:56 +00:00
b8341dcabe Accepting request 577032 from X11:XOrg
- U_ControllerConnection-Split-iostream-into-istream-and.patch
  * Do not try to seek on unix socket. (bnc#1076730)

OBS-URL: https://build.opensuse.org/request/show/577032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=6
2018-02-15 18:31:36 +00:00
Michal Srb
b9df81aeb6 - U_ControllerConnection-Split-iostream-into-istream-and.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=15
2018-02-15 13:58:13 +00:00
Michal Srb
ea6452d1bd - ControllerConnection-Split-iostream-into-istream-and.patch
* Do not try to seek on unix socket. (bnc#1076730)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=14
2018-02-15 13:53:44 +00:00
d150caa9a1 Accepting request 516143 from X11:XOrg
1

OBS-URL: https://build.opensuse.org/request/show/516143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=5
2017-08-12 18:28:14 +00:00
Michal Srb
16776bad8f Accepting request 516142 from home:michalsrb:branches:bnc1053373:X11:XOrg
- U_Add-xvnc-args-configuration-option.patch,
  n_disable_mit_shm.patch
  * Disable MIT-SHM extension in Xvnc started by vncmanager.
    (bnc#1053373)

OBS-URL: https://build.opensuse.org/request/show/516142
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=12
2017-08-11 13:56:18 +00:00
f677cca9ae Accepting request 497298 from X11:XOrg
- Update to 1.0.2
  * Fix crash when client disconnects during of TLS negotiation
  * Add geometry parameter (bnc#1038851)

OBS-URL: https://build.opensuse.org/request/show/497298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=4
2017-05-22 16:09:48 +00:00
Michal Srb
e5c0df3697 - Update to 1.0.2
* Fix crash when client disconnects during of TLS negotiation
  * Add geometry parameter (bnc#1038851)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=10
2017-05-22 11:38:27 +00:00
77cf61098b Accepting request 460045 from X11:XOrg
1

OBS-URL: https://build.opensuse.org/request/show/460045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=3
2017-03-02 18:29:02 +00:00
Michal Srb
f1e8df4a68 Accepting request 454221 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/454221
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=8
2017-02-23 15:01:54 +00:00
8765c811d7 Accepting request 402734 from X11:XOrg
- Update to 1.0.1
  * Fix build with gcc 6, fix licence link in README. (bnc#985002)
- Add dependency on xorg-x11-Xvnc. (bnc#984461)
- Add n_use_with_vnc_key_wrapper.patch
  * Use with-vnc-key.sh wrapper to generate VNC key and certificate
    on first use. (bnc#982349)

OBS-URL: https://build.opensuse.org/request/show/402734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=2
2016-06-29 13:01:31 +00:00
Michal Srb
4b72d77de6 - Update to 1.0.1
* Fix build with gcc 6, fix licence link in README. (bnc#985002)
- Add dependency on xorg-x11-Xvnc. (bnc#984461)
- Add n_use_with_vnc_key_wrapper.patch
  * Use with-vnc-key.sh wrapper to generate VNC key and certificate
    on first use. (bnc#982349)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=6
2016-06-16 13:31:43 +00:00
8ccfc6fb78 Accepting request 395052 from X11:XOrg
Submit vncmanager package.
Session manager for VNC. It listens on VNC port and spawns Xvnc processes for incoming clients.
(fate#319319)

OBS-URL: https://build.opensuse.org/request/show/395052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=1
2016-06-10 22:00:49 +00:00
Michal Srb
2fceee2760 - Expand %tmpfiles_create macro.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=4
2016-05-12 13:19:17 +00:00
Michal Srb
932781e9d1 - Add LICENSE file to docs.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=3
2016-05-12 12:39:49 +00:00
Michal Srb
7098929033 Accepting request 393895 from home:jengelh:branches:X11:XOrg
- %make_jobs is not defined in SLE; but we can use make %_smp_mflags
- systemd is not a hard runtime requirement (the macros support
  softfail)

NB: If you want to fix the build fail for openSUSE 42.1/13.2/etc,
you need to replace %tmpfiles_create (too new macro)
by its expanded form.

OBS-URL: https://build.opensuse.org/request/show/393895
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=2
2016-05-05 13:06:28 +00:00
Michal Srb
4da9043963 osc copypac from project:home:michalsrb:fate319319 package:vncmanager revision:20
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=1
2016-04-29 17:06:39 +00:00