SHA256
1
0
forked from pool/ColorFull
Files
ColorFull/ColorFull.changes
Dmitry Roshchin dd3bfda771 Accepting request 513778 from home:badshah400:branches:science
- Update to version 1.1:
  * Added functions split_gluon, default_parton_numbers,
    rename_partons in Col_functions. These functions are used for
    g -> qqbar splitting.
  * Removed Matchbox interface to Herwig, since ColorFull along
    with the interface, is shipped with Herwig from version 7.0.
  * Included various minor updates from Herwig version.
- Changes from version 1.0:
  * Fixed Monomial.h to build using --std=c++11 and --std=c++14.
  * Fixed all warnings appearing with -Wextra for g++ and clang
    using --std=c++11 and c++14. This required removing some
    arguments in private functions.
- Move shared libs to standard libdir from libdir/name; this
  makes the package compliant with openSUSE shared lib packaging
  policy, and no longer requires the installation of a conf file.
- Drop patches incorporated or otherwise fixed upstream:
  * ColorFull-monomial-conjugate-assignment.patch
  * ColorFull-monomial-illegal-or-usage.patch

OBS-URL: https://build.opensuse.org/request/show/513778
OBS-URL: https://build.opensuse.org/package/show/science/ColorFull?expand=0&rev=6
2017-08-02 19:55:56 +00:00

50 lines
2.1 KiB
Plaintext

-------------------------------------------------------------------
Wed Aug 2 06:28:30 UTC 2017 - badshah400@gmail.com
- Update to version 1.1:
* Added functions split_gluon, default_parton_numbers,
rename_partons in Col_functions. These functions are used for
g -> qqbar splitting.
* Removed Matchbox interface to Herwig, since ColorFull along
with the interface, is shipped with Herwig from version 7.0.
* Included various minor updates from Herwig version.
- Changes from version 1.0:
* Fixed Monomial.h to build using --std=c++11 and --std=c++14.
* Fixed all warnings appearing with -Wextra for g++ and clang
using --std=c++11 and c++14. This required removing some
arguments in private functions.
- Move shared libs to standard libdir from libdir/name; this
makes the package compliant with openSUSE shared lib packaging
policy, and no longer requires the installation of a conf file.
- Drop patches incorporated or otherwise fixed upstream:
* ColorFull-monomial-conjugate-assignment.patch
* ColorFull-monomial-illegal-or-usage.patch
-------------------------------------------------------------------
Mon Oct 31 00:10:54 UTC 2016 - jengelh@inai.de
- Update descriptions and RPM groups
-------------------------------------------------------------------
Sun Oct 30 10:38:45 UTC 2016 - badshah400@gmail.com
- Fix Libs and Cflags in the pkgconfig file.
-------------------------------------------------------------------
Fri Oct 28 13:22:57 UTC 2016 - badshah400@gmail.com
- Initial package.
- Add patches to fix syntactical errors and get the package
building:
* ColorFull-monomial-conjugate-assignment.patch: Fix an
incorrect assignment syntax.
* ColorFull-monomial-illegal-or-usage.patch: Fix the usage of
"or" by using appropriate parenthesis around the operands.
* ColorFull-install-pkgconfig-file.patch: Add a pkgconfig file
and modify the autotool files to install it to an
appropriate location
- Add rpmlintrc file to suppress false warning about spelling
errors in description tag coming from the package name
(ColorFull, not colorful).