44 Commits

Author SHA256 Message Date
bb007669c9 Accepting request 1281938 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1281938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/itstool?expand=0&rev=25
2025-06-04 18:27:35 +00:00
cf2df65f5c Accepting request 1281654 from GNOME:Next
- Add 32c7d07664dc37765100285d1202d488cd6a27e8.patch: Fix
  insufficiently quoted regular expressions. These went under the
  radar until Python 3.12 started warning about them.

OBS-URL: https://build.opensuse.org/request/show/1281654
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=37
2025-06-02 13:33:13 +00:00
ef469e822f 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
b2f37ae4d2 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
b63c5893c9 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
7ae7a9040e 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
bf1d61b850 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
bbb3dc927a 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
e776505a49 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
71fc6efb72 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
f1504e5012 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
72cf771301 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
61a00878ad 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
38b081f232 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
f8eb17426f 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
14c63a52b4 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
6516c02ab0 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
aff9241a3a 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
2a25241789 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
d0db65e2fa 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
11a672f851 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
73a23222b4 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
64214168f9 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
716fd6286e 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
b8578a8fda 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
e853c47db6 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
d596a33ceb 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
d1d5feaa08 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
0802129d7f 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
2ed67376ce 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
8b8f38eac3 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
a02b4baca8 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
628e83dd85 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
70345fe73b 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
fad4fe63ef 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
0a241c60b9 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
77716ec576 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
d076155cda 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
c2091149f2 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
8af60a60a5 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
80ec64438d 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
8630e207b9 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
bffc332faa 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
dbcdc3c056 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