Re: [deepin-screen-recorder] Update to 5.0.0

2019-08-26 Thread Zamir SUN
Hi Nicolas,

Thanks for the remind. Yes, I still remember this. I was looking for the
previous discussion just now :-)

You probably noticed that I haven't update these packages for a while.
In fact I was just too busy for the past time. I'll file a PR within
resonable time (probably today or tomorrow).

(Copy deepin-daemon-owner@fp.o to make other maintainers aware)

On 8/26/19 9:03 PM, Nicolas Chauvet wrote:
> Hello Zamir,
> 
> 
> Some time ago, we've have discussed the possibility to extend the
> deepin fedora groups in comps.xml with a rpmfusion one
> https://github.com/rpmfusion-infra/rpmfusion-free-comps
> 
> Can you make the needed PR ? (either using a same group or a dedicated
> one as you prefer).
> It will be easier to complement the Deeping desktop with RPM Fusion content.
> 
> Thx in advance.
> 
> 
> Le lun. 26 août 2019 à 14:43, Zamir SUN  a écrit :
>>
>> commit ada63253b2a5fefd656aca8af8efb13792a2909d
>> Author: Zamir SUN 
>> Date:   Mon Aug 26 20:42:49 2019 +0800
>>
>> Update to 5.0.0
>>
>> Signed-off-by: Zamir SUN 
>>
>>  .gitignore  | 1 +
>>  deepin-screen-recorder.spec | 7 +--
>>  sources | 2 +-
>>  3 files changed, 7 insertions(+), 3 deletions(-)
>> ---
>> diff --git a/.gitignore b/.gitignore
>> index b2a02f6..76dc3c1 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -1 +1,2 @@
>>  /deepin-screen-recorder-2.7.6.tar.gz
>> +/deepin-screen-recorder-5.0.0.tar.gz
>> diff --git a/deepin-screen-recorder.spec b/deepin-screen-recorder.spec
>> index a659819..2cefd36 100644
>> --- a/deepin-screen-recorder.spec
>> +++ b/deepin-screen-recorder.spec
>> @@ -1,6 +1,6 @@
>>  Name:   deepin-screen-recorder
>> -Version:2.7.6
>> -Release:3%{?dist}
>> +Version:5.0.0
>> +Release:1%{?dist}
>>  Summary:Deepin Screen Recorder
>>  License:GPLv3+
>>  URL:https://github.com/linuxdeepin/deepin-screen-recorder
>> @@ -62,6 +62,9 @@ appstream-util validate-relax --nonet 
>> %{buildroot}%{_datadir}/appdata/%{name}.ap
>>  %{_datadir}/dbus-1/services/com.deepin.ScreenRecorder.service
>>
>>  %changelog
>> +* Mon Aug 26 2019 Zamir SUN  - 5.0.0-1
>> +- Update to 5.0.0
>> +
>>  * Fri Aug 09 2019 RPM Fusion Release Engineering  
>> - 2.7.6-3
>>  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
>>
>> diff --git a/sources b/sources
>> index 24bdccb..9d6ce38 100644
>> --- a/sources
>> +++ b/sources
>> @@ -1 +1 @@
>> -c94ca5d9801cb02ec5ccb923d4bc700f  deepin-screen-recorder-2.7.6.tar.gz
>> +958f1a63cd13da56687b06451c590b3d  deepin-screen-recorder-5.0.0.tar.gz
>> ___
>> rpmfusion-commits mailing list -- rpmfusion-comm...@lists.rpmfusion.org
>> To unsubscribe send an email to rpmfusion-commits-le...@lists.rpmfusion.org
> 
> 
> 

-- 
Zamir SUN
Fedora user
GPG : 1D86 6D4A 49CE 4BBD 72CF FCF5 D856 6E11 F2A0 525E
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Review swap: several Deepin Desktop related package

2018-01-12 Thread Zamir SUN
Hi,

We are trying to make Deepin Desktop Environment available in Fedora.
https://fedoraproject.org/wiki/SIGs/DeepinDE

