pspec.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>plasma-pa</Name>
  6. <Homepage>https://projects.kde.org/plasma-pa</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>Plasma applet for audio volume management using PulseAudio.</Summary>
  15. <Description>Plasma applet for audio volume management using PulseAudio.</Description>
  16. <Archive sha1sum="b669a0d794621f0ff181f4c3a76b4cf43110c7e8" type="tarxz">mirrors://kde/stable/plasma/5.27.11/plasma-pa-5.27.11.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>ki18n-devel</Dependency>
  19. <Dependency>kconfig-devel</Dependency>
  20. <Dependency>kirigami-devel</Dependency>
  21. <Dependency>kcmutils-devel</Dependency>
  22. <Dependency>kdoctools-devel</Dependency>
  23. <Dependency>kcoreaddons-devel</Dependency>
  24. <Dependency>libcanberra-devel</Dependency>
  25. <Dependency>kdeclarative-devel</Dependency>
  26. <Dependency>kglobalaccel-devel</Dependency>
  27. <!-- <Dependency>glib2-devel</Dependency> -->
  28. <!-- <Dependency>gconf-devel</Dependency> -->
  29. <!-- <Dependency>docbook-xsl</Dependency> -->
  30. <!-- <Dependency>kconfigwidgets-devel</Dependency> -->
  31. <Dependency>extra-cmake-modules</Dependency>
  32. <Dependency>knotifications-devel</Dependency>
  33. <Dependency>pulseaudio-libs-devel</Dependency>
  34. <Dependency>plasma-framework-devel</Dependency>
  35. <Dependency>sound-theme-freedesktop</Dependency>
  36. <Dependency versionFrom="5.15.10">qt5-base-devel</Dependency>
  37. <Dependency versionFrom="5.15.10">qt5-declarative-devel</Dependency>
  38. </BuildDependencies>
  39. </Source>
  40. <Package>
  41. <Name>plasma-pa</Name>
  42. <RuntimeDependencies>
  43. <Dependency>ki18n</Dependency>
  44. <Dependency>glib2</Dependency>
  45. <!-- <Dependency>gconf</Dependency> -->
  46. <Dependency>libgcc</Dependency>
  47. <Dependency>kconfig</Dependency>
  48. <Dependency>kcmutils</Dependency>
  49. <Dependency>libcanberra</Dependency>
  50. <Dependency>kcoreaddons</Dependency>
  51. <Dependency>kglobalaccel</Dependency>
  52. <Dependency>kdeclarative</Dependency>
  53. <Dependency>knotifications</Dependency>
  54. <Dependency>qt5-declarative</Dependency>
  55. <Dependency>pulseaudio-libs</Dependency>
  56. <Dependency>sound-theme-freedesktop</Dependency>
  57. <Dependency versionFrom="5.15.10">qt5-base</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="data">/usr/share</Path>
  61. <Path fileType="localedata">/usr/share/locale</Path>
  62. <Path fileType="executable">/usr/bin</Path>
  63. <Path fileType="library">/usr/lib/cmake</Path>
  64. <Path fileType="library">/usr/lib/qt5</Path>
  65. <Path fileType="library">/usr/lib</Path>
  66. <Path fileType="doc">/usr/share/doc</Path>
  67. </Files>
  68. </Package>
  69. <History>
  70. <Update release="81">
  71. <Date>2024-05-20</Date>
  72. <Version>5.27.11</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>Mustafa Cinasal</Name>
  75. <Email>muscnsl@gmail.com</Email>
  76. </Update>
  77. <Update release="80">
  78. <Date>2023-12-06</Date>
  79. <Version>5.27.10</Version>
  80. <Comment>Version bump.</Comment>
  81. <Name>Mustafa Cinasal</Name>
  82. <Email>muscnsl@gmail.com</Email>
  83. </Update>
  84. <Update release="79">
  85. <Date>2023-10-26</Date>
  86. <Version>5.27.9</Version>
  87. <Comment>Version bump.</Comment>
  88. <Name>Mustafa Cinasal</Name>
  89. <Email>muscnsl@gmail.com</Email>
  90. </Update>
  91. <Update release="78">
  92. <Date>2023-09-12</Date>
  93. <Version>5.27.8</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>Mustafa Cinasal</Name>
  96. <Email>muscnsl@gmail.com</Email>
  97. </Update>
  98. <Update release="77">
  99. <Date>2023-08-01</Date>
  100. <Version>5.27.7</Version>
  101. <Comment>Version bump.</Comment>
  102. <Name>Mustafa Cinasal</Name>
  103. <Email>muscnsl@gmail.com</Email>
  104. </Update>
  105. <Update release="76">
  106. <Date>2023-07-28</Date>
  107. <Version>5.27.6</Version>
  108. <Comment>Rebuild</Comment>
  109. <Name>Mustafa Cinasal</Name>
  110. <Email>muscnsl@gmail.com</Email>
  111. </Update>
  112. <Update release="75">
  113. <Date>2023-06-20</Date>
  114. <Version>5.27.6</Version>
  115. <Comment>Version bump.</Comment>
  116. <Name>Mustafa Cinasal</Name>
  117. <Email>muscnsl@gmail.com</Email>
  118. </Update>
  119. <Update release="74">
  120. <Date>2023-05-09</Date>
  121. <Version>5.27.5</Version>
  122. <Comment>Version bump.</Comment>
  123. <Name>Mustafa Cinasal</Name>
  124. <Email>muscnsl@gmail.com</Email>
  125. </Update>
  126. <Update release="73">
  127. <Date>2023-04-08</Date>
  128. <Version>5.27.4</Version>
  129. <Comment>Version bump.</Comment>
  130. <Name>Mustafa Cinasal</Name>
  131. <Email>muscnsl@gmail.com</Email>
  132. </Update>
  133. <Update release="72">
  134. <Date>2023-03-15</Date>
  135. <Version>5.27.3</Version>
  136. <Comment>Version bump.</Comment>
  137. <Name>Mustafa Cinasal</Name>
  138. <Email>muscnsl@gmail.com</Email>
  139. </Update>
  140. <Update release="71">
  141. <Date>2023-03-01</Date>
  142. <Version>5.27.2</Version>
  143. <Comment>Version bump.</Comment>
  144. <Name>Mustafa Cinasal</Name>
  145. <Email>muscnsl@gmail.com</Email>
  146. </Update>
  147. <Update release="70">
  148. <Date>2023-02-22</Date>
  149. <Version>5.27.1</Version>
  150. <Comment>Version bump.</Comment>
  151. <Name>Mustafa Cinasal</Name>
  152. <Email>muscnsl@gmail.com</Email>
  153. </Update>
  154. <Update release="69">
  155. <Date>2023-02-16</Date>
  156. <Version>5.27.0</Version>
  157. <Comment>Version bump.</Comment>
  158. <Name>Mustafa Cinasal</Name>
  159. <Email>muscnsl@gmail.com</Email>
  160. </Update>
  161. <Update release="68">
  162. <Date>2023-01-04</Date>
  163. <Version>5.26.5</Version>
  164. <Comment>Version bump.</Comment>
  165. <Name>Mustafa Cinasal</Name>
  166. <Email>muscnsl@gmail.com</Email>
  167. </Update>
  168. <Update release="67">
  169. <Date>2022-11-29</Date>
  170. <Version>5.26.4</Version>
  171. <Comment>Version bump.</Comment>
  172. <Name>Mustafa Cinasal</Name>
  173. <Email>muscnsl@gmail.com</Email>
  174. </Update>
  175. <Update release="66">
  176. <Date>2022-11-11</Date>
  177. <Version>5.26.3</Version>
  178. <Comment>Version bump.</Comment>
  179. <Name>Mustafa Cinasal</Name>
  180. <Email>muscnsl@gmail.com</Email>
  181. </Update>
  182. <Update release="65">
  183. <Date>2022-10-28</Date>
  184. <Version>5.26.2</Version>
  185. <Comment>Version bump.</Comment>
  186. <Name>Mustafa Cinasal</Name>
  187. <Email>muscnsl@gmail.com</Email>
  188. </Update>
  189. <Update release="64">
  190. <Date>2022-09-13</Date>
  191. <Version>5.25.5</Version>
  192. <Comment>Version bump.</Comment>
  193. <Name>Mustafa Cinasal</Name>
  194. <Email>muscnsl@gmail.com</Email>
  195. </Update>
  196. <Update release="63">
  197. <Date>2022-08-02</Date>
  198. <Version>5.25.4</Version>
  199. <Comment>Version bump.</Comment>
  200. <Name>Mustafa Cinasal</Name>
  201. <Email>muscnsl@gmail.com</Email>
  202. </Update>
  203. <Update release="62">
  204. <Date>2022-07-12</Date>
  205. <Version>5.25.3</Version>
  206. <Comment>Version bump.</Comment>
  207. <Name>Mustafa Cinasal</Name>
  208. <Email>muscnsl@gmail.com</Email>
  209. </Update>
  210. <Update release="61">
  211. <Date>2022-06-29</Date>
  212. <Version>5.25.2</Version>
  213. <Comment>Version bump.</Comment>
  214. <Name>Mustafa Cinasal</Name>
  215. <Email>muscnsl@gmail.com</Email>
  216. </Update>
  217. <Update release="60">
  218. <Date>2022-06-22</Date>
  219. <Version>5.25.1</Version>
  220. <Comment>Version bump.</Comment>
  221. <Name>Mustafa Cinasal</Name>
  222. <Email>muscnsl@gmail.com</Email>
  223. </Update>
  224. <Update release="59">
  225. <Date>2022-06-18</Date>
  226. <Version>5.25.0</Version>
  227. <Comment>Version bump.</Comment>
  228. <Name>Mustafa Cinasal</Name>
  229. <Email>muscnsl@gmail.com</Email>
  230. </Update>
  231. <Update release="58">
  232. <Date>2022-05-06</Date>
  233. <Version>5.24.5</Version>
  234. <Comment>Version bump.</Comment>
  235. <Name>Mustafa Cinasal</Name>
  236. <Email>muscnsl@gmail.com</Email>
  237. </Update>
  238. <Update release="57">
  239. <Date>2022-02-26</Date>
  240. <Version>5.24.2</Version>
  241. <Comment>Version bump.</Comment>
  242. <Name>Kamil Atlı</Name>
  243. <Email>suvari@pisilinux.org</Email>
  244. </Update>
  245. <Update release="56">
  246. <Date>2022-01-04</Date>
  247. <Version>5.23.5</Version>
  248. <Comment>Version bump.</Comment>
  249. <Name>Mustafa Cinasal</Name>
  250. <Email>muscnsl@gmail.com</Email>
  251. </Update>
  252. <Update release="55">
  253. <Date>2021-12-01</Date>
  254. <Version>5.23.4</Version>
  255. <Comment>Version bump.</Comment>
  256. <Name>Mustafa Cinasal</Name>
  257. <Email>muscnsl@gmail.com</Email>
  258. </Update>
  259. <Update release="54">
  260. <Date>2021-11-10</Date>
  261. <Version>5.23.3</Version>
  262. <Comment>Version bump.</Comment>
  263. <Name>Mustafa Cinasal</Name>
  264. <Email>muscnsl@gmail.com</Email>
  265. </Update>
  266. <Update release="53">
  267. <Date>2021-10-27</Date>
  268. <Version>5.23.2</Version>
  269. <Comment>Version bump.</Comment>
  270. <Name>Mustafa Cinasal</Name>
  271. <Email>muscnsl@gmail.com</Email>
  272. </Update>
  273. <Update release="52">
  274. <Date>2021-10-19</Date>
  275. <Version>5.23.1</Version>
  276. <Comment>Version bump.</Comment>
  277. <Name>Mustafa Cinasal</Name>
  278. <Email>muscnsl@gmail.com</Email>
  279. </Update>
  280. <Update release="51">
  281. <Date>2021-10-14</Date>
  282. <Version>5.23.0</Version>
  283. <Comment>Version bump</Comment>
  284. <Name>Mustafa Cinasal</Name>
  285. <Email>muscnsl@gmail.com</Email>
  286. </Update>
  287. <Update release="50">
  288. <Date>2021-08-31</Date>
  289. <Version>5.22.5</Version>
  290. <Comment>Version bump.</Comment>
  291. <Name>Mustafa Cinasal</Name>
  292. <Email>muscnsl@gmail.com</Email>
  293. </Update>
  294. <Update release="49">
  295. <Date>2021-07-08</Date>
  296. <Version>5.22.3</Version>
  297. <Comment>Version bump.</Comment>
  298. <Name>Mustafa Cinasal</Name>
  299. <Email>muscnsl@gmail.com</Email>
  300. </Update>
  301. <Update release="48">
  302. <Date>2021-06-22</Date>
  303. <Version>5.22.2</Version>
  304. <Comment>Version bump.</Comment>
  305. <Name>Mustafa Cinasal</Name>
  306. <Email>muscnsl@gmail.com</Email>
  307. </Update>
  308. <Update release="47">
  309. <Date>2021-06-15</Date>
  310. <Version>5.22.1</Version>
  311. <Comment>Version bump.</Comment>
  312. <Name>Mustafa Cinasal</Name>
  313. <Email>muscnsl@gmail.com</Email>
  314. </Update>
  315. <Update release="46">
  316. <Date>2021-05-05</Date>
  317. <Version>5.21.5</Version>
  318. <Comment>Version bump.</Comment>
  319. <Name>Mustafa Cinasal</Name>
  320. <Email>muscnsl@gmail.com</Email>
  321. </Update>
  322. <Update release="45">
  323. <Date>2021-03-17</Date>
  324. <Version>5.21.3</Version>
  325. <Comment>Version bump.</Comment>
  326. <Name>Mustafa Cinasal</Name>
  327. <Email>muscnsl@gmail.com</Email>
  328. </Update>
  329. <Update release="44">
  330. <Date>2021-03-14</Date>
  331. <Version>5.21.2</Version>
  332. <Comment>Version bump.</Comment>
  333. <Name>Mustafa Cinasal</Name>
  334. <Email>muscnsl@gmail.com</Email>
  335. </Update>
  336. <Update release="43">
  337. <Date>2021-01-10</Date>
  338. <Version>5.20.5</Version>
  339. <Comment>Version bump.</Comment>
  340. <Name>Mustafa Cinasal</Name>
  341. <Email>muscnsl@gmail.com</Email>
  342. </Update>
  343. <Update release="42">
  344. <Date>2020-12-11</Date>
  345. <Version>5.20.4</Version>
  346. <Comment>Version bump.</Comment>
  347. <Name>Ali Algul</Name>
  348. <Email>aligulle3801@gmail.com</Email>
  349. </Update>
  350. <Update release="41">
  351. <Date>2020-09-01</Date>
  352. <Version>5.19.5</Version>
  353. <Comment>Version bump.</Comment>
  354. <Name>Mustafa Cinasal</Name>
  355. <Email>muscnsl@gmail.com</Email>
  356. </Update>
  357. <Update release="40">
  358. <Date>2020-06-16</Date>
  359. <Version>5.19.1</Version>
  360. <Comment>Version bump.</Comment>
  361. <Name>Mustafa Cinasal</Name>
  362. <Email>muscnsl@gmail.com</Email>
  363. </Update>
  364. <Update release="39">
  365. <Date>2020-06-09</Date>
  366. <Version>5.19.0</Version>
  367. <Comment>Version bump.</Comment>
  368. <Name>Mustafa Cinasal</Name>
  369. <Email>muscnsl@gmail.com</Email>
  370. </Update>
  371. <Update release="38">
  372. <Date>2020-05-06</Date>
  373. <Version>5.18.5</Version>
  374. <Comment>Version bump.</Comment>
  375. <Name>Mustafa Cinasal</Name>
  376. <Email>muscnsl@gmail.com</Email>
  377. </Update>
  378. <Update release="37">
  379. <Date>2020-03-29</Date>
  380. <Version>5.18.3</Version>
  381. <Comment>Version bump.</Comment>
  382. <Name>Mustafa Cinasal</Name>
  383. <Email>muscnsl@gmail.com</Email>
  384. </Update>
  385. <Update release="36">
  386. <Date>2020-01-10</Date>
  387. <Version>5.17.5</Version>
  388. <Comment>Version bump.</Comment>
  389. <Name>Mustafa Cinasal</Name>
  390. <Email>muscnsl@gmail.com</Email>
  391. </Update>
  392. <Update release="35">
  393. <Date>2019-11-15</Date>
  394. <Version>5.16.5</Version>
  395. <Comment>Rebuild.</Comment>
  396. <Name>Mustafa Cinasal</Name>
  397. <Email>muscnsl@gmail.com</Email>
  398. </Update>
  399. <Update release="34">
  400. <Date>2019-09-15</Date>
  401. <Version>5.16.5</Version>
  402. <Comment>Version bump.</Comment>
  403. <Name>Mustafa Cinasal</Name>
  404. <Email>muscnsl@gmail.com</Email>
  405. </Update>
  406. <Update release="33">
  407. <Date>2019-07-31</Date>
  408. <Version>5.16.4</Version>
  409. <Comment>Version bump.</Comment>
  410. <Name>Mustafa Cinasal</Name>
  411. <Email>muscnsl@gmail.com</Email>
  412. </Update>
  413. <Update release="32">
  414. <Date>2019-07-22</Date>
  415. <Version>5.16.3</Version>
  416. <Comment>Version bump.</Comment>
  417. <Name>Mustafa Cinasal</Name>
  418. <Email>muscnsl@gmail.com</Email>
  419. </Update>
  420. <Update release="31">
  421. <Date>2019-04-15</Date>
  422. <Version>5.15.4</Version>
  423. <Comment>Version bump.</Comment>
  424. <Name>Mustafa Cinasal</Name>
  425. <Email>muscnsl@gmail.com</Email>
  426. </Update>
  427. <Update release="30">
  428. <Date>2019-03-12</Date>
  429. <Version>5.15.3</Version>
  430. <Comment>Version bump</Comment>
  431. <Name>Mustafa Cinasal</Name>
  432. <Email>muscnsl@gmail.com</Email>
  433. </Update>
  434. <Update release="29">
  435. <Date>2019-02-27</Date>
  436. <Version>5.15.2</Version>
  437. <Comment>Version bump.</Comment>
  438. <Name>Mustafa Cinasal</Name>
  439. <Email>muscnsl@gmail.com</Email>
  440. </Update>
  441. <Update release="28">
  442. <Date>2019-02-21</Date>
  443. <Version>5.15.1</Version>
  444. <Comment>Version bump.</Comment>
  445. <Name>Mustafa Cinasal</Name>
  446. <Email>muscnsl@gmail.com</Email>
  447. </Update>
  448. <Update release="27">
  449. <Date>2019-02-12</Date>
  450. <Version>5.15.0</Version>
  451. <Comment>Version bump.</Comment>
  452. <Name>Mustafa Cinasal</Name>
  453. <Email>muscnsl@gmail.com</Email>
  454. </Update>
  455. <Update release="26">
  456. <Date>2019-01-12</Date>
  457. <Version>5.14.5</Version>
  458. <Comment>Version bump</Comment>
  459. <Name>Mustafa Cinasal</Name>
  460. <Email>muscnsl@gmail.com</Email>
  461. </Update>
  462. <Update release="25">
  463. <Date>2018-12-26</Date>
  464. <Version>5.14.4</Version>
  465. <Comment>Version bump.</Comment>
  466. <Name>Mustafa Cinasal</Name>
  467. <Email>muscnsl@gmail.com</Email>
  468. </Update>
  469. <Update release="24">
  470. <Date>2018-11-06</Date>
  471. <Version>5.14.3</Version>
  472. <Comment>Version bump.</Comment>
  473. <Name>Mustafa Cinasal</Name>
  474. <Email>muscnsl@gmail.com</Email>
  475. </Update>
  476. <Update release="23">
  477. <Date>2018-10-17</Date>
  478. <Version>5.14.1</Version>
  479. <Comment>Version bump.</Comment>
  480. <Name>Mustafa Cinasal</Name>
  481. <Email>muscnsl@gmail.com</Email>
  482. </Update>
  483. <Update release="22">
  484. <Date>2018-10-17</Date>
  485. <Version>5.14.0</Version>
  486. <Comment>Version bump</Comment>
  487. <Name>Mustafa Cinasal</Name>
  488. <Email>muscnsl@gmail.com</Email>
  489. </Update>
  490. <Update release="21">
  491. <Date>2018-08-11</Date>
  492. <Version>5.12.5</Version>
  493. <Comment>Rebuild</Comment>
  494. <Name>Ertuğrul Erata</Name>
  495. <Email>ertugrulerata@gmail.com</Email>
  496. </Update>
  497. <Update release="20">
  498. <Date>2018-05-14</Date>
  499. <Version>5.12.5</Version>
  500. <Comment>Version bump.</Comment>
  501. <Name>Mustafa Cinasal</Name>
  502. <Email>muscnsl@gmail.com</Email>
  503. </Update>
  504. <Update release="19">
  505. <Date>2018-04-23</Date>
  506. <Version>5.12.4</Version>
  507. <Comment>Version bump.</Comment>
  508. <Name>Mustafa Cinasal</Name>
  509. <Email>muscnsl@gmail.com</Email>
  510. </Update>
  511. <Update release="18">
  512. <Date>2018-04-06</Date>
  513. <Version>5.12.4</Version>
  514. <Comment>Version bump.</Comment>
  515. <Name>Mustafa Cinasal</Name>
  516. <Email>muscnsl@gmail.com</Email>
  517. </Update>
  518. <Update release="17">
  519. <Date>2018-03-22</Date>
  520. <Version>5.12.3</Version>
  521. <Comment>Version bump.</Comment>
  522. <Name>Mustafa Cinasal</Name>
  523. <Email>muscnsl@gmail.com</Email>
  524. </Update>
  525. <Update release="16">
  526. <Date>2018-02-03</Date>
  527. <Version>5.11.5</Version>
  528. <Comment>Version bump.</Comment>
  529. <Name>Mustafa Cinasal</Name>
  530. <Email>muscnsl@gmail.com</Email>
  531. </Update>
  532. <Update release="15">
  533. <Date>2017-12-15</Date>
  534. <Version>5.11.4</Version>
  535. <Comment>Version bump.</Comment>
  536. <Name>Mustafa Cinasal</Name>
  537. <Email>muscnsl@gmail.com</Email>
  538. </Update>
  539. <Update release="14">
  540. <Date>2017-11-08</Date>
  541. <Version>5.11.3</Version>
  542. <Comment>Version bump.</Comment>
  543. <Name>Mustafa Cinasal</Name>
  544. <Email>muscnsl@gmail.com</Email>
  545. </Update>
  546. <Update release="13">
  547. <Date>2017-11-02</Date>
  548. <Version>5.11.2</Version>
  549. <Comment>Version bump.</Comment>
  550. <Name>Mustafa Cinasal</Name>
  551. <Email>muscnsl@gmail.com</Email>
  552. </Update>
  553. <Update release="12">
  554. <Date>2017-10-14</Date>
  555. <Version>5.11.0</Version>
  556. <Comment>Version bump.</Comment>
  557. <Name>Mustafa Cinasal</Name>
  558. <Email>muscnsl@gmail.com</Email>
  559. </Update>
  560. <Update release="11">
  561. <Date>2017-09-13</Date>
  562. <Version>5.10.5</Version>
  563. <Comment>Version bump.</Comment>
  564. <Name>Mustafa Cinasal</Name>
  565. <Email>muscnsl@gmail.com</Email>
  566. </Update>
  567. <Update release="10">
  568. <Date>2017-06-21</Date>
  569. <Version>5.10.2</Version>
  570. <Comment>version bump.</Comment>
  571. <Name>Ali Algul</Name>
  572. <Email>aligulle3801@gmail.com</Email>
  573. </Update>
  574. <Update release="9">
  575. <Date>2017-03-02</Date>
  576. <Version>5.8.5</Version>
  577. <Comment>Rebuild for new Toolchain.</Comment>
  578. <Name>Stefan Gronewold(groni)</Name>
  579. <Email>groni@pisilinux.org</Email>
  580. </Update>
  581. <Update release="8">
  582. <Date>2017-01-01</Date>
  583. <Version>5.8.5</Version>
  584. <Comment>Version bump.</Comment>
  585. <Name>Stefan Gronewold(groni)</Name>
  586. <Email>groni@pisilinux.org</Email>
  587. </Update>
  588. <Update release="7">
  589. <Date>2016-11-26</Date>
  590. <Version>5.8.4</Version>
  591. <Comment>Version bump.</Comment>
  592. <Name>Stefan Gronewold(groni)</Name>
  593. <Email>groni@pisilinux.org</Email>
  594. </Update>
  595. <Update release="6">
  596. <Date>2016-11-03</Date>
  597. <Version>5.8.3</Version>
  598. <Comment>Version bump.</Comment>
  599. <Name>Stefan Gronewold</Name>
  600. <Email>groni@pisilinux.org</Email>
  601. </Update>
  602. <Update release="5">
  603. <Date>2016-10-20</Date>
  604. <Version>5.8.2</Version>
  605. <Comment>Version bump.</Comment>
  606. <Name>Stefan Gronewold</Name>
  607. <Email>groni@pisilinux.org</Email>
  608. </Update>
  609. <Update release="4">
  610. <Date>2016-10-06</Date>
  611. <Version>5.8.0</Version>
  612. <Comment>Version bump.</Comment>
  613. <Name>Stefan Gronewold</Name>
  614. <Email>groni@pisilinux.org</Email>
  615. </Update>
  616. <Update release="3">
  617. <Date>2016-07-30</Date>
  618. <Version>5.7.2</Version>
  619. <Comment>Version bump.</Comment>
  620. <Name>Yusuf Aydemir</Name>
  621. <Email>yusuf.aydemir@pisilinux.org</Email>
  622. </Update>
  623. <Update release="2">
  624. <Date>2016-05-18</Date>
  625. <Version>5.6.4</Version>
  626. <Comment>Version bump.</Comment>
  627. <Name>Burak Ertürk</Name>
  628. <Email>burakerturk@pisilinux.org</Email>
  629. </Update>
  630. <Update release="1">
  631. <Date>2016-04-08</Date>
  632. <Version>5.6.2</Version>
  633. <Comment>First release</Comment>
  634. <Name>Yusuf Aydemir</Name>
  635. <Email>yusuf.aydemir@pisilinux.org</Email>
  636. </Update>
  637. </History>
  638. </PISI>