111 Commits

Author SHA256 Message Date
48a978b07f Accepting request 1323138 from GNOME:Factory
Upstream patches to fix bsc#1251850. Adds copy and paste ability between host and guest when using VNC Display instead of Spice. (forwarded request 1321847 from charlesa)

OBS-URL: https://build.opensuse.org/request/show/1323138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=59
2025-12-17 16:32:11 +00:00
9dc609fc34 Upstream patches to fix bsc#1251850. Adds copy and paste ability between host and guest when using VNC Display instead of Spice.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=95
2025-12-16 15:30:41 +00:00
002f596948 Accepting request 1244232 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1244232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=58
2025-02-09 19:00:50 +00:00
fed57a50f3 - Update to version 1.5.0:
+ Add API to allow forcing a visible cursor when remote cursor is
  + empty/fully transparent
  + Fix regression handling unknown auth types which should be
    ignored
  + Fix double free in SASL auth error path
  + Fix alpha cursor encoding by reversing pre-multiplication of
    alpha channel
  + Preserve colour map across desktop resizes
  + Remove undefined symbols from linker version script
  + Remove obsolete wiki links
  + Expand refusal to use ucontext to all macOS platforms
  + Improve debug messages for pixel encoding
  + Fix compiler complaint about overflow in challenge buffer in
    test suite
  + Add testing of cursor encodings (temporarily disabled on big
    endian systems due to undiagnosed failures)

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=93
2025-02-07 17:52:08 +00:00
4a2c07f8b9 Accepting request 1235511 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1235511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=57
2025-01-09 14:04:55 +00:00
b1402af930 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=91 2025-01-07 08:36:57 +00:00
37fbed3d31 Accepting request 993939 from GNOME:Factory
New stable release (forwarded request 993250 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/993939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=56
2022-08-10 15:12:52 +00:00
3a1b8a10e3 Accepting request 993250 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/993250
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=89
2022-08-09 08:34:54 +00:00
4e8e86d176 Accepting request 933065 from GNOME:Factory
(forwarded request 931959 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/933065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=55
2021-11-24 22:54:14 +00:00
7aa483c69f Accepting request 931959 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/931959
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=88
2021-11-22 11:45:58 +00:00
4722f7e603 Accepting request 887487 from GNOME:Factory
Update to 1.2.0 (forwarded request 886251 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/887487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=54
2021-04-24 21:06:51 +00:00
b18e8e6ecb Accepting request 886251 from GNOME:Next
Update to 1.2.0

OBS-URL: https://build.opensuse.org/request/show/886251
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=86
2021-04-22 07:43:47 +00:00
311daf730e Accepting request 795602 from GNOME:Factory
Push forgotten glib2 update

OBS-URL: https://build.opensuse.org/request/show/795602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=53
2020-04-23 16:28:53 +00:00
487aa86ae6 Accepting request 784987 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/784987
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=84
2020-03-16 09:56:04 +00:00
370e6cede9 Accepting request 767432 from GNOME:Factory
Eliminate the -lang recommends (forwarded request 767167 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/767432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=52
2020-01-28 09:50:58 +00:00
fa3bf321d2 Accepting request 767167 from GNOME:Next
Eliminate the -lang recommends

OBS-URL: https://build.opensuse.org/request/show/767167
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=82
2020-01-26 14:48:45 +00:00
994e1af838 Accepting request 722098 from GNOME:Factory
- Update to version 1.0.0:
  + Autotools build system replaced with meson.
  + Support for GTK-2 is dropped. GTK-3 is mandatory.
  + Support for libview is dropped in example program.
  + Improvements to example demos.
  + Use MAP_ANON if MAP_ANONYMOUS doesn't exist to help certain
    macOS versions.
  + Fix crash when connection attempt fails early.
  + Initialize gcrypt early in auth process.
  + Emit vnc-auth-failure signal when SASL auth fails.
  + Emit vnc-error signal when authentication fails.
  + Fix double free when failing to read certificates.
  + Run unit tests in RPM build.
  + Modernize RPM spec.
  + Fix race condition in unit tests.
  + Fix install of missing header for cairo framebuffer.
  + Fix typo in gir package name.
  + Add missing VncPixelFormat file to git data.
- Add meson BuildRequires and macros.
- Drop libtool BuildRequires: No longer needed.
- Drop translation-update-upstream BuildRequires and macro, SUSE no
  longer provides extra translations for gtk-vnc.
- Replace gtk3-devel with pkgconfig(gtk+-3.0) BuildRequires: Align
  with what meson checks for.
- Add pkgconfig(gvnc-1.0) BuildRequires: New dependency.
- Use sed hack to enable install of gncviewer.

OBS-URL: https://build.opensuse.org/request/show/722098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=51
2019-08-13 11:11:40 +00:00
df287f8fbf tweak previous checkin
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=80
2019-08-09 21:39:53 +00:00
e1c32dda85 Accepting request 722060 from home:alois:branches:GNOME:Factory
Update to 1.0.0

OBS-URL: https://build.opensuse.org/request/show/722060
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=79
2019-08-09 21:28:50 +00:00
9eef9949ff Accepting request 639834 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/639834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=50
2018-10-17 06:19:22 +00:00
676959d1f0 Accepting request 638813 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/638813
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=77
2018-10-04 04:39:00 +00:00
74300ec872 Accepting request 593153 from GNOME:Factory
(forwarded request 592853 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/593153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=49
2018-04-16 10:46:16 +00:00
84344678b4 Accepting request 592853 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/592853
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=75
2018-04-03 10:37:38 +00:00
fedcf8e49b Accepting request 498968 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/498968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=48
2017-05-31 10:15:05 +00:00
Bjørn Lie
042b20ede2 Accepting request 498965 from GNOME:Next
Drop useless fixme :-)

OBS-URL: https://build.opensuse.org/request/show/498965
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=73
2017-05-29 11:47:07 +00:00
Bjørn Lie
3489457a15 Accepting request 496917 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/496917
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=72
2017-05-26 22:36:12 +00:00
1277bfa535 Accepting request 490185 from GNOME:Factory
- Add bsc# id for CVE-2017-5884 and CVE-2017-5885

- Remove trailing whitespaces (forwarded request 484231 from zhangxiaofei)

OBS-URL: https://build.opensuse.org/request/show/490185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=47
2017-04-29 08:48:02 +00:00
d0c42975b6 Accepting request 484231 from home:zhangxiaofei:branches:GNOME:Factory
- Add bsc# id for CVE-2017-5884 and CVE-2017-5885

- Remove trailing whitespaces

OBS-URL: https://build.opensuse.org/request/show/484231
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=70
2017-04-24 08:38:22 +00:00
8f397bd0a9 Accepting request 459390 from GNOME:Factory
Fixup license; the SPDX valid form using 'AND' is not accepted by rpmlint; bad bad bad

OBS-URL: https://build.opensuse.org/request/show/459390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=46
2017-02-26 16:07:05 +00:00
dbedb2c151 Break license tag; seems rpmlint does not understand spdx yey
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=68
2017-02-21 00:05:28 +00:00
Bjørn Lie
5c11869c08 Accepting request 459282 from home:dimstar:branches:GNOME:Factory
- Update License to include LGPL-2.1.

- Update License to include LGPL-2.1.

OBS-URL: https://build.opensuse.org/request/show/459282
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=67
2017-02-20 16:55:04 +00:00
Bjørn Lie
19f1650bae Accepting request 455785 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/455785
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=66
2017-02-15 11:06:12 +00:00
2c91d4e06f Accepting request 421344 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/421344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=45
2016-08-29 12:27:21 +00:00
Bjørn Lie
49849db120 Accepting request 420472 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/420472
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=64
2016-08-23 17:07:18 +00:00
de83e06a40 Accepting request 415570 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/415570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=44
2016-08-03 09:41:07 +00:00
a448390a1e Accepting request 415408 from home:zhangxiaofei:branches:GNOME:Factory
sync with sle
- Update to GNOME 3.20  Fate#318572
- Drop gtk-vnc-Enable-double-buffering-on-GTK3.patch: fixed
  upstream.

- Add gtk-vnc-Enable-double-buffering-on-GTK3.patch to fix the
  toolbar displaying problem. (boo#890568)

- Update to GNOME 3.20  Fate#318572
- Drop gtk-vnc-Enable-double-buffering-on-GTK3.patch: fixed
  upstream.

- Add gtk-vnc-Enable-double-buffering-on-GTK3.patch to fix the
  toolbar displaying problem. (boo#890568)

OBS-URL: https://build.opensuse.org/request/show/415408
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=62
2016-07-28 11:02:06 +00:00
036a91479c Accepting request 292017 from GNOME:Factory
Push GNOME:Factory - without pcheck

OBS-URL: https://build.opensuse.org/request/show/292017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=43
2015-03-30 17:15:13 +00:00
b4dfbea594 Accepting request 285659 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/285659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=42
2015-02-14 12:49:35 +00:00
Bjørn Lie
d10ba8266b DOH.... tweak changes, I should have seen this on rewiew
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=59
2015-02-13 21:45:45 +00:00
Bjørn Lie
2dd5be6c56 Accepting request 285242 from GNOME:Next
Push latest upstream release

OBS-URL: https://build.opensuse.org/request/show/285242
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=58
2015-02-11 14:42:17 +00:00
Stephan Kulow
567a8c3a9e Accepting request 200595 from GNOME:Factory
- Do not package translations when building for gtk2: the
  translation files do not depend on the toolkit used.
- Always recommend gtk-vnc-lang (%{_name}-lang) instead of
  gtk-vnc(2)?-lang.

- Do not package translations when building for gtk2: the
  translation files do not depend on the toolkit used.
- Always recommend gtk-vnc-lang (%{_name}-lang) instead of
  gtk-vnc(2)?-lang. (forwarded request 200591 from RBrownCCB)

OBS-URL: https://build.opensuse.org/request/show/200595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=40
2013-09-26 09:45:26 +00:00
f033d3d7f2 Accepting request 200591 from home:dimstar:branches:GNOME:Factory
- Do not package translations when building for gtk2: the
  translation files do not depend on the toolkit used.
- Always recommend gtk-vnc-lang (%{_name}-lang) instead of
  gtk-vnc(2)?-lang.

- Do not package translations when building for gtk2: the
  translation files do not depend on the toolkit used.
- Always recommend gtk-vnc-lang (%{_name}-lang) instead of
  gtk-vnc(2)?-lang.

OBS-URL: https://build.opensuse.org/request/show/200591
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=56
2013-09-25 15:27:10 +00:00
64163dff69 Accepting request 199655 from home:dimstar:branches:GNOME:Factory
Update to 0.5.3

OBS-URL: https://build.opensuse.org/request/show/199655
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=55
2013-09-19 19:24:07 +00:00
Stephan Kulow
77cb29f7aa Accepting request 160579 from GNOME:Factory
license update: LGPL-2.1+
Consolidate licenses (forwarded request 160578 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/160579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=38
2013-03-30 13:57:36 +00:00
2654855a71 Accepting request 160578 from home:babelworx:ldig:branches:GNOME:Factory
license update: LGPL-2.1+
Consolidate licenses

OBS-URL: https://build.opensuse.org/request/show/160578
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=53
2013-03-22 12:04:36 +00:00
ea39e28342 tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=52
2013-03-20 20:50:46 +00:00
7b9e38c1b3 Accepting request 158406 from GNOME:Next
Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158406
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=51
2013-03-13 22:50:46 +00:00
Stephan Kulow
1a14e050c4 Accepting request 128067 from GNOME:Factory
Update to 0.5.1

OBS-URL: https://build.opensuse.org/request/show/128067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-vnc?expand=0&rev=36
2012-07-17 11:08:44 +00:00
a9c5c83b94 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=49 2012-07-16 20:43:58 +00:00
41942b8773 Accepting request 127908 from home:Zaitor:branches:GNOME:Factory
Update to 0.5.1

OBS-URL: https://build.opensuse.org/request/show/127908
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-vnc?expand=0&rev=48
2012-07-16 20:43:28 +00:00