Commit Graph

42 Commits

Author SHA256 Message Date
Ana Guerrero
20402540dc Accepting request 1166865 from GNOME:Factory
thanks
- remove dependency on /usr/bin/python3 [bsc#1212476] (forwarded request 1166859 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1166865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=24
2024-04-12 15:33:49 +00:00
965e7af3ad Accepting request 1166859 from home:pgajdos
thanks
- remove dependency on /usr/bin/python3 [bsc#1212476]

OBS-URL: https://build.opensuse.org/request/show/1166859
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=35
2024-04-11 12:05:53 +00:00
Dominique Leuenberger
f8f28c863b Accepting request 926172 from GNOME:Factory
- update to 2.0.7:
  * Performance improvements when chaining up on certain ITS rules
  * Performance improvements when using ITS params. (forwarded request 925724 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/926172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=23
2021-10-20 18:23:01 +00:00
7411572bc5 Accepting request 925724 from home:dirkmueller:Factory
- update to 2.0.7:
  * Performance improvements when chaining up on certain ITS rules
  * Performance improvements when using ITS params.

OBS-URL: https://build.opensuse.org/request/show/925724
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=34
2021-10-19 09:00:09 +00:00
Dominique Leuenberger
35181efa5b Accepting request 749284 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/749284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=22
2019-11-23 23:14:45 +00:00
1a553cc14a Accepting request 749186 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/749186
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=32
2019-11-18 10:49:17 +00:00
Dominique Leuenberger
92147d3330 Accepting request 732874 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/732874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=21
2019-09-30 13:51:06 +00:00
a4e365744d Accepting request 731588 from GNOME:Next
- Update to version 2.0.6:
  + Make DocBook keyword element within text
  + Apply ITS files passed with -i in --join mode
- Drop itstool-Apply-ITS-files.patch

- Replace python3-libxml2-python with python3-libxml2 BuildRequires
  and Requires following changes in libxml2.

OBS-URL: https://build.opensuse.org/request/show/731588
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=30
2019-09-24 08:56:15 +00:00
Dominique Leuenberger
0175ddb9df Accepting request 662635 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/662635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=20
2019-01-05 13:39:20 +00:00
0dd952bae7 Accepting request 662532 from home:mgorse:branches:GNOME:Factory
Mark bsc#1111019 as fixed in changes (itstool requires /usr/bin/python)

OBS-URL: https://build.opensuse.org/request/show/662532
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=28
2019-01-03 10:52:18 +00:00
Dominique Leuenberger
9cc05f447a Accepting request 660479 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/660479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=19
2018-12-26 23:22:11 +00:00
93269f2311 Accepting request 659962 from GNOME:Next
All of PPC built now :-) 
Seems we can finally move forward with this one. Fedora is already shipping this version.

- Update to version 2.0.5:
  + Allow preserveSpace on XML attributes.
  + Fixed issue with writing files under macOS.
  + Fixed various differences between Python 2 and 3.
  + Fixed issues with libxml2 memory management.
- Add itstool-Apply-ITS-files.patch: Apply ITS files passed with -i
  in --join mode.
- Drop patch itstool-2.0.4-serialize_to_str.patch and
  itstool-2.0.4-memory-management.patch: fixed upstream.
- Switch directly to py3 istool, as it seems it does not break there
  should be no real requirement to use the python2 variant (even on
  old products it should be ok to use py3 one)
- Add patch itstool-2.0.4-serialize_to_str.patch
  to fix upstream big #19 (fix str/bytes issue)
- Be consistent in using python%{_python_ver}
- Modernize spec-file by calling spec-cleaner
- Introduce _python_ver variable, currently set to '2': allow for
  an easy way to toggle between python3 and python2 based itstool.
  Currently using python2, as python3-based itstool still has
  issues.
- Switch to python3 version:
  + Add python3-base BuildRequires: unlike python2, py3 is not
    implicit in the buildroot yet.
  + Export PYTHON=python3 before configure.
  + Replace libxml2-python (Build)?Requires with
    python3-libxml2-python.
- Replace itstool-2.0.4-no-freedoc.patch with
  itstool-2.0.4-memory-management.patch: use upstream provided
  solution for the crshes.
- Update to version 2.0.4:
  + Fixed a massive performance issue.
- Add itstool-2.0.4-no-freedoc.patch: Do not free xmlDocs, avoid
  crashes (gh#itstool/itstool#17).
- Update to version 2.0.3:
  + Added:
    - Python 3 support. Keeping Python 2 support for now.
    - --path option for extra paths for ITS files.
  + Fixed:
    - --keep-entities mode after some libxml2 changes.
    - UTF-8 handling for translated attributes.
  + Don't error out (except under -s) for mismatched placeholders.

OBS-URL: https://build.opensuse.org/request/show/659962
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=26
2018-12-21 08:46:55 +00:00
d484dfd83d Accepting request 537584 from GNOME:Factory
Let's stabilize this in G:N first

OBS-URL: https://build.opensuse.org/request/show/537584
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=25
2017-10-30 14:28:13 +00:00
ab804fb655 Accepting request 536558 from GNOME:Next
- Switch to python3 version:
  + Add python3-base BuildRequires: unlike python2, py3 is not
    implicit in the buildroot yet.
  + Export PYTHON=python3 before configure.
  + Replace libxml2-python (Build)?Requires with
    python3-libxml2-python.

- Update to version 2.0.4:
  + Fixed a massive performance issue.
- Add itstool-2.0.4-no-freedoc.patch: Do not free xmlDocs, avoid
  crashes (gh#itstool/itstool#17).

- Update to version 2.0.3:
  + Added:
    - Python 3 support. Keeping Python 2 support for now.
    - --path option for extra paths for ITS files.
  + Fixed:
    - --keep-entities mode after some libxml2 changes.
    - UTF-8 handling for translated attributes.
  + Don't error out (except under -s) for mismatched placeholders.

OBS-URL: https://build.opensuse.org/request/show/536558
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=24
2017-10-30 10:35:03 +00:00
a596e3e278 Accepting request 533673 from GNOME:Factory
Even with upstream patch things still seem borked, so revert

OBS-URL: https://build.opensuse.org/request/show/533673
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=23
2017-10-12 14:53:54 +00:00
9d48b190ff Accepting request 531967 from home:luc14n0:branches:GNOME:Factory
Update to version 2.0.3

OBS-URL: https://build.opensuse.org/request/show/531967
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=22
2017-10-09 18:16:07 +00:00
Stephan Kulow
74f255193b Accepting request 212277 from GNOME:Factory
Update to 2.0.2 (forwarded request 212223 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/212277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=17
2013-12-30 09:02:09 +00:00
Bjørn Lie
037d7368ff Accepting request 212223 from GNOME:Next
Update to 2.0.2

OBS-URL: https://build.opensuse.org/request/show/212223
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=20
2013-12-26 10:19:39 +00:00
Stephan Kulow
59b79f8ba1 Accepting request 208280 from GNOME:Factory
- Add itstool-fix-crash.patch: Fixed crash in locale filter and
  drop rule (bgo#71511).

- Update to version 2.0.1:
  + Reworked default ITS rules for better performance.

  + Fixed handling of namespace prefixes on elements. (forwarded request 208252 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/208280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=16
2013-11-26 05:10:16 +00:00
Richard Brown
e1412a597c Accepting request 208252 from GNOME:Next
- Add itstool-fix-crash.patch: Fixed crash in locale filter and
  drop rule (bgo#71511).

- Update to version 2.0.1:
  + Reworked default ITS rules for better performance.

  + Fixed handling of namespace prefixes on elements.

OBS-URL: https://build.opensuse.org/request/show/208252
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=18
2013-11-25 13:42:37 +00:00
Stephan Kulow
12145fc6e9 Accepting request 208139 from GNOME:Factory
Update to 2.0.0 (forwarded request 206231 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/208139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=15
2013-11-25 13:33:09 +00:00
1b241aea04 Accepting request 206231 from home:dimstar:branches:GNOME:Factory
Update to 2.0.0

OBS-URL: https://build.opensuse.org/request/show/206231
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=16
2013-11-24 12:39:28 +00:00
Stephan Kulow
3d159ff021 Accepting request 126771 from GNOME:Factory
Update to 1.2.0 (forwarded request 126376 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/126771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=12
2012-07-02 08:53:57 +00:00
c9eeb1bc73 Accepting request 126376 from home:dimstar:branches:GNOME:Factory
Update to 1.2.0

OBS-URL: https://build.opensuse.org/request/show/126376
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=14
2012-07-01 10:33:54 +00:00
Stephan Kulow
a181b6ab6d Accepting request 121349 from GNOME:Factory
push G:F

OBS-URL: https://build.opensuse.org/request/show/121349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=10
2012-05-21 06:04:16 +00:00
Vincent Untz
a5848b2a28 Accepting request 120878 from home:vuntz:branches:GNOME:Factory
Update to 1.1.3

OBS-URL: https://build.opensuse.org/request/show/120878
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=12
2012-05-16 07:04:56 +00:00
Stephan Kulow
f253be6d46 Accepting request 109434 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/109434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=9
2012-03-19 08:57:53 +00:00
Vincent Untz
59c808d1ec Accepting request 109233 from home:vuntz:branches:GNOME:Factory
Reformat last .changes entry to be a bit clearer and not larger than usual width

OBS-URL: https://build.opensuse.org/request/show/109233
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=10
2012-03-14 11:56:22 +00:00
6283d80b18 Accepting request 108176 from home:coolo:branches:openSUSE:Factory
trying to break the huge cycle we see in factory

OBS-URL: https://build.opensuse.org/request/show/108176
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=9
2012-03-11 17:38:13 +00:00
Stephan Kulow
79099fb27b Accepting request 105132 from GNOME:Factory
Pushing most G:F bits

OBS-URL: https://build.opensuse.org/request/show/105132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=8
2012-02-16 15:16:56 +00:00
Vincent Untz
41a3c2f7c3 Accepting request 102823 from home:dimstar:branches:GNOME:Factory
Update to 1.1.2

OBS-URL: https://build.opensuse.org/request/show/102823
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=7
2012-02-06 09:03:38 +00:00
Stephan Kulow
099a0c64a6 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=7
2011-12-06 17:19:57 +00:00
Lars Vogdt
8ff34f4dde Accepting request 85689 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/85689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=5
2011-10-02 08:12:54 +00:00
Vincent Untz
05991bd32b Accepting request 83749 from home:vuntz:branches:GNOME:Factory
Update to 1.1.1

OBS-URL: https://build.opensuse.org/request/show/83749
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=5
2011-09-21 15:23:11 +00:00
Vincent Untz
7cac195aed Changing to a branch
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=4
2011-08-03 08:44:14 +00:00
Sascha Peilicke
b309a8aca1 Autobuild autoformatter for 75300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=4
2011-07-26 07:23:01 +00:00
Sascha Peilicke
744dc5d77d Accepting request 75300 from GNOME:Factory
Update to 1.1.0

OBS-URL: https://build.opensuse.org/request/show/75300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=3
2011-07-26 07:22:53 +00:00
Vincent Untz
80c49731c3 Accepting request 74758 from home:dimstar:branches:GNOME:Factory
Update to 1.1.0

OBS-URL: https://build.opensuse.org/request/show/74758
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=3
2011-07-01 08:36:52 +00:00
Sascha Peilicke
8f5ed673b7 Autobuild autoformatter for 71558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=2
2011-05-27 09:52:53 +00:00
Sascha Peilicke
f836ef0479 Accepting request 71558 from GNOME:Factory
New package: new tool that will be used for help translation starting with GNOME 3.1/3.2

OBS-URL: https://build.opensuse.org/request/show/71558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=1
2011-05-27 09:52:43 +00:00
Vincent Untz
70de94dc73 Accepting request 71557 from home:vuntz:branches:GNOME:Factory
cleanup

OBS-URL: https://build.opensuse.org/request/show/71557
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=2
2011-05-26 20:50:28 +00:00
Vincent Untz
142442b689 Accepting request 71137 from home:dimstar:branches:GNOME:Factory
New package itstool - Needed for yelp-xsl 3.1.1

OBS-URL: https://build.opensuse.org/request/show/71137
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=1
2011-05-26 20:42:51 +00:00