--- trunk/mage/ChangeLog 2011/12/29 15:25:13 1597 +++ trunk/mage/ChangeLog 2012/04/11 21:30:03 1798 @@ -1,5 +1,259 @@ +2012-04-11 Niels Rogalla + + * [r1797] VERSION: + version 0.4.91 + * [r1796] usr/lib/mage/smage2.functions.sh: + -marchsrcfile: add $1 to make different variable names possible + * [r1795] usr/lib/mage/smage2.functions.sh: + -show full path to file which gets unpacked + +2012-03-12 Niels Rogalla + + * [r1786] ChangeLog: + -updated ChangeLog + * [r1785] VERSION: + -version 0.4.90 + * [r1784] usr/lib/mage/smage2.sh: + -honor !pkgbuild with split_packages and respect variables set in + split_info too + * [r1783] usr/lib/mage/magequery.sh: + -always export C locale to fix utf-8 issues + * [r1782] usr/lib/mage/ldd-fix.sh: + -honor multiple argvs + * [r1781] usr/lib/mage/mage4.functions.sh: + -added some nice colors for mprintfeatures() + * [r1780] usr/lib/mage/mage4.sh: + -added option 'print-features' + * [r1779] usr/lib/mage/env-rebuild.sh: + -handle XDG dirs right and fix glib gio/schema errors + +2012-02-18 Niels Rogalla + + * [r1764] ChangeLog: + -updated ChangeLog + * [r1763] VERSION: + -version 0.4.89 + * [r1762] usr/lib/mage/mage4.functions.sh: + -fixed a typo + * [r1760] ChangeLog: + -updated ChangeLog + * [r1759] VERSION: + -version 0.4.88 + * [r1758] usr/lib/mage/mage4.functions.sh: + -improved count_protected_files() function to fix several issues + +2012-02-16 Niels Rogalla + + * [r1690] usr/lib/mage/mage4.functions.sh: + -fixed broken mtime handling of symlinks + * [r1689] usr/lib/mage/smage2.functions.sh: + -added march(), marchsrfile(), marchsrcdir(), marchdepend(), + marchsdepend() functions + +2012-02-06 Niels Rogalla + + * [r1687] ChangeLog: + -updated ChangeLog + * [r1686] VERSION: + -version 0.4.87 + * [r1685] usr/lib/mage/mage.rc.global.in: + -let the makefile set the right CHOST and CFLAGS for the current + arch + * [r1684] usr/lib/mage/smage2.functions.sh: + -always honor state set in distribution file, but prefer local + states from smage2 file + * [r1683] etc/mage.rc.example: + -removed description of pkgbuild feature, which is internal only + and should not changed by normal user + * [r1682] etc/mage.rc.example: + -fixed spelling + * [r1681] etc/mage.rc.example: + -removed MAGE_FEATURES comment + * [r1680] usr/lib/mage/smage2.functions.sh: + -do not add --enable-shared for waf configure scripts, which + support --disable-* options only + * [r1679] usr/lib/mage/smage2.functions.sh: + -pretty print, add a new line + * [r1678] Makefile: + -let the makefile set the right CHOST and CFLAGS for the current + arch + * [r1677] usr/lib/mage/mage.rc.global.in: + -fixed spelling + * [r1676] usr/lib/mage/mage.rc.global.in: + -added garr, dfn and global-auto sourceforge mirrors + * [r1675] usr/lib/mage/mage4.functions.sh: + -update_tarball: only exclude distribution from uri if it matches + stable|testing|unstable + +2012-01-14 Niels Rogalla + + * [r1661] ChangeLog: + -updated ChangeLog + * [r1660] VERSION: + -version 0.4.86 + * [r1659] usr/lib/mage/smage2.sh: + -more PCATEGORIE->PCAT fixes for split-packages + * [r1658] usr/lib/mage/mage4.functions.sh: + -verbose mchecksum + +2012-01-13 Niels Rogalla + + * [r1656] ChangeLog: + -updated ChangeLog + * [r1655] VERSION: + -version 0.4.85 + * [r1654] usr/lib/mage/mage4.functions.sh: + -honor mounted or empty $MAGEDIR in syncmage_tarball() + * [r1653] usr/lib/mage/mage4.functions.sh: + -introduce mcheckemptydir() + * [r1652] usr/lib/mage/mage4.functions.sh: + -use mchecksum everywhere + * [r1651] usr/lib/mage/smage2.functions.sh: + -fixed split_package PCATEGORIE -> PCAT issue and always unset + PCATEGORIE + * [r1650] usr/lib/mage/mage4.functions.sh: + -disabled unused choppkgname function + * [r1649] usr/lib/mage/mage.rc.global.in, + usr/lib/mage/mage4.functions.sh, + usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh: + -added mage-feature pkgdistrotag to support DISTROTAG in package + tarballs + * [r1648] usr/lib/mage/mage4.functions.sh, + usr/lib/mage/smage2.functions.sh: + -honor license information + * [r1646] ChangeLog: + -updates ChangeLog + * [r1645] VERSION: + -version 0.4.84 + * [r1644] usr/lib/mage/autodepend.sh, + usr/lib/mage/search_soname.sh: + -added some simple sanity checks + * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD], + usr/lib/mage/search_soname.sh[ADD]: + -install more scripts (pkg_all_sources, autodepend and + search_soname) + * [r1642] usr/lib/mage/convert_databases.sh, + usr/lib/mage/convert_databases_meta.sh, + usr/lib/mage/convert_databases_smage.sh, + usr/lib/mage/generate_meta_data.sh, + usr/lib/mage/pkg_all_sources.sh: + -honor the PCATEGORIE deprecation and make the scripts work with + the latest changes to smage/mage + * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh: + -deprecate PCATEGORIE in favor of PCAT and warn the packages + about it + * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD], + usr/lib/mage/smage2.sh: + -split of smage2-functions into an extra include + * [r1639] usr/lib/mage/smage2.sh: + -fixed spelling + * [r1638] etc/mage.rc.example: + -fixed alphabetical order and added missing static feature + * [r1637] usr/share/doc/mage/template.mage, + usr/share/doc/mage/template.smage2: + -updated templates + * [r1636] usr/lib/mage/smage2.sh: + -pre-fixed all stamps after src_install with post- + * [r1635] usr/lib/mage/smage2.sh: + -fixed wrong feature name srcpkg -> srcpkgbuild + * [r1634] usr/lib/mage/smage2.sh: + -fixed broken mstriplibtoolarchive and never run file on other + mstrip* when nothing was found + * [r1633] usr/lib/mage/smage2.sh: + -minstalldocs(): fixed uncompressed docs installation + * [r1632] usr/lib/mage/smage2.sh: + -fixed broken commit + * [r1631] usr/lib/mage/smage2.sh: + -let mage-features decide to build static libs and always enable + shared libs + * [r1630] usr/lib/mage/smage2.sh: + -always use verbose mode for source downloads + * [r1629] usr/lib/mage/mage.rc.global.in: + -added missing known mage-features and moved stepbystep to the + right place of the alphabetical order + * [r1628] usr/lib/mage/mage4.functions.sh: + -highlight unkown mage-features + * [r1627] usr/lib/mage/mage4.functions.sh: + -added missing known mage-features and moved stepbystep to the + right place of the alphabetical order + * [r1626] usr/lib/mage/mage4.functions.sh: + -mdownload(): append wget_opts, do not overwrite + * [r1625] usr/lib/mage/mage4.functions.sh: + -fixed spelling + +2012-01-10 Niels Rogalla + + * [r1623] ChangeLog: + -updated ChangeLog + * [r1622] VERSION: + -version 0.4.83 + * [r1621] usr/lib/mage/smage2.sh: + -introduce .stamps dir for build time stamps and remove this dir + on new builds if it exists + * [r1620] usr/lib/mage/mage4.functions.sh: + -added --resume support for smage + * [r1619] usr/lib/mage/mage.rc.global.in: + -prefer mesh as sourceforge mirror + +2012-01-09 Niels Rogalla + + * [r1618] usr/lib/mage/smage2.sh: + -fixed a typo + * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh: + -added --resume support for smage + * [r1616] usr/lib/mage/smage2.sh: + -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that + CXXFLAGS set in mage.rc are honored + * [r1615] usr/lib/mage/smage2.sh: + -minstalldocs(): fixed compressed docs installation + * [r1614] usr/lib/mage/smage2.sh: + -split_restore_variables(): no verbose clutter while restoring + mage-features + * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh: + -support CTARGET crosscompile host settings + * [r1612] usr/lib/mage/mage.rc.global.in: + -added dir.gz to purge targets + * [r1611] etc/mage.rc.example: + -do not tell something about internal features + +2012-01-03 Niels Rogalla + + * [r1609] ChangeLog: + -updated ChangeLog + * [r1608] VERSION: + -version 0.4.82 + * [r1607] etc/mage.rc.example: + -fixed header, clean up and tell something about mage-features + * [r1606] Makefile: + -generate arch specific stuff at build time + * [r1605] usr/lib/mage/mage.rc.global[DEL], + usr/lib/mage/mage.rc.global.in[CPY]: + -renamed mage.rc.global > mage.rc.global.in + * [r1604] usr/lib/mage/smage2.sh: + -allow unpack of jar files + * [r1603] usr/lib/mage/mage4.functions.sh: + -finally be silent when loading initial setup of mage-features + * [r1602] usr/lib/mage/env-rebuild.sh: + -fixed broken " and \' substition + +2012-01-02 Niels Rogalla + + * [r1601] usr/lib/mage/smage2.sh: + - reverted accidently applied mstriplibtool change + * [r1600] usr/lib/mage/smage2.sh: + - do not die if mdownload has not error code 0; some mirrors may + not work and we want try all defined SRC_URIs. mchecksum catches + any download instead + +2011-12-30 Niels Rogalla + + * [r1599] usr/lib/mage/mage4.functions.sh: + -fixed some missing COLDEFAULTS + 2011-12-29 Niels Rogalla + * [r1597] ChangeLog: + -updated ChangeLog * [r1596] VERSION: -version 0.4.81 * [r1595] usr/lib/mage/smage2.sh: