pspec.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kcoreaddons</Name>
  6. <Homepage>https://www.kde.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Utilities for core application functionality and accessing the OS</Summary>
  15. <Description>KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.</Description>
  16. <Archive sha1sum="a3b23a8f6592239cbf16f75f887147ab29a6d6c3" type="tarxz">mirrors://kde/stable/frameworks/5.116/kcoreaddons-5.116.0.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
  19. <Dependency versionFrom="5.15.1">qt5-linguist</Dependency>
  20. <Dependency>shared-mime-info</Dependency>
  21. <Dependency versionFrom="5.116.0">extra-cmake-modules</Dependency>
  22. <!-- <Dependency versionFrom="13.0.4">mesa-devel</Dependency> -->
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>kcoreaddons</Name>
  27. <RuntimeDependencies>
  28. <Dependency versionFrom="5.15.1">qt5-base</Dependency>
  29. <!-- <Dependency>libgcc</Dependency> -->
  30. <Dependency>shared-mime-info</Dependency>
  31. <!-- <Dependency>docbook-xsl</Dependency> -->
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="config">/etc/xdg</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. <Path fileType="localedata">/usr/share/locale</Path>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib/qt5</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>kcoreaddons-devel</Name>
  45. <Summary>Development files for kcoreaddons</Summary>
  46. <RuntimeDependencies>
  47. <Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
  48. <Dependency release="current">kcoreaddons</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="data">/usr/lib/cmake</Path>
  53. <Path fileType="library">/usr/lib/pkgconfig</Path>
  54. </Files>
  55. <!-- <Provides>
  56. <COMAR script="package.py">System.Package</COMAR>
  57. </Provides> -->
  58. </Package>
  59. <History>
  60. <Update release="71">
  61. <Date>2024-05-19</Date>
  62. <Version>5.116.0</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="70">
  68. <Date>2024-02-10</Date>
  69. <Version>5.115.0</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="69">
  75. <Date>2024-01-13</Date>
  76. <Version>5.114.0</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Mustafa Cinasal</Name>
  79. <Email>muscnsl@gmail.com</Email>
  80. </Update>
  81. <Update release="68">
  82. <Date>2023-12-14</Date>
  83. <Version>5.113.0</Version>
  84. <Comment>Version bump.</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="67">
  89. <Date>2023-11-12</Date>
  90. <Version>5.112.0</Version>
  91. <Comment>Version bump.</Comment>
  92. <Name>Mustafa Cinasal</Name>
  93. <Email>muscnsl@gmail.com</Email>
  94. </Update>
  95. <Update release="66">
  96. <Date>2023-10-26</Date>
  97. <Version>5.111.0</Version>
  98. <Comment>Version bump.</Comment>
  99. <Name>Mustafa Cinasal</Name>
  100. <Email>muscnsl@gmail.com</Email>
  101. </Update>
  102. <Update release="65">
  103. <Date>2023-09-10</Date>
  104. <Version>5.110.0</Version>
  105. <Comment>Version bump.</Comment>
  106. <Name>Mustafa Cinasal</Name>
  107. <Email>muscnsl@gmail.com</Email>
  108. </Update>
  109. <Update release="64">
  110. <Date>2023-08-19</Date>
  111. <Version>5.109.0</Version>
  112. <Comment>Version bump.</Comment>
  113. <Name>Mustafa Cinasal</Name>
  114. <Email>muscnsl@gmail.com</Email>
  115. </Update>
  116. <Update release="63">
  117. <Date>2023-07-08</Date>
  118. <Version>5.108.0</Version>
  119. <Comment>Version bump.</Comment>
  120. <Name>Mustafa Cinasal</Name>
  121. <Email>muscnsl@gmail.com</Email>
  122. </Update>
  123. <Update release="62">
  124. <Date>2023-06-10</Date>
  125. <Version>5.107.0</Version>
  126. <Comment>Version bump.</Comment>
  127. <Name>Mustafa Cinasal</Name>
  128. <Email>muscnsl@gmail.com</Email>
  129. </Update>
  130. <Update release="61">
  131. <Date>2023-05-13</Date>
  132. <Version>5.106.0</Version>
  133. <Comment>Version bump.</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="60">
  138. <Date>2023-04-08</Date>
  139. <Version>5.105.0</Version>
  140. <Comment>Version bump.</Comment>
  141. <Name>Mustafa Cinasal</Name>
  142. <Email>muscnsl@gmail.com</Email>
  143. </Update>
  144. <Update release="59">
  145. <Date>2023-03-11</Date>
  146. <Version>5.104.0</Version>
  147. <Comment>Version bump.</Comment>
  148. <Name>Mustafa Cinasal</Name>
  149. <Email>muscnsl@gmail.com</Email>
  150. </Update>
  151. <Update release="58">
  152. <Date>2023-02-15</Date>
  153. <Version>5.103.0</Version>
  154. <Comment>Version bump.</Comment>
  155. <Name>Mustafa Cinasal</Name>
  156. <Email>muscnsl@gmail.com</Email>
  157. </Update>
  158. <Update release="57">
  159. <Date>2023-01-14</Date>
  160. <Version>5.102.0</Version>
  161. <Comment>Version bump.</Comment>
  162. <Name>Mustafa Cinasal</Name>
  163. <Email>muscnsl@gmail.com</Email>
  164. </Update>
  165. <Update release="56">
  166. <Date>2022-12-10</Date>
  167. <Version>5.101.0</Version>
  168. <Comment>Version bump</Comment>
  169. <Name>Mustafa Cinasal</Name>
  170. <Email>muscnsl@gmail.com</Email>
  171. </Update>
  172. <Update release="55">
  173. <Date>2022-11-14</Date>
  174. <Version>5.100.0</Version>
  175. <Comment>Version bump.</Comment>
  176. <Name>Mustafa Cinasal</Name>
  177. <Email>muscnsl@gmail.com</Email>
  178. </Update>
  179. <Update release="54">
  180. <Date>2022-10-28</Date>
  181. <Version>5.99.0</Version>
  182. <Comment>Version bump.</Comment>
  183. <Name>Mustafa Cinasal</Name>
  184. <Email>muscnsl@gmail.com</Email>
  185. </Update>
  186. <Update release="53">
  187. <Date>2022-09-13</Date>
  188. <Version>5.98.0</Version>
  189. <Comment>Version bump.</Comment>
  190. <Name>Mustafa Cinasal</Name>
  191. <Email>muscnsl@gmail.com</Email>
  192. </Update>
  193. <Update release="52">
  194. <Date>2022-08-19</Date>
  195. <Version>5.97.0</Version>
  196. <Comment>Version bump.</Comment>
  197. <Name>Mustafa Cinasal</Name>
  198. <Email>muscnsl@gmail.com</Email>
  199. </Update>
  200. <Update release="51">
  201. <Date>2022-07-10</Date>
  202. <Version>5.96.0</Version>
  203. <Comment>Version bump.</Comment>
  204. <Name>Mustafa Cinasal</Name>
  205. <Email>muscnsl@gmail.com</Email>
  206. </Update>
  207. <Update release="50">
  208. <Date>2022-06-18</Date>
  209. <Version>5.95.0</Version>
  210. <Comment>Version bump.</Comment>
  211. <Name>Mustafa Cinasal</Name>
  212. <Email>muscnsl@gmail.com</Email>
  213. </Update>
  214. <Update release="49">
  215. <Date>2022-05-14</Date>
  216. <Version>5.94.0</Version>
  217. <Comment>Version bump.</Comment>
  218. <Name>Mustafa Cinasal</Name>
  219. <Email>muscnsl@gmail.com</Email>
  220. </Update>
  221. <Update release="48">
  222. <Date>2022-04-12</Date>
  223. <Version>5.93.0</Version>
  224. <Comment>Version bump.</Comment>
  225. <Name>Mustafa Cinasal</Name>
  226. <Email>muscnsl@gmail.com</Email>
  227. </Update>
  228. <Update release="47">
  229. <Date>2022-02-26</Date>
  230. <Version>5.91.0</Version>
  231. <Comment>Version bump.</Comment>
  232. <Name>Kamil Atlı</Name>
  233. <Email>suvari@pisilinux.org</Email>
  234. </Update>
  235. <Update release="46">
  236. <Date>2022-01-08</Date>
  237. <Version>5.90.0</Version>
  238. <Comment>Version bump.</Comment>
  239. <Name>Mustafa Cinasal</Name>
  240. <Email>muscnsl@gmail.com</Email>
  241. </Update>
  242. <Update release="45">
  243. <Date>2021-12-12</Date>
  244. <Version>5.89.0</Version>
  245. <Comment>Version bump.</Comment>
  246. <Name>Mustafa Cinasal</Name>
  247. <Email>muscnsl@gmail.com</Email>
  248. </Update>
  249. <Update release="44">
  250. <Date>2021-11-13</Date>
  251. <Version>5.88.0</Version>
  252. <Comment>Version bump.</Comment>
  253. <Name>Mustafa Cinasal</Name>
  254. <Email>muscnsl@gmail.com</Email>
  255. </Update>
  256. <Update release="43">
  257. <Date>2021-10-10</Date>
  258. <Version>5.87.0</Version>
  259. <Comment>Version bump.</Comment>
  260. <Name>Mustafa Cinasal</Name>
  261. <Email>muscnsl@gmail.com</Email>
  262. </Update>
  263. <Update release="42">
  264. <Date>2021-09-12</Date>
  265. <Version>5.86.0</Version>
  266. <Comment>Version bump.</Comment>
  267. <Name>Mustafa Cinasal</Name>
  268. <Email>muscnsl@gmail.com</Email>
  269. </Update>
  270. <Update release="41">
  271. <Date>2021-07-11</Date>
  272. <Version>5.84.0</Version>
  273. <Comment>Version bump.</Comment>
  274. <Name>Mustafa Cinasal</Name>
  275. <Email>muscnsl@gmail.com</Email>
  276. </Update>
  277. <Update release="40">
  278. <Date>2021-06-15</Date>
  279. <Version>5.83.0</Version>
  280. <Comment>Version bump.</Comment>
  281. <Name>Mustafa Cinasal</Name>
  282. <Email>muscnsl@gmail.com</Email>
  283. </Update>
  284. <Update release="39">
  285. <Date>2021-05-08</Date>
  286. <Version>5.82.0</Version>
  287. <Comment>Version bump.</Comment>
  288. <Name>Mustafa Cinasal</Name>
  289. <Email>muscnsl@gmail.com</Email>
  290. </Update>
  291. <Update release="38">
  292. <Date>2021-03-13</Date>
  293. <Version>5.80.0</Version>
  294. <Comment>Version bump.</Comment>
  295. <Name>Mustafa Cinasal</Name>
  296. <Email>muscnsl@gmail.com</Email>
  297. </Update>
  298. <Update release="37">
  299. <Date>2021-02-13</Date>
  300. <Version>5.79.0</Version>
  301. <Comment>Version bump.</Comment>
  302. <Name>Mustafa Cinasal</Name>
  303. <Email>muscnsl@gmail.com</Email>
  304. </Update>
  305. <Update release="36">
  306. <Date>2021-01-10</Date>
  307. <Version>5.78.0</Version>
  308. <Comment>Version bump.</Comment>
  309. <Name>Mustafa Cinasal</Name>
  310. <Email>muscnsl@gmail.com</Email>
  311. </Update>
  312. <Update release="35">
  313. <Date>2020-11-20</Date>
  314. <Version>5.76.0</Version>
  315. <Comment>version bump</Comment>
  316. <Name>Ali Algul</Name>
  317. <Email>aligulle3801@gmail.com</Email>
  318. </Update>
  319. <Update release="34">
  320. <Date>2020-09-12</Date>
  321. <Version>5.74.0</Version>
  322. <Comment>Version bump.</Comment>
  323. <Name>Mustafa Cinasal</Name>
  324. <Email>muscnsl@gmail.com</Email>
  325. </Update>
  326. <Update release="33">
  327. <Date>2020-06-13</Date>
  328. <Version>5.71.0</Version>
  329. <Comment>Version bump.</Comment>
  330. <Name>Mustafa Cinasal</Name>
  331. <Email>muscnsl@gmail.com</Email>
  332. </Update>
  333. <Update release="32">
  334. <Date>2020-05-09</Date>
  335. <Version>5.70.0</Version>
  336. <Comment>Version bump.</Comment>
  337. <Name>Mustafa Cinasal</Name>
  338. <Email>muscnsl@gmail.com</Email>
  339. </Update>
  340. <Update release="31">
  341. <Date>2020-03-29</Date>
  342. <Version>5.68.0</Version>
  343. <Comment>Version bump</Comment>
  344. <Name>Mustafa Cinasal</Name>
  345. <Email>muscnsl@gmail.com</Email>
  346. </Update>
  347. <Update release="30">
  348. <Date>2020-01-11</Date>
  349. <Version>5.66.0</Version>
  350. <Comment>Version bump.</Comment>
  351. <Name>Mustafa Cinasal</Name>
  352. <Email>muscnsl@gmail.com</Email>
  353. </Update>
  354. <Update release="29">
  355. <Date>2019-10-06</Date>
  356. <Version>5.63.0</Version>
  357. <Comment>Version bump.</Comment>
  358. <Name>Mustafa Cinasal</Name>
  359. <Email>muscnsl@gmail.com</Email>
  360. </Update>
  361. <Update release="28">
  362. <Date>2019-09-15</Date>
  363. <Version>5.62.0</Version>
  364. <Comment>Version bump.</Comment>
  365. <Name>Mustafa Cinasal</Name>
  366. <Email>muscnsl@gmail.com</Email>
  367. </Update>
  368. <Update release="27">
  369. <Date>2019-07-22</Date>
  370. <Version>5.60.0</Version>
  371. <Comment>Version bump.</Comment>
  372. <Name>Mustafa Cinasal</Name>
  373. <Email>muscnsl@gmail.com</Email>
  374. </Update>
  375. <Update release="26">
  376. <Date>2019-04-15</Date>
  377. <Version>5.57.0</Version>
  378. <Comment>Version bump.</Comment>
  379. <Name>Mustafa Cinasal</Name>
  380. <Email>muscnsl@gmail.com</Email>
  381. </Update>
  382. <Update release="25">
  383. <Date>2019-03-11</Date>
  384. <Version>5.56.0</Version>
  385. <Comment>Version bump.</Comment>
  386. <Name>Mustafa Cinasal</Name>
  387. <Email>muscnsl@gmail.com</Email>
  388. </Update>
  389. <Update release="24">
  390. <Date>2019-02-09</Date>
  391. <Version>5.55.0</Version>
  392. <Comment>Version bump</Comment>
  393. <Name>Mustafa Cinasal</Name>
  394. <Email>muscnsl@gmail.com</Email>
  395. </Update>
  396. <Update release="23">
  397. <Date>2019-01-12</Date>
  398. <Version>5.54.0</Version>
  399. <Comment>Version bump.</Comment>
  400. <Name>Mustafa Cinasal</Name>
  401. <Email>muscnsl@gmail.com</Email>
  402. </Update>
  403. <Update release="22">
  404. <Date>2018-12-26</Date>
  405. <Version>5.53.0</Version>
  406. <Comment>Version bump.</Comment>
  407. <Name>Mustafa Cinasal</Name>
  408. <Email>muscnsl@gmail.com</Email>
  409. </Update>
  410. <Update release="21">
  411. <Date>2018-11-10</Date>
  412. <Version>5.52.0</Version>
  413. <Comment>Version bump.</Comment>
  414. <Name>Mustafa Cinasal</Name>
  415. <Email>muscnsl@gmail.com</Email>
  416. </Update>
  417. <Update release="20">
  418. <Date>2018-10-17</Date>
  419. <Version>5.51.0</Version>
  420. <Comment>Version bump.</Comment>
  421. <Name>Mustafa Cinasal</Name>
  422. <Email>muscnsl@gmail.com</Email>
  423. </Update>
  424. <Update release="19">
  425. <Date>2018-10-16</Date>
  426. <Version>5.50.0</Version>
  427. <Comment>Version bump.</Comment>
  428. <Name>Mustafa Cinasal</Name>
  429. <Email>muscnsl@gmail.com</Email>
  430. </Update>
  431. <Update release="18">
  432. <Date>2018-08-11</Date>
  433. <Version>5.46.0</Version>
  434. <Comment>Rebuild</Comment>
  435. <Name>Ertuğrul Erata</Name>
  436. <Email>ertugrulerata@gmail.com</Email>
  437. </Update>
  438. <Update release="17">
  439. <Date>2018-05-14</Date>
  440. <Version>5.46.0</Version>
  441. <Comment>Version bump</Comment>
  442. <Name>Mustafa Cinasal</Name>
  443. <Email>muscnsl@gmail.com</Email>
  444. </Update>
  445. <Update release="16">
  446. <Date>2018-04-23</Date>
  447. <Version>5.45.0</Version>
  448. <Comment>Version bump.</Comment>
  449. <Name>Mustafa Cinasal</Name>
  450. <Email>muscnsl@gmail.com</Email>
  451. </Update>
  452. <Update release="15">
  453. <Date>2018-03-22</Date>
  454. <Version>5.44.0</Version>
  455. <Comment>Version bump.</Comment>
  456. <Name>Mustafa Cinasal</Name>
  457. <Email>muscnsl@gmail.com</Email>
  458. </Update>
  459. <Update release="14">
  460. <Date>2018-02-01</Date>
  461. <Version>5.42.0</Version>
  462. <Comment>Version bump.</Comment>
  463. <Name>Mustafa Cinasal</Name>
  464. <Email>muscnsl@gmail.com</Email>
  465. </Update>
  466. <Update release="13">
  467. <Date>2017-12-15</Date>
  468. <Version>5.41.0</Version>
  469. <Comment>Version bump</Comment>
  470. <Name>Mustafa Cinasal</Name>
  471. <Email>muscnsl@gmail.com</Email>
  472. </Update>
  473. <Update release="12">
  474. <Date>2017-11-11</Date>
  475. <Version>5.40.0</Version>
  476. <Comment>Version bump.</Comment>
  477. <Name>Mustafa Cinasal</Name>
  478. <Email>muscnsl@gmail.com</Email>
  479. </Update>
  480. <Update release="11">
  481. <Date>2017-10-14</Date>
  482. <Version>5.39.0</Version>
  483. <Comment>Version bump.</Comment>
  484. <Name>Mustafa Cinasal</Name>
  485. <Email>muscnsl@gmail.com</Email>
  486. </Update>
  487. <Update release="10">
  488. <Date>2017-09-13</Date>
  489. <Version>5.38.0</Version>
  490. <Comment>Version bump.</Comment>
  491. <Name>Mustafa Cinasal</Name>
  492. <Email>muscnsl@gmail.com</Email>
  493. </Update>
  494. <Update release="9">
  495. <Date>2017-06-20</Date>
  496. <Version>5.35.0</Version>
  497. <Comment>version bump</Comment>
  498. <Name>Ali Algul</Name>
  499. <Email>aligulle3801@gmail.com</Email>
  500. </Update>
  501. <Update release="8">
  502. <Date>2017-02-27</Date>
  503. <Version>5.29.0</Version>
  504. <Comment>Rebuild for new Toolchain.</Comment>
  505. <Name>Stefan Gronewold(groni)</Name>
  506. <Email>groni@pisilinux.org</Email>
  507. </Update>
  508. <Update release="7">
  509. <Date>2016-12-20</Date>
  510. <Version>5.29.0</Version>
  511. <Comment>Version bump.</Comment>
  512. <Name>Stefan Gronewold(groni)</Name>
  513. <Email>groni@pisilinux.org</Email>
  514. </Update>
  515. <Update release="6">
  516. <Date>2016-11-26</Date>
  517. <Version>5.28.0</Version>
  518. <Comment>Version bump.</Comment>
  519. <Name>Stefan Gronewold(groni)</Name>
  520. <Email>groni@pisilinux.org</Email>
  521. </Update>
  522. <Update release="5">
  523. <Date>2016-10-22</Date>
  524. <Version>5.27.0</Version>
  525. <Comment>Version bump.</Comment>
  526. <Name>Yusuf Aydemir</Name>
  527. <Email>yusuf.aydemir@pisilnux.org</Email>
  528. </Update>
  529. <Update release="4">
  530. <Date>2016-10-04</Date>
  531. <Version>5.26.0</Version>
  532. <Comment>Version bump.</Comment>
  533. <Name>Yusuf Aydemir</Name>
  534. <Email>yusuf.aydemir@pisilnux.org</Email>
  535. </Update>
  536. <Update release="3">
  537. <Date>2016-07-21</Date>
  538. <Version>5.24.0</Version>
  539. <Comment>Version bump.</Comment>
  540. <Name>Yusuf Aydemir</Name>
  541. <Email>yusuf.aydemir@pisilinux.org</Email>
  542. </Update>
  543. <Update release="2">
  544. <Date>2016-05-17</Date>
  545. <Version>5.22.0</Version>
  546. <Comment>Version bump.</Comment>
  547. <Name>Burak Ertürk</Name>
  548. <Email>burakerturk@pisilinux.org</Email>
  549. </Update>
  550. <Update release="1">
  551. <Date>2016-04-13</Date>
  552. <Version>5.21.0</Version>
  553. <Comment>First release</Comment>
  554. <Name>Yusuf Aydemir</Name>
  555. <Email>yusuf.aydemir@pisilinux.org</Email>
  556. </Update>
  557. </History>
  558. </PISI>