pspec.xml 23 KB

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