Commit Graph

122 Commits

Author SHA256 Message Date
4f20fb31b5 Accepting request 1060502 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1060502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=57
2023-01-24 18:43:02 +00:00
5ceac91dd8 Accepting request 1059496 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1059496
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=100
2023-01-23 18:26:33 +00:00
fbc8ac502a Accepting request 947898 from GNOME:Factory
(forwarded request 947489 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/947898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=56
2022-01-23 11:15:17 +00:00
72ccbf492b Accepting request 947489 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/947489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=99
2022-01-21 09:41:31 +00:00
e316f93acb Accepting request 744269 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/744269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=55
2019-11-03 10:56:03 +00:00
0ab094d63b Accepting request 743894 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/743894
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=97
2019-10-30 16:17:25 +00:00
5e52d50dec Accepting request 681423 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/681423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=54
2019-03-08 11:00:11 +00:00
4cd2f169a8 Accepting request 681130 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/681130
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=95
2019-03-04 13:53:44 +00:00
f7aa63e667 Accepting request 678050 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/678050
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=94
2019-02-25 16:38:58 +00:00
3a4b96de1f Accepting request 666336 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/666336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=53
2019-01-26 21:16:18 +00:00
0d29bcbc54 Accepting request 662747 from GNOME:Next
- No longer build mephis support: Drop memphis-devel BuildRequires,
  memphis upstream is dead and gone from the web for several years.
  libchamplain upstream have disabled mephis support in git 5 years
  ago, so we should not build it either. Pass --disable-memphis to
  configure to be ensure we do not.
- Pkgconfigify spec, align with what configure checks for:
  + Drop clutter-devel, clutter-gtk-devel, gtk3-devel,
    libsoup-devel, sqlite3-devel and vala BuildRequires.
  + Add pkgconfig, pkgconfig(cairo), pkgconfig(clutter-1.0),
    pkgconfig(clutter-gtk-1.0), pkgconfig(gdk-3.0),
    pkgconfig(gio-2.0), pkgconfig(glib-2.0),
    pkgconfig(gobject-2.0), pkgconfig(gtk+-3.0),
    pkgconfig(libsoup-2.4), pkgconfig(sqlite3) and
    pkgconfig(vapigen) BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/662747
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=92
2019-01-15 21:49:16 +00:00
c4c83f93f2 Accepting request 582806 from GNOME:Factory
spec-cleaner (forwarded request 581214 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/582806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=52
2018-03-08 09:46:50 +00:00
ee333b8c9b Accepting request 581214 from GNOME:Next
spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581214
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=90
2018-03-05 13:54:45 +00:00
155f29a0ae Accepting request 572079 from GNOME:Factory
- Add
  libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch:
  Fix wrapping in champlain_view_x_to_longitude. Previous
  implementation assumed that after using x_to_wrap_x further
  wrapping would be needed only if x + priv->viewport_x >= width.
- Do minor spec cleanup, use autosetup, make_build and make_install
  macros, drop obsolete and unused BUILD_FROM_VCS conditional
  gnome-common and gtk-doc BuildRequires and autogen.sh call. (forwarded request 570604 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/572079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=51
2018-02-03 14:38:31 +00:00
060a5aba34 Accepting request 570604 from home:iznogood:branches:GNOME:Factory
- Add
  libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch:
  Fix wrapping in champlain_view_x_to_longitude. Previous
  implementation assumed that after using x_to_wrap_x further
  wrapping would be needed only if x + priv->viewport_x >= width.
- Do minor spec cleanup, use autosetup, make_build and make_install
  macros, drop obsolete and unused BUILD_FROM_VCS conditional
  gnome-common and gtk-doc BuildRequires and autogen.sh call.

OBS-URL: https://build.opensuse.org/request/show/570604
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=88
2018-02-02 16:32:20 +00:00
ed3a081672 Accepting request 521938 from GNOME:Factory
Update to 0.12.16 (forwarded request 521852 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/521938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=50
2017-09-13 19:43:24 +00:00
c5cfbebce9 Accepting request 521852 from GNOME:Next
Update to 0.12.16

OBS-URL: https://build.opensuse.org/request/show/521852
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=86
2017-09-07 08:37:34 +00:00
25aa3a18d4 Accepting request 478746 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/478746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=49
2017-03-22 22:01:58 +00:00
Bjørn Lie
785bf4e189 Accepting request 477750 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/477750
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=84
2017-03-11 20:30:24 +00:00
3db96ed619 Accepting request 426733 from GNOME:Factory
Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/426733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=48
2016-09-21 16:28:38 +00:00
57ed9568ed Accepting request 425352 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/425352
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=82
2016-09-08 21:25:01 +00:00
28ff25816a Accepting request 399421 from GNOME:Factory
Sync package with SLE12SP2 - just for easier tracking (forwarded request 399214 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/399421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=47
2016-06-03 14:31:38 +00:00
8baa3d1a07 Accepting request 399214 from SUSE:SLE-12-SP2:GA
Sync package with SLE12SP2 - just for easier tracking

OBS-URL: https://build.opensuse.org/request/show/399214
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=80
2016-06-01 10:05:39 +00:00
4d2a01b35c Accepting request 364544 from GNOME:Factory
Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/364544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=46
2016-03-29 12:27:27 +00:00
Bjørn Lie
f34f7375eb Accepting request 361610 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/361610
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=78
2016-02-28 22:51:25 +00:00
894e90122f Accepting request 348292 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/348292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=45
2015-12-17 14:54:32 +00:00
Bjørn Lie
144cdfb1e8 Accepting request 348211 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/348211
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=76
2015-12-10 19:28:04 +00:00
d512c72aa7 Accepting request 332560 from GNOME:Factory
(forwarded request 332514 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/332560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=44
2015-10-01 07:27:46 +00:00
ab9ed822ea Accepting request 332514 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/332514
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=74
2015-09-21 09:19:22 +00:00
98de971b9b Accepting request 291276 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/291276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=43
2015-03-19 20:04:28 +00:00
0fc461f8ed Accepting request 291275 from GNOME:Next
New stable release.

Builds local, but we might better wait for full rebuild of GN before acking into G:F.

OBS-URL: https://build.opensuse.org/request/show/291275
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=72
2015-03-18 11:14:03 +00:00
Stephan Kulow
44374d2972 Accepting request 252065 from GNOME:Factory
Push GNOME 3.14.0 (forwarded request 251932 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/252065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=42
2014-09-30 17:37:47 +00:00
eee05f05a7 Accepting request 251932 from GNOME:Next
Push GNOME 3.14.0

OBS-URL: https://build.opensuse.org/request/show/251932
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=70
2014-09-25 07:45:47 +00:00
4837687af6 fix
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=69
2014-08-23 21:24:17 +00:00
Stephan Kulow
9ffa30367d Accepting request 239331 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/239331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=40
2014-07-04 15:18:29 +00:00
9056ae9ef4 Accepting request 239234 from home:dimstar:branches:GNOME:Factory
Update to 0.12.8

OBS-URL: https://build.opensuse.org/request/show/239234
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=67
2014-07-02 15:47:12 +00:00
Stephan Kulow
a328cf2fb9 Accepting request 221358 from GNOME:Factory
Update to 0.12.7 (forwarded request 221190 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/221358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=39
2014-02-11 09:29:49 +00:00
50451459c1 Accepting request 221190 from GNOME:Next
Update to 0.12.7

OBS-URL: https://build.opensuse.org/request/show/221190
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=65
2014-02-07 22:43:10 +00:00
Stephan Kulow
85c006af84 Accepting request 220995 from GNOME:Factory
Update to 0.12.6 (forwarded request 220865 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/220995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=38
2014-02-06 05:50:04 +00:00
25994eb2c8 Accepting request 220865 from GNOME:Next
Update to 0.12.6

OBS-URL: https://build.opensuse.org/request/show/220865
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=63
2014-02-05 14:13:58 +00:00
Stephan Kulow
96b9f7a664 Accepting request 200028 from GNOME:Factory
Push GNOME 3.9.92

OBS-URL: https://build.opensuse.org/request/show/200028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=37
2013-09-23 07:41:01 +00:00
1091906d24 Accepting request 199461 from home:dimstar:branches:GNOME:Factory
Update to 0.12.5

OBS-URL: https://build.opensuse.org/request/show/199461
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=61
2013-09-19 19:25:10 +00:00
Stephan Kulow
a09bf90c60 Accepting request 176014 from GNOME:Factory
- Update to version 0.12.4:
  + Add dependency on clutter 1.12 and fix all the deprecation
    warnings.
  + Many internal cleanups and minor improvements.
  + Fix gtk and libsoup deprecation warnings.
  + Deprecate CHAMPLAIN_MAP_SOURCE_OSM_OSMARENDER and
    CHAMPLAIN_MAP_SOURCE_OAM which don't exist any more and remove
    them from the factory.
  + Deprecate ChamplainCustomMarker.
  + Deprecate champlain_view_bin_layout_add().
  + Fix blurry map when view resized.
  + Use more neutral map background color.
  + Add champlain_view_get_bounding_box() and
    champlain_bounding_box_covers().
  + Add a possibility to set a background texture.
  + Add Mapquest Open Aerial map source.
  + Added the possibility to use TMS correct y-axis.
  + Minor fixes and improvements.

OBS-URL: https://build.opensuse.org/request/show/176014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=35
2013-05-27 07:51:31 +00:00
ef40c1bc66 fix
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=59
2013-05-17 18:49:34 +00:00
4f40861c55 Accepting request 175972 from home:dimstar:branches:GNOME:Factory
Update to 0.12.4

OBS-URL: https://build.opensuse.org/request/show/175972
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=58
2013-05-17 18:48:52 +00:00
Stephan Kulow
e2a6e34b29 Accepting request 128058 from GNOME:Factory
Update to ver 0.12.3 (forwarded request 127910 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/128058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=33
2012-07-18 15:23:31 +00:00
94d5ac05b4 Accepting request 127910 from home:Zaitor:branches:GNOME:Factory
Update to ver 0.12.3

OBS-URL: https://build.opensuse.org/request/show/127910
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=56
2012-07-16 20:30:10 +00:00
Stephan Kulow
678c0ea90a Accepting request 109435 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/109435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=31
2012-03-23 11:06:02 +00:00
Vincent Untz
503fd7705d Accepting request 109011 from home:dimstar:branches:GNOME:Factory
Update to 0.12.2

OBS-URL: https://build.opensuse.org/request/show/109011
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=54
2012-03-14 11:57:32 +00:00
Stephan Kulow
66704efaf5 Accepting request 107301 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/107301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libchamplain?expand=0&rev=30
2012-03-02 12:48:43 +00:00