So I've just filed some reviews here which depends on packages in RPMFusion.

https://bugzilla.rpmfusion.org/show_bug.cgi?id=4749
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4750
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4760
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4762

And also they are available by this tracker
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4761

I'm seeking for review swaps. I can help you review RPMFusion Package
Review requests, or Fedora Package Review requests if you need.

If you have problems running fedora-review against RPMFusion mock
config, here is a link that might help you.
https://lists.rpmfusion.org/archives/list/rpmfusion-developers@lists.rpmfusion.org/thread/EUVWAJATTHHJ5XDGKZG4F7V2I2INL4SP/

Thanks!
-- 
Ziqian SUN (Zamir)
GPG : 1D86 6D4A 49CE 4BBD 72CF FCF5 D856 6E11 F2A0 525E
Want to know more about Fedora?
Visit https://fedoraproject.org/wiki/
Ready to contribute? See https://whatcanidoforfedora.org/
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Fedora-review tool does not work with rpmfusion config, and workarounds

2018-01-12 Thread Zamir SUN
Hi,

I'm not sure if someone has posted this before. In case this is useful,
I find fedora-review do not work with rpmfusion config. I've added my
analyse as a comment here[1].

Before they can fix this bug, my workaround is to create a new
workaround config with command like

# cat /etc/mock/fedora-rawhide-x86_64.cfg
/etc/mock/fedora-rawhide-x86_64-rpmfusion_free.cfg | grep -v '^include'
> /etc/mock/fedora-rawhide-x86_64-rpmfusion_free-workarounds.cfg

Then I can run
```fedora-review -n pkgname -m
fedora-rawhide-x86_64-rpmfusion_free-workarounds ```
or replace ```-n pkgname``` with something like ```-u
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4750```


[1] https://pagure.io/FedoraReview/issue/286#comment-488571
-- 
Ziqian SUN (Zamir)
GPG : 1D86 6D4A 49CE 4BBD 72CF FCF5 D856 6E11 F2A0 525E
Want to know more about Fedora?
Visit https://fedoraproject.org/wiki/
Ready to contribute? See https://whatcanidoforfedora.org/
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: volunteers to move kwave and twolame to Fedora proper

2018-01-11 Thread Zamir Sun
Hi,

On Thu, Jan 11, 2018 at 11:32 PM, Sérgio Basto  wrote:
> Hello,
> To do the things properly, we should finish the move of mp3 to Fedora
> proper, my concern is mainly because audacity which use twolame , lame,
> libmad to be correct and finished , all should be enabled in Fedora
> proper ...
>
> who help me or do alone the move on these packages [1] ?
>
> Thanks,
>
> [1]
> https://bugzilla.rpmfusion.org/show_bug.cgi?id=4459
> https://bugzilla.rpmfusion.org/show_bug.cgi?id=4754
>

I will work on twolame.
And just submitted to Fedora review:
https://bugzilla.redhat.com/show_bug.cgi?id=1533719

> --
> Sérgio M. B.
> ___
> rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
> To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org



-- 
Ziqian SUN (Zamir)
z...@fedoraproject.org
GPG : 1D86 6D4A 49CE 4BBD 72CF FCF5 D856 6E11 F2A0 525E
Want to know more about Fedora?
Visit https://fedoraproject.org/wiki/
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: Self-introduction: zsun

2018-01-11 Thread Zamir SUN


