pspec.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>glib2</Name>
  6. <Homepage>https://www.gtk.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>A library of handy utility functions</Summary>
  14. <Description>glib2 is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.</Description>
  15. <Archive sha1sum="da0907e716db23b308b8551c48a8a5e42bc40622" type="tarxz">mirrors://gnome/glib/2.82/glib-2.82.4.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>ninja</Dependency>
  19. <Dependency>docutils</Dependency>
  20. <Dependency>python3-docutils</Dependency>
  21. <Dependency versionFrom="1.2.12">zlib-devel</Dependency>
  22. <Dependency>docbook-xsl</Dependency>
  23. <Dependency versionFrom="3.3">libffi-devel</Dependency>
  24. <Dependency>elfutils-devel</Dependency>
  25. <Dependency>libxslt-devel</Dependency><!-- for man=true -->
  26. <Dependency versionFrom="2.37.4">libutil-linux-devel</Dependency>
  27. <Dependency versionFrom="10.40">libpcre2-devel</Dependency>
  28. <Dependency versionFrom="1.82.0">gobject-introspection-devel</Dependency>
  29. </BuildDependencies>
  30. <Patches>
  31. <Patch level="1">noisy-glib-compile-schemas.diff</Patch>
  32. <Patch level="1">glib-2.68.2-skip_warnings-1.patch</Patch>
  33. <Patch level="1">glib2.patch</Patch>
  34. </Patches>
  35. <AdditionalFiles>
  36. <AdditionalFile target="multilib.diff" permission="0644">multilib.diff</AdditionalFile>
  37. </AdditionalFiles>
  38. </Source>
  39. <Package>
  40. <Name>glib2</Name>
  41. <RuntimeDependencies>
  42. <Dependency>zlib</Dependency>
  43. <!--<Dependency>elfutils</Dependency>-->
  44. <Dependency>libffi</Dependency>
  45. <Dependency>libpcre2</Dependency>
  46. <Dependency>libutil-linux</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="executable">/etc/profile.d</Path>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="library">/usr/lib</Path>
  52. <Path fileType="executable">/usr/libexec/gio-launch-desktop</Path>
  53. <Path fileType="executable">/usr/share/bash-completion/completions/</Path>
  54. <Path fileType="localedata">/usr/share/locale</Path>
  55. <Path fileType="man">/usr/share/man</Path>
  56. <Path fileType="data">/usr/share/glib-2.0</Path>
  57. <Path fileType="data">/usr/share/systemtap</Path>
  58. <Path fileType="data">/usr/share/glib-2.0/schemas</Path>
  59. <Path fileType="data">/usr/share/gettext</Path>
  60. <Path fileType="data">/usr/share/gir-1.0</Path>
  61. </Files>
  62. <AdditionalFiles>
  63. <AdditionalFile owner="root" permission="0644" target="/etc/profile.d/glib2.sh">glib2.sh</AdditionalFile>
  64. <AdditionalFile owner="root" permission="0644" target="/etc/profile.d/glib2.csh">glib2.csh</AdditionalFile>
  65. </AdditionalFiles>
  66. <Provides>
  67. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  68. </Provides>
  69. </Package>
  70. <Package>
  71. <Name>glib2-devel</Name>
  72. <PartOf>system.devel</PartOf>
  73. <Summary>Development files for glib2</Summary>
  74. <RuntimeDependencies>
  75. <Dependency release="current">glib2</Dependency>
  76. <Dependency>libpcre2-devel</Dependency>
  77. <Dependency>zlib-devel</Dependency>
  78. <Dependency>libffi-devel</Dependency>
  79. <Dependency>libutil-linux-devel</Dependency>
  80. </RuntimeDependencies>
  81. <Files>
  82. <Path fileType="executable">/usr/bin/gtester</Path>
  83. <Path fileType="executable">/usr/bin/gtester-report</Path>
  84. <Path fileType="executable">/usr/bin/gobject-query</Path>
  85. <Path fileType="executable">/usr/bin/glib-genmarshal</Path>
  86. <Path fileType="executable">/usr/bin/glib-gettextize</Path>
  87. <Path fileType="executable">/usr/bin/glib-mkenums</Path>
  88. <Path fileType="header">/usr/include</Path>
  89. <Path fileType="header">/usr/lib/glib-2.0/include</Path>
  90. <Path fileType="data">/usr/lib/pkgconfig</Path>
  91. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  92. <Path fileType="data">/usr/share/aclocal</Path>
  93. <Path fileType="data">/usr/share/glib-2.0/schemas/gschema.dtd</Path>
  94. <Path fileType="data">/usr/share/glib-2.0/gettext</Path>
  95. <Path fileType="data">/usr/share/glib-2.0/gdb</Path>
  96. <Path fileType="data">/usr/share/gdb/auto-load/libglib-2.0.so.*-gdb.py*</Path>
  97. <Path fileType="data">/usr/share/gdb/auto-load/libgobject-2.0.so.*-gdb.py*</Path>
  98. <Path fileType="man">/usr/share/man/man3</Path>
  99. <Path fileType="man">/usr/share/man/man1/glib-genmarshal.1</Path>
  100. <Path fileType="man">/usr/share/man/man1/glib-gettextize.1</Path>
  101. <Path fileType="man">/usr/share/man/man1/glib-mkenums.1</Path>
  102. <Path fileType="man">/usr/share/man/man1/gobject-query.1</Path>
  103. <Path fileType="man">/usr/share/man/man1/gtester-report.1</Path>
  104. <Path fileType="man">/usr/share/man/man1/gtester.1</Path>
  105. </Files>
  106. </Package>
  107. <Package>
  108. <Name>glib2-32bit</Name>
  109. <PartOf>emul32</PartOf>
  110. <Summary>32-bit shared libraries for glib2</Summary>
  111. <BuildType>emul32</BuildType>
  112. <BuildDependencies>
  113. <Dependency>libpcre2-32bit</Dependency>
  114. <Dependency versionFrom="1.2.12">zlib-32bit</Dependency>
  115. <Dependency>libffi-32bit</Dependency>
  116. <Dependency>dbus-32bit</Dependency>
  117. <Dependency>elfutils-32bit</Dependency>
  118. </BuildDependencies>
  119. <RuntimeDependencies>
  120. <Dependency release="current">glib2</Dependency>
  121. <Dependency>libpcre2-32bit</Dependency>
  122. <Dependency>zlib-32bit</Dependency>
  123. <Dependency>libffi-32bit</Dependency>
  124. <!--Dependency>dbus-32bit</Dependency-->
  125. </RuntimeDependencies>
  126. <Files>
  127. <Path fileType="executable">/usr/bin/32</Path>
  128. <Path fileType="library">/usr/lib32</Path>
  129. </Files>
  130. <Provides>
  131. <COMAR script="pakhandler32.py">System.PackageHandler</COMAR>
  132. </Provides>
  133. </Package>
  134. <Package>
  135. <Name>glib2-docs</Name>
  136. <Summary>Documentation files for glib2</Summary>
  137. <Description>Extensive documentation for developers wanting to use the GLib Library</Description>
  138. <Files>
  139. <Path fileType="doc">/usr/share/doc</Path>
  140. </Files>
  141. </Package>
  142. <History>
  143. <Update release="56">
  144. <Date>2024-12-12</Date>
  145. <Version>2.82.4</Version>
  146. <Comment>Version bump.</Comment>
  147. <Name>Pisi Linux Community</Name>
  148. <Email>admin@pisilinux.org</Email>
  149. </Update>
  150. <Update release="55">
  151. <Date>2024-12-09</Date>
  152. <Version>2.82.3</Version>
  153. <Comment>Version bump.</Comment>
  154. <Name>Pisi Linux Community</Name>
  155. <Email>admin@pisilinux.org</Email>
  156. </Update>
  157. <Update release="54">
  158. <Date>2024-10-20</Date>
  159. <Version>2.82.2</Version>
  160. <Comment>Version bump.</Comment>
  161. <Name>Pisi Linux Community</Name>
  162. <Email>admin@pisilinux.org</Email>
  163. </Update>
  164. <Update release="53">
  165. <Date>2024-09-20</Date>
  166. <Version>2.82.1</Version>
  167. <Comment>Version bump.</Comment>
  168. <Name>Pisi Linux Community</Name>
  169. <Email>admin@pisilinux.org</Email>
  170. </Update>
  171. <Update release="52">
  172. <Date>2024-09-15</Date>
  173. <Version>2.82.0</Version>
  174. <Comment>Version bump</Comment>
  175. <Name>Pisi Linux Community</Name>
  176. <Email>admin@pisilinux.org</Email>
  177. </Update>
  178. <Update release="51">
  179. <Date>2024-08-26</Date>
  180. <Version>2.80.5</Version>
  181. <Comment>Version bump.</Comment>
  182. <Name>Pisi Linux Community</Name>
  183. <Email>admin@pisilinux.org</Email>
  184. </Update>
  185. <Update release="50">
  186. <Date>2024-07-08</Date>
  187. <Version>2.80.4</Version>
  188. <Comment>Version bump.</Comment>
  189. <Name>Pisi Linux Community</Name>
  190. <Email>admin@pisilinux.org</Email>
  191. </Update>
  192. <Update release="49">
  193. <Date>2024-06-10</Date>
  194. <Version>2.80.3</Version>
  195. <Comment>Version bump.</Comment>
  196. <Name>Pisi Linux Community</Name>
  197. <Email>admin@pisilinux.org</Email>
  198. </Update>
  199. <Update release="48">
  200. <Date>2024-06-01</Date>
  201. <Version>2.80.2</Version>
  202. <Comment>Version bump.</Comment>
  203. <Name>Mustafa Cinasal</Name>
  204. <Email>muscnsl@gmail.com</Email>
  205. </Update>
  206. <Update release="47">
  207. <Date>2024-05-10</Date>
  208. <Version>2.78.6</Version>
  209. <Comment>Version bump.</Comment>
  210. <Name>Mustafa Cinasal</Name>
  211. <Email>muscnsl@gmail.com</Email>
  212. </Update>
  213. <Update release="46">
  214. <Date>2024-01-22</Date>
  215. <Version>2.78.4</Version>
  216. <Comment>Version bump.</Comment>
  217. <Name>Mustafa Cinasal</Name>
  218. <Email>muscnsl@gmail.com</Email>
  219. </Update>
  220. <Update release="45">
  221. <Date>2023-12-07</Date>
  222. <Version>2.78.3</Version>
  223. <Comment>Version bump.</Comment>
  224. <Name>Mustafa Cinasal</Name>
  225. <Email>muscnsl@gmail.com</Email>
  226. </Update>
  227. <Update release="44">
  228. <Date>2023-12-05</Date>
  229. <Version>2.78.2</Version>
  230. <Comment>Version bump.</Comment>
  231. <Name>Mustafa Cinasal</Name>
  232. <Email>muscnsl@gmail.com</Email>
  233. </Update>
  234. <Update release="43">
  235. <Date>2023-10-25</Date>
  236. <Version>2.78.1</Version>
  237. <Comment>Version bump.</Comment>
  238. <Name>Mustafa Cinasal</Name>
  239. <Email>muscnsl@gmail.com</Email>
  240. </Update>
  241. <Update release="42">
  242. <Date>2023-10-15</Date>
  243. <Version>2.78.0</Version>
  244. <Comment>Rebuild.</Comment>
  245. <Name>Mustafa Cinasal</Name>
  246. <Email>muscnsl@gmail.com</Email>
  247. </Update>
  248. <Update release="41">
  249. <Date>2023-10-13</Date>
  250. <Version>2.78.0</Version>
  251. <Comment>Rebuild.</Comment>
  252. <Name>Mustafa Cinasal</Name>
  253. <Email>muscnsl@gmail.com</Email>
  254. </Update>
  255. <Update release="40">
  256. <Date>2023-09-08</Date>
  257. <Version>2.78.0</Version>
  258. <Comment>Version bump.</Comment>
  259. <Name>Mustafa Cinasal</Name>
  260. <Email>muscnsl@gmail.com</Email>
  261. </Update>
  262. <Update release="39">
  263. <Date>2023-08-13</Date>
  264. <Version>2.77.2</Version>
  265. <Comment>Version bump.</Comment>
  266. <Name>Mustafa Cinasal</Name>
  267. <Email>muscnsl@gmail.com</Email>
  268. </Update>
  269. <Update release="38">
  270. <Date>2023-07-31</Date>
  271. <Version>2.77.1</Version>
  272. <Comment>Version bump.</Comment>
  273. <Name>Mustafa Cinasal</Name>
  274. <Email>muscnsl@gmail.com</Email>
  275. </Update>
  276. <Update release="37">
  277. <Date>2023-07-22</Date>
  278. <Version>2.77.0</Version>
  279. <Comment>Version bump.</Comment>
  280. <Name>Mustafa Cinasal</Name>
  281. <Email>muscnsl@gmail.com</Email>
  282. </Update>
  283. <Update release="36">
  284. <Date>2023-07-06</Date>
  285. <Version>2.76.4</Version>
  286. <Comment>Version bump.</Comment>
  287. <Name>Mustafa Cinasal</Name>
  288. <Email>muscnsl@gmail.com</Email>
  289. </Update>
  290. <Update release="35">
  291. <Date>2023-05-23</Date>
  292. <Version>2.76.3</Version>
  293. <Comment>Version bump.</Comment>
  294. <Name>Mustafa Cinasal</Name>
  295. <Email>muscnsl@gmail.com</Email>
  296. </Update>
  297. <Update release="34">
  298. <Date>2023-04-21</Date>
  299. <Version>2.76.2</Version>
  300. <Comment>Version bump.</Comment>
  301. <Name>Mustafa Cinasal</Name>
  302. <Email>muscnsl@gmail.com</Email>
  303. </Update>
  304. <Update release="33">
  305. <Date>2023-04-17</Date>
  306. <Version>2.76.1</Version>
  307. <Comment>Rebuild.</Comment>
  308. <Name>Mustafa Cinasal</Name>
  309. <Email>muscnsl@gmail.com</Email>
  310. </Update>
  311. <Update release="32">
  312. <Date>2023-03-22</Date>
  313. <Version>2.76.1</Version>
  314. <Comment>Version bump</Comment>
  315. <Name>Mustafa Cinasal</Name>
  316. <Email>muscnsl@gmail.com</Email>
  317. </Update>
  318. <Update release="31">
  319. <Date>2023-03-16</Date>
  320. <Version>2.76.0</Version>
  321. <Comment>Version bump.</Comment>
  322. <Name>Mustafa Cinasal</Name>
  323. <Email>muscnsl@gmail.com</Email>
  324. </Update>
  325. <Update release="30">
  326. <Date>2023-02-23</Date>
  327. <Version>2.74.6</Version>
  328. <Comment>Version bump.</Comment>
  329. <Name>Mustafa Cinasal</Name>
  330. <Email>muscnsl@gmail.com</Email>
  331. </Update>
  332. <Update release="29">
  333. <Date>2023-01-28</Date>
  334. <Version>2.74.5</Version>
  335. <Comment>Rebuild.</Comment>
  336. <Name>Mustafa Cinasal</Name>
  337. <Email>muscnsl@gmail.com</Email>
  338. </Update>
  339. <Update release="28">
  340. <Date>2023-01-19</Date>
  341. <Version>2.74.5</Version>
  342. <Comment>Version bump.</Comment>
  343. <Name>Mustafa Cinasal</Name>
  344. <Email>muscnsl@gmail.com</Email>
  345. </Update>
  346. <Update release="27">
  347. <Date>2022-12-22</Date>
  348. <Version>2.74.4</Version>
  349. <Comment>Version bump.</Comment>
  350. <Name>Mustafa Cinasal</Name>
  351. <Email>muscnsl@gmail.com</Email>
  352. </Update>
  353. <Update release="26">
  354. <Date>2022-11-25</Date>
  355. <Version>2.74.2</Version>
  356. <Comment>Version bump.</Comment>
  357. <Name>Mustafa Cinasal</Name>
  358. <Email>muscnsl@gmail.com</Email>
  359. </Update>
  360. <Update release="25">
  361. <Date>2022-10-31</Date>
  362. <Version>2.74.1</Version>
  363. <Comment>Version bump</Comment>
  364. <Name>Mustafa Cinasal</Name>
  365. <Email>muscnsl@gmail.com</Email>
  366. </Update>
  367. <Update release="24">
  368. <Date>2022-09-30</Date>
  369. <Version>2.74.0</Version>
  370. <Comment>Version bump.</Comment>
  371. <Name>Mustafa Cinasal</Name>
  372. <Email>muscnsl@gmail.com</Email>
  373. </Update>
  374. <Update release="23">
  375. <Date>2022-09-18</Date>
  376. <Version>2.74.0</Version>
  377. <Comment>Version bump.</Comment>
  378. <Name>Mustafa Cinasal</Name>
  379. <Email>muscnsl@gmail.com</Email>
  380. </Update>
  381. <Update release="22">
  382. <Date>2022-07-21</Date>
  383. <Version>2.72.3</Version>
  384. <Comment>Rebuild.</Comment>
  385. <Name>Mustafa Cinasal</Name>
  386. <Email>muscnsl@gmail.com</Email>
  387. </Update>
  388. <Update release="21">
  389. <Date>2022-06-30</Date>
  390. <Version>2.72.3</Version>
  391. <Comment>Version bump</Comment>
  392. <Name>Mustafa Cinasal</Name>
  393. <Email>muscnsl@gmail.com</Email>
  394. </Update>
  395. <Update release="20">
  396. <Date>2022-05-31</Date>
  397. <Version>2.72.2</Version>
  398. <Comment>Version bump.</Comment>
  399. <Name>Mustafa Cinasal</Name>
  400. <Email>muscnsl@gmail.com</Email>
  401. </Update>
  402. <Update release="19">
  403. <Date>2022-05-05</Date>
  404. <Version>2.72.1</Version>
  405. <Comment>Rebuild.</Comment>
  406. <Name>Mustafa Cinasal</Name>
  407. <Email>muscnsl@gmail.com</Email>
  408. </Update>
  409. <Update release="18">
  410. <Date>2022-04-24</Date>
  411. <Version>2.72.1</Version>
  412. <Comment>Version bump.</Comment>
  413. <Name>Mustafa Cinasal</Name>
  414. <Email>muscnsl@gmail.com</Email>
  415. </Update>
  416. <Update release="17">
  417. <Date>2021-10-22</Date>
  418. <Version>2.70.0</Version>
  419. <Comment>Rebuild.</Comment>
  420. <Name>Mustafa Cinasal</Name>
  421. <Email>muscnsl@gmail.com</Email>
  422. </Update>
  423. <Update release="16">
  424. <Date>2021-10-03</Date>
  425. <Version>2.70.0</Version>
  426. <Comment>Version bump.</Comment>
  427. <Name>Mustafa Cinasal</Name>
  428. <Email>muscnsl@gmail.com</Email>
  429. </Update>
  430. <Update release="15">
  431. <Date>2021-05-27</Date>
  432. <Version>2.68.2</Version>
  433. <Comment>Version bump.</Comment>
  434. <Name>Mustafa Cinasal</Name>
  435. <Email>muscnsl@gmail.com</Email>
  436. </Update>
  437. <Update release="14">
  438. <Date>2021-05-03</Date>
  439. <Version>2.66.2</Version>
  440. <Comment>Rebuild 32bit fix</Comment>
  441. <Name>Mustafa Cinasal</Name>
  442. <Email>muscnslp@gmail.com</Email>
  443. </Update>
  444. <Update release="13">
  445. <Date>2021-02-28</Date>
  446. <Version>2.66.2</Version>
  447. <Comment>Version bump</Comment>
  448. <Name>Mustafa Cinasal</Name>
  449. <Email>muscnslp@gmail.com</Email>
  450. </Update>
  451. <Update release="12">
  452. <Date>2020-12-09</Date>
  453. <Version>2.66.2</Version>
  454. <Comment>Version bump</Comment>
  455. <Name>İdris Kalp</Name>
  456. <Email>idriskalp@gmail.com</Email>
  457. </Update>
  458. <Update release="11">
  459. <Date>2020-10-09</Date>
  460. <Version>2.62.4</Version>
  461. <Comment>Rebuild.</Comment>
  462. <Name>Mustafa Cinasal</Name>
  463. <Email>muscnsl@gmail.com</Email>
  464. </Update>
  465. <Update release="10">
  466. <Date>2020-04-20</Date>
  467. <Version>2.62.4</Version>
  468. <Comment>Rebuild.</Comment>
  469. <Name>Mustafa Cinasal</Name>
  470. <Email>muscnsl@gmail.com</Email>
  471. </Update>
  472. <Update release="9">
  473. <Date>2020-01-03</Date>
  474. <Version>2.62.4</Version>
  475. <Comment>Rebuild.</Comment>
  476. <Name>Idris Kalp</Name>
  477. <Email>idriskalp@gmail.com</Email>
  478. </Update>
  479. <Update release="8">
  480. <Date>2019-12-28</Date>
  481. <Version>2.62.4</Version>
  482. <Comment>Version bump</Comment>
  483. <Name>Idris Kalp</Name>
  484. <Email>idriskalp@gmail.com</Email>
  485. </Update>
  486. <Update release="7">
  487. <Date>2019-04-05</Date>
  488. <Version>2.54.3</Version>
  489. <Comment>Rebuild.</Comment>
  490. <Name>Mustafa Cinasal</Name>
  491. <Email>muscnsl@gmail.com</Email>
  492. </Update>
  493. <Update release="6">
  494. <Date>2018-09-16</Date>
  495. <Version>2.54.3</Version>
  496. <Comment>Version bump.</Comment>
  497. <Name>Ertuğrul Erata</Name>
  498. <Email>ertugrulerata@gmail.com</Email>
  499. </Update>
  500. <Update release="5">
  501. <Date>2018-07-15</Date>
  502. <Version>2.50.2</Version>
  503. <Comment>Rebuild</Comment>
  504. <Name>Ertuğrul Erata</Name>
  505. <Email>ertugrulerata@gmail.com</Email>
  506. </Update>
  507. <Update release="4">
  508. <Date>2018-03-02</Date>
  509. <Version>2.50.2</Version>
  510. <Comment>Rebuild</Comment>
  511. <Name>Mustafa Cinasal</Name>
  512. <Email>muscnsl@gmail.com</Email>
  513. </Update>
  514. <Update release="3">
  515. <Date>2017-01-08</Date>
  516. <Version>2.50.2</Version>
  517. <Comment>Version bump.</Comment>
  518. <Name>Ertuğrul Erata</Name>
  519. <Email>ertugrulerata@gmail.com</Email>
  520. </Update>
  521. <Update release="2">
  522. <Date>2016-04-27</Date>
  523. <Version>2.46.2</Version>
  524. <Comment>Release Bump</Comment>
  525. <Name>PisiLinux Community</Name>
  526. <Email>admin@pisilinux.org</Email>
  527. </Update>
  528. <Update release="1">
  529. <Date>2016-03-10</Date>
  530. <Version>2.46.2</Version>
  531. <Comment>First release</Comment>
  532. <Name>Ertuğrul Erata</Name>
  533. <Email>ertugrulerata@gmail.com</Email>
  534. </Update>
  535. </History>
  536. </PISI>