(In reply to Nathaniel Graham from comment #9) > Thanks Atri! If you can give me some guidance, I would be happy to assist > you with maintaining this package, and pushing out new releases more > frequently. What's involved in this process? Hey Nathaniel, Thanks for that. The process is pretty straightforward, especially for lollypop, since it seldom requires patches or has build failures. Basically, the following steps will get you started: 1. From terminal: "osc bco openSUSE:Factory lollypop" 2. cd /path/where/lollypop/was/checked/out 3. Update version number in spec file 4. Do "osc service localrun download_files" 5. Add a changelog entry: "osc vc" is a neat way of doing that 6. Checkin package: "osc ci" 7. If it builds in your branch project, then submit: "osc sr" Done! Hope that helps. More details here: https://en.opensuse.org/openSUSE:How_to_contribute_to_Factory#How_to_submit_a_fix_to_a_package