On 01/09/2018 09:35 PM, Nicolas Chauvet wrote:
> 2018-01-09 14:07 GMT+01:00 Zamir SUN :
>>
>>
>> On 01/09/2018 09:06 PM, Zamir SUN wrote:
>>> Hi RPMFusion developers,
>>>
>>> I am Zamir from China. I am one of the maintainers of Fedora Zhongwen
>>> User Group repo[1] and also a Fedora packager. I am available as zsun in
>>> both Fedora Account System and RPMFusion Account System.
>>>
>>> Recently we are working on pushing Deepin Desktop Environment related
>>> packages into Fedora so that people can use them more easily[2]. Since
>>> some of the packages depends on packages that is in RPMFusion, so we are
>>> recently sending review requests here.
>>>
>>> I'm a newcomer to RPMFusion packaging so I believe I need a sponsor.
>>> I've send two review requests[3][4]. And hope this can be reviewed soon.
> Hello,
> 
> Welcome to RPM Fusion,
> 
> As you already are a Fedora package contributor, you don't need to be
> sponsored within RPM Fusion.
> So I've approved you in our FAS.
> 
Hi,

Thanks for the quick response!

> Best is to offer review swap to get faster review...

I guess it is just like the Fedora review process then.
Currently I have problems running fedora-review against rpmfusion mock
config files. I will get this resolved before reaching out for review swap.

Thanks.

> Thx
> 

-- 
Ziqian SUN (Zamir)
GPG : 1D86 6D4A 49CE 4BBD 72CF FCF5 D856 6E11 F2A0 525E
Want to know more about Fedora?
Visit https://fedoraproject.org/wiki/
Ready to contribute? See https://whatcanidoforfedora.org/
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: Self-introduction: zsun

2018-01-09 Thread Zamir SUN


On 01/09/2018 09:06 PM, Zamir SUN wrote:
> Hi RPMFusion developers,
> 
> I am Zamir from China. I am one of the maintainers of Fedora Zhongwen
> User Group repo[1] and also a Fedora packager. I am available as zsun in
> both Fedora Account System and RPMFusion Account System.
> 
> Recently we are working on pushing Deepin Desktop Environment related
> packages into Fedora so that people can use them more easily[2]. Since
> some of the packages depends on packages that is in RPMFusion, so we are
> recently sending review requests here.
> 
> I'm a newcomer to RPMFusion packaging so I believe I need a sponsor.
> I've send two review requests[3][4]. And hope this can be reviewed soon.
> 
> Thanks.
> 
> [1] https://github.com/FZUG/repo
> [2] https://fedoraproject.org/wiki/SIGs/DeepinDE
> [3] https://bugzilla.rpmfusion.org/show_bug.cgi?id=4749
> [4] https://bugzilla.rpmfusion.org/show_bug.cgi?id=4749
> 

Oops, the link [4] should be
[4] https://bugzilla.rpmfusion.org/show_bug.cgi?id=4750

-- 
Ziqian SUN (Zamir)
GPG : 1D86 6D4A 49CE 4BBD 72CF FCF5 D856 6E11 F2A0 525E
Want to know more about Fedora?
Visit https://fedoraproject.org/wiki/
Ready to contribute? See https://whatcanidoforfedora.org/
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Self-introduction: zsun

2018-01-09 Thread Zamir SUN
Hi RPMFusion developers,

I am Zamir from China. I am one of the maintainers of Fedora Zhongwen
User Group repo[1] and also a Fedora packager. I am available as zsun in
both Fedora Account System and RPMFusion Account System.

Recently we are working on pushing Deepin Desktop Environment related
packages into Fedora so that people can use them more easily[2]. Since
some of the packages depends on packages that is in RPMFusion, so we are
recently sending review requests here.

I'm a newcomer to RPMFusion packaging so I believe I need a sponsor.
I've send two review requests[3][4]. And hope this can be reviewed soon.

Thanks.

[1] https://github.com/FZUG/repo
[2] https://fedoraproject.org/wiki/SIGs/DeepinDE
[3] https://bugzilla.rpmfusion.org/show_bug.cgi?id=4749
[4] https://bugzilla.rpmfusion.org/show_bug.cgi?id=4749

-- 
Ziqian SUN (Zamir)
GPG : 1D86 6D4A 49CE 4BBD 72CF FCF5 D856 6E11 F2A0 525E
Want to know more about Fedora?
Visit https://fedoraproject.org/wiki/
Ready to contribute? See https://whatcanidoforfedora.org/
